/*
Theme Name: Modern Gonzo
Theme URI: http://moderngonzo.com
Description: Theme for Modern Gonzo.
Version: 1.0
*/ 

body {
	color:#333;font:13px arial,tahoma,verdana,sans-serif; background-color: #EFEFEF; line-height: 140%;
}

div, p, td	{
	text-align: left;
}

hr	{
	background-color: #CCC;
}

strong {font-weight: bold; }

h1 {line-height: 110%; border-bottom: 1px solid #c00; padding-bottom: 5px; margin-bottom: 15px; }
h2 {font-size: 160%; }
h3 {font-style: italic; }

#wrap, #breadcrumb	{
	width: 1010px;
	margin: auto;
	border: 1px solid #DEDEDE;
	border-width: 0 1px;
}

#wrap	{
	background-color: #fff;
	padding: 10px 5px;
}

#breadcrumb	{
	width: 1012px;
	background: #ADADAD;
	text-align: left;
	padding: 2px 5px 2px 2px;
	font-style: italic;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #ADADAD;
	border-width: 0 1px;
}

#breadcrumb, #breadcrumb a	{
	color: #fff;
}

#mg_left_nav	{
	width: 150px;
	float: left;
	margin-top: 10px;
	background: #fff url('/images/nav/nav_logo_top.gif') 0 0 no-repeat;
	background-position: 0 0px; 
	
}
#mg_left_nav ul {
	margin: 0;
	padding: 0;
	background: #fff url('/images/nav/nav_logo_narrow.gif') 0 0 repeat-x;
	background-position: 0 -150px; 
	padding: 0px 0 30px 0;
}

#mg_left_nav ul li {
	margin: 0;
	padding: 0;
	background:#FFF;
	text-align: center;
	width: 140px;
	margin: 2px 0;
	border: 2px double #555;
}

#mg_left_nav ul li a {
	text-transform: uppercase;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia;
}

#wrap_right, #mg_header	{
	width: 850px;
}

#wrap_right	{
	float: right;
}

#mg_header {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

#mg_header h1 {
	width: 530px; 
}

#mg_content {
	float: left;
	width: 520px;
	margin-left: 10px;
}

#mg_sidebar_right {
	float: right;
	width: 300px;
	margin-top: 10px;
}

#mg_footer, #mg_footer p	{
	text-align: center;
}

/* Styles specific to the homepage */
.home #mg_content, .home #mg_content p, .home #mg_content div {
	text-align: center;
}

.clear	{
	clear: both;
}


/* 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 */

.postmetadata	{
	font-style: italic;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.post	{
	margin: 0px; padding: 0px;
}

#mg_sidebar_right .sidebar_ad {
	width: 300px;
	height: 254px;
	/*
	background-color: #CDCDCD;
	border: 1px solid #ADADAD;
	*/
	text-align: center;
}

.thumbs img {
	border: 1px solid #333;
	width: 98px;
	height: 75px;
	margin: 2px;
}

.center	{
	text-align: center;
}

.page-179 #mg_content {
	width: 480px;
}

.page-179 #mg_sidebar_right {
	width: 310px;
	padding-left: 5px;
	padding-right: 15px;
}

ul.vertical_gallery_badge	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image:none;
}
ul.vertical_gallery_badge li	{
	background-image:none;
	list-style-type: none;
	height: 100px;
	overflow: hidden;
	margin: 4px 0;
	padding: 0;
	text-align: center;
}
ul.vertical_gallery_badge li img	{
	width: 150px;
}


ul.horizontal_gallery_badge	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image:none;
}
ul.horizontal_gallery_badge li	{
	background-image:none;
	list-style-type: none;
	height: 130px;
	overflow: hidden;
	margin: 4px 0;
	padding: 0;
	text-align: center;
	float: left;
}
ul.horizontal_gallery_badge li img	{
	width: 150px;
}

h2.divided {
	border-top: 1px solid #CCC; padding-top: 20px;
}

a.grey {
	color: #666;
}

.mg_finish_the_sentence .question	{
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}
.mg_finish_the_sentence .answer	{
	font-size: 11px;
}
.mg_finish_the_sentence .name {
	font-weight: bold;
}

.mg_share_this_widget	{
	float: right;
}
