/*
Theme Name: Lando Page
Theme URI: http://brando.me
Description: Landing Page Theme
Version: 3.0
Author: Brando Media
Author URI: http://brando.me
Tags: marketing, advertising, landing page
*/



* { margin:0; padding:0; }
body, table { font-family:'Helvetica'; font-size:12px; 
	

}




.home #PageContainer {
	margin-top:55px !important;
}

.lifebar {
	position:fixed;
	top:21px;
	height:57px;
	background-image:url(images/lifebar.jpg);
	overflow:hidden;
	left:0;
	right:0;
	z-index:3;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	box-shadow:0px 1px 2px rgba(0,0,0,.4);
}

.home 

body { 
	background-color:#d3e4ee;
}

body.mobile {
	padding:0px !important;
	background-image: none !important;
}

blockquote {
	font-size:15px;
	margin:7px 30px 10px 20px;
	font-style:italic;
	color:#777 !important;
	padding-left:20px;
	padding-right:20px;
	
	border-left:solid 3px #999;
	border-right:solid 3px #999;
	font-family:Georgia;
}


#facebook-like {
	margin:4px auto;
	display:block;
	width:300px !important;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}


.message-404 {
	text-indent:-10000px;
	over-flow:hidden;
	margin:20px auto;
	width:560px;
	height:404px;
	background-image:url(images/404.png);
	
}

.error404 #wrapper {
	width:650px !important;
	margin:40px auto !important;
}

 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#app-bar {
	height:22px;
	background-color:rgba(255,255,255,.3);
	background-image:url(images/30-white.png);
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
}

#wrapper #searchform {
	text-align:center;
	
}
#wrapper #searchform label {
	display:none;
}

#wrapper #searchform input {
	font-size:19px;
}

/* **********************************
* Side Navigation 
************************************/

.mobile #side-navigation {
	display:none;
}

#side-navigation {
	float:left;
	width:200px;
	text-align:right;
	margin-top:52px;
}

#side-navigation .author-bio { padding-top:10px; padding-left:10px; text-align:left; }
#side-navigation .author-bio h1 { display:none; }
#side-navigation .author-bio .avatar { margin-bottom:10px; }
#side-navigation .author-bio .bio { font-size:11px; }
#side-navigation .author-bio h2 { font-size:13px; }
#side-navigation ul {
	list-style:none;
}

#side-navigation li {
	padding:4px;
}

#side-navigation li.current-cat a {
	background-color:rgba(255,255,255,.5);	
}

#side-navigation a:hover {
	background-color:rgba(255,255,255,.3);	
}

#side-navigation li a {
	font-size:14px;
	padding:0 4px;
	font-weight:bold;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,.4);
	text-decoration:none;
	
}

/* **********************************
* Menu Navigation Drop Down
************************************/
#access {
	position:fixed;
	left:20px;
	top:0px;
	background-image: url(images/80-white.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.8)));
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
		-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	z-index:1000;
}

#access .menu { 
	display:none;
	margin-bottom:10px;
}




#access h1 { font-size:15px; text-align:left; }
#access:hover {
	height:auto;
}

#access ul.children li a {
	padding-left:30px;
}

#access li { list-style:none; }

#access:hover .menu { 
	display:block;
}


.mobile #access a, .mobile  #access a:visited, .mobile #sidebar-widgets a, .mobile  #sidebar-widgets a:visited {
	font-size:15px;
}

#access a, #access a:visited, #sidebar-widgets a, #sidebar-widgets a:visited {
	padding:4px 15px;
	font-weight:bold;
	display:block;
	color:#000;
	
	text-decoration:none;
}

#access .menu-header a { 
	border-bottom:dotted 1px #CCC;
}

/* **********************************
* TOP LINK
************************************/
.mobile #toplinks {
	display:none;
}


#toplinks {
	position:fixed;
	left:175px;
	top:0px;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-shadow:0px -1px 1px rgba(255,255,255,.5);
	color:#000;
	text-align:right;
	background-color:rgba(255,255,255,.5);
	padding:4px 10px;
	height:14px;
	overflow:hidden;
	

}

#toplinks a {
	color:#000;
	text-decoration:none;
}

#toplinks .em {
	text-decoration:underline !important;
}



#access a:hover, #sidebar-widgets a:hover {
	background-color:rgba(255,255,255,0.7);
	background-image:url(images/30-white.png);
}

.mobile #post-container {
	overflow:hidden;
	padding:10px !important;
}

#post-container { 
	
	background-color: white;
font-size: 13px;
line-height: 155%;
padding: 21px 40px;

}

.shr-bookmarks {
	padding-top:15px;
}

#post-container p { 
	margin-bottom:15px;

	margin:5px 0 15px;
	
}

#post-container {
	font-family: Georgia;
	font-size: 16px;
	line-height: 28px;
}

#post-container .caption {
	text-align:center;
	font-size:90%;
	margin:15px;
}

#post-container img {
	border:none;
}

#post-container strong {

}
#post-container h1 {
	margin:10px -40px;
	border-top:solid 1px #CCC;
	padding:20px 40px 10px;
	clear:both;
}

#post-container h1:first-child {
	margin-top:0px;
	border:none;
}

#post-container a {
	color:#2d69da;
}

#post-container h1 a {
	text-decoration:none;
	border-bottom:dotted 1px #ccc;
	color:#555;
}

#post-container a:hover {
	background-color:rgba(0,0,0,.1);
}

#post-container h2 {
	
	padding:10px 0;
}

#post-container h2.border-top {
	margin-top:25px !important;
	padding-top:15px;
	border-top:solid 1px #CCC;
}

#post-container code, #post-container pre {
	background-color:#EDEDED;
	padding:10px;
	display:block;

}

#post-container ul,#post-container ol {
	margin:15px 50px 20px;
}

#post-container li {
	margin:5px 10px;
	padding:2px;
	
}


/* **********************************
* 404
************************************/

.error404 #wrapper {
	width:400px;
	margin:100px auto;
	padding:40px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#FFF;
	background-color:rgba(255,255,255,.7);
}

.author-card {
	margin:0px 0px 0px;
	padding:20px 40px 20px;
	background-image: url(images/gradsprite.png);
	overflow:hidden;
	clear:both;
}

.aligncenter { 
	vertical-align: middle;
	text-align: center;
}
img.frame, .frame {
	border:solid 5px #FFF !important;
	-moz-box-shadow:0px 3px 7px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 3px 7px rgba(0,0,0,.5);	
	margin:0px auto;
}




.author-bio .avatar {
	
	border:solid 5px #FFF;
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,.5);
}

.author-bio {
	background:url(images/gradsprite.png);
	margin-left:10px;
	padding:15px;
	margin-top:10px;
}

.author-card .avatar {
	float:left; margin-right:10px;
	border:solid 5px #FFF;
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,.5);
}
.author-card h2 { 
	margin-bottom:10px;
	margin-top:10px;
}
.author-card .bio {
	font-size:12px;
	line-height:20px;
	color:#444;
	text-shadow:0px 1px 0 #FFF;
}

.author-card a {
	color:#000;
	
}
.author-card a:hover {
background-color:rgba(0,0,0,.1);
}

/* **********************************
* Comments
************************************/

#post-comments {

	background-image:url(images/60-white.png);
}

#post-comments h3 {
	margin-bottom:15px;
}

#post-comments ul, #post-comments ol {
	margin:0px;
	list-style:none;
	padding:0px;
}

#post-comments .comment-meta { 
	padding-top:4px;
	
}
#post-comments .comment-meta a {
	text-decoration:none;
}

#post-comments a {
	color:#000;
}

#post-comments .comment-body p {
	font-size:12px;
	line-height:18px;
	margin-top:5px;
	margin-bottom:15px;
	padding:0;
}

#post-comments .comment-body br {
	margin-bottom:5px;
}

p.comment-form-comment {
	margin:0px;
	margin-top:5px;
}

#post-comments .comment-meta a {
	font-size:10px;
	color:#333;
	color:rgba(0,0,0,.5);
	
}

#post-comments .commentlist { 
	padding-top:15px;
}

#post-comments .reply { 
	font-size:10px;
	font-weight:bold;
	float:right;
	margin-top:-18px;
	margin-right:8px;
}

#post-comments .reply a {
	color:#000;
}

#post-comments li {
	padding:10px 40px 00px 10px !important;

}

#post-comments h3#comments {
	display:none;
}

#post-comments cite.fn {
color:rgba(0, 0, 0, 0.4);
display:block;
font-family:Helvetica;
font-size:20px;
font-style:normal;
font-weight:bold;
padding:4px;
}

#post-comments cite.fn a {
	color:#000;
}

#post-comments .says { 
	display:none; 
}

#post-comments #respond { 
	padding:20px 40px;
}

#post-comments #commentform input {
	font-size:14px;
	padding:4px;
}

#post-comments #commentform label { 
	display:block;
	line-height:20px; 
	text-align:left;
	margin-right:6px;
	margin-bottom:0px;
}

#post-comments #commentform .required {
	display:none;
}

#post-comments .comment-notes { 
	margin-bottom:10px;
	font-size:10px;
	color:#666;
}

#post-comments .comment-form-author label, #post-comments .comment-form-email {
	color:#6f1016;
	font-weight:bold;
}

.comment-form-author, .comment-form-email, comment-form-url {
	float:left;
	width:220px;
	margin-right:10px;
}

#post-comments textarea {
	width:97%;
	margin-top:6px;
	padding:10px;
	font-size:14px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:none;
	-webkit-box-shadow:inset 1px 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow:inset 1px 2px 4px rgba(0,0,0,.4);
	color:#444;
	display:block;
	border:solid 1px #CCC;
	margin-bottom:10px;
}

#post-comments .logged-in-as { float:right; padding-right:5px; }

#post-comments #comments-title { 
	padding:20px 40px 10px;
	color:#555;
	font-size:12px;
}

#post-comments .form-allowed-tags {
	font-size:10px;
	color:#666;
	color:rgba(0,0,0,.8);
	text-shadow:0 1px 1px #FFF;
	margin-bottom:5px;
}

#post-comments .comment-body {

	background-image:url(images/80-white.png);
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-size:14px;
	color:#444;
	margin-left:20px;
	padding:19px 10px 1px 20px;
}

#post-comments .children li {
	margin-left:10px;
	padding-right:0px !important;
	border-bottom:none;
}

#post-comments .avatar {
	width:25px;
	height:25px;
}

#post-comments .avatar {
	float:left;
	margin-right:10px;
	border:solid 1px #FFF;
	-moz-box-shadow:0px 2px 2px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 2px 2px rgba(0,0,0,.5);
}



/* **********************************
* Twitter Connect
************************************/

#twc_connect { 
	float:right;
	width:300px;
	text-align:right;
}

#twc_connect p strong { margin-bottom:4px; font-size:11px; display:block; }
#twc_connect p br {
	display:none;
}
.twc-tweet-this { float:right;
	margin-top:-20px;
 }

.change-twitter-email {
	font-size:10px;
	padding:15px 0;
}

#twc_button {
	padding:0px !important;
	margin:5px -2px 0 0 !important; 
}





.feedburner-subscribe {
	text-align:center;
}

.feedburner-subscribe .title {
	font-weight:bold;
}

#access li { list-style:none; }

#access #follows {
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow:hidden;
	
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.mobile #PageContainer {
	width:auto !important;
	overflow:hidden;
	margin:10px 0px 0px !important;
	padding:0px !important;
	margin-top:0px !important;
}

#PageContainer {
	width:720px;
	margin:10px auto;
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}

#PageContainer img {
	max-width:680px;
}
		
#header {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

	background-image: url(images/gradsprite.png);
	background-position:0 -100px;
		/* background-image: -moz-linear-gradient(0% 100% 90deg,#4E9BC7, #307297);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.8)));

	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4E9BC7), to(#307297));
	*/
	color:#FFF;
	text-shadow:0px 1px 1px rgba(255,255,255,.8);
	margin-top:40px;	
}

#header a {
	color:#000;
}

#top-bar {
	padding:10px 0 0;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#307297;
	margin-bottom:10px;
}

#top-bar a {
	 color:#307297;
}

#header h1 { 
	text-align:center;
	font-weight:normal;

	color:#000;
	padding:32px 40px 0;
}	

#header h2 {
	text-align:center;
	padding-bottom:32px;
	font-size:33px;
	color:#000;
}


/* **********************************
* POST FOOTER
************************************/

#post-footer {
	border-top:solid 1px #CCC;
	background-image: url(images/gradsprite.png);

	margin-top:0px;
	line-height:30px;
	font-size:11px;
	height:30px;
	overflow:hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#post-footer a {
	color:#000;
	text-shadow:0 1px 0 #fff;
	padding:0px 3px
}

#post-footer a:hover {
	background-color:#CCC;
}

#post-footer .left, #post-footer .right {
	width:45%;
	overflow:hidden;
	padding:0 20px;
}

#post-footer .left {
	float:left;
}
#post-footer .right {
	float:right;
	text-align:right;
}





/* **********************************
* Widgets
************************************/
#sidebar-widgets {
	position:fixed;
	right:20px;
	top:0px;
	background-image: url(images/80-white.png);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,.9)), to(rgba(255,255,255,.8)));
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
			-moz-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,.5);
	z-index:1000;

}

#sidebar-widgets .title {
 font-size:15px; text-align:left; 
 font-weight:bold;
 padding:4px 15px;
 display:block;
 text-align:right;
}

#sidebar-widgets .widgets {
	width:170px;
	display:none;
}

#sidebar-widgets:hover .widgets {
	display:block !important;
	
	overflow:hidden;
}

#sidebar-widgets {
	border-top:solid 1px #CCC;
}

.mobile #sidebar-widgets .widget-title {
	font-size:12px !important;
}

#sidebar-widgets .widget-title {
	font-size:10px !important;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:3px;
	color:rgba(0,0,0,.5);
	padding-left:10px;
}

#sidebar-widgets #searchform { padding:8px 0; }
#sidebar-widgets #searchform .screen-reader-text { display:none; }
#sidebar-widgets #searchform #s {
	font-size:12px;
	padding:3px;
	width:130px;
	margin-left:10px;
	margin-bottom:3px;
}

#sidebar-widgets #searchform #searchsubmit {
	width:130px;
	margin-left:10px;
}

#sidebar-widgets a {
	color:#333;
	text-decoration:none;
	border-bottom:dotted 1px #CCC;
	font-weight:bold;
	line-height:18px;
}

#sidebar-widgets .widget-container {
		padding-bottom:10px;
}

#sidebar-widgets li { list-style:none; }


/* **********************************
* Search Results
************************************/




/* **********************************
* Post Meta
************************************/

.mobile #post-meta {
	font-size:7px;
}

#post-meta {
	font-size:10px;
	color:#999;
	
	color:rgba(255,255,255,.5);

	background-image:url(images/gradsprite.png);
	background-position:0 -400px;
	text-transform: uppercase;
	font-weight:bold;
	text-align: center;
}
#post-meta a {
	color:#FFF;
	text-decoration: none;
}

#post-meta .by-author {
	margin:0 auto;
	
		line-height:25px;
		width:500px;
		
}

#post-meta .left { 
	float:left;
}

#post-meta .left a, #post-meta .right a {
	height:25px;
	width:25px;
	line-height:25px;
	text-align:center;
	display:block;
}

#post-meta .right {
	float:right;
}


/* **********************************
* Footer
************************************/
#footer {

	padding:20px;
	font-size:11px;
	color:#333;
	
	background-image: url(images/60-white.png);
		margin-top:50px;
		padding-bottom:30px;
}

#footer a  {
	color:#000;
	font-weight:bold;
}

.right { float:right; }
.left { float:left; }


#main-content {
	background-color:#FFF;
	
}


.section {
	clear:both;
	margin-left:-40px;
	margin-right:-40px;
}		

.section.border-top {
	border-top:solid 1px #CCC;
}
.section.border-bottom {
	border-bottom:solid 1px #CCC;
}

.section.half {
	margin-right:20%;
	margin-left:20%;
}

.section.pad {
	padding:15px;
}

/* **********************************
* Features Section
************************************/

.section.features {
	padding:20px 5%;
}

.section.features td {
	padding:15px;
	padding-left:40px;
	width:25%;

	vertical-align: top;
}

.section.features h2.title {
	font-size:18px;
	text-align:center;
}

.section.features h2 {
	font-size:13px;
}


/* **********************************
* Testimonials
************************************/

.section.testimonials {
	background-color:#000;
	color:#FFF;
	padding:15px;
	padding-bottom:30px;
}
.section.testimonials ul {
	padding-right:5%;
	padding-left:5%;
	margin:10px auto;
	margin-bottom:20px;
}
.section.testimonials li { 
	float:left;
	width:30%;
	list-style: none;
	margin-right:10px;
	margin-left:10px;
}

.section.testimonials p { 
	font-family:Georgia;
	font-size:14px;
	font-style:italic;
	color:#EDEDED;
	line-height:19px;
	margin:0px !important;
	padding:0px !important;
}
.section.testimonials .author {
	font-weight:bold;
	color:#f1c45b;
	margin-bottom:2px;
	font-size:14px;
}


/* **********************************
* TAG LINE
************************************/

.section.tagline {
	padding-right:5%;
	padding-left:5%;
	padding-top:20px;
	padding-bottom:10px;
}

.section.tagline #avatar {
	float:left; margin-right:20px;
	height:60px;
	width:60px;
}

.section.tagline h3 { 
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}

.section.tagline label {
	display:block;
	font-size:12px;
	color:#666;
}

/* **********************************
* Call to action
************************************/
.section.cta {
	padding:10px 5% 20px;
}
.section.cta .video {
	width:410px;
	height:270px;
	background-color:#444;
	-webkit-box-shadow:0 0 4px #CCC;
	margin-right:15px;
}

.section.cta h4 {
	font-size:15px;
	margin-bottom:5px;
	color:#333;
}

.section.cta p  {
	font-size:12px;
	line-height:16px;
	color:#565;
	padding:5px 0 7px;
}

.section.cta .price {
	font-size:18px;
	font-weight:bold;
	color:green;
	padding-top:4px;
}

.section.cta #buy-now-button {
	float:right;
	
}

/* **********************************
* Fine Print
************************************/
.section.fineprint {
	padding:15px 10%;
	font-size:9px;
	color:#666;

}

/* **********************************
* GUARANTEEE
************************************/
.section.guarantee {
	background-image: -moz-linear-gradient(0% 100% 90deg,#fcdb68, #f7bc34);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fcdb68), to(#f7bc34));
	padding:25px 5%;
	font-size:17px;
	font-weight:bold;
	text-shadow:0px 1px 1px rgba(255,255,25,.8);
	text-align:center;
}


.section.guarantee a {
	color:#333;
}




/* **********************************
* FORMS
************************************/

fieldset {
	width:75%;
	margin:20px auto;
	padding:15px;
	background-color:rgba(0,0,0,.1);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	box-shadow:0px 1px 2px rgba(0,0,0,.4);
}

form .big-textarea-field textarea {
	width:98%;
	height:150px;
	font-size:12px;
	font-family:Helvetica;
	padding:5px;
		-moz-border-radius:5px;
	-webkit-border-radius:5px;
		border:none;
	-moz-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	box-shadow:0px 1px 2px rgba(0,0,0,.4);
}

form .buttons {
	text-align:right;
	padding:4px;
}

form .field {
	padding:5px 0;
}

form .field div.value {
	font-size:20px;
	font-weight:normal;
	color:rgba(0,0,0,.8);
	text-shadow:0px 1px 0px rgba(255,255,255,0.5);
	
}

form .field label {
	display:block;
	font-size:13px;
	margin-top:2px;
	font-weight:bold;
	color:rgba(0,0,0,.5);
}

form .field .text-input { 
	width:98%;
	font-size:15px;
	padding:3px;
 }
 
form .field input[type=text] {
	font-size:15px;
	padding:3px;
	width:98%;
}
 
 form br { 
 	display:none;
 }
 
form .field input.error {
	background-color:#f6cfc9;
	
}

form .captcha-field img {

	vertical-align:bottom;
}

form .captcha-field input {
	margin-top:5px;
	width:100px !important;
	font-size:18px;
	
}

.wpcf7 textarea {
	width:95%;
	margin-top:3px;
	font-size:12px;
	padding:4px;
	border:solid 1px #CCC;
}

.wpcf7-not-valid-tip {
	border:none !important;
	background-color:#ffd5cc !important;
	padding:4px 10px !important;
	font-size:10px !important;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	
}

.wpcf7-validation-errors {
	background-color:#333 !important;
			background-image: -moz-linear-gradient(0% 100% 90deg,#707070, #858585);
	        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#707070), to(#858585));
	border:none !important;
	font-size:14px;
	color:#FFF;
	padding:8px 12px !important;
		-moz-border-radius:8px;
	-webkit-border-radius:8px;
	text-align:center;
	font-weight:bold;
	text-shadow:0px -1px 1px #000;
	
}

.wpcf7-form {
	width:350px;
	padding:10px;
	background-color:#EEE;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin:20px auto;
}

.mobile .posts #searchform {
	margin-top:40px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}

.posts #searchform {

}

.posts #searchform #searchsubmit {
	width:134px;
	height:56px;
	
	background:none;
	background-image:url(images/search-button.png);
	border:none;
	text-indent:-1000px;
	float:left;
	margin-left:5px;

}

.posts #searchform #searchsubmit:hover {
	background-position:0 -55px;
}

.posts #searchform {
	height:65px;
}


.mobile .posts #searchform #s { 
	width:235px !important;
}

.posts #searchform #s {
	width:300px;
	font-size:30px;
	padding:5px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
}

/* **********************************
* HOME PAGE
************************************/

.mobile .posts {
	float:none;
	margin:0px;
	padding-right:5px !important;
}

.posts {
	float:left;
	margin-top:40px;
	margin-bottom:30px;
	position:relative;
}

.posts .post { 

	
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom:10px;
	margin-right:10px;

 }
.posts .post h2 { font-size:25px; 
	width:100%;
}

.mobile .posts .post h2 a {
	margin:0px;
	float:none;
	clear:none;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	background-image:url(images/80-white.png);
	border-bottom:solid 1px rgba(0,0,0,.5);
	padding:15px 20px 16px; 
	font-size:25px;
}


.mobile .posts .post {
	margin:0px;
}

.posts .post h2 a { 
	color:#000;
	text-shadow:0px -1px 1px rgba(255,255,255,.8);
	text-decoration:none;
	display:block;
	float:left;
	clear:left;	
	padding:10px 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-image:url(images/30-white.png);
	background-color:rgba(255,255,255,.3);
	margin-bottom:10px;

	
}


.post h2 a:hover {
	background-image:url(images/80-white.png);
	background-color:rgba(255,255,255,.5);
	-moz-box-shadow:0px 0px 8px rgba(255,255,255,.5);
	-webkit-box-shadow:0px 0px 8px rgba(255,255,255,.5);
}




.home #PageContainer, .category #PageContainer, .search #PageContainer, .author #PageContainer   { 
	margin:20px; width:auto; 
	padding:20px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin-right:10px;
	margin-left:190px;
}



#post-container object.big, #post-container embed.big {
	width:650px;
	height:480px;
}

#post-container hr {
	margin:15px 0;
	border:none;
	border-top:solid 1px #CCC;
}

/* **********************************
* PLUGIN SPECIFIC
************************************/

.listy-embed * {
	margin:0px;
	padding:0px;
}

.listy-embed ul, .listy-embed li { margin:0 !important; padding:0 !important; }
.listy-embed h2 { padding-left:15px !important;}


/* **********************************
* Yet another Related Posts Plugin
************************************/
.related-container {
	font-size:10px;
	line-height:15px;
	font-family:Helvetica;
	margin:10px -40px;
	border-top:solid 1px #CCC;
	padding:20px 40px 10px;
	font-size:12px;
}
.related-container li {
	height:12px;
	overflow:hidden;
}

#post-container a:visited {
	color:#5c5a8a;
}

.yarpp h3, .recent-posts h3 {
	padding-bottom:5px;
	color:rgba(0,0,0,.2);
}

.yarpp p, .recent-posts p {
	font-size:11px;
	text-transform:uppercase;
	color:#444;
	font-weight:bold;

	margin:0px; padding:0px !important;
	margin-bottom:4px !important;
}
.yarpp ul, .recent-posts ul { margin:0px !important; padding:0px !important; }
.yarpp ul li, .recent-posts ul li {
	margin:0px !important;
	padding:5px 0 !important;
	list-style:none;
	
}

.yarpp ul li a {

}


.col2 .half {
	width:50%;
	float:left;
}



/* **********************************
* Twitter Widget
************************************/

#twitter_update_list li {
	padding:5px 0;
}


#facebook-like {
	margin-top:15px !important;
}

/* **********************************
* Buttons
************************************/

.button, .post-edit-link {
	display:block;
	font-size:12px;
	padding:2px 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#555;
	color:#FFF !important;
	background-image: -moz-linear-gradient(0% 100% 90deg,#999, #333);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#333));
	text-shadow:0 -1px 0 rgba(0,0,0,.8);
	text-decoration:none;
	margin-bottom:10px;
}

.post-edit-link {
	float:left;
}

.button.light {
		background-image: -moz-linear-gradient(0% 100% 90deg,#CCC, #999);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#999));
	color:#333 !important;
	font-weight:bold;
	text-shadow:0 1px 0 rgba(255,255,255,.8) !important;
}

.button.light:hover {
		background-image: -moz-linear-gradient(0% 100% 90deg,#CCC, #666);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#666));
	text-shadow:0 1px 0 rgba(255,255,255,.4) !important;
	}

.button:hover, .post-edit-link:hover { 
		background-image: -moz-linear-gradient(0% 100% 90deg,#333, #555);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#555));
	text-shadow:0 1px 0 rgba(0,0,0,.8);
	color:#EEE;
}

.button.left { float:left; margin-right:10px; }
.button.right { float:right; marging-right:10px; }
.button.center { float:left; margin-right:auto; margin-left:auto; }



/* **********************************
* Simplepie
************************************/
.simplepie small {
	display:none !important;
}

.simplepie h3 {
	display:none;
}

.simplepie p:first { 
	display:none;
}

.notice {
	margin-bottom:20px;
	text-align:center;
}



/* **********************************
* pagination
************************************/
.pagination {
	margin-bottom:20px;
	height:20px;
	clear:both;
}
.pagination a {
	display:block;
	float:left;
	padding:4px 10px;
	background-color:#FFF;
	background-color:rgba(255,255,255,0.4);
	color:#000 !important;
	margin-right:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	text-shadow:0px -1px 0px rgba(255,255,255,0.5);
	
}

.pagination a:hover {
	background-color:rgba(255,255,255,.8)
}

.pagination a:visited {
	color:#000;
}


.widget_categories select { margin-left:10px; }


.error404 h1 {
	margin-bottom:10px;
	text-align:center;
}

.nocomments { display:none; }

/* **********************************
* RESUME
************************************/
#resumemeat #rightcolumn { display:none; }
#resumemeat #summary { display:none; }
#resumemeat .resume h1 { display:none; }

.zemanta-pixie { display:none; }
.shr-bookmarks { 
	width:600px !important;
	margin:0px auto 10px !important;
}


.light {
	color:#CCC;
	color:rgba(0,0,0,.3);
}

/* **********************************
* WP Polls 
************************************/
.wp-polls .Buttons {
	font-size:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#000;
			background-image: -moz-linear-gradient(0% 100% 90deg,#707070, #858585);
	        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), to(#707070));
	        color:#FFF;
	        padding:6px;
	        text-shadow:0px -1px 1px #000;
	        border:none;
	        -moz-box-shadow:0px 1px 2px rgba(0,0,0,.4);
	        -webkit-box-shadow:0px 1px 2px rgba(0,0,0,.4);
			box-shadow:0px 1px 2px rgba(0,0,0,.4);
}

.wp-polls .Buttons:hover {
	background-color:#000;
		background-image: -moz-linear-gradient(0% 100% 90deg,#333, #858585);
	        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#858585), to(#333));
}


.wp-polls .wp-polls-ul {
	padding:10px !important;
	width:70%;
	background-color:#EDEDED;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:20px auto !important;
	
}

.wp-polls p a {
	font-size:11px;
}

#flightbox-flickr-link {
	padding:5px 0;
	font-size:11px;
}

#flightbox-flickr-link input {
	width:100% ;
}

#flightbox-title {
	padding:8px 0 3px;
	font-size:15px;
	
}

#flightbox-close {
	margin-top:8px;
}



/* **********************************
* Clean List
************************************/

.cleanlist {
	margin:0px;
	padding:0px;
}

.cleanlist li {
	padding:6px;
	list-style:none;
	border-bottom:solid 1px #CCC;
}

.cleanlist h1, .cleanlist h2 {
	font-size:18px;
	margin:0px;
}
