/*   
Theme Name: Theme
Theme URI: 
Description: Two column layout, right hand side bar, rss ticker, no comments
Author: Paul Clapp
Author URI: 
Version: 1
*/

body { 
	background: url('../../../wp-content/themes/custom/images/background.jpg');
	color:#f5f5ef;
	font-family: LatoRegular, Verdana, arial, serif;
	font-size:14px;
	margin:0;
	padding:0;
	}
#background-repeat { 
	width: 100%;
	height: 311px;
	background: url('../../../wp-content/themes/custom/images/header-background.jpg') repeat-x;
	position:relative;
	z-index:1;
	}
#background { 
	background: url('../../../wp-content/themes/custom/images/background-main.jpg') no-repeat top center;
	position:relative;
	z-index:100;
	}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.group:after { visibility: hidden; display: block; font-size: 0; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { 
	background: url('../../../wp-content/themes/custom/images/page-background.jpg') repeat-x top left #565753;	
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0; 
	overflow:hidden;
	-moz-box-shadow: 0px 0px 4px 1px #202020;
    -webkit-box-shadow: 0px 0px 4px 1px #202020;
    box-shadow: 0px 0px 4px 1px #202020;
	position:relative;
	z-index:1;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	border-bottom:1px solid #000;
	}
#bottom-strap {
	background: url('../../../wp-content/themes/custom/images/bottom-strap.jpg') repeat-x top left #565753;	
	width:960px;
	height:8px;
	border:0;
	clear:both;
	}

/* Typography */

h1, h2, h3, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {text-shadow: 0px 1px 0.05em #555;}
h1 { font-weight: normal; margin: 0 0 10px 0; font-family: MolengoRegular, Verdana, arial, serif; text-transform:uppercase; font-size:24px; color:#baff00; }
#news-h1 a:link, #news-h1 a:visited, #news-h1 a:active { font-size:24px; color:#baff00; }
#news-h1 a:hover { color:#baff00; }
h2 { font-weight: normal; margin: 20px 0 10px 0; font-family: MolengoRegular, Verdana, arial, serif; text-transform:uppercase; font-size:20px; color:#baff00; border-bottom:0; }
.blogglue_plugin h3 { font-weight: normal; margin: 20px 0 10px 0; font-family: MolengoRegular, Verdana, arial, serif; text-transform:uppercase; font-size:20px; color:#baff00; border-bottom:0; }
h2 a:link, h2 a:visited, h2 a:active { color:#baff00; border-bottom:0; }
h2 a:hover { color:#baff00; text-decoration:none; }
h3 { font-weight: normal; margin: 0 0 10px 0; font-family: MolengoRegular, Verdana, arial, serif; text-transform:uppercase; font-size:14px; color:#baff00; }
p { 
	line-height:25px;
	margin-bottom:13px;
	
}
a:link, a:visited, a:active {
	color:#f5f5ef;
	text-decoration:none;
	}
a:hover, p a:hover { 
	color:#baff00;
	text-decoration:none;
	}
hr {
	height: 0;
	margin:25px 0 25px 0;
	border-top:1px solid #494a47;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	clear: both;
	display: block;
	}
li { 
	line-height:25px;
	list-style-type:none;
	}
ul, ol { 
	clear:left;
	margin-left:0;
	padding-left:0;
	}
#bullets li {
	list-style-type: disc;
	margin-left:30px;
	}
blockquote {
	display: block;
	padding: 0;
	margin:0 0 20px 0;
	}
blockquote:before, blockquote:after {
	color:#4d4d4d;
	display: block;
	font-size: 900%;
	width: 50px;
	
	}
blockquote:before {
	content: open-quote;
	font-family:'Courier New', Courier, monospace;
	height: 0;
	margin-top:-25px;
	margin-left: -25px;
	padding-bottom:55px;
	}
blockquote:after {
	content: close-quote;
	font-family:'Courier New', Courier, monospace;
	height: 50px;
	margin-top:-25px;
	margin-left: 580px;
	}

/* Header */

#header { 
	width: 100%;
	height: 213px;
	}
#header-container { 
	width: 946px;
	margin: auto;
	padding:0 0 0 14px;
	}
#header img { 
	border: 0;
	}
	
/* Top Menu Navigation */

#strap1 { 
	width: 100%;
	height:36px;
	background: url('../../../images/menu/topnav_bg.gif') repeat-x;
	position:relative;
	z-index:100000000;
	}
#strap2 { 
	width: 100%;
	}
.menu {
	width:960px;
	margin:0 auto 0 8px;
	font-family: LatoRegular, arial narrow, serif;
	font-size:11px;
	position:relative;
	z-index:100000000;
	}
.topnav {
	margin:0;
	padding:0;
	}
ul.topnav {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	width: 960px;
	background: #222;
	font-size: 1.2em;
	background: url(../../../images/menu/topnav_bg.gif) repeat-x;
position:relative;
	z-index:100000000;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 9px 0 9px;
	position: relative; /*--Declare X and Y axis base--*/
	z-index:2;
	list-style:none;
	line-height:17px;
}
ul.topnav li a{
	padding: 8px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../../../images/menu/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../../../images/menu/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(../../../images/menu/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(../../../images/menu/dropdown_linkbg.gif) no-repeat 10px center; 
}
#nav-menu img {
	margin: 20px 0 10px;
}

/* Home Page Banners */

#banners {
	padding:15px;
	text-decoration: none;
	clear:both;
	}
#banners a {
	text-decoration: none;
	}
	
/* Social */

#strap3 { 
	width: 927px;
	height: 40px;
	padding: 3px 18px 0 10px;
	border-bottom:1px solid #333333;
	margin: 0 auto 15px auto;
	background-color:#1e1e1e;
	}
#social {
	margin: 10px 0 70px 0;
	}
#social img {
	float:left;
	margin-right:10px;
	border:0;
	}

/* Search */

#search {
	width: 275px;
	float: right;
}
#s {
	background-color: #202020;
	background-color: #202020;
	height: 19px;
	width: 239px;
	float:left;
	border-right:none;
	border-left:1px solid #2b2b2b;
	border-top:1px solid #2b2b2b;
	border-bottom:1px solid #2b2b2b;
	padding-right:0;
	margin-right:0;
	font-size:12px;
	-moz-border-radius-topleft: 5px;
 	-moz-border-radius-topright: 0px;
 	-moz-border-radius-bottomright: 0px;
 	-moz-border-radius-bottomleft: 5px;
}
#searchsubmit {
	background: url('../../../wp-content/themes/custom/images/magnifying-glass.jpg') #000;
	width: 30px;
	height: 31px;		
	font-size: 0%;
	float:left;
	border:0;
	padding-left:0;
	padding-right:0;
	margin-left:0;
	margin-right:0;
	border:1px solid #2b2b2b;
	-moz-border-radius-topleft: 0px;
 	-moz-border-radius-topright: 5px;
 	-moz-border-radius-bottomright: 5px;
 	-moz-border-radius-bottomleft: 0px;
}
#searchsubmit:hover {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background: url('../../../wp-content/themes/custom/images/magnifying-glass-hover.jpg') #000;
}

/* Content Layout*/

#left-container { 
	width: 620px;
	float:left;
	padding:0 0 0 20px;
	margin:0 5px 20px 0;
	}

.post { 
	float:left;
	padding:0 0 25px 0;
	}
.next-posts a {
	float:left;
	}
.prev-posts a {
	float:right;
	}
#news { 
	float: left;
	width:620px;
	}
#news .wp-post-image { 
	margin: 0 15px 0 0;
	float:left;
	}
#news p { 
	
	}
.postmetadata {
	padding:5px 0 25px 0; 
	margin:0 0 0 0;
	border-top:1px dotted #3f3f3f;
	color:#f5f5ef;
	font-size:11px;
	}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color:#f5f5ef;
	}
.postmetadata a:hover {
	color:#baff00;
	}
.postmetadata span {
	padding:10px 5px ;
	}
.frame {
	padding: 5px;
	margin:10px 0 10px 0;    
    background-color:#3d3d3b; 
	border:1px solid #30302e;  
	}
.frameroll img {
	margin:10px 0 10px 0;
	padding: 5px;
	background-color:#3d3d3b; 
	border:1px solid #30302e; 
}
#news img:hover, .frameroll img:hover {
	border: 1px solid #000;
}
.frameroll a {
	border:1px solid #474844; 
}

.frameroll:hover {
	color:#40403c; /* irrelevant definition to overcome IE bug */
	text-decoration: none;
}

/* Sidebar */
	
#sidebar {
	display: block;
	height: 100%;
	width: 290px;
	float: right;
	margin-top:8px;
	margin-bottom:25px;
	}
.h2-sidebar { 
	background-color:#000;
	color:#fff;
	width:258px;
	height: 37px;
	line-height:37px;
	padding:0px 15px 0px 15px;
	clear:both;
	border:1px solid #63635e;
	margin-bottom:0px;
	margin-top:0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-box-shadow: 0px 0px 4px 1px #202020;
        -webkit-box-shadow: 0px 0px 4px 1px #202020;
        box-shadow: 0px 0px 4px 1px #202020;
	}
.h2-sidebar a:link, .h2-sidebar a:visited, .h2-sidebar a:active {
	color:#fff;
	}
#sidebar li, ul, ol { 
	list-style: none;
	}
#sidebar li { 
	margin:0;
	}
.sidebar-container { 
	width: 258px;
	float: left;
	padding:15px;
	margin-bottom:15px;
	background-color:#71726d;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #3f3f3f;
	border-bottom:1px solid #3f3f3f;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-box-shadow: 0px 0px 4px 1px #52524e;
    -webkit-box-shadow: 0px 0px 4px 1px #52524e;
    box-shadow: 0px 0px 4px 1px #52524e;
	}
.h2-sidebar-twitter { 
	background-color:#000;
	color:#fff;
	width:243px;
	height: 37px;
	line-height:37px;
	padding:0px 10px 0px 10px;
	clear:both;
	float:left;
	position:relative;
	display:block;
	border:1px solid #111111;
	margin:10px 0 0 8px;
	}
.sidebar-twitter { 
	width: 243px;
	float: left;
	padding:5px 10px 15px 10px;
	margin:0 0 15px 8px;
	background-color:#3d3d3b;
	border-left:1px solid #30302e;
	border-right:1px solid #30302e;
	border-bottom:1px solid #30302e;
	}
.sidebar-twitter:hover { 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
/* News Page Calendar icon */

.date-left {
	background-image: url('../../../wp-content/themes/custom/images/calendar.png');
	float:left;
	margin-left:-10px;
	margin-right:10px;
	top:8px;
	color:#fff;
	width:56px;
	height:60px;
	padding:15px 0 0 18px;
	font:bold 11px Arial;
	}
.date-right {
	background-image: url('../../../wp-content/themes/custom/images/calendar.png');
	float:right;
	margin-left:10px;
	top:8px;
	color:#fff;
	width:56px;
	height:60px;
	padding:15px 0 0 18px;
	font:bold 11px Arial;
	}
.date-left span, .date-right span {
	display:block;
	width:100%;
	text-align:center;
	margin-left:-9px;
	margin-top:0px;
	line-height:25px;
	color:#000;
	font: italic bold 24px Georgia,"Times New Roman",Times,serif;
	}
	
/* Form Fields */

#contact-form {
	background: url('../../../images/letter.png') top right no-repeat;
	padding-top:1px;
}
#contact-form p {
	clear:both;
}
#contact-form span {
	width:130px;
}
#contact-form input {
	float:right;
	margin-right:250px;
}
#contact-form small {
	line-height:17px;
}
#captcha {
	padding-top:10px;
	clear:both;
	}
#captcha span {
	width:90px;
	display:block;
	float:left;
	}
#captcha img {
	margin:3px 0 0 40px;
	}
#captcha input {
	width:100px !important;
	display:block;
	float:left;
	}
#add-link-form textarea {
	height:100px;	
	margin-top:0;
}
#add-link-form small {
	line-height:25px;	
}
#enquiry {
	margin-top:10px;	
}
#author, #email, #url {
	width:200px;
}
input, #clientname {
	border:1px solid #2b2b2b !important;
	padding:5px;
	background-color: #3d3d3b;
	font-family: LatoRegular, Verdana, arial, serif;
	font-size:14px;
	color:#d9d9d0;
	margin:0 10px 10px 0;
	-moz-border-radius: 4px;
	-moz-box-shadow:inset 0 0 10px #1b1b1b;
     border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
textarea, #testimonial {
	width:615px;
	padding:10px;
	border:1px solid #2b2b2b !important;
	background-color: #3d3d3b;
	font-family: LatoRegular, Verdana, arial, serif;
	font-size:14px;
	color:#d9d9d0;
	float:left;
	-moz-border-radius: 4px;
	-moz-box-shadow:inset 0 0 10px #1b1b1b;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#submit {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	background-color:#222 !important;
	color:#fff !important;
	border:0 !important;
	margin-top: 20px;
	width:150px !important;
	clear:both;
	float:left;
}
#submit:hover {
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	color:#baff00 !important;
	border:0 !important;
	background-color:#000 !important;
}

/* NextGEN Smooth Gallery */

#gallery {
	margin-bottom:25px;
}

/* Footer */

#footer {
	width: 100%;
	background: #191919;
	font-size:14px;
	clear:both;
	margin:-93px 0;
	padding:0;
	height:400px;
	}
#footer p {
	font-family: LatoRegular, Geneva, sans-serif;
	}
#footer li, #footer ul, #homepage-container li, #homepage-container ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height:25px;
	}
#footer a:link, #footer a:active, #footer a:visited, #footer p {
	color:#ccc;
	font-family: LatoRegular, Geneva, sans-serif;
	border-bottom:0;
	}
#footer a:hover {
	color:#c1ed10;
	font-family: LatoRegular, Geneva, sans-serif;
	}
#footer-container {
	background: url('../../../wp-content/themes/custom/images/footer-logo.jpg') no-repeat bottom right;	
	width: 960px;
	margin: 0 auto 0 auto;
	padding:100px 0;
	height:200px;
	}
#footer-container h3 {
	font-family: MolengoRegular, Geneva, sans-serif;
	font-size:16px;
	color:#999;
	}
.column {
	width: 160px;
	height: 150px;
	margin: 20px 0;
	float: left;
	padding: 0;
	}
#column1 {
	width: 140px;
	height: 150px;
	margin: 20px 0;
	float: left;
	padding: 0;
	}
#column2 {
	width: 220px;
	height: 150px;
	margin: 20px 0;
	float: left;
	padding: 0;
	}
#column3 {
	width: 140px;
	height: 150px;
	margin: 20px 0;
	float: left;
	padding: 0;
	}
#column4 {
	width: 140px;
	height: 150px;
	margin: 20px 0;
	float: left;
	padding: 0;
	}
#copyright { 
	clear: both;
	width: 100%;
	height: 75px;
	background: #000;
	padding:0;
	margin: 17px auto 0 auto;
	}
#copyright-content { 
	width: 960px;
	margin: 0 auto 0 auto;
	}

/* Odds n Sods */

#elle-facebook img {
	float:left;
	}
	
	
/* Testiomonials */

.signature {
	font-family: Yellowtail, Georgia, Times, serif;
	font-size: 40px;
	color: #262724;
	text-decoration: none;
	line-height:50px;
	margin-bottom:10px;
	margin-top:0px;
	margin-right:5px;
}
.signature-address {
	margin:0 0 25px 0;
}
.speech-bubble, .testimonials_page {
position: relative;
padding: 15px;
margin: 25px 0 3em;
color: black;
background: #adaeac;
background: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f4f1), to(#adaeac));
background: -moz-linear-gradient(#f3f4f1, #adaeac);
background: -o-linear-gradient(#f3f4f1, #adaeac);
background: linear-gradient(#f3f4f1, #adaeac);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.speech-bubble::after, .testimonials_page::after {
content: "";
position: absolute;
bottom: -15px;
left: 50px;
border-width: 15px 15px 0;
border-style: solid;
border-color: #adaeac transparent;
display: block;
width: 0;
}

/* postTabs */

.postTabsLinks {
	font-size:12px;
	text-transform:none;
}

/* Link Directory */

#directory {
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#directory-drop-down {
	float:left;
	width:290px;
	margin-bottom:25px;
}
#directory-drop-down select {
	width:200px;
	float:left;
}
#directory-drop-down p {
	display:none;
}
#directory p {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#directory strong {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
    	font-weight:bold;
}
.directory-thumb {
    	margin:0 0 10px 10px;
    	clear:both;
}
.directory-thumb img {
	margin:10px 0 10px 15px;
	float:right;
	padding: 5px;
	background-color:#3d3d3b; 
	border:1px solid #30302e; 
}
.directory-thumb:hover img {
	border: 1px solid #000;
}

/* Sliding Boxes for Web Portfolio */

.boxgrid h3 { 
	margin: 10px 10px 0 13px; 
	font-size:18px;  
	}
.boxgrid p { 
	margin: 16px 10px 0 13px; 
	line-height:17px;
	}		
.boxgrid { 
	width: 276px; 
	height: 226px; 
	margin:15px 13px 15px 19px; 
	float:left; 
	background-color:#2a2a2a;
	border:5px solid #474844;
    overflow: hidden; 
	position: relative;
	-moz-box-shadow: 0px 0px 4px 1px #282927;
	-webkit-box-shadow: 0px 0px 4px 1px #282927;
	box-shadow: 0px 0px 4px 1px #282927;
}			
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}		
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	top:0;
}
.captionfull .boxcaption {
 	top: 0;
 	left: 0;
}
.caption .boxcaption {
 	top: 220;
 	left: 0;
}

/** 
 * Homepage */

#home h1 {
	font-weight: normal; 
	margin: 10px 0 10px 0; 
	font-family: PTSansRegular, arial narrow, serif; 
	text-transform:uppercase; 
	font-size:52px; 
	color:#ffffff;
	text-align:center;
	}
#home span {
	color:#b3ec00;
	}

/* Homepage Boxes */

#homepage-container li, #homepage-container ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	line-height:25px;
	}
#homepage-container a:link, #homepage-container a:active, #homepage-container a:visited, #homepage-container p {
	color:#ccc;
	border:0;
	}
#homepage-container a:hover {
	color:#d9d9d0;
	border:0;
	}
#homepage-container p {
	font-size:12.5px;
	line-height:17px;
	color:#f5f5ef;
	}
#homepage-container img {
	border:0;
	}
#homepage-container h1 {
	text-shadow: 0px 2px 0.05em #333;
	margin:0;
	padding:0;
	line-height:60px;
	}
#homepage-container h3 {
	font-family: 'Michroma', Geneva, sans-serif;
	font-size:16px;
	color:#baff00;
	text-shadow: 0px 1px 0.05em #000;
	}
#span-four-social {
	width: 434px;
	height: 300px;
	margin: 10px 5px 20px 0;
	float: left;
	padding: 10px;
	background: #444541 url(../../../images/home/social-networking.png) no-repeat bottom center;
	border:1px solid #353633;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#span-four-iphone {
	width: 434px;
	height: 300px;
	margin: 10px 20px 20px 15px;
	float: left;
	padding: 10px;
	background: #444541 url(../../../images/home/iphone.png) no-repeat bottom center;
	border:1px solid #353633;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.span-two-first {
	width: 198px;
	height: 300px;
	margin: 10px 10px 15px 15px;
	float: left;
	padding: 10px;
	background-color:#444541;
	border:1px solid #353633;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
.span-two {
	width: 198px;
	height: 300px;
	margin: 10px 10px 15px 7px;
	float: left;
	padding: 10px;
	background-color:#444541;
	border:1px solid #353633;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
#large-ad-box {
	margin: 10px 0 7px 9px; 
	padding:5px; 
	background-color:#3d3d3b; 
	border:1px solid #30302e; 
	width:250px; 
	float:left;
	clear:both;
	}
#large-ad-box:hover {
	border: 1px solid #000;
	}

/* Comments */

#comment {width:620px;}
#comments, #leave-a-comment { margin:0; padding:0; line-height:50px; font-family: 'Anton', Verdana, arial, serif; text-transform:uppercase;}
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { background-color:#313131; border:1px solid #3f3f3f; -moz-box-shadow: 0px 0px 4px 1px #202020; -webkit-box-shadow: 0px 0px 4px 1px #202020; box-shadow: 0px 0px 4px 1px #202020; margin:10px 0 10px 0; padding:5px 7px 5px 64px; position:relative; list-style:none;}
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-size:14px; line-height: 16px; font-family: 'PTSansRegular', Verdana, arial, serif;}
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#fff; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#fff; }
ol.commentlist li div.vcard img.avatar { padding: 4px; margin:0; background-color:#313131; border:1px solid #3f3f3f; -moz-box-shadow: 0px 0px 4px 1px #111; -webkit-box-shadow: 0px 0px 4px 1px #111; box-shadow: 0px 0px 4px 1px #111; float:left; left:7px; position:absolute; top:7px;}
ol.commentlist li div.comment-meta { font-size:14px; line-height: 16px; font-family: 'PTSansRegular', Verdana, arial, serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#baff00; text-decoration:none; }
ol.commentlist li p { font-weight:normal; line-height: 16px; font-family: 'PTSansRegular', Verdana, arial, serif; margin:5px 0 12px; font-size:14px; }
ol.commentlist li ul { font-weight:normal; line-height: 16px; font-family: 'PTSansRegular', Verdana, arial, serif; list-style:none; margin:0 0 12px; padding:0; font-size:14px; background:#f6f6f6;}
ol.commentlist li div.reply { background:#000; border:1px solid #000; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 10px 'PTSansRegular', Verdana, arial, serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#000; border:1px solid #000; }
ol.commentlist li div.reply a { cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */ color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li div.reply a:hover { cursor: pointer; /* hand-shaped cursor */ cursor: hand; /* for IE 5.x */ color:#baff00; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0;}
ol.commentlist li ul.children li.depth-2 { list-style:none; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { list-style:none; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { list-style:none; margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { list-style:none; margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#242424; }
ol.commentlist ul.children li.even { background:#313131; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }


/* Plugins Twitter */

.stc-follower {
	float:left;
	border:0;
	}
.stc-follower img {
	border:0;
	padding:0;
	margin:0;
	}
.stc-follower-name {
	display:none;
	}
.stc-follower-username, .stc-follower-count {
	margin:0 5px 5px 0;
	float:left;
	}
#stc_comm_send, #sfc_comm_send {
	clear:both;
	}
#tw-user img, #fb-user img {
	padding: 6px;
	margin:5px 0 10px 0;
	background-color:#5a5b57; 
	border:1px solid #474844; 
	float:left;
	}
#fb-user img:hover {
border: 1px solid #525252;
	}
#tw-msg, #fb-msg {
	clear:both;
	padding:10px 0 15px 5px;
	float:left;
	line-height:16px;
	border:0;
	}
#fb-user {
	border:0;
	}
.wp125ad img {
	border:0;	
	}

/* Plugins PageNavi */

.wp-pagenavi {
    clear: both;
    color:#333;
}
.wp-pagenavi a, .wp-pagenavi span {
    border:1px solid #333;
    color:#333;
    margin: 2px;
    padding: 3px 5px;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #baff00;
    color:#baff00;
}
.wp-pagenavi span.current {
    font-weight: bold;
}

.nivo-controlNav {
	bottom:-30px;	
	left:42.3%;
	position:absolute;
}
#footer-email a:link {
	font-size:40px; 
	line-height:40px; 
	color:#a4de06;
	}
#footer-email a:hover {
	color:#b6f903;
	}
	
/* Plugin Edits */

#fb-user {
	border:0 !important;
	}
.fb_link img {
	margin:10px 0 10px 0 !important;
	padding: 5px !important;
	background-color:#3d3d3b !important; 
	border:1px solid #30302e !important; 
}
.fb_link img:hover {
	border: 1px solid #000 !important;
}
#sfc_comm_send, .comment-subscription-form {
	margin-top:0;
	margin-bottom:0;
	}
.blogglue_plugin {
	display:block;
	clear:both;
	border-top:1px solid #494a47;
	margin-bottom:0 !important; 
	}
.blogglue-footer {

	margin-bottom:0 !important; 
	}
.blogglue-footer img {
	margin: 0 15px 0 0 !important;
	padding: 3px !important;
	background-color:#3d3d3b !important; 
	border:1px solid #30302e !important; 
}
.blogglue-footer img:hover {
	border: 1px solid #000 !important;
}

/* Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	background:#3d3d3b;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	background:#3d3d3b;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	background:#3d3d3b;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	background:#3d3d3b;
}

span.wpcf7-form-control-wrap {
	position: relative;
}
#contact-form span.wpcf7-not-valid-tip {
	margin-left:46px;
	}
span.wpcf7-not-valid-tip {
	position: absolute;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	float:left;
	width: 200px !important;
	padding: 2px;
	color:#333;
	filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #000 !important;
	font-size: 10pt;
	display: block;
	width: 400px !important;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}

#home-blog {
	width:288px;
	padding:5px 6px 0 6px;
	margin:0 0 20px 14px;
	border:1px solid #30302e;
	background-color:#4b4c49;
	float:left;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home-blog:hover {
	border:1px solid #000;
}
#home-blog img {
	border:1px solid #30302e;
}
#home-blog a {
	color:#baff00;
}
#home-blog h3 {
	line-height:16px;
	padding:5px 3px 0 3px;
	text-shadow: 0px 1px 0.05em #000;
}
#home-blog p {
	font-size:11px;
	line-height:16px;
	padding:0 0 0 3px;
}


/* Fonts */

@font-face {
    font-family: 'MolengoRegular';
    src: url('fonts/molengo/Molengo-Regular-webfont.eot');
    src: url('fonts/molengo/Molengo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/molengo/Molengo-Regular-webfont.woff') format('woff'),
         url('fonts/molengo/Molengo-Regular-webfont.ttf') format('truetype'),
         url('fonts/molengo/Molengo-Regular-webfont.svg#MolengoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/pt-sans/PTS55F-webfont.eot');
    src: url('fonts/pt-sans/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pt-sans/PTS55F-webfont.woff') format('woff'),
         url('fonts/pt-sans/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/pt-sans/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/lato/Lato-Regular-webfont.eot');
    src: url('fonts/lato/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato/Lato-Regular-webfont.woff') format('woff'),
         url('fonts/lato/Lato-Regular-webfont.ttf') format('truetype'),
         url('fonts/lato/Lato-Regular-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#home-blog:nth-child(3n+4) {
	clear:both;
	}
