/*
Theme Name: Gibson Default Mod
Theme URI: http://relaxyourlifenow.com/
Description: Modified from WP Default.
Version: 1.0
Author: Danielle Signor
Author URI: http://dsignor.com/
*/

/* 
brown - 995035
teal - 00917f
sunny yellow - ffd800
highlighter yellow - fff3af
dk blue - 020e62
med blue - 0f3b9e
*/

body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #00917f url('images/bg.jpg') repeat-x top fixed;
	margin: 0;
	padding: 0;
	color: #000;
	}

#foot, #head, #colmask {
	width: 970px;
	margin: 0px auto;
	}

#head {
	/* background: url('images/masthead.jpg') no-repeat top;
	text-align: right;
	height: 250px; */
	}

#slideshow {
	width: 293px !important;
	height: 246px !important;
	margin: 0 !important;
	overflow: hidden;
	display: inline;
	background: url('images/fade/4.png') no-repeat top;
	}

#imgSlide, #imgHidden {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	}
	
#foot {
	clear: both;
	margin-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	}

#sidebar {
	color: #fff;
	}
	
/* HOLY GRAIL LAYOUT */
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	margin: 0 auto;
	width: 990px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/* background:#ffd8b7;		Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	/* background:#fff;    	Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	/* background:#ff9;    	Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	width:100%;
	/* overflow:hidden; */
	padding: 0;
	margin: 0;
}
#col2 {
	float:left;
	width:185px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
	background: url('images/navbg.png');
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#col3 {
	float:left;
	width:185px;
	position:relative;
	left:0px;
	overflow:hidden;
}
/* END HOLY GRAIL */

#content {
	/* font-size: 13px; */
	font-size: 1.3em;
	margin: 0;
	padding: 12px 0;
	background: #fff;
	/* border: 1px solid #fff; */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

#sidebar {
	font-size: 1.2em;
	}

p {	
	margin: 10px 20px;
	line-height: 1.4em;
	}

#sidebar p {
	margin-top: 0 !important;
	padding: 0;
	text-align: center;
	}
	
#col3 p {
	margin: 0;
	margin-bottom: 15px;
	}

a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #0f3b9e;
	}

#foot a:link, #sidebar a:link {
	color: #fff3af;
	}
	
a:visited {
	color: #020e62;
	}

#foot a:visited, #sidebar a:visited {
	color: #ffd800;
	}
	
a:hover, a:active {
	color: #00917f;
	}

#foot a:hover, #foot a:active, #sidebar a:hover, #sidebar a:active {
	color: #fff;
	}
	
a.img {
	border: none;
	text-decoration: none;
	}

h1 a, h2 a, h3 a {
	font-weight: normal;
	}
	
/* nav */

#nav ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	width: 185px;
	}

#nav li {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	/* font-size: 16px; */
	font-size: 1.6em;
	text-align: left;
	padding: 0;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 6px 8px;
	}

#nav li a:hover, #nav li a:active {
	color: #ffd800;
	}
	
#nav li li {
	font-size: 0.85em;
	font-style: italic;
	padding-left: 16px;
	}

#nav li li a {
	padding: 0 8px 2px 8px !important;
	}
	
/* end nav */	

h1, h2, h3, h4 {
	text-align: center;
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	padding: 0;
	margin: 10px;
	margin-top: 0;
	color: #995035;
	margin-bottom: 5px;
	font-weight: normal;
	}

h1 {
	/* font-size: 32px; */
	font-size: 2.45em;
	font-style: italic;
	margin-top: 20px;
	/* color: #0f3b9e; */
	}

h1.special {
	margin-top: 0 !important;
	}
	
h2 {
	/* font-size: 27px; */
	margin-top: 20px;
	font-size: 2.05em;
	}

h2.start {
	color: #0f3b9e;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	}
	
h3 {
	font-style: italic;
	font-size: 1.85em;
	}
	
#head h3 {
	font-size: 24px;
	margin: 2px 0 10px 7px;
	color: #fff3af;
	letter-spacing: 1px;
	text-align: center;
	}

#sidebar h3 {
	color: #fff;
	margin-bottom: 4px;
	}
	
h4 {
	/* font-size: 20px; */
	font-size: 1.6em;
	/* text-transform: uppercase; */
	font-weight: bold;
	color: #00917f;
	}

ul {
	margin: 0 20px 15px 20px;
	padding: 0 !important;
	}

	
li {
	line-height: 150%;
	padding-bottom: 5px;
	}

hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}
	
#mark {
	border: 1px solid #fff3af;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 183px;
	height: 254px;
	background: url('images/markgibson.jpg') no-repeat top left;
	margin-bottom: 10px;
	}
	
#content img {
	background: #fff3af;
	padding: 3px;
	border: 1px solid #0f3b9e;
	margin-bottom: 4px;
	}

table#logos {
	margin: 10px auto;
	}

#logos td {
	padding: 5px 15px;
	}
	
img.plain, #content img.plain, #logos img, #content td img {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	margin: 0;
	}

#content table {
	margin: 0 0 12px 30px;
	border: none;
	padding: 0;
	text-align: left !important;
	}
	
#content td {
	padding: 0 2px 4px 0;
	text-align: left !important;
	font-size: .9em;
	}
	
.alignleft {
	display: inline;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	}

.alignright {
	display: inline;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
	}

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

p.lefttext {
	text-align: left !important;
	margin-left: 30px;
	}
	
.readmore {
	padding-right: 25px;
	background: url('images/bluego.png') right no-repeat;
	}

ul.check {
	margin: 0 0 15px 20px !important;
	padding: 0 !important;
	}

.check li {
	margin: 0;
	line-height: 110%;
	list-style: none;
	/* list-style-image: url('images/check.png'); */
	padding: 0 20px 5px 0;
	font-size: 1.4em;
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
	color: #995035;
	}

.check li small {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;
	font-size: 0.7em;
	}

b, strong, i, emph {
	font-size: 110%;
	}

.brown {
	color: #995035;
	}
	
.red {
	color: red !important;
	}

blockquote {
	margin: 15px 0;
	}

blockquote.alt, .featured {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	border-width: 1px 0;
	}

blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
blockquote i {
	/* font-size: 100%; */
	}
	
.featured {
	margin: 20px 0;
	padding-bottom: 4px;
	}
	
/* --------------------------------
from default 
-----------------------------------*/

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
border-width: 1px 0;
}

.even, .alt {

	/* border-left: 1px solid #ddd; */
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

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

.commentlist li {
	font-weight: bold;
}

.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;
	}

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

.commentmetadata {
	font-weight: normal;
	}

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

p img {
	padding: 0;
	max-width: 100%;
	}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	margin-bottom: 4px !important;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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


