/* 
Theme Name: DefinedLogic.com
Theme URL: http://www.definedlogic.com/
Description: The theme for DefinedLogic's website re-design
Author: Jason Unterman
Author URI: http://www.definedlogic.com

*/

/* Generic Tags */
* {
	margin:0pt;
	padding:0pt;
}
 
html,
body {
	height:100%; 
}

body{
	margin: 0 0 1px;
	font-size: 12px;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
	line-height: 18px;
	color: #333;
	
	background: #CECECE url('images/body_bg.png') repeat-x;	
}
p,
ul{
	margin-bottom:10px;
}
h1{
	padding-top:10px;
	margin-bottom: 15px;
	font-size:20px;
	/*font-family:"Courier";*/
	text-transform:lowercase;
}
h2{
	padding:10px 0;
	
	font-size:16px;
	/*font-family:"Courier";*/
	text-transform:lowercase;
}
img{
	border:0;
}


a,
a:visited,
a:active,
.likeLink{
	color: #09A3D6;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

hr{
	black;
}
.spacing-b{
	margin-bottom:10px;	
}
.spacing-tb{
	margin:10px 0;	
}
/* end Generic Tags */



/* Page Layout */
#container{
	margin:0 auto;
	min-height:100%;
	position:relative;
	width:959px;	
	background:white url('images/container_bg.png') repeat-y left top;
}
#body {
	
}
#col1{
	width:745px;
	float:left;
	padding-left:14px;
}
#col2{
	width:195px;
	float:right;
	color:white;
}

/* end Page Layout */


/* Header */
#header {
	position:relative;
	background-color:white;
	
}
#headerNav{
	height: 55px;
}
#headerNavCarot{
	position:absolute;
	top:53px;
}
#headerNav ul li,
#headerNavCarot ul li{
	list-style-type:none; 
	display: inline;
}
#headerNav ul li ul li,
#headerNavCarot ul li ul li{
	margin: 0 8px;
	border-top: 1px dotted #717070;
	text-transform: lowercase;
	font-size: 11px;
}
#headerNav ul li ul li:first-child,
#headerNavCarot ul li ul li:first-child{
	border-top: none;
}

#headerNav #rssIcon{
	float:right;
	padding-top:25px;
	padding-right:10px;
}

#headerLogo{
	position:absolute;
	right:0;
	top:83px;
	height:59px;
	width:284px;
}
#headerimg 	{
	margin-bottom: 40px;
}
/* end Header */


/* Posts/Pages */
#content{
	padding: 0 50px;
}
#content ul{
	padding-left: 30px;
	list-style-image: url("images/bullet_blue.png");
}
#content ul li{
		
}
#contentFooter{
	clear:both;
	padding-top:10px;
}
.details{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 20px;
}
.details ul{
	list-style-image: url("images/bullet_orange.png");
}
.details tr td{
	padding-left: 10px;

}
.details tr td:first-child{
	padding-bottom: 10px;

}
.details tr td:first-child{
	width: 1px;
	color:black;
	text-transform:lowercase;
	vertical-align:top;
	text-align:right;
	padding-right: 10px;
	border-right: 1px solid black;
	
	font-size: 15px;
	font-weight: bold;
}
#secondaryHeader{
	padding-bottom:5px;
	border-bottom:1px solid black;
	margin-bottom:5px;
}
#secondaryNav{
	color: #32BFEE;
	font-size: 17px;
	text-transform: lowercase;
	line-height: 23px;
	padding-bottom: 5px;
}
#secondaryNav .selectedNav{
	color: black;
}
#secondaryNav li{
	list-style-type:none; 
	display: inline;
}
#secondaryNav a:hover{
	color:black;
}

.backLink{ }
/* end Posts/Pages */


/* Post */
.post{
	padding:20px 0 10px;
	border-bottom:1px solid black;
}
.postdate{
	text-transform:lowercase;
	height: 20px;
	background: url('images/period.png') repeat-x bottom;	
}
.postdate-date{
	font-size:11px;
}
.postcontent{
	width: 75%;
	width: 475px;
	float:left;
}
.postcontent-content td{
	padding:10px;
}
.postcontent-content ol,
.postcontent-content ul{
	padding-left:20px;
}

.postcontent-content li{
	padding-bottom:10px;
}
.postmeta{
	width: 140px;
	float:right;
	
	color:grey;
}
.postmeta-section{
	padding-top:10px;
}
.postmetaheader,
.sociable_tagline{
	font-weight: bold;
	text-transform:uppercase;
	color: black;
}
.postnavigation{}

#sociable-links{
	width:120px;
}
/* end Post */

/* Custom CSS For Editor */
.postcallout{
	background-color:white;
	width:100%;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin: 10px 0;
}
.postrightcallout{
	background-color:white;
	width: 200px;
	float: right;
	text-align:right;
	
	font-size: 15px;
	font-weight: bold;
}
.postfloatcolumn{
	background-color:white;
	width:45%;
	float:left;
	padding-right:30px;
}


.postimage-floatleft{
	background-color:white;
	float:left;
	padding-right:15px;
	margin-right:15px;
}
.post .postimage-floatleft{
	background-color:white;
	border-right:1px dotted black;	
}

.postimage-top{
	background-color:white;
	padding-bottom:15px;
	margin-bottom:15px;
}
.post .postimage-top{
	background-color:white;
	border-bottom:1px dotted black;
}
/* end Custom CSS For Editor */


/* Comments */
#comments
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}
#comment{
	width: 100%;
}
/* end Comments */


/* Disqus Comments */
#dsq-content #dsq-comments .dsq-comment-body-author {
	margin-left: 20px;
	padding-top: 5px;
	background: #e2fddc;
}
/* end Disqus Comments */

/* Home */
.homepageSidebar{
	height: 415px;
	overflow:hidden;
}
.homeRecent{
	border-top: 2px solid white;
	text-align:left;
	
	color: #32BFEE;
	font-size: 14px;
	
	text-transform: lowercase;
}
.homeItem{
	border-top: 1px solid white;
	text-align:left;
	padding-bottom: 10px;
}
.homeItemDate{
	text-transform: lowercase;
}
.homeItemTitle{
	font-size:12px;
	text-transform: lowercase;
	line-height: 15px;
	padding-bottom: 5px;
}
.homeItemContent{
	line-height: 15px;
}
/* end Home */


/* Portfolio */
.portfolioItem{
	padding:10px 0;
	border-top:1px solid black;
}
.portfolioSpotlightFirst,
.portfolioSpotlight,
.portfolioSpotlightLast{
	width: 180px;
	height: 250px;
	overflow:hidden;
	float: left;
	padding: 0 25px;
	margin-bottom:15px;
	border-right: 1px solid black;
	border-top: 0;	
}
.portfolioSpotlightFirst{
	padding-left:0;
}
.portfolioSpotlightLast{
	border-right:0;
	padding-right:0;
}

.portfolioImage{
	padding-top:5px;
	height:82px;
	width:180px;
	float:left;
}
.portfolioSpotlightFirst .portfolioImage,
.portfolioSpotlight .portfolioImage,
.portfolioSpotlightLast .portfolioImage{
	padding-top:0px;	
}
.portfolioContentSpotlight,
.portfolioContent{
	float:left;
}
.portfolioContentSpotlight{
	text-align:left;
}	
.portfolioContent{
	padding-left: 15px;
	width: 450px;	
}
.portfolioSpotlightTitle{
	text-transform: lowercase;
	font-size:20px;
	padding: 5px 0;
}
.portfolioTitle{
	text-transform:lowercase;
}
/* end Portfolio */


/* Author Listing */
.person{
	float:left;
	width: 47%;
	border-top:1px dotted black;
	padding:5px 0 10px;
	margin-top:10px;
}
.personPhoto{
	float:left;	
	margin-right:10px;
}			
.personName{
	font-size:16px;
	text-transform:lowercase;
	/*font-family:"Courier";*/
}
.personBio{
}
.personTitle{
	display:block;
	font-size:12px;
	text-transform:lowercase;
	/*font-family:"Courier";*/
}
.personSpacer{
	float:left;
	width:38px;
	height:10px;	
}
/* end Author Listing */

/* Author Bio Page */
#bio-photo{
	width: 150px;
	float:left;
}

#bio-top{
	margin-top:10px;
	background: url('images/dl_bio_bg_lines.png') no-repeat;
	background-position:145px 27px;
	position:relative;
}
#bio-information{
}
#bio-jobTitle{
	position:absolute;
	top:35px;
	left:151px;
	font-family:"Courier";
	text-transform:lowercase;
	font-size:16px;
	
}
.bio-background{
	padding-top:15px;
}
.bio-background-title{
	float:left;
	width: 150px;
	text-align:right;
	font-family:"Courier";
	text-transform:lowercase;
	font-weight:bold;
	font-size:16px;
}
.bio-background-value{
	float:right;
	width:75%;
}

.bio-posts-post{
	padding-top:10px;
}
/* end Author Bio Page */

/* Careers Page */
.job-listing{
	padding-bottom:15px;
	border-top: 1px solid black;
}
.job-title{
	padding:5px 0;
}
.job-title a{
	text-transform:lowercase;
	font-size:16px;
}
.job-description{}
/* end Career Page */

/* Careers Page */
.contact-address{
	width:50%;
	float:left;
	
	padding-top:20px;
	text-align:center;
	font-size:16px;
	text-transform:lowercase;
}
.contact-address a{
	font-size:12px;
}
.postfloatrightcolumn{
	width:50%;
	float:right;
	padding-top:10px;
}
.contactSumbit{
	text-align:right;
}

.wpcf7{
		text-align:center;
}
/* end Careers Page */

/* Side bar	*/
.rightmenu .col2 {
	float:right;
	width:190px;
	position:relative;
	left:190px;		
}
#sidebar{	
	font-size: 10px;
	text-align:center;
	color: white;
	font-weight: bold;
	line-height: 20px;
	padding-bottom: 8px;
}
#sidebar h2{
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;	
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
#sidebar .hr{
	background: url('images/right_column_triangle.png') no-repeat 0 10px;
	padding-top: 13px;
	height: 10px;
}
#sidebar .hr hr{
	border:0;
	background-color: white;
	height: 1px;
	width: 92%;
	margin:0 auto;
}
#sidebar a{
	color: #32BFEE;
	text-decoration: none;	
}
#sidebar ul{
	margin:0;
}
#sidebar ul li{
	list-style-type:none; 
}
#sidebar ul li ul li{
	margin: 0 8px;
	border-top: 1px dotted #717070;
	text-transform: lowercase;
	font-size: 11px;
}
.cat-item{
	color: #32BFEE;
}
/* end Side Bar */
	
/*	Search Form	*/
#searchform{
	margin: 8px;
	border:1px solid white;
}
.searchsubmit{
	letter-spacing: 2px;
}
/*	end Search Form	*/








/* Footer */

.clearfooter {
	height: 40px;
	clear: both;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;			/* Height of the footer */
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	
	color: white;
}
#footer a{
	color:white;
}
.footerDisclaimer{
	width: 45%;
	float: right;
	font-size:10px;
	text-align: right;
	padding: 10px 10px 0 0;
}
.footerSocials{
	width: 165px;
	float: left;
	padding: 10px 0 0 10px;	
}
.footerSocialsImage{
	float:left;
	padding-top:-5px;
}
.footerRaquo{
	color: black;
}
#newsletterSignUpModal{}
#newsletterSignUpForm{
	text-align:center;
}

/* end Footer */


/* Etc */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* end Etc */