	/*
Theme Name: Gazuza Lounge 2010
Theme URI: http://cs1099.com/
Description: The 2010 customized theme for GazuzaLounge.com.
Author: Chris Sturm
Version: 1.0
Tags: gazuza
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
html {height: 100%;}
body {
	font-size: 0.8em;
	color: /*#ccc*/#cc9966;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height: 1;
	margin: 0;
	height: 100%;
	background-color: black;
}
a {color:#cc9966;}
/*a:visited {color:#290202;}*/
a:visited {color:#cc9966;}
a:hover {color:#993300;}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
p {margin-bottom: 10px;line-height: 1.2em;}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

@font-face {
	font-family: 'CodeBoldRegular';
	src: url('fonts/code_bold-webfont.eot');
	src: local('?'), url('fonts/code_bold-webfont.woff') format('woff'), url('fonts/code_bold-webfont.ttf') format('truetype'), url('fonts/code_bold-webfont.svg#webfont5X6PnO26') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BusLedDisplaySmallMedium';
	src: url('fonts/busleddisplaysmall-webfont.eot');
	src: local('?'), url('fonts/busleddisplaysmall-webfont.woff') format('woff'), url('fonts/busleddisplaysmall-webfont.ttf') format('truetype'), url('fonts/busleddisplaysmall-webfont.svg#webfontq7CQlglF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CodeLightRegular';
	src: url('fonts/code_light-webfont.eot');
	src: local('?'), url('fonts/code_light-webfont.woff') format('woff'), url('fonts/code_light-webfont.ttf') format('truetype'), url('fonts/code_light-webfont.svg#webfontRNZ1eC8j') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Dotimatrix5Regular';
	src: url('fonts/dotim5__-webfont.eot');
	src: local('?'), url('fonts/dotim5__-webfont.woff') format('woff'), url('fonts/dotim5__-webfont.ttf') format('truetype'), url('fonts/dotim5__-webfont.svg#webfontswpAN0Ps') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DotsAll';
	src: url('fonts/dotsallfornow-webfont.eot');
	src: local('?'), url('fonts/dotsallfornow-webfont.woff') format('woff'), url('fonts/dotsallfornow-webfont.ttf') format('truetype'), url('fonts/dotsallfornow-webfont.svg#webfontKm355ian') format('svg');
	font-weight: normal;
	font-style: normal;
}
div {border: solid red 0px;}
/*html, body, #page {height: 100%;}*/
#page {
	width: 100%;
	background-color:black;
	background-image:url(images/bg2.jpg);
	background-position:50% 0;
	background-repeat:no-repeat no-repeat;
	background-repeat: no-repeat;
	height: 100%;
	/* fix 1.1 
	position: absolute;*/

}
#container {
	width: 960px;
	margin: 0 auto;
	/* fix 1.1 
	position: relative;
	top:-85px;*/
}

#header {
	width: 960px;
	height: 40px;
	margin: 0 auto;
}

h2#logo {
	width: 73px;
	height: 88px;
	z-index: 299;
	position: relative;
	top:185px;
	left: 30px; /* 30 */
	margin: 0;
	background: url(images/logo.png) no-repeat center center;
	text-indent: -9999px;
	
}
#headerimg {
	width: 940px;
	height: 230px;
	margin: 0 auto;
	background-color: #660202;
	padding: 10px;
}
#header-search {
	float: right;
	position:relative;
	top: -128px;
	width:250px;
}
/* search form ****************************/
fieldset.search {
	border: none;
	width: 250px;
	margin: 0 auto;
	background: transparent url(images/search-bg.png) repeat-x left;
	height: 40px;
}
.search input {
	border: none;
	float: left;
}
.search button{border: none;float: left;}
.search input.box {
	color:#af9f85;
	font-size: 1.0em;
	width: 135px;
	height: 28px;
	padding: 12px 0px 0 45px;
	background: transparent url(images/search-input.png) no-repeat left top;
}
.search input.box:focus {
	background: transparent url(images/search-input.png) no-repeat left bottom;
	outline: none;
}
.search button.btn {
	width: 70px;
	height: 40px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(images/search-button.png) no-repeat top right;
}
.search button.btn:hover {
	background: transparent url(images/search-button.png) no-repeat bottom right;
}
/* end search form *************/

/* constant contact form ****************************/
fieldset.constant-contact {
	border: none;
	width: 250px;
	margin: 0 auto;
	background: transparent url(images/contact-bg.png) repeat-x left;
	height: 40px;
}
.constant-contact input {
	border: none;
	float: left;
}
.constant-contact button{border: none;float: left;}
.constant-contact input.box {
	color:#cc9966;
	font-size: 0.8em;
	width: 135px;
	height: 28px;
	padding: 12px 0px 0 45px;
	background: transparent url(images/contact-input.png) no-repeat left top;
}
.constant-contact input.box:focus {
	background: transparent url(images/contact-input.png) no-repeat left bottom;
	outline: none;
	color: #993300;
}
.constant-contact button.btn {
	width: 70px;
	height: 40px;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(images/contact-button.png) no-repeat top right;
}
.constant-contact button.btn:hover {
	background: transparent url(images/contact-button.png) no-repeat bottom right;
}
/* end constant contact form *************/
#tag-wrap {
	width: 980px;
	height: 55px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 20px;
}
.tag-box {
	width: 205px;
	height: 35px;
	padding: 10px;
	background-color: #660202;
	margin-right: 20px;
	float: left;
	text-align: right;
	vertical-align: bottom;
}
.tag-box-single {
	width: 286px;
	height: 35px;
	padding: 10px;
	background-color: #660202;
	margin-top: 20px;
	text-align: right;
	vertical-align: bottom;
}
#thirds-wrap {
	width: 980px;
	height: 290px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 20px;
}
.thirds-box {
	width: 286px;
	height: 270px;
	padding: 10px;
	background-color: #660202;
	margin-right: 20px;
	float: left;
}
.thirds-box-inner {
	width: 266px;
	height: 250px;
	padding: 10px;
	background: url(images/pattern3-bg.png) repeat top left;
}
.thirds-box-single {
	width: 286px;
	height: 270px;
	padding: 10px;
	background-color: #660202;
	margin-top: 20px;
}
/* outer */
.ccontact {
	clear: both;
	width:940px;
	margin: 20px auto 0 auto;
	height: 45px;
	padding: 10px;
	background-color: #660202;
}
.ccontact-inner {
	padding: 10px;
	height: 25px;
	width: 920px;
	background: url(images/pattern3-bg.png) repeat top left;
}
.contact-guts {
	height: 40px;
	width: 940px;
	margin: 0 auto;
}
/* inner */
.ccontact-single {
	clear: both;
	width:286px;
	margin: 20px auto 0 auto;
	height: 45px;
	padding: 10px;
	background-color: #660202;
}
.ccontact-inner-single {
	padding: 10px;
	height: 25px;
	width: 266px;
	background: url(images/pattern3-bg.png) repeat top left;
}
.contact-guts-single {
	height: 25px;
	width: 266px;
	margin: 0 auto;
}



div span #gConstantcontact_msg {display: hidden;}
.contact-guts .widgettitle {display: none;}
/*    ***************** old *****************************

.ccontact {
	clear: both;
	width:940px;
	margin: 20px auto 0 auto;
	height: 45px;
	padding: 10px;
	background-color: #660202;
}
.ccontact-inner {
	padding: 10px;
	height: 25px;
	width: 920px;
	background: url(images/pattern3-bg.png) repeat top left;
}
.contact-guts {
	height: 25px;
	width: 940px;
	margin: 0 auto;
}

.ccontact-single {
	clear: both;
	width:286px;
	margin: 20px auto 0 auto;
	height: 45px;
	padding: 10px;
	background-color: #660202;
}
.ccontact-inner-single {
	padding: 10px;
	height: 25px;
	width: 266px;
	background: url(images/pattern3-bg.png) repeat top left;
}
.contact-guts-single {
	height: 25px;
	width: 266px;
	margin: 0 auto;
}
.contact-guts div fieldset {width:260px;float: left;position:relative;top:-8px;}
div.c-text {width:660px;float: left; margin:0 auto 0 20px;position:relative;top:6px;}

div span #gConstantcontact_msg {display: hidden;}
.contact-guts .widgettitle {display: none;}

*************************************************** */
#halves {
	width: 286px;
	height: 270px;
	padding: 10px;
	background-color: #660202;
	margin-right: 20px;
	float: left; 
}
.thirds-box-twitterhalf {
	width: 286px;
	height: 210px;
	background-color: #660202;
}
.thirds-box-socialhalf {
	width: 286px;
	height: 60px;
	background-color: #660202;
}
.thirds-box-tophalf {
	width: 266px;
	height: 200px;
	background: url(images/pattern3-bg.png) repeat top left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.thirds-box-bottomhalf {
	width: 266px;
	height: 50px;
	background: url(images/pattern3-bg.png) repeat top left;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}
#content {
	width: 960px;
	margin:0 auto;

}
#content-search {
	width: 940px;
	padding: 10px;
	margin: 20px auto 0 auto;
	background-color: #660202;
	overflow: hidden;
}
#content-inner-left {
	width: 614px;
	padding: 10px;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 20px;;
	margin-bottom: 0;
	float: left;
	background-color: #660202;
	overflow: hidden;

}
.vertical-bg-wrap {
	width: 614px;
	background: url(images/vertical-bg1.png) repeat-y top left;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	min-height: 520px;
}
.vertical-bg-wrap-single {
	width: 614px;
	background: url(images/vertical-bg1.png) repeat-y top left;
	padding-top: 32px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
	min-height: 100%!important;
	height: 100%!important;
	margin: 0 auto;
	overflow: hidden;
}
#content-inner-right {
	width: 306px;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
.widgettitle {text-shadow: 2px 2px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.4em;}
.posttitle {text-shadow: 2px 2px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.4em;text-decoration: none;}
.posttitle a {text-shadow: 2px 2px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.4em;text-decoration: none;}
.posttitle a:visited {text-shadow: 2px 1px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.4em;text-decoration: none;}
.listingtitle {text-shadow: 2px 1px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.2em;text-decoration: underline;}
.listingtitle a {text-shadow: 2px 1px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.2em;text-decoration: underline;}
.listingtitle a:visited {text-shadow: 2px 1px #330000; color:#cc9966; font-weight: normal; font-style: normal; line-height:normal; font-family: 'Helvetica', sans-serif;margin-bottom: 20px; font-size: 1.2em;text-decoration: underline;}
.entry p {text-align:justify;text-justify: auto; }
.entry h3 {margin-bottom:10px;}
.entry {list-style:disc;}
.g-post-date p {color:#993300;font-size:1.2em;font-family: 'DotsAll', sans-serif;margin: 0 auto;text-align: right;line-height: 1.0em;}
.g-post-date-w p {color:#993300;font-size:1.1em;font-family: 'DotsAll', sans-serif;margin: 0 auto;text-align: right;line-height: 1.0em;}
.twitter-date {font-size:1.1em;font-family: 'DotsAll', sans-serif; color:#993300;margin: 0 auto;text-align: right;line-height: 1.2em;}
.twitter-date a {font-size:1.1em;font-family: 'DotsAll', sans-serif; color:#993300;margin: 0 auto;text-align: right;line-height: 1.2em;}
.post {
	width:590px;
	background: transparent url(images/post-bg.png) no-repeat top left;
	overflow: hidden;
	height: 145px;
	padding: 10px;
}
.wpa_container {
	width: 450px;
	background: transparent url(images/search-bg1.png) repeat top left;
	padding: 5px !important;
	margin: 20px 0 20px 0 !important;
}
.wpa_bar {width:400px !important;margin: 10px 0 10px 0 !important;}
.wpa_text, .wpa_audio {margin-bottom: 10px !important;padding: 10px!important;}
.wpa_time {color:#993300 !important;}
.fb-like iframe {background: transparent!important;padding: 1px 10px 1px 1px !important;margin: 20px 0 20px 0!important;}
.fb-like {margin-bottom: 20px;}
.entry {margin-bottom: 20px;}
.entry h3.fmenu-heading{color:#993300;font-size:1.4em;margin:20px auto 20px auto;text-align:center;width:500px;font-weight: bold;}
span.fmenu-title{font-size:1.0em;margin-bottom:8px;padding-bottom: 8px;line-height: 1.5;clear:both;}
span.fmenu-desc {color:#993300;font-size:1.0em;margin-bottom:10px;line-height: 1;padding-bottom: 10px;clear: both;}
span.fmenu-footer{color:#993300;font-size:0.8em;margin-bottom:10px;font-style: italic;}
.entry blockquote p {padding: 15px;}
.mapp-div {margin-top: 20px;}
.cat-header p {
	color:#993300;
	font-size:1.2em;
	font-family: 'DotsAll', sans-serif;
	margin: 0 auto;
	line-height: 1.0em;
	padding: 10px;
	text-align: right;
}
.g-post-date {
	width:50px;
	display: inline;
	float: left;
}
.g-post-date-w {
	width:30px;
	display: inline;
	float: left;
	padding-top: 8px;
}

.g-twitter-date {
	padding-top: 8px;
}
.g-twitter-text {padding-top: 15px;}
.post-snippet {
	width: 510px;
	display: inline;
	float: right;
	margin-right: 10px;
}
.post-snippet-single {
	width: 510px;
	display: inline;
	float: right;
	margin-right: 10px;
	background: transparent url(images/post-bg.png) no-repeat bottom 50%;
	padding-bottom: 60px;
}
.post-snippet-widget {
	width: 220px;
	display: inline;
	float: right;
	padding-top: 20px;
}
.g-single {
	width:590px;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 100%;
	height: 100%!important;

}
.g-single-list {
	width:590px;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
}
.dj-cell {
	padding:5px;
	width: 125px;
}
.dj-cell-title {
	padding:5px;
	width: 125px;
	font-weight: bold;
}
.search-single {
	width:590px;
	padding: 10px;
	min-height: 480px;
	margin-bottom: 20px;
	clear: both;
}
.thirds-box-inner .post {
	width:260px;
	padding: 0;
	height: auto;
	background: url(images/widget-bg1.png) no-repeat top left;
	height: 46px;
	overflow: hidden;
}
.navigation {
	clear: both;
	width: 500px;
	height: 40px;
	padding: 20px;
	margin: 0 auto;
}
#footer {
	width: 960px;
	clear:both;
	margin:0px auto 30px auto; padding:20px 0 30px 0;
}

#footer p.address {
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'CodeBoldRegular', sans-serif;
	font-size: 1.0em;
	text-align: center;
	color: #aa7f55;
}
#footer p.footer-text {
	font-weight: normal; font-style: normal; line-height:normal;
	font-size: 0.8em;
	text-align: center;
	color: #aa7f55;
}
.twitter-text {
	font-weight:normal;
	font-size: 1.0em;
	line-height: 1.4em;
	font-style: italic;
}
/* =Menu
-------------------------------------------------------------- */

.menu-header {width: 880px; position: relative; top: -85px;left:-12px;height: 40px;}
#header .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	font-weight: normal; font-style: normal; line-height:normal; font-family: 'CodeBoldRegular', sans-serif;
}
#header .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#header .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#header a {
	display:block;
	text-decoration:none;
	color:#cc9966;
	padding:0 10px;
	line-height:38px;
}
#header ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#header ul ul li {
	min-width: 180px;	
}
#header ul ul ul {
	left:100%;
	top:0;
}
#header ul ul a {
	background:#660202;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#header li:hover > a,
#header ul ul :hover > a {
	color:#993300;
	background:#660202;
}
#header ul li:hover > ul {
	display:block;
}
#header ul li.current_page_item > a,
#header ul li.current-menu-ancestor > a,
#header ul li.current-menu-item > a,
#header ul li.current-menu-parent > a {
	color: #993300;
}

* html #header ul li.current_page_item a,
* html #header ul li.current-menu-ancestor a,
* html #header ul li.current-menu-item a,
* html #header ul li.current-menu-parent a,
* html #header ul li a:hover {
	color:#993300;
}

/* social text widget */

ul#social {position:relative;left:0px;}
	ul#social li {
		display: inline;
	}
		ul#social li a {
			display: block;
			height: 35px;
			text-indent: -9999px;
			float: left;
		}
		ul#social li.facebook a {
			width: 130px;
			background: url(http://localhost/gazuza/wp-content/uploads/2010/07/facebook3.png) top center no-repeat;
		}
		ul#social li.twitter a {
			width: 136px;
			background: url(http://localhost/gazuza/wp-content/uploads/2010/07/twitter.png) top center no-repeat;
		}
		ul#social li a:hover {
			background-position: bottom;
		}



/* Footer widget areas */
#footer-widget-area {
}

#xmt_primary_wid.xmt {font-style: italic;}

/* cforms *******************/

.linklove {display: none;}
input, textarea, keygen, select, button, isindex, datagrid {
	border:none;
}
input.single {color:#993300;}
cform.input, cform.textarea, cform.select {
	background: transparent url(images/search-bg1.png) repeat left top;
}
/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
