/*  
Theme Name: Portfolio
Theme URI: http://www.themeforest.net
Description: A Portfolio Theme For Wordpress
Version: 1.0
Author: Theme Forest
Author URI: http://www.themeforest.net
*/


/* ----------------------------------------------------------------
* BROWSER 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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; background: #191919 url(images/maseyBG.jpg) top left fixed; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* ---------------------------------------------------------------- 
 *  GLOBAL
 * ---------------------------------------------------------------- 
*/ 
html, body { height: 100%; }
html { font-size: 76%; }
body { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1.1em; line-height: 1.4em; }
.clear { clear: both; width: 1px; height: 1px; margin: 0; padding: 0; }
#left, #right { float: left; }

/* ---------------------------------------------------------------- 
*  WRAPPER
* ---------------------------------------------------------------- 
*/ 
#wrapper {
	width: 980px;
	margin: 0;
	background: #191919;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* ---------------------------------------------------------------- 
*  LEFT
* ---------------------------------------------------------------- 
*/ 
#left {
	width: 335px;
	margin: 0;
	background-color: #191919;
}

#left div.widget {
	margin: 0 20px 0 0;
	padding: 0;
	background-color: #101010;
}

#left div.search_widget {
	margin-bottom: -10px;
}

#left h1 {
	height: 89px;
	color: #ffffff;
	padding: 2px 0 0 20px;
	margin-right: -20px;
	text-transform: lowercase;
	letter-spacing: -3px;
	background: url(images/sidebar.gif) no-repeat;
}

#left h1 a {
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	font: bold 60px Geneva, Arial, Helvetica, sans-serif;
}

#left h1 a:hover {
	text-decoration: none;
}

#left h2 {
	color: #ffffff;
	letter-spacing: -1px;
	padding: 8px 0 19px 20px;
	margin-bottom: 9px;
	background: url(images/sidebar_heading.gif) right top no-repeat;
	font: 20px Geneva, Arial, Helvetica, sans-serif;
}

#left p {
	color: #999999;
	padding: 20px;
	margin-right: 20px;
	text-transform: uppercase;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#left a {
	color: #567181;
	text-decoration: none;
	text-transform: uppercase;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

#left a:hover {
	text-decoration: underline;
}

#left input {
	border: none;
	width: 220px;
	color: #CCC;
	margin-left: 20px;
	padding: 10px 2px;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: #101010;
	position: relative;
	top: -13px;
}

#left input.submit {
	top: 0px;
	border: none;
	width: 33px;
	height: 17px;
	color: #101010;
	cursor: pointer;
	background: url(images/input_search.gif) right top no-repeat;
}

#left div.hr {
	border: 0;
	color: #191919;
	background: #191919;
	height: 20px;
	margin: 0;
}

#left div.hr hr {
	display: none;
}

#left img.about {
	width: 273px;
	height: 158px;
	margin-left: 20px;
}

#left ul {
	padding: 0 20px 20px;
	margin-right: 20px;
	color: #999999;
	text-transform: uppercase;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

#left li {
	margin-bottom: 11px;
	line-height: 0px;
}

#left li a {
	color: #567181;
	text-transform: uppercase;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

#left select {
	margin-left: 20px;
	}

/* ---------------------------------------------------------------- 
*  LEFT > FLICKRRSS
* ---------------------------------------------------------------- 
*/ 
#left #flickrrss {
	padding: 0 0 20px 20px;
}

#left #flickrrss img {
	margin: 0 20px 20px 0;
}

#left #flickrrss h2, #left #flickrrss hr {
	margin-left: -20px;
}

/* ---------------------------------------------------------------- 
*  RIGHT
* ---------------------------------------------------------------- 
*/ 
#right {
	width: 645px;
	margin: 0;
	padding: 0;
	background: #ffffff;
}

/* ---------------------------------------------------------------- 
*  HEADER
* ---------------------------------------------------------------- 
*/ 
#right #header 									{ width: 604px; height: 60px; padding: 0 20px; background: url(images/header_bck.gif) repeat-x; border-bottom: 1px solid #e9e9e9; }

#right #header li {
	display: inline;
}

#right #header a {
	float: left;
	color: #191919;
	margin-top: 24px;
	margin-right: 32px;
	text-decoration: none;
	text-transform: uppercase;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}

#right #header a.rss 							{ float: right; margin-right: 0; padding-right: 20px; background: url(images/rss.gif) right center no-repeat; }

/* ---------------------------------------------------------------- 
*  CONTENT > BUTTON TEMPLATE
* ---------------------------------------------------------------- 
*/ 
#content .button 								{ display: inline; padding: 6px 10px; text-align: center; background: #567181; }

#content .button a 								{ color: #FFF; text-decoration: none; text-transform: uppercase; font: 10px Geneva, Arial, Helvetica, sans-serif; }

/* ---------------------------------------------------------------- 
*  CONTENT
* ---------------------------------------------------------------- 
*/ 
#content 										{ width: 604px; padding: 28px 20px 12px; color: #444444; font: 14px Geneva, Arial, Helvetica, sans-serif;
												  line-height: 22px; }

#content p 										{ color: #444444; font: 14px Geneva, Arial, Helvetica, sans-serif; line-height: 22px; }

#content p a:link, #content p a:visited			{ color: #567181; text-decoration: underline; }

#content img.featured 							{ padding: 7px; margin-bottom: 25px; border: 1px solid #e9e9e9; width: 589px; height: 315px; background-color: #f2f2f1; }

#content img 									{ padding: 7px; margin-bottom: 10px; border: 1px solid #e9e9e9; background-color: #f2f2f1; }

#content h1 									{ color: #111111; letter-spacing: -1px; padding-bottom: 15px; font: 24px Geneva, Arial, Helvetica, sans-serif; }
	#content h1 a:link 							{ color: #111111; text-decoration: none; }
	#content h1 a:visited 						{ color: #444444; text-decoration: none; }

#content h1.single 								{ padding-bottom: 10px; }

#content span.featured-tag {
	padding: 6px 12px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #990000;
	letter-spacing: normal;
	position: relative;
	top: 260px;
	left: -2px;
	line-height: 0;
}

#content h2 {
	color: #111111;
	padding-bottom: 15px;
	font: 20px Geneva, Arial, Helvetica, sans-serif;
}

#content h3 {
	color: #111111;
	padding-bottom: 5px;
	font: 16px Geneva, Arial, Helvetica, sans-serif;
}

#content div.hr {
	border: 0;
	margin: 0 0 20px;
	height: 1px;
	background: transparent url(images/hr.gif) no-repeat;
}

#content hr {
	display: none;
}

#content .info {
	padding: 20px 0 20px;
	position: relative;
}

#content .single {
	padding: 0px 0 20px;
}

#content .info span {
	color: #666666;
	cursor: default;
	margin-right: 8px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: url(images/separator.gif) right center no-repeat;
}

#content .info a {
	color: #990000;
	margin-right: 8px;
	padding-right: 8px;
	text-decoration: none;
	text-transform: uppercase;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	background: url(images/separator.gif) right center no-repeat;
}

#content .info a:hover {
	text-decoration: underline;
}

#content .info a.last, #content .info span.last, #content .info .right a {
	background: none;
}

#content .info .right {
	display: inline;
	position: absolute;
	right: 0;
}

#content .quote {
	width: 72px;
	height: 31px;
	overflow: hidden;
	margin-top: -6px;
	margin-right: 8px;
	padding: 5px 0 0 7px;
	background: url(images/quote.gif) right top no-repeat;
}

#content .quote a {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------- 
*  CONTENT > POST CONTENT
* ---------------------------------------------------------------- 
*/ 
#content div.post_content p 				{ padding-bottom: 20px; }

#content div.post_content a 				{ color: #567181; text-decoration: underline; }

#content div.post_content blockquote 		{ padding: 15px 15px 5px 90px; background: #EEEEEE url('images/blockquote.gif') top left no-repeat; margin-bottom: 20px;}

#content div.post_content ol, #content div.post_content ul 
											{ padding-bottom: 20px; }

#content div.post_content ol 				{ margin-left: 40px; list-style-type: decimal; list-style-position: outside; }
#content div.post_content ol li				{ padding-bottom: 5px; }
#content div.post_content ol ol	li			{ list-style: lower-alpha; }


#content div.post_content ul 				{ margin-left: 40px; list-style-type: disc; list-style-position: outside; }
#content div.post_content ul li				{ padding-bottom: 5px; }
#content div.post_content ul ul	li			{ list-style: square; }

/* ---------------------------------------------------------------- 
*  CONTENT > POST
* ---------------------------------------------------------------- 
*/ 

#content .post div.img 						{ float: left; padding: 7px; width: 134px; height: 134px; }

#content div.post p a						{ color: #567181; text-decoration: underline; }

#content .post div.img div 					{ float: left; width: 134px; height: 134px; overflow: visible; }

#content .post h1, #content .post p, #content .post .info 
											{ margin-left: 190px; }

#content .post_noimage h1, #content .post_noimage p, #content .post_noimage .info {
	margin-left: 0px;
}

/* ---------------------------------------------------------------- 
*  CONTENT > COMMENTS
* ---------------------------------------------------------------- 
*/ 

#content .comment 						{ margin-bottom: 20px; }

#content .comment .author 				{ float: left; width: 80px; margin-right: 20px; text-align: right; }

#content .comment .box img	 			{ padding: 0; background: none; border: none; vertical-align: middle; }

#content .comment .author img 			{ width: 80px; height: 80px; margin-bottom: 10px; padding: 0; }

#content .comment .author a 			{ color: #000000; text-decoration: underline; font: 13px Geneva, Arial, Helvetica, sans-serif; }

#content .comment .author div 			{ color: #999999; margin-top: 5px; font: 10px Geneva, Arial, Helvetica, sans-serif; }

#content .comment .box 					{ float: left; width: 464px; min-height: 105px; background: #f9f9f9; border: 1px solid #e9e9e9; padding: 18px; }

#content .alt .box 						{ background: #ffffff; }

#content .comment .box a 				{ color: #191919; text-decoration: underline; }

/* ---------------------------------------------------------------- 
*  CONTENT > LEAVE COMMENT
* ---------------------------------------------------------------- 
*/ 
#content #leave_comment {
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}

#content #leave_comment div {
	margin-bottom: 20px;
}

#content #leave_comment p {
	margin-bottom: 20px;
}

#content #leave_comment p a {
	color: #191919;
	text-decoration: underline;
}

#content #leave_comment input, #content #leave_comment textarea {
	width: 344px;
	padding: 12px;
	border: 1px solid #e9e9e9;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

#content #leave_comment textarea {
	height: 62px;
}

#content #leave_comment label {
	float: right;
	width: 176px;
	color: #191919;
	margin-top: 12px;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

/* ---------------------------------------------------------------- 
*  CONTENT > PAGE NAVIGATION
* ---------------------------------------------------------------- 
*/
#content ul.page_navigation {
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

#content .page_navigation li {
	float: left;
	margin-right: 8px;
	padding: 4px 0;
}

#content .page_navigation li a {
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
}

#content .page_navigation li a:hover {
	text-decoration: underline;
}

#content .page_navigation li.active {
	text-align: center;
	background: #EEEEEE;
	padding: 4px 10px;
}

#content .page_navigation li.active a:hover {
	text-decoration: none;
}

#content .page_navigation a.prev:before {
	content: '\00AB';
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 2px;
	vertical-align: text-top;
}

#content .page_navigation a.next:after {
	content: '\00BB';
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 2px;
	vertical-align: text-top;
}

/* ---------------------------------------------------------------- 
*  FOOTER
* ---------------------------------------------------------------- 
*/ 
#footer 					{ padding-top: 15px; padding-bottom: 30px; text-align: right; text-transform: uppercase; height: 35px; width: 980px;
							  color: #AAAAAA; font: 12px Geneva, Arial, Helvetica, sans-serif; }

.footerItem					{ float: right; margin-right: 30px; }
							  
#footer a:link, #footer a:visited
							{ color: #FFF; text-decoration: none; }
#footer a:hover				{ color: #FFF; text-decoration: underline; }

/* ---------------------------------------------------------------- 
*  CUSTOMISATIONS
* ---------------------------------------------------------------- 
*/ 

.lead-image 				{ display: none; }

.mobile-image				{ display: none; }
	
.widget-dropdown 			{ margin-left: 0px; margin-bottom: 20px; }
	
.postQuestion 				{ padding: 15px 15px 15px 80px; background-color: #990000; background: #990000 url('images/ico_questionQ.gif') top left no-repeat;
						  	  margin-bottom: 10px; color: #FFFFFF; }
				
#latest-twitter 			{ color: #999999; margin: 0 20px 0 15px; padding-bottom: 20px; padding-left: 60px; background: url('images/twitterBird.gif') top left no-repeat;
							  height: 150px; }
							  
#latest-tumblr 				{ color: #999999; margin: 10px 20px 0 15px; padding-top: 10px; padding-bottom: 20px; padding-left: 40px; 
							  background: url('images/tumblrIcon.gif') top left no-repeat; height: 120px; }
							  
#TwitterCounter, #TwitterCounter a:link, #TwitterCounter a:visited						
							{ float: left; font-size: 10px; color: #444444; margin-top: 2px; }
							  
#rss-signup					{ color: #999999; margin: 0 20px 0 15px; padding-bottom: 20px; padding-left: 60px; background: url('images/rss-mail.gif') top left no-repeat;
							  height: 130px; }
							  
#rss-signup p				{ margin: 0; padding: 0; }

.pullquote 					{ padding: 10px; float: right; width: 275px; margin-top: 10px; margin-bottom: 20px; margin-left: 20px; border-top-width: 2px; 
							  border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid; border-top-color: #7f1c15; border-bottom-color: #7f1c15; 
							  font-size: 18px; text-align: center; line-height: 26px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; 
							  font-weight: normal; }
							  
img.imageLeft				{ float: left; border: 1px solid #e9e9e9; background-color: #f2f2f1; margin-right: 10px; margin-bottom: 30px; }
img.imageRight				{ float: right; border: 1px solid #e9e9e9; background-color: #f2f2f1; margin-left: 10px; margin-bottom: 30px; }
img.noBorder				{ background: none; border: none; }

.clearFloat					{ clear: both; }

.postEndInfo				{ width: 573px; margin: 15px 0 60px 0; padding: 15px; border-top: 1px dotted #567181; }
.postEndInfoNext			{ float: right; text-align: right; }
	.postEndInfoNext a		{ color: #990000; text-decoration: none; }
	.postEndInfoNext a:hover
							{ color: #990000; text-decoration: underline; }
.postEndInfoPrevious		{ float: left; }
	.postEndInfoPrevious a	{ color: #990000; text-decoration: none; }
	.postEndInfoPrevious a:hover
							{ color: #990000; text-decoration: underline; }

.gglAds						{ margin-bottom: 15px; text-align: center; }

.tweetmeme_button			{ float: right; margin: 0 0 10px 15px; }

.facebookLike_button		{ float: right; margin: 0 0 0 15px; }

a:link.standard, a:visited.standard, a:hover.standard, #archiveLinks a:link, #archiveLinks a:visited, #archiveLinks a:hover				
							{ color: #567181; }

.relatedPosts				{ margin-bottom: 30px; }
	.relatedPosts ul 		{ margin-left: 40px; list-style-type: disc; list-style-position: outside; }
	.relatedPosts ul li		{ padding-bottom: 5px; }
	.relatedPosts a:link	{ color: #567181; }
	.relatedPosts a:visited	{ color: #567181; }
							
#archiveLinks a:hover		{ text-decoration: none; }

.rss-box-recent {padding:0;}

.rss-box-recent .rss-items {padding:0; margin-top: -1px;}

.rss-box-recent p.rss-title {padding:0.5em; }

.rss-box-recent .rss-title {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; margin:5px 0; padding:0; letter-spacing:1px}

.rss-box-recent .rss-item  {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:13px; margin:15px 0; color:#444444; line-height: 20px;}

.rss-box-recent .rss-item a {font-family: Geneva, Arial, Helvetica, sans-serif; text-decoration:none; color:#567181; font-size:18px;}

.rss-box-recent .rss-item a:visited {font-family: Geneva, Arial, Helvetica, sans-serif; text-decoration:none; color:#567181; font-size:18px;}

.rss-box-recent .rss-item a:hover {font-family: Geneva, Arial, Helvetica, sans-serif; font-size:18px; text-decoration:underline; color:#567181;}

.rss-box-recent .rss-date {font-size:12px; font-weight:normal; color:#888888;}

.rss-box-recent .rss-items li {list-style:none; list-style-image:none;}


/* ---------------------------------------------------------------- 
*  ICONS ANYWHERE
* ---------------------------------------------------------------- 
*/ 

[icon ^="mailto:"] {
	padding-right: 15px;
	background: transparent url('images/icon_mail.gif') no-repeat center right;
	}

[icon ^="http://"] {
	padding-right: 15px;
	background: transparent url('images/icon_external.gif') no-repeat center right;
	}

[icon ~="youtube"] {
	padding-right: 15px;
	background: transparent url('images/icon_video.gif') no-repeat center right;
	}
