/*   
Theme Name: Tailored WP
Theme URI: http://lusosystems.com
Description: Tailored WP Custom Theme .
Author: Ricardo Nunez
Author URI: http://ricnunez.com
Template: luso
Tags: luso
Version: 0.1
*/
 
 
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
 
 
* { padding: 0px; margin: 0px; }

body {  
font: normal 13px/100% Verdana, Tahoma, sans-serif;
font-family: arial, tahoma, verdana, sans; 
margin:0px;
padding:0px;
font-size: 16px;
line-height: 24px; 
background: #0388B3 url(images/bg.jpg);
}
 

img { border: 0px; }
.clear { clear: both; } 
.bgglare { background: url(images/bg.png) top center repeat-y; padding: 0px 15px; border-bottom: 0px solid #CCCCCC; }
#wrapper { width:960px; margin: 0px auto 0px auto; padding: 0px 40px 40px 40px; } 

#header { } 
 
.logo { 
border: 0px solid;
text-align: left;
text-indent: -999999px;
float: left; 
overflow: hidden; 
background: url(images/tailoredwp_logo.png) no-repeat;
width: 300px; 
height: 60px;
margin: 10px 0 15px;
}
.subtitle { padding: 35px 20px 0; font-size: 22px; color: #000; }
.logobox  { }

/*
*
MENU
*
*/
.themenu {
height: 50px; background: url(images/bgmenu.png) no-repeat #151515; border-top: 1px solid #757575; 
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.menu-main-menu-container { width: 800px; float: left; } 

#menu { } 

#menu li { display: inline; list-style: none;  }
 
#menu li a {
	top: 5px; 
	right: -0px;
	position: relative;
 	text-decoration: none;  
	line-height:3; 
	padding: 12px 25px 12px 35px; 
	margin: 3px -3px 1px 3px;
	font-family: 'Buda', arial, serif; 
	font-size: 14px;  
 	font-weight: normal;
	color: #FFF;   
 
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out; 
	color: #ECE4BD; 
	/* For IE 5-7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9D6A3B, endColorstr=#9D6A3B);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9D6A3B, endColorstr=#9D6A3B)";
}

#menu li a:hover {   
	color: #FD9C0B;  
	 
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;  
	/* For IE 5-7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9D6A3B, endColorstr=#9D6A3B);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9D6A3B, endColorstr=#9D6A3B)";
} 

#menu li a:active {}


.textaligncenter { text-align: center; }

	/* *****  image */
	.alignright {float: right; }
	.alignleft {float: left; }
	.aligncenter { margin: auto; text-align: center}
	img.alignright {float: right; }
	img.alignleft {float: left; }

	img.wp-post-image { border: 1px solid #EEEEEE; box-shadow: 0px 0px 0px #000; padding: 5px; margin: 0 0 30px 00px; } 
	img.attachment-thumbnail {}
	img.attachment-medium {}
	img.attachment-large { width: 450px; height: 200px;}
	img.attachment-full {} 

	/* THUMBNAIL */
	.thumbnail { width: 465px; height: 150px; border: 0px solid #DDDDDD; margin: 5px;  }
	.excerpt { width: 430px; }
	.imgborder { border: 5px solid #DDDDDD; }

	/* Images */
	 
	img.centered {	display: block;	margin-left: auto;	margin-right: auto;	}
	img.alignright { /* padding: 4px; */ margin: 0 0 2px 7px; 	display: inline; }
	img.alignleft {	/* padding: 4px; */ margin: 0 7px 2px 0; display: inline; }
	.alignright { float: right; }
	.alignleft {	float: left; }


	.wp-caption {
		border: 1px solid #EEE;	text-align: center;	background-color: #f5f5f5;	padding-top: 0px;	margin: 0px;
		-moz-border-radius: 2px;	-khtml-border-radius: 2px;	-webkit-border-radius: 2px;	border-radius: 2px; }
	.wp-caption img { 	margin: 0;	padding: 0;	border: 0 none; }
	.wp-caption p.wp-caption-text { font-size: 11px;	line-height: 17px;	padding: 0 0px 0px;	margin: 0; }
	.img-frame {	 border: 0px solid #CCCCCC; background: #FFF; box-shadow: 0px 0px 5px #DDDDDD; -webkit-box-shadow: 0px 0px 5px #DDDDDD; -moz-box-shadow: 0px 0px 3px #757575; }



 /*
 *
 * 
 HEADINGS
 *
 */
.subline {  }
.subline h1 { padding: 25px 20px; }
.sinline .slider1 { position: relative; top: -10px; }

h1, h2, h3, h4, h5{ font-family: 'Open Sans', arial, tahoma, verdana, sans-serif; color: #333333; margin: 8px 0px 15px 0px; line-height: 1.2; font-weight: normal; } 
 
h1 { font-size: 32px; font-weight: strong;}
h2 { font-size: 28px; font-weight: strong; margin: 15px 0px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; } 
 
.bulleth2 { font-size: 26px; color:#454545;  }

#content {  z-index: 0;  
background: #EEEEEE; 
  -box-shadow: 0px 0px 3px #000; 
  -moz-box-shadow: 0px 0px 3px #000; 
  -webkit-box-shadow: 0px 0px 3px #000; 
  border-top: 1px solid #000;
}


#body {
border-top: 1px solid #FFF; 
border-left: 1px solid #FFF;
border-right: 1px solid #FFF;
border-bottom: 1px solid #CCCCCC;
background: #EEEEEE; 
}
.widecolumn { 
width: 662px; overflow: hidden; text-align: left; z-index: 0;  
background: #FFF url(images/bgcontent.png) repeat-x;
border-right: 1px solid #CCCCCC;
min-height: 400px;
}
.onecolumn {
background: #FFF url(images/bgcontent.png) repeat-x;
overflow: hidden;
}
 
#content a { color: #1C8BBF; text-decoration: none;  }
#content a:hover { color: #F6801C;   }
.entry ul li { margin: 0px 0px 0px 23px; list-style: url(images/bullet1.png); }  
#content p {  padding: 0px 0px 15px; }
#content .large { font-size: 24px; }
#content .medium { font-size: 16px; }
#content .small { font-size: 12px;}
#content ol { list-style-type: none; }

#content .green { color: green; }

.entry { margin: 0px 0 0px;   }
.post {  padding: 35px; }
.entry-title {  font-size: 32px; }

.entry ul li { margin-left: 30px;}

/*
*
SIDEBAR
*
*/

#sidebar {    
 background: url(images/bgbox.png) -1px 0px no-repeat;
text-align: left; 
width: 295px;
z-index: 999; 
}
#sidebar  h4, #sidebar h5 { text-align: left; margin: 10px;  }

#sidebar ul li { margin: 0px 0px 5px 25px; list-style: url(images/bulletpoint.png); }
#sidebar .twitter { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #D90000; padding: 8px; }
#sidebar .sideicon { margin: 0px 15px; }
.widget { /* background: url(images/bgbox.png) -1px 0px no-repeat; */ padding: 0px; min-height: 100px;  } 

.textwidget{ padding: 10px; }


/*
*
BOTTOM CONTENT
*
*/
.widget-bottom { width: 278px; min-height: 180px; float: left; background: url(images/bgbox.png) no-repeat; padding: 9px 20px; } 

.icon  {  width: 64px; height: 64px; text-indent: -9999px; margin: 0px 10px 0px 0px; }
.webdesign { background: url("images/services_icons.png") -64px 0px; display:block; }
.consultation { background: url("images/services_icons.png") 0px 0px; display:block; }
.seo { background: url("images/services_icons.png") -128px 0px; display:block; }
.translation { background: url("images/services_icons.png") -196px 0px; display:block; }
.wordpress { background: url("images/services_icons.png") -260px 0px; display:block; }
.socialmedia { background: url("images/services_icons.png") -324px 0px; display:block; }
.customsolutions  { background: url("images/services_icons.png") -388px 0px; display:block; }

.bottomcontent  { margin: 0px 0 0px 0; background: #FFF url(images/bgcontent.png) repeat-x;  border-top: 1px solid #FFF;  border-bottom: 1px solid #CCCCCC; } 

#bottommenus  { border-top: 1px solid #FFF;   border-bottom: 1px solid #FFF; background: #EEEEEE;  }
#bottommenus ul { margin-bottom: 40px; } 
#bottommenus ul li {  margin-left: 40px;  list-style: url(images/bullet1.png); }
 
/*
NEWSLETTER FORM
*/
#largenewsletterbox { 
text-shadow: 1px 1px 1px #DDDDDD; color:#454545; background: #DDDDDD; clear: both; font-size: 22px; padding: 5px; 
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #FFF; 
	background: #FFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 40, from(#FFF), color-stop(4%, #CCCCCC), to(#EEEEEE));
	background: -moz-linear-gradient(top, #FFF, #CCCCCC 1px, #EEEEEE 50px);
}

.emailecourse { 
font-size: 18px; height:25px; width: 265px; border-radius: 5px;  -moz-border-radius: 5px;  -webkit-border-radius: 5px; 
border: 1px solid #CCCCCC; margin-bottom: 5px; font-style: normal;
 
	background: #efefef url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFF), color-stop(4%, #EEEEEE), to(#FFF));
	background: -moz-linear-gradient(top, #FFF, #EEEEEE 1px, #FFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
}
.textnewsletter { width: 600px; text-shadow: 1px 1px 1px #FFF; padding: 20px; text-align:center; }
.ecourseform { text-align:center; vertical-align:middle; padding: 0px; margin: auto; width: 300px; }

 
input.textbox, textarea { 
padding: 4px;
border: solid 1px #C9C9C9;
outline: 0;
font: normal 13px/100% Verdana, Tahoma, sans-serif;
width: 205px;
background: #FFF url('bg_form.png') left top repeat-x;
background: -webkit-gradient(linear, left top, left 25, from(#FFF), color-stop(4%, #EEEEEE), to(#FFF));
background: -moz-linear-gradient(top, #FFF, #EEEEEE 1px, #FFF 25px);
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

textarea { width: 350px; max-width: 375px; height: 150px; line-height: 150%; } 
 
input:hover, textarea:hover,
input:focus, textarea:focus { 
border-color: #FFF; 
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

.submit { cursor: pointer;   cursor: hand; background: #D90000; padding: 10px 30px; margin: 10px; color: #FFF; border: 1px solid #D90000; 
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}

.textinput { width: 200px; }
.form label { margin-left: 10px; color: #999999; } 



input.submitcourse {
width: auto; padding: 9px 15px;   border: 0; font-size: 14px; color: #FFF; 
background: url("images/submitecoursebutton.png") no-repeat transparent; width:275px; height:55px;
cursor: pointer;   cursor: hand;  
}
 

fieldset { border: 0px;}
.mce_inline_error  { XXX !important; font-size: 12px; font-weight: bold; color: #F00;  }
fieldset { border: 0px; margin: 0px; padding: 0px;} 
label {text-align: left; }

 

/*
* 
FOOTER CONTENT
*
*/
#footer { font-size: 14px; margin: 0px; border-bottom: 0px solid #FFF; border-top: 0px solid #FFF;}

#footer .bottom {  background: #000; border-top: 0px solid #CFCFCF; text-shadow: 1px 1px 1px #353535; }
#footer .footercontent {  font-size: 14px; padding: 10px; text-align: left; color: #FFF; }
#footer .copyright { width: 300px; float: left; }
#footer .social { width: 400px; float: right; text-align:right; }
#footer .icon { height: 32px; width: 32px; margin: 5px; float: right; }
#footer .facebook { background: url("images/lusosystems_social_media.png") 0px 0px; }
#footer .twitter { background: url("images/twitter_logo.png") -32px 0px; }
#footer .linkedin { background: url("images/lusosystems_social_media.png") 64px 0px; }
#footer .youtube { background: url("images/lusosystems_social_media.png") 96px 0px; }
#footer li { list-style-type: square; color: #8F8F8F; margin-left: 25px; }
#footer a { color: #EFEFEF; text-decoration: none; text-shadow: 1px 1px 1px #5F5959}
 
.meta { font-size: 12px; color: #999; width:140px; float: left; border-right: 1px dotted #DDDDDD; margin-bottom: 40px;  }
.meta a { color: #777777; }
.meta a:hover { color: #F6801C;  }
.meta2 { font-size: 12px; color: #999; margin-bottom: 40px;  }
.socialm { margin-top: 10px; }
.socialm div, .IN-widget { padding: 0px 0 10px 0; }


/* End captions */

input { font-size: 12px; padding: 4px; margin: 3px; }
 
blockquote {
  font: 14px/20px arial, sans;
  padding-left: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  background-color: #DEDEDE;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  margin: 8px 8px 12px 8px;
  background-image: url(images/blockquote.png);
  background-position: middle left;
  background-repeat: no-repeat;
  text-indent: 23px;
} 

  
  
/*
comments
*/
.commenttitle { font-size: 22px; font-weight: bold; color: #333333; text-shadow: 1px 1px 1px #FFF; margin: 25px 0px 10px 25px; padding: 25px 0px; } 
ol.commentlist { font-family: arial, tahoma, sans; font-size: 12px; border: 0px solid #CCCCCC; list-style: none; margin: 25px; } 
ol.commentlist .comment-body { border-width: 1px 1px; border-style:solid; border-color: #CCCCCC; padding: 20px; background: #EEEEEE; list-style: none; } 
ol.commentlist ul{ margin: 15px 0px; } 
ol.commentlist li  { margin: 25px 0px; } 
ol.commentlist ul li { margin: 25px 0px 0px 25px; list-style: none; }
ol.commentlist li.comment ul.children li div.comment-body {  background: #DEDEDE; border: 1px solid #CCCCCC;} 
ol.commentlist li.comment ul.children li.comment ul.children li.comment div.comment-body  {  background: #EEEEEE; } 
ol.commentlist li.comment ul.children li.comment ul.children li.comment ul.children li.comment div.comment-body  {  background: #DEDEDE; } 
ol.commentlist li.comment ul.children li.comment ul.children li.comment ul.children li.comment ul.children li.comment div.comment-body  {  background: #EEEEEE; } 
ol.commentlist li.comment ul.children li.comment ul.children{ list-style: none; }
ol.commentlist ol ul { list-style: none; }
ol.commentlist ol ul li ul li .comment-body{ background: #FFF; border: 1px solid #CCCCCC;   } 
ol.commentlist ol ul ul li{ border: 0px solid #DDDDDD; } 
ol.commentlist ol ul li { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist .comment-reply-link { border: 1px solid #FFF; background: #CCCCCC; padding: 5px 10px; }

#commentform  p { margin-bottom: 0px;  padding-bottom: 12px; }
#commentform  label { margin-left: 10px; }
.comment-fields { width: 40%; padding-left: 25px; }
.comment-form-comment {  width: 50%; }

#submit { cursor: pointer;   cursor: hand; background: #D90000; padding: 10px 30px; margin: 10px; color: #FFF; border: 1px solid #D90000; 
  border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
}
.cancel-comment-reply { padding-left: 15px; }
.commentsubmit { padding-right: 12px;} 
 .commentformbox { border: solid 1px #C9C9C9; position: relative; padding: 10px; margin: 15px; }
#commentform input { width: 90%;} 
#commentform textarea { width: 90%; height: 150px; line-height: 150%; } 

div#respond { background: none repeat scroll 0 0 #FFF; margin: 10px; padding: 0px; position: relative; } 

.thread-even #respond { float: right;}

.logged-in textarea { width: 100%}
/*
pagination / navigation box
*/
.navigation { clear: both; float: left; border: 1px solid #FFF; box-shadow: inset 0px 0px 20px #BBBBBB; -moz-box-shadow: inset 0px 0px 20px #BBBBBB; -webkit-box-shadow: inset 0px 0px 20px #BBBBBB; background: #EEEEEE; padding: 10px; width: 620px; margin: 0px 0px 15px 0px; } 
.navigation .box { border: 1px solid #FFF; padding: 5px; margin: 0px 5px; background: #FFF; box-shadow: inset 0px 0px 20px #BBBBBB; -moz-box-shadow: inset 0px 0px 5px #BBBBBB; -webkit-box-shadow: inset 0px 0px 20px #BBBBBB; } 
.navigation .current { border: 1px solid #CCCCCC; box-shadow: inset 0px 0px 20px #FFF; -moz-box-shadow: inset 0px 0px 5px #FFF; -webkit-box-shadow: inset 0px 0px 20px #FFF; } 




 
.pricing h2, h4{ color: #151515; } 
 
.wpbox {

width: 250px;
height: 490px;
border: 1px solid;
margin: 20px; 
padding: 0 0 10px;
background: #EFEFEF; 
border: 1px solid #DDDDDD;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px; 
}
 .pricing div {  
 	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;  
 }
 
 .pricing .wpbox:hover {  

border: 1px solid #FFF;
background: #B8EEFC;  

transition: all 0.15s ease-in-out;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;  

box-shadow: 0px 0px 10px #AAAAAA;
-webkit-box-shadow: 0px 0px 10px #AAAAAA;
-moz-box-shadow: 0px 0px 10px #AAAAAA;
}  
.wpbox input:hover {  

border: 0px solid #FFF;
background: #B8EEFC;  

transition: all 0.15s ease-in-out;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;  

box-shadow: 0px 0px 0px #AAAAAA;
-webkit-box-shadow: 0px 0px 0px #AAAAAA;
-moz-box-shadow: 0px 0px 0px #AAAAAA;
} 
 
 
ul.features { background: #F8F8F8; }
ul.features  li {
border-bottom: 1px dashed #CCCCCC;
margin-left: 0px;
list-style: none;
line-height: 2;
text-align:center;

}

.wpbasic {

}

.wppremium {

}
.wpbox h4 { font-size: 24px; color: #000;}
.nprice {font-weight: bold; }
.dprice {font-size: 18px; }

.read-more-excerpt { float: right; padding-bottom: 0;}

.subscribebox { width: 100px; float: right; margin-top: 13px; margin-right: 10px; }
.rssfeed { background: url(images/rsssmall.png) ; height: 25px; width: 25px; text-indent: -9999px;  overflow: hidden;  }
.twitter { background: url("images/twitter_logo.png");  height: 25px; width: 36px; text-indent: -9999px;  overflow: hidden; margin-right: 10px; }

code { 
  background: #eee; 
  color: black; 
  font-family: Monaco, Courier, MonoSpace; 
  border-radius: 4px; 
  font-size: 12px; 
  padding: 0px 5px 1px 5px; 
  white-space: nowrap; 
}
code { 
  white-space: normal; 
}


.twitter-share-button { width: 135px; }
.facebook-like-button { width: 135px; }
.google-plus-button { width: 135px; }
.linked-in-button { width: 135px; }

.subheading { Font-size: 22px; color: #FFC300; font-weight: bold;}


.column-grid-2 .column-span-1 { width: 47.2% !important; }
.column-first { border-right: 1px solid #CCCCCC;}




 
.free-button {
	margin-top: 10px;
	margin-bottom: 15px;
	-moz-box-shadow: 1px 1px 0px 1px #aaaaaa;
	-webkit-box-shadow: 1px 1px 0px 1px #aaaaaa;
	box-shadow: 1px 1px 0px 1px #aaaaaa;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00c6f8), color-stop(1, #00a1db) );
	background:-moz-linear-gradient( center top, #00c6f8 5%, #00a1db 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c6f8', endColorstr='#00a1db');
	background-color:#00c6f8;
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	text-indent:0;
	border:1px solid #3866a3;
	display:inline-block;
	color:#FFF !important;
	font-family:Impact;
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	height:39px;
	line-height:39px;
	width:184px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 2px 1px #324c66;
}
.free-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00a1db), color-stop(1, #00c6f8) );
	background:-moz-linear-gradient( center top, #00a1db 5%, #00c6f8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1db', endColorstr='#00c6f8');
	background-color:#00a1db;
}
.free-button:active {
	position:relative;
	top:1px;
}

.thumbnail-150 { border: 1px solid #CCCCCC; margin-right: 10px;  }