/*
Theme Name: Emily Griffith
Theme URI: http://emily-griffith.com/
Description: Custom developed WP Theme by Reddoor/Thom Meredith Design
Version: 1.0
Author: Thom Meredith
Author URI: http://thommeredith.com/
*/

/* !colors */
/*
green: rgb(176,188,34);
h gray: rgb(100,100,85);
30% warm gray: #B3B3AB;
orange: rgb(248,151,29);
*/

html, body {
height: 100%;}

a {
	color: rgb(248,151,29);
	text-decoration: none;}
	
a:hover {
	color: #B3B3AB;}
	
.caps {
	text-transform: uppercase;
	letter-spacing: .05em;}
	
.green {
	color: rgb(176,188,34);}
	
.clearfloat {
	clear: both;}
	
h6 {
	text-transform: uppercase;
	font-size: 1.1em;
	color: rgb(100,100,85);
	height: 15px;
	border-bottom: 4px solid rgb(176,188,34);}

body {
	background: #dfdfdd url(i/b/bodybg.gif) repeat-y top center;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #939388;}
	
#rap {
	width: 936px;
	margin: 0px auto;
	background-color: #ffffff;
	height: 100%;}
	
#header {
	border-bottom: 1px solid rgb(176,188,34);
	padding: 40px 66px 0px 71px;
	position: relative;
	height: 65px;}
	
#logo a{
	display: block;
	width: 182px;
	height: 61px;
	border-bottom: 4px solid #ffffff;}

.tagline {
	position: absolute;
	top: 12px;
	right: 72px;
	display: block;
	text-indent: -999em;
	background: transparent url(i/b/tagline2.gif) no-repeat top left;
	height: 14px;
	width: 364px;}
	
#mnav {
	position: absolute;
	top: 71px;
	right: 52px;}
	
#mnav, #mnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;}

#mnav a {
	display: inline-block;}

#mnav li {
	float: left;
	position: relative;
	display: inline;}
	
#mnav li ul {
	position: absolute;
	left: -999em;
	width: 100px;
	padding: 10px 10px 1px;
	background: transparent url(i/b/90white.png) repeat top left;
	border-top: 1px solid rgb(176,188,34);
	z-index: 2;}
	
#mnav li ul li {
	display: block;
	float: none;}

#mnav li a {
	text-transform: uppercase;
	letter-spacing: .075em;
	text-decoration: none;
	color: rgb(100,100,85);
	font-size: 1.2em;
	margin-right: 20px;
	height: 30px;}
	
#mnav li ul li a, #mnav .selected ul li a, #mnav li:hover ul li a, #mnav li.sfhover ul li a {
	text-transform: none;
	border-bottom: 0px;
	height: auto;
	display: block;
	padding-bottom: 9px;}
	
#mnav li ul li a:hover {
	color: rgb(248,151,29);}
	
#mnav .selected a, #mnav .current_page_item a, #mnav .current_page_parent a, #mnav li:hover a, #mnav li.sfhover a, #logo .selected, #logo a:hover {
	border-bottom: 4px solid rgb(176,188,34);}
	
#mnav li:hover ul, #mnav li.sfhover ul {
	left: -10px;}
	
#body {
	padding: 24px 66px 133px 71px;
	display: block;}
	
#footer {
	clear: both;
	padding: 9px 66px 30px 71px;}
	
#footer p {
	font-size: 1.1em;
	color: rgb(95,96,75);}
	
#fnav {
	float: right;
	margin-top: -11px;}
	
#fnav li {
	float: left;
	display: inline;}
	
#fnav li a {
	font-size: 1.1em;
	color: #646455;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-left: 21px;}
	
#fnav li a:hover {
	color: rgb(248,151,29);}
	
/* home */
.home #body {
	position: relative;
	min-height: 565px;}
	
.home h1 {
	position: absolute;
	bottom: 133px;
	left: 71px;
	display: block;
	height: 33px;
	width: 793px;
	text-indent: -999em;
	background: rgb(176,188,34) url(i/b/hometagline.gif) no-repeat 327px 8px;}
	
.home #homeimg {
	position: absolute;
	top: 24px;
	left: 71px;}
	
/* !blog */	

.blog #body {
	padding-left: 0px;
	padding-right: 0px;}
	
#intro .content, #posts .post .metatop, #posts .post .postcontent, .post .commentnav, .post .postnav {
	clear: both;
	padding-left: 71px;
	padding-right: 20px;}

#posts .post .metatop, #posts .post .postcontent, .post .commentnav {
	padding-right: 71px;}
	
#posts, .post .postcontent, .page #body.blog #posts {
	border-top: 1px solid rgb(176,188,34);}
	
.post {
	padding-top: 15px;
	margin-bottom: 30px;}
	
.post .postcontent {
	padding-bottom: 24px;
	border-bottom: 1px solid rgb(176,188,34);}
	
.post .metatop {
	font-size: 1.1em;
	color: rgb(100,100,85);}
	
.post .title {
	border-bottom: 4px solid rgb(176,188,34);
	display: inline-block;
	font-size: 2.4em;
	height: 33px;
	margin-top: 10px;
	margin-left: 71px;
	margin-right: 60px;}
	
.post .title, .post .title a {
	color: rgb(176,188,34);}
	
.post .title a:hover {
	color: #646455;}
	
.postcontent p, .postcontent li, .postcontent a {
	font-size: 1.2em;
	line-height: 1.7857em;
	margin-top: 18px;}
	
.postcontent p, .postcontent li{
	color: rgb(100,100,85);}
	
.postcontent p a, .postcontent li a {
	font-size: 1em;}
	
/*
.postcontent img {
	margin-top: 27px;}
*/
	
.post .commentnav {
	margin-top: 18px;
	float: left;}
	
.post .postnav {
	padding-bottom: 18px;
	float: right;
	padding-right: 63px;}
	
.commentnav, .postnav {
	font-size: 1.2em;
	display: block;
	margin-top: -12px;}
	
.post .connectnav {
	border-top: 1px solid rgb(176,188,34);
	margin-left: 0px;
	padding-left: 71px;
	padding-right: 63px;
	display: block;
	font-size: 1.1em;
	text-align: right;
	padding-top: 6px;
	width: 802px;}
	
/* !comments */
#comments {
	display: block;}
	
#comments h6 {
	margin-left: 71px;
	margin-right: 60px;
	width: 68px;}
	
#comments ol {
	border-top: 1px solid rgb(176,188,34);
	padding-left: 71px;
	padding-right: 60px;}
	
#comments ol li {
	margin-top: 23px;}
	
#comments ol li p{
	font-size: 1.2em;
	line-height: 1.666em;
	color: rgb(100,100,85);}
	
#comments .meta {
	color: #B3B3AB;}
	
#comments .meta .author {
	color:#F8971D;
}

/* !comment form */
#commentform {
	margin-top: 36px;}
	
#commentform h6 {
	margin-left: 71px;
	margin-right: 60px;
	width: 108px;}
	
#commentform form {
	border-top: 1px solid rgb(176,188,34);
	padding-left: 71px;
	padding-right: 60px;
	padding-top: 21px;}
	
#commentform input, #commentform #comment {
	clear: left;
	margin-bottom: 20px;}
	
#commentform #comment {
	display: block;}

#commentform input, #commentform label {
	float: left;}
	
#commentform input {
	width: 176px;
	margin-right: 9px;}
	
#commentform textarea {
	width: 560px;}
	
#commentform label {
	font-size: 1.2em;
	color: rgb(100,100,85);
	padding-top: 5px;}
	
#commentform label span {
	color: #B3B3AB;}

/* !intro */
#intro {
	margin-top: 65px;
	border-top: 1px solid #d0d0cc;
	display: block;
	height: 235px;}
	
#intro .content {
	height: 143px;
	display: block;
	border-bottom: 1px solid #d0d0cc;}
	
#intro .welcome, #intro .pic, #intro .twitter {
	float: left;}

#intro .welcome {
	width: 455px;
	height: 143px;
	padding-top: 8px;
	margin-right: 18px;}

#intro .welcome, .connectnav {
	font-size: 1.4em;
	line-height: 1.7857em;}
	
#intro .pic {
	width: 140px;
	height: 143px;
	overflow: hidden;
	margin-right: 22px;}
	
#intro .twitter {
	width: 200px;
	height: 143px;}
	
#intro .twitter h6 {
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top: -20px;
	margin-bottom: 9px;
	color: rgb(100,100,85);
	width: 85px;
	height: 15px;
	border-bottom: 4px solid rgb(176,188,34);}
	
#intro .twitter p {
	font-size: 1.2em;
	line-height: 1.666em;
	padding-top: 3px;}
	
.connectnav {
	display: block;
	padding-top: 3px;
	width: 810px;
	clear: both;
	color: rgb(100,100,85);
	margin-left: 71px;}
	
/* !search form */
#s form{
	float: right;
	margin-right: 71px;
	margin-top: 27px;
	padding-right: 11px;
	height: 21px;
	background: transparent url(i/b/s-corner.gif) no-repeat top right;}
	
#s-input {
	height: 15px;
	width: 148px;
	background: transparent url(i/b/s-bg.gif) repeat-x top left;
	border: 0;
	padding: 4px 3px 2px 3px;
	font-family: Helvetica, Arial, sans-serif;
	color: #B3B3AB;
	float: right;}
	
#s-input:focus {
	color: rgb(100,100,85);}

#s-submit {
	float: left;
	display: block;
	text-indent: -999em;
	background: transparent url(i/b/submit.gif) no-repeat top left;
	height: 21px;
	width: 22px;
	border: 0;}
	
/* !page */
#body {
	padding-left: 0px;
	padding-right: 0px;}

.page #posts, .page #posts .post {
	border-top: 0px;}
	
.post .content {
	border-top: 1px solid rgb(176,188,34);
	display: block;
	overflow: auto;
	padding-top: 19px;
	padding-left: 71px;
	padding-right: 60px;}

.page .col1, .page .col2 {
	float: left;}
	
.page .col1 {
	width: 415px;
	margin-right: 24px;}
	
.page .col1 img {
	display: block;
	margin-bottom: 21px;}
	
.page .col2 {
	width: 360px;}
	
.page .col2 p {
	font-size: 1.4em;
	line-height: 1.7857em;
	margin-bottom: 21px;}
	
.page .col2 .connectnav {
	width: 360px;
	float: none;
	border-top: none;
	text-align: left;
	padding: 0px;
	margin-top: 60px;}
	
/* !Gallery */
.gallery #body {
	padding-right: 0px;
	padding-left: 0px;}

.gallery #posts {
	border-top: 0px;}
	
.gallery #gallerynav li {
	display: inline;
	float: left;
	margin-right: 11px;
	overflow:hidden;
	width:104px;
}
	
.gallery .post .content {
	overflow: visible;}
	
#imgviewer img {
	display: block;
	}
	
#gallerynav img {
	display: block;
	height: 70px;}
	
.hasjs #gnavwrap {
	margin-top: 24px;
	overflow: hidden;
	height: 70px;
	width: 792px;
	position: relative;}
	
.hasjs #gnavcontainer {
	position: absolute;
	top: 0px;
	left: 0px;}
	
.hasjs #imgviewer {
	position: relative;
	height: 529px;}
	
.hasjs #imgviewer img {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;}
	
.hasjs #imgviewer .loading {
	z-index: 2;}
	
.hasjs  #body.gallery {
	position: relative;}
	
.hasjs #buttonLeft, .hasjs #buttonRight {
	position: absolute;
	top: 688px;
	cursor: pointer;}
	
.hasjs #buttonLeft{
	left: 59px;}
	
.hasjs #buttonRight {
	right: 60px;}
	
img.loading {
	-khtml-opacity:.01;
	-moz-opacity:.01;
	-ms-filter:"alpha(opacity=01)";
	filter:alpha(opacity=01); 
	opacity:.01;}
	
/* Social */

.postnav a.stbutton {
padding: 0 !important;}

.postnav .stico_default {
background: none !important;
}

.page-template-default .col1 img {
width: 415px;}

strike, s, del {
  text-decoration: line-through;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}