/*
Theme Name: Mr. G. and the Girls
Theme URI: http://www.mrgandthegirls.com/
Description: Two-column WordPress Sandbox theme.
Author: Fusion4Design
Author URI: http://www.fusion4design.com/
Version: 7.3 b4.5
*/
/*-----------------------
 		Reset
------------------------*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------------------
		Colors
Black Like Color: #2d2d2d
------------------------*/



/* let's get universal */
body {
	background-color: #2d2d2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2d2d2d;
}

a,
a:link,
a:visited {
	text-decoration: underline;
	color: #69aabf;
}

a:hover {
	text-decoration: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

a img {border: none; text-decoration: none;}
acronym, abbr {}
blockquote {}
blockquote cite {}
code, pre {}
fieldset {}
legend {}
h1, h2, h3, h4, h5, h6 {}
h1 {}
h2 {}
h3 {}
h4 {}
hr {}
input, textarea {}
td, th, tr {}

strong {
        font-weight: bold;
}

#wrapper {}

/* Header */
#top {
	width: 100%;
	/*background-image: url(images/mrgheader3.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
	height: 236px;
}
	#top h1 a {
		text-indent: -9000em;
		width: 100%;
		background-image: url(images/mrgheader4.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		height: 236px;
		display: block;
	}
	#top p.blogdescription {
text-indent: -9000em
}
	
/* Content */
#content {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	height: 1%;
}

.clear-fix:after,
#commentlist li:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.posts-wrapper {
	width: 640px;
	float: left;
}

.wp-caption-text {
text-align: center;
padding-top: 5px;
font-size: 11px;
font-style: italic;
}


#outer-wrapper {
	background-image: url(images/content-top-repeat.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 100%;
	background-color: #eff7fa;
        padding-bottom: 10px;
}

.bottom-repeat {
	background-image: url(images/bottom-repeat.gif);
	background-repeat: repeat-x;
	height: 17px;
}

	/* blog posts */
	.post-wrap {
                clear: both;
		margin-bottom: 50px;
	}
	
	.the-date {
		float: left;
		text-align: center;
		padding: 4px 10px 5px 0px
	}
		.month {
			font-family: "Arial Black", Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #2d2d2d;
			font-size: 24px;
		}
		
		.day {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			color: #69aabf;
			font-size: 22px;
			line-height: 22px;
                        padding-top: 3px;
		}
	
	.author {}
	.author a {}
	.author a:hover {}
	.post-meta {}
	.post-date {}
	
	.post-header {
		border-left: 1px solid #a7d6e4;
		float: left;
		min-height: 48px;
		padding-left: 9px;
		padding-top: 6px;
		width: 555px;
	}
	
	.post-title {
		font-size: 24px;
		
	}
	
	.comment {
		text-align: right;
		padding-top: 10px;
	}
	
	.comment a,
	.comment a:link,
	.comment a:visited {
		font-size: 11px;
		text-decoration: none;
	}
	
	.post-title a,
	.post-title a:link,
	.post-title a:link {
		text-decoration: none;
		color: #2d2d2d;
	}
	
	.post-title a:hover {
		text-decoration: none;
	}
	.story-content {
		clear: both;
		padding-top: 10px;
		line-height: 16px;
	}
	
	.page-content-wrap,
	.category-page {
		float: left;
		width: 640px;
	}
	
	.category-page ul li {
		clear: both;
		margin-bottom: 20px;
		display: block;
	}
	
	.story-content p {
		margin-bottom: 15px;
	}
		/* post content headings */
		.story-content h3 {}
		.story-content h4 {}
		/* playing with blockquotes */
		.story-content blockquote {}
		.story-content blockquote cite {}
		.story-content blockquote .styleleft {}
		.story-content blockquote .styleright {}
		/* post content lists */
		.story-content ul {}
		.story-content ol {}
		/* post content links */
		.story-content a {}
		.story-content a:visited {}
		.story-content a:hover {}
		
		.story-content a img,
		.story-content img {
			background-color:#FFFFFF;
			border:1px solid #DDDDDD !important;
			padding:12px;
			margin:10px 10px 0pt 0pt;
		}
		
		.wp-smiley {
			background-color: transparent !important;
			border: none !important;
			padding: 0px !important;
		}
		
		.edit {
			clear: both;
		}
		
		
		
		/* post content tables */
		.story-content table {}
		.story-content th {}
		.story-content tr {}
		.story-content td {}
		/* post content forms */
		.story-content form {}
		.story-content fieldset {}
		.story-content legend {}
		.story-content label {}
		.story-content input {}
		.story-content input.submit {}
	/* single page meta info */
	.metawrap {}
	.singlemeta {}
	.singlemeta a {}
	.singlemeta a:hover {}
	.interact {}
	.interact a {}
	.interact a:hover {}
	/* blog comments */
	#commentwrap {
		position: relative;
	}
	#comments,
	#respond {
		border-bottom: 1px solid #BDDCE6;
		font-size: 16px;
		font-family: arial black;
		padding-bottom: 4px;
		margin-bottom: 5px;
		clear: both;
	}
	
	#comments span {
		position: absolute;
		right: 0;
		top: 1px;
		 
	}
	
	#comments big {}
	
	#respond {
		
	}
	
	.red {
		color: red;
	}
	
	.nocomments {}
	.commentmetadata {}
		/* individual comments */
		
		.who {
			float: left;
			width: 175px;
			text-align: right;
		}
		
		.who cite {
			display: block;
			padding-bottom: 5px;
		}
		
		.who-date {
			font-family: arial black;
			font-size: 11px;
			padding-bottom: 10px;
		}
		
		.what {
			float: right;
			width: 450px;
		}
		
		.what p {
			padding-bottom: 15px;
			line-height: 16px;
		}
		
		.moderation {
			font-weight: bold;
		}
		
		#commentlist {
			margin-bottom: 30px;
		}
		
		#commentlist li {
			clear: both;
			height: auto !important;
			height: 1%;
			background-image: url(images/dots.gif);
			background-position: bottom;
			background-repeat: repeat-x;
			padding-top: 5px;
		}
		
		#commentlist li a {}
		#commentlist li a:hover {}
		#commentlist li.alt {}
		#commentlist li.alt a {}
		#commentlist li.alt a:hover {}
		#commentlist cite {}
			/* individual comment content */
			#commentlist .commentcontent {}
			#commentlist blockquote {}
			#commentlist code {}
			#commentlist ul {}
			#commentlist ol {}
		/* comment form */
		#commentform {
			width: 640px;
			padding-bottom: 20px;
		}
		#commentform dl {}
		#commentform dt {}
		#commentform dd {}
		#commentform fieldset {}
		#commentform legend {
			display: none;
		}
		#commentform .comment-label {
			text-align: right;
			padding-top: 5px;
			padding-right: 10px;
			vertical-align: top;
			width: 180px;
		}
		#commentform input#author {
			margin-bottom: 7px;
			border: 1px solid #A7D6E4;
			padding: 3px;
			vertical-align: middle;
		}
		
		#commentform input#email {
			margin-bottom: 7px;
			border: 1px solid #A7D6E4;
			padding: 3px;
			vertical-align: middle;
		}
		
		#commentform input#url {
			margin-bottom: 7px;
			border: 1px solid #A7D6E4;
			padding: 3px;
		}
		#commentform textarea {
			border: 1px solid #A7D6E4;
			width: 434px;
			height: 136px;
			padding: 7px;
			font-family: arial;
			font-size: 13px;
		}
		
		.logged-in {
			margin-bottom: 10px;
		}
		
		#commentform input#url:focus,
		#commentform input#email:focus,
		#commentform input#author:focus,
		#commentform textarea:focus {
			background-color: #EFFBFF;
		}
		
		.post-button {
			text-align: right;
			padding-top: 5px;
		}
		
		/*#commentform input#submit {
			background-color: #2d2d2d;
			color: #707070;
			border: 1px solid #69AABF;
			padding: 3px 5px;
		}*/
		/* pop up comments */
		#commentspopup {}
		#commentspopup h1#header {}
		#popupcontent {}
		#popupcontent .interact {}
		#popupcontent .commentwrap {}
		
/* Sidebar */
#side {
	width: 280px;
	float: right;
	background-color: #eff7fa;
	min-height: 250px;
	padding: 10px;
}

#side .widget {
	margin-bottom: 20px;
}
	#side ul {}
	#side li {}
	#side li h2 {}
	#side li ul {}
	#side li li {}
		/* search box */
		.search-button {
			vertical-align: bottom;
		}
		
		.search-results {
			margin-bottom: 35px;
		}
		
		.widget_search {
			margin-bottom: 10px;
		}
		
		.search-header {
			font-family: arial black;
			font-size: 14px;
			display: block;
			padding-bottom: 2px;
		}
		
		#s {
			border: 1px solid #8ac0d2;
			padding: 3px 2px;
			width: 226px;
			margin-right: 5px;
		}
		
		#side li#search {}
		#side li#search h2 {}
		#side li#search fieldset {}
		#side li#search legend {}
		#side li#search label {}
		#side li#search dl {}
		#side li#search dt {}
		#side li#search dd {}
		#side li#search input#s {}
		#side li#search input#search {}
		/* common sidebar list elements */
		#side li#archive {}
		#side li#categories {}
		
		.widget_categories h2 {
			font-family: arial black;
			font-size: 14px;
			padding-bottom: 5px;
		}
		
		.widget_tag_cloud {
			width: 281px;
		}
		
		.widget_tag_cloud h2 {
			border-bottom: 1px solid #BDDCE6;
			margin-bottom: 3px;
		}
		
		.widget_tag_cloud a,
		.widget_tag_cloud a:link,
		.widget_tag_cloud a:visited {
			color: #000000;
		}
		
		
		
		#side li#meta {}
		#side li#pages {}
		
		.widget_pages {
			margin-bottom: 10px;
		}
		
                .widget_archive h2,
		.widget_pages h2 {
			font-family: arial black;
			font-size: 14px;
			padding-bottom: 5px;
		}
		
                .widget_archive ul,
		.widget_pages ul,
		.widget_categories ul{
			/*background-image: url(images/dots.gif);
			background-repeat: repeat-x;
			background-position: top;
			margin-bottom: 10px;*/
			border-top: 1px solid #bddce6;
		}
		
                .widget_archive ul li a,
                .widget_archive ul li a:link,
                .widget_archive ul li a:visited,
		.widget_pages ul li a,
		.widget_pages ul li a:link,
		.widget_pages ul li a:visited,
		.widget_categories ul li a,
		.widget_categories ul li a:link,
		.widget_categories ul li a:visited {
			background-image: url(images/dots.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			display: block;
			padding: 6px 10px;
			font-size: 13px;
			text-decoration: none;
			color: #000000
		}
		
                .widget_archive ul li a:hover,
		.widget_pages ul li a:hover,
		.widget_categories ul li a:hover {
			background-color: #CDE4EC;
		}
		
		.wpg2_widget_sidebargridblock_display {
			width: 312px;
			float: left;
                        margin-right: 5px;
		}
		
		.wpg2_widget_sidebargridblock_display h2.widgettitle {
			font-size: 20px;
			color: #707070;
			padding-bottom: 4px;
			font-family: Arial, Helvetica, sans-serif;
			border-bottom: 1px solid #707070;
		}
		
		.wpg2sidebargrid-image {
			float: left;
			height: 91px;
			width: 90px;
			margin: 5px 3px 3px 3px;
			vertical-align: middle;
			text-align: center
		}

.g2image_float_right {
    float: right;
}

.g2image_float_left {
    float: left;
}

.wpg2sidebargrid-image a img.ImageFrame_none {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
padding:5px !important;
}
		
		
		
		/* calendar */
		#calendar_wrap {}
		#wp-calendar {}
		#wp-calendar #next {}
		#wp-calendar #next a {}
		#wp-calendar #next a:hover {}
		#wp-calendar #prev {}
		#wp-calendar #prev a {}
		#wp-calendar #prev a:hover {}
		#wp-calendar a {}
		#wp-calendar caption {}
		#wp-calendar th {}
		#wp-calendar tr {}
		#wp-calendar td {}
		#wp-calendar td.pad {}
		#wp-calendar td.pad:hover {} /* not IE compatible */
	
		
		
		#bottom-side {
			width: 960px;
			height: auto !important;
			min-height: 220px;
		}
		
		.widget_rss {
			width: 318px;
			float: left;
			height: auto !important;
			min-height: 220px;
			margin: 0 5px;
			position: relative;
		}
		
		.widget_rss h2 {
			padding-bottom: 4px;
		}
		
		
		
		.widget_tag_cloud h2 {
			font-family: arial black;
			font-size: 14px;
			padding-bottom: 5px;
			
		}
		
		.widget_rss h2 a,
		.widget_rss h2 a:link,
		.widget_rss h2 a:visited {
			font-size: 20px;
			color: #707070;
			text-decoration: none;
			padding-bottom: 4px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		.widget_rss h2 a:hover {
			color: #757575;
		}
		
		.rsswidget {
			
		}
		
		.rss-blue {
			position: absolute;
			top: 3px;
			right: 0px;
		}
		
		.widget_rss ul {
			border-top: 1px solid #707070;
		}
		
		.widget_rss ul li {
			border-bottom: 1px dashed #707070;
		}
		
		.widget_rss ul li a,
		.widget_rss ul li a:link,
		.widget_rss ul li a:visited {
			color: #88c0d2;
			font-size: 14px;
			padding: 8px 6px;
			display: block;
			text-decoration: none;
		}
		
		.widget_rss ul li a:hover {
			background-color: #5e5e5e;
			color: #ffffff;
		}
		
		.widget_categories {
			 
		}
		
		.widget_adrotator {
			float: left;
			width: 310px;
			margin-left: 5px;
		}
		
		.widget_adrotator h2 {
			font-size: 20px;
			color: #707070;
			border-bottom: 1px solid #707070;
			padding-bottom: 4px; 
		}
		
		.adrotatorwidget {
			text-align: center;
			margin: 15px 0
		}
		
/* Footer */
#bottom {
	clear: both;
	width: 960px;
	padding: 0 10px;
	margin: 20px auto;
	color: #4d4d4d
}
#bottom a {}
#bottom a:hover {}
	/* attribution link styling */
	#bottom p.credit {}
	#bottom p.credit a {}
	#bottom p.credit a:hover {}
	
a.fusion,
a:link.fusion,
a:visited.fusion {
	background-image: url(images/fusion-logo.gif);
	background-position: left top;
	width: 131px;
	height: 35px;
	text-indent: -999em;
	display: block;
	margin-top: -13px;
}

a:hover.fusion {
	background-position: left bottom;
}

a.xhtml,
a:link.xhtml,
a:visited.xhtml {
	background-image: url(images/xhtml-logo.gif);
	background-position: left top;
	width: 52px;
	height: 11px;
	display: block;
	text-indent: -999em
}

a:hover.xhtml {
	background-position: left bottom;
}

a.css,
a:link.css,
a:visited.css {
	background-image: url(images/css-logo.gif);
	background-position: left top;
	width: 26px;
	height: 12px;
	display: block;
	text-indent: -999em
}

a:hover.css {
	background-position: left bottom;
}

a.wordpress,
a:link.wordpress,
a:visited.wordpress {
	background-image: url(images/wordpress-logo.gif);
	background-position: left top;
	width: 19px;
	height: 20px;
	display: block;
	text-indent: -999em
}

a:hover.wordpress {
	background-position: left bottom;
}

a.dreamhost,
a:link.dreamhost,
a:visited.dreamhost {
	background-image: url(images/dreamhost-logo.gif);
	background-position: left top;
	width: 21px;
	height: 20px;
	display: block;
	text-indent: -999em
}

a:hover.dreamhost {
	background-position: left bottom;
}

.flvPlayer {
	margin: 10px auto 0;
	text-align: center;
	padding: 10px;
	background-color: #ffffff;
	width: 448px;
	border: 1px solid #DDDDDD;
}

#gsHeader img {
	display: none;
}

#gsFooter {
	display: none;
}

.block-core-BreadCrumb {
	padding: 2px 0;
	font-size: 12px;
}

/*---------------------------
		Gallery Specific
 --------------------------*/
 
.wpg2tag-image {
	margin-bottom: 15px;
}

.giAlbumCell {
	text-align: center;
}

#gsSidebarCol {
        width: 230px;
}

.gbBlock ul {
	border-top: 1px solid #BDDCE6;
}

.gbBlock ul li a,
.gbBlock ul li a:link,
.gbBlock ul li a:visited,
a.gbAdminLink,
a:link.gbAdminLink,
a:visited.gbAdminLink {
	display:block;
	border-bottom: 1px dashed #BDDCE6;
	padding:6px 10px;
	text-decoration: none !important;
    color: #363636;
    font-size: 13px;
} 

.gbBlock ul li a:hover,
a:hover.gbAdminLink {
        background-color: #CDE4EC;
}

.gbLink-slideshow_Slideshow {
	border-bottom: 1px dashed #BDDCE6;
        margin-bottom: 10px;
}

a.gbLink-search_SearchScan,
a:link.gbLink-search_SearchScan,
a:visited.gbLink-search_SearchScan {
        border-top: none !important;
        font-size: 10px !important;
        padding: 3px 0px !important;
        color: #69AABF !important;
        text-decoration: underline !important;
        position: relative;
}

a:hover.gbLink-search_SearchScan {
        background-color: transparent;
		text-decoration: none !important;
}

.gbLink-search_SearchScan {
	
}

.block-imageblock-ImageBlock {
	margin: 10px 0;
	font-size: 11px; 
}

.ImageFrame_none {
	padding: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

#IFid1 {
		
}

.one-image {
        padding-left: 10px;
}

.giDescription {
        font-family: arial;
        font-size: 16px;
        font-weight: bold;
        padding: 5px 0;
}

.giThumbnail {
        padding: 7px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
        margin-bottom: 10px;
}

.parent {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
	font-family: arial black;
	border-bottom: 1px solid #BDDCE6;
	
}

#gsContent {
	padding-left: 20px;
}

#gsThumbMatrix {
	width: 100%;
	float: left;
}

.next-and-last {
	float: right;
width: 175px;
}

.first-and-previous {
	float: left;
width: 175px;
}

.block-core-Pager {
	clear: both;
	text-align: center;
}

.giItemCell {
	text-align: center;
}

a.first,
a:link.first,
a:visited.first,
a.next,
a:link.next,
a:visited.next,
a.previous,
a:link.previous,
a:visited.previous,
a.last,
a:link.last,
a:visited.last {
	display: block;
	text-decoration: none;
	border: 1px solid #A1D3E2;
	width: 60px;
	text-align: center;
	padding: 5px 10px;
	color: #363636;
}

a:hover.last,
a:hover.next,
a:hover.previous,
a:hover.first {
	background-color: #CDE4EC;
}

a.previous,
a.first {
	text-align: left;
}

a.next,
a.first {
	float: left;
	margin-right: 5px;

}

a.next:after {
    content: " >";
    font-size: 10px;
}

a.first:before {
    content: "<< ";
    font-size: 10px;
}

a.previous:before {
   content: "< ";
    font-size: 10px;
}

a.last:after {
   content: " >>";
    font-size: 10px;
}

a.previous,
a.last {
	float: right;
	margin-left: 5px;
}

.block-core-Navigator {
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-core-Navigator:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.giAlbumCell,
.giItemCell {
	padding-bottom: 10px;
}

#gsImageView {
	text-align: center;
}

#gsImageView a img {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}


.block-core-PeerList a,
.block-core-PeerList a:link,
.block-core-PeerList a:visited,
span.current,
span.neck {
	display: block;
	line-height: 17px;
	margin-left: 10px;
}

.giTitle {
	margin: 0;
	padding: 0;
}

.album-title {
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #BDDCE6;
	padding-bottom: 3px;
}

.album-date {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #BDDCE6;
	padding-bottom: 3px;
}

.block-core-NavigationLinks h3,
#gsSidebar .gbBlock h2 {
	font-family:arial black;
	font-size:14px;
	padding-bottom:5px;
	margin-top: 10px;
}

.core-info {
	text-align: right;
}

.block-core-BreadCrumb a:after{
	content: " >";
}


/* Various Classes & Image Alignment */
.center {text-align: center;}
.floatleft {float: left; margin: 5px;}
.floatright {float: right; margin: 5px;}
img.center {display: block; margin: 10px auto;}
img.left {display: inline; margin: 0 10px 5px 0;}
img.right {display: inline; margin: 0 0 5px 10px;}
.nav {margin: 25px 0;}
.wp-previous {float: left; text-align: left; width: 45%;}
.wp-next {float: right; text-align: right; width: 45%;}