/*
Theme Name: Guy Bass Theme
Theme URI: http://www.guybass.com/
Description: The theme built for the guybass.com website.
Version: v1
Author: DG	
Author URI: http://www.dgproductions.com/
Tags: texture, fixed width
*/

body,html {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/bg-home.jpg) top center no-repeat;}
h1 {}
h2 {}
h3 {}
h4,h5,h6 {}
a:link, a:active, a:visited {
	color:#666;
	text-decoration:none;}
a:hover {
	text-decoration:underline;}
/*
CLASSES
*/
.clear {
	clear:both;}
.right {
	float:right;}
.left {
	float:left;}
.home {
	background: #E9B52E url(images/bg-home.jpg) top center no-repeat;}
.munglers, body.page-id-470, body.page-id-552, body.page-id-524  {
	background: #000 url(images/bg-munglers.jpg) 50% 0 no-repeat;
	color:#fff;
}
	body.page-id-470 a, body.page-id-552 a, body.page-id-524 {
		color: #F30;
	}
.gormy, body.page-id-20, body.page-id-75, body.page-id-137 {
	background: #a7a627 url(images/bgGormy.jpg) 50% 0 no-repeat;
}
.dinkin, body.page-id-29, body.page-id-54, body.page-id-133 {
	background: #000 url(images/bgDink.jpg) 50% 0 no-repeat;
	color:#FFF !important;
}
.hex, body.page-id-466 {
	background: #000 url(images/bg-hex.jpg) 50% 0 no-repeat;
	color:#fff;
}
.hex2, body.page-id-534, body.page-id-516, body.page-id-522 {
	background: #000 url(images/bg-hex2.jpg) 50% 0 no-repeat;
	color:#fff;
}
	body.page-id-534 a, body.page-id-516 a, body.page-id-522 a {
	color: #F90;
}

.xmas, body.page-id-468 {
background: #000 url(images/bg-xmas.jpg) 50% 0 no-repeat;
color:#FFF !important;}
.about {}
.blog {}
.events {}
.links {}
/*
STRUCTURE
*/
#container {
	width:966px;
	margin:0 auto;}
#header {	
	height:180px;
	background:#000 url(images/guy-bass.png) 20px 20px no-repeat;
	color:#FFF;
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;}
	#header h1, #header h2 {
		display:none;}
	#bebo {}
	#search {
		background:url(images/search.png) 0 0 no-repeat;
		height:66px;
		width:350px;
		position:relative;
		top:80px;
		right:-115px;}
	#contact {
		font-weight:bold;
		padding:20px;
		position:relative;
		top:-90px;
		right:200px}
		#contact a {
			color:#E1E0C7;}
#nav, ul#menu {
	margin:0 0 0 20px;
	padding:0;
	height:49px;
	list-style:none;}
	ul#menu li {
		float:left;
		background:#000;
		padding:10px 15px;
		margin:0 2px 0 0;
		text-transform:uppercase;
		opacity:0.4;filter:alpha(opacity=40);
		display:block;}
	ul#menu li a{
		color:#FFF;
		text-decoration:none;}
	ul#menu li:hover {
		background:#000;
		opacity:1;filter:alpha(opacity=100);}
.home #content {
width:966px;
min-height:1000px;}
#content {
width:760px;
margin:0 auto;
min-height:1000px;}
#content img, #content img a {
border:none !important;}
	#news {
		background:url(images/news.png) 0 0 no-repeat;
		margin:0;
		width:515px;
		height:359px;}
		#news p {
			position:relative;
			top:80px;
			left:50px;
			width:400px;}
		#news a {
			color:#706e5c;}
#footer {
	font-size:11px;
	border-top:1px solid #000;
	margin:50px 0 0 0;
	text-align:center;
	height:75px;}
#search input {
	border:none;
	position:relative;
	top:20px;
	left:10px;}
.goBtn {
	margin: -35px 40px 20px 0;}
.bebo {
position:relative;
right: -50px;}

#book, #character {
border-top:1px solid #000;
margin-top:10px;
padding-top:10px;}

blockquote {
background-image:url(images/quote.png);
background-position:left top;
background-repeat:no-repeat;
color:#000000;
font-size:18px;
min-height:33px;
font-weight:bold;
font-style:italic;
margin:0;
padding:0 0 0 50px;}

cite {
color:#000;
line-height:30px;
vertical-align:top;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

ol {
list-style-position:inside;}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {}

.wp-caption p {
	text-indent:-999em;
	padding:0;
	margin:0;}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.ngg-gallery-thumbnail img {
float:left;
padding:5px;
clear:right;}

/* who */
body.page-id-14 {
	background: #000000 url('http://www.guybass.com/images/bg2.jpg') 50% 0 repeat-y;
}

	#who {
	background: url('http://www.guybass.com/images/whoBg.png') 0 0 no-repeat;
	width:430px;
	min-height:500px;
	padding:50px 50px 20px 30px;
	margin: 0 auto;}
	
	#who p {
	width:360px;
	} 

/* where */
body.page-id-17 {
	background: #000000 url('http://www.guybass.com/images/bg3.jpg') 50% 0 repeat-y;
}

/* blog */
body.blog {
	background: #000000 url('http://www.guybass.com/images/bg4.jpg') 50% 0 repeat-y;
}

/* links */
body.page-id-94 {
	background: #000000 url('http://www.guybass.com/images/bg5.jpg') 50% 0 no-repeat;
}

body.page-id-20, body.page-id-75, body.page-id-137 {
	background: #a7a627 url('images/bgGormy.jpg') 50% 0 no-repeat;
}

body.page-id-29, body.page-id-54, body.page-id-133 {
	background: #000000 url('images/bgDink.jpg') 50% 0 no-repeat;
	color:#FFF !important;
}

body.page-id-29 h1, body.page-id-54 h1, body.page-id-29 h2, body.page-id-54 h2, body.page-id-29 h3, body.page-id-54 h3, body.page-id-29 h4, body.page-id-54 h4, body.page-id-29 h5, body.page-id-54 h5, body.page-id-29 h6, body.page-id-54 h6, body.page-id-29 a, body.page-id-54 a, body.page-id-29 blockquote, body.page-id-54 blockquote, body.page-id-133 h1, body.page-id-133 h2, body.page-id-133 h3, body.page-id-133 h4, body.page-id-133 h5, body.page-id-133 h6, body.page-id-133 blockquote, body.page-id-133 a {
	color:#FFCC00;}  

/* blog */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 670px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 670px;
	}
	

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
.hentry {
border-bottom: 1px solid #000000;}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

/* end blog */

#munglersCards {
	width:650px;
	z-index:10;}
#munglersCards img {
	float:left;
	margin:10px 10px 0 0;}
.card {}