/*
Theme Name: Gosimply
Theme URI: http://www.gosimply.com/
Description: The default WordPress theme for gosimply.
Version: 1.6
Author: Tim Hagger
Author URI: http://gosimply.com/
Tags: blue, custom header, fixed width, two columns, widgets */


* { margin:0; padding:0; }

html{ margin:0;padding:0; font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	margin:0;
	padding:0;
	background:#D6F2FF url("/img/body-bg-simple.gif") repeat-x top center;
	color:#666;
	}

html, body { height:100%; }

.container_12 {margin-left:auto;margin-right:auto;width:960px;}
/* clearing contents */
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0;}
.clearfix{display:inline-block;}
* html .clearfix{height:1%;}
.clearfix{display:block;}

#container {
		min-height:100%;
		margin-bottom:-14em;
		position:relative;
		zoom:1;
		background:transparent url('/img/body-bg.png') repeat-y top center;
	}

/*layout*/

.site-width {
	padding:0;
	width:940px;
	margin:1.2em auto 1.2em auto;
	position:relative;
}
.site-width:after {content:".";display:block;height:0;clear:both;visibility:none;overflow:hidden;color:#fff;}

#page {
	padding:0em;
	width:764px;
	position:relative;
	float:left;
}

#breadcrumb 	{	margin:0.2em 1em 0.2em 0; font-size:1.1em; color:#aaa; }
#breadcrumb a { color:#aaa; }

#headerimg 	{
	margin: 7px 9px;
	height: 192px;
	width: 740px;
	}

.outline {border:1px solid #cc0066;}

#header 							{ width:100%; z-index:30; padding:0 0 0 0; position:relative;}
#gslogo 							{ padding:0 0 0.65em 0; border:0; }
#header .myaccount 		{ float:right; text-align:right; font-size:1.2em; color:#fff; position:relative; margin-top:1em;}
#header .myaccount img {border:0;vertical-align:middle;}
#header .myaccount a	{text-decoration:none;color:#fff;}
#header .myaccount a:hover	{text-decoration:underline;}
#header form 					{ padding:0;margin:0; }
#header #search-site  { position:relative; }
#header .search-text 	{ padding:0.2em; border:1px solid #ccc; color:#666; margin-right:0.8em; }

.header-wrap 					{ margin:0 auto; width:95.5em; position:relative;}

#menu {font:normal 13px Arial;}

#content {
	position:relative;
	float:right;
	margin: 0 0;
	}

.narrowcolumn {
	width: 592px;
	}

.narrowcolumn .entry  {
	font-size: 1.2em;
	margin-top:1em;
	line-height: 1.6em;
	}

.entry div.hr {margin:0.5em 0;padding:0;height:1px;color:#DEDEDE;background-color:#DEDEDE;}
.entry div.hr hr {display:none;}

/* STYLING IMAGES and CAPTIONS */

.wp-caption {wordpress.css (line 18)
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin-top:10px;
margin-bottom:10px;
padding-top:4px;
text-align:center;
}

.post {
	text-align: justify;
	border-bottom:solid 1px #ddd;
	padding-bottom:1em;
	margin-bottom:1em;
	}

.post p {margin-bottom:1em;}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
	margin-top:1em;
	line-height:1.3em;
}

.clear {
	clear: both;
}


/*	Begin Headers */

h1, h2, h3, h4, h5, .main .subheading 	{ color:#333;font-family:"Trebuchet MS",Arial,Verdana,sans-serif;font-weight:normal;}

h1 {
	font-size: 2em;
	padding:0;
	}

h2  		{  font-size:2em; }
h3, h4, h5 { font-size:1.4em;}

h1.pagetitle, h2.pagetitle {border-bottom:solid 1px #ddd;padding-bottom:0.5em;margin-bottom:0.5em;}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1 a, h2 a, h3 a, #headerimg .description {
	text-decoration:none;
	}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
	}


/* restyled title layout */

.pic-author { /* Userphoto thumbnail */
	position:relative;
	float:left;
	margin-right:1em;
	}

.title-bar {
	position:relative;
	float:left;
	}

/* Links etc */

.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	}

a					{ cursor:pointer; }
a:link		{ color:#3582AC; }
a:visited	{ color:#9A6EBA; }
a:hover 	{ text-decoration:underline; }
a:active 	{ color:#0080BD; }

/* 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
	}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.gosimply 		{ color:#30ACC0; font-weight:bold; font-size:1em; }
.gosimply em 	{ color:#F0B94C; font-style:normal; }

html>body .entry ul {
	margin-left:2em;
	}

html>body .entry li {
	margin: 0.5em;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}



/* Begin Sidebar */

.twtr-tweet-text p {font-size:0.9em;}

* html #sidebar div.hr {display:inline;} /* IE only*/
#sidebar div.hr {margin:0;padding:0;height:1em;}
#sidebar div.hr hr {display:none;}

#sidebar { float:left; width:160px; display:inline; line-height:2.24em; padding:0; }
#sidebar .padall {padding: 5px 10px;}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	font-size:1.4em;
	padding-bottom:0.5em;
	}

#sidebar a {text-decoration:none;}
#sidebar form {margin: 0;}
#sidebar p {line-height:1.6;}
#sidebar ul,
#sidebar ol {color:#666;font-size:1.2em;}
#sidebar ul li { padding-bottom:2em;}
#sidebar ul li ul {font-size:1em;}

#sidebar h3, #sidebar h4, #sidebar h5 { color:#000; font-weight:bold;font-size:1.3em;font-family:"Trebuchet MS", Arial; padding-bottom:0.6em;}

/* modules */

#sidebar .module,
.main .module 					{ line-height:1;}
#sidebar .module .top,
#sidebar .module .btm,
.main .module .top,
.main .module .btm {display:block;height:0.4em;}
#sidebar .module .heading,
.main .module .heading 		{ position:relative; background:#F4F4F4;border-left:1px solid #DEDEDE;border-right:1px solid #DEDEDE;}
#sidebar .module .content,
.main .module .content		{ border-left:1px solid #DEDEDE;border-right:1px solid #DEDEDE;}
.main .module .watermark	{ background:#fff url("/img/elements/gosimply-watermark-large.gif") no-repeat 130% 130%;}

/* sidebar specific */
#sidebar .module .top-review {background:transparent url("/img/elements/modules/top-review.gif") no-repeat center bottom;}
#sidebar .module .btm-review {background:transparent url("/img/elements/modules/btm-review.gif") no-repeat center top;}
#sidebar .module .top-blank {background:transparent url("/img/elements/modules/top-blank.gif") no-repeat center bottom;}
#sidebar .module .top-grey {background:transparent url("/img/elements/modules/top-grey.gif") no-repeat center bottom;}
#sidebar .module .btm-blank {background:transparent url("/img/elements/modules/btm-blank.gif") no-repeat center top;}
#sidebar .module li				{ list-style-type:none;padding-left:0;color:#aaa;}
#sidebar .module li li		{ padding-left:0;border-top:1px solid #eee;padding-bottom:0.6em;padding-top:0.4em;}
#sidebar .module ul.children		{ margin-top:0.6em;}
#sidebar .module li li li {margin-left:1.1em;list-style-type:none;border:0;}
#sidebar .module li.current {background:transparent url("/img/icons/current-page.gif") no-repeat left 5px;}
#sidebar .module li a 		{ text-decoration:none;}
#sidebar .module li a:hover {text-decoration:underline;}
#sidebar .module li.mg {background:transparent url(/img/icons/meet-and-greet-small.png) no-repeat center right;}
#sidebar .module .review { background:#FFFDF0 url(/img/elements/quote-end.gif) no-repeat 17em bottom; padding:1em;}
#sidebar .module .review p { background:transparent url(/img/elements/quote-start.gif) no-repeat left top;}
#sidebar .module .gosaward {padding-bottom:22em;background:transparent url('/img/elements/gosimply-award-bg.gif') no-repeat center bottom;}
#sidebar .module .fun-fact {background:transparent url('/img/elements/gosimply-fun-facts.gif') no-repeat right top;}

/* main specific */
.main .module .top-blank {background:transparent url("/img/elements/modules/top-blank-main.gif") no-repeat center bottom;}
.main .module .top-grey {background:transparent url("/img/elements/modules/top-grey-main.gif") no-repeat center bottom;}
.main .module .btm-blank {background:transparent url("/img/elements/modules/btm-blank-main.gif") no-repeat center top;}
.main .module .btm-blank-full-width {background:transparent url("/img/elements/modules/btm-blank-main-full-width.gif") no-repeat center top;}


/* gosimply tables */
.gosimply-award-table {background:#F6F6F6;}
.gosimply-award-table th {text-align:left;background:#bbb;color:#fff;padding:0.5em 1em;}
.gosimply-award-table td.odd {background:#EBEBEB;text-align:left;}
.gosimply-award-table td {padding:0.5em 1em;vertical-align:top;border-bottom:1px solid #fff;text-align:left;}


/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select { width: 130px; }

#commentform input { width: 170px; padding: 2px; margin: 5px 5px 1px 0; }
#commentform textarea { width:100%;padding:2px; }
#commentform #submit { margin: 0; float: right; }

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 1em;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	}


#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding:0.5em 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

#comments {border-bottom:solid 1px #ddd;padding-bottom:0.5em;}

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}


/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width:100%;
	height:2em;
	padding:1em 0;
	clear:both;
	}

small {
	/*font-size:1em;*/
	}


/*--------- FOOTER ---------*/

.clearfooter {
height: 14em;
clear: both;
}

#footer 				{ padding:0 1.6em 0 1.6em;	position:relative; background:transparent url("/img/footer-bg.png") repeat-y top center; height:14em; clear:both;}
#footer img.rss { vertical-align:middle;border:0;}
#footer a				{ padding:0 0.2em; color:#fff; }
#footer label		{ font-weight:bold; display:block; width:100px; float:left; position:relative; }
#footer p 			{ color:#fff; line-height:1.6; font-size:1.3em; padding:0.8em 0; }
#footer p.last	{ border-bottom:0; margin:0; }
#footer-content { position:relative; z-index:10; padding-top:1em; width:96em; margin:0 auto 0 auto;}
