/*
Theme Name: Patelligence
Theme URI: http://www.patelligence.com/
Description: Patelligence website theme
Author: Patelligence
Author URI: http://www.patelligence.com
version: 1.0
*/




/* basics */

*{margin:0; padding:0;}

html{
	background:#fad35b url(images/body_bg.gif) repeat-x scroll 0 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	background: url(images/bg_shadow.png) center repeat-y;
	color:#666666;
	width:100%;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 18px;}
h4 {font-size: 9pt;}

h1, h2, h3, h4, h5{
margin:0;
color:#008ddc;
}
h1 a, h2 a, h3 a, h4 a, h5 a{ color:#008ddc;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#FF3300;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#pcontainer {
	width: 960px;
	margin: 0 auto;
	padding:0;
	background-color:#ffffff;
	color:#333;
	overflow: hidden;
		}
	
/* header */

#header {
  	width: 960px; 
	background:#EFEFEF url(images/bg_header.jpg) no-repeat scroll 0 0;
	height:143px;
	position:relative;
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:22px 0 0 30px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;
	background:#EFEFEF url(images/logo.jpg) no-repeat scroll 0 0;
	height:65px;
	width:172px;	
	text-indent:-9999px;
	display:block;
}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	display:none;
	}

/* main menu */


/* -- PRIMARY NAVIGATION -- */

#nav {
	position: absolute;
	padding: 0;
	list-style: none;
	height: 37px;
	width: 960px;
	background: url(images/bg_nav.jpg) no-repeat;
	border-top: 1px solid #FFFFFF;
	bottom:0;
}

#nav li {
	float: left;
	margin:0 15px;	
	display:inline;
}

#nav li a {
	margin-top: 8px;
	outline: none;
	display: block;
	padding: 0;
	height: 21px;
	line-height: 20px;
	float: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight:bold;	
	text-transform: uppercase;
	padding:0 10px;	
}

#nav li a:hover {
	background-image: url("images/nav_li_hover.gif");
	-moz-border-radius:5px;
}


#navSshadow {
	width: 948px;
	height: 8px;
	background: url(images/nav_shad.gif) no-repeat;
}

/* content */


#content {
	float:left;
	overflow: hidden;
	margin-right:26px;
	width:620px;
	background-color:#ffffff;
	}

.contentPad {
	padding:30px 0 15px 34px;
}
.post {
	margin:0;
	padding:0;
	line-height: 20px;
	}
	
#content h1, .post h1{
	font-size:26px;
	margin-bottom:5px;
	text-transform:propercase;
	padding-bottom:5px;	
}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

p, .entry p{margin:10px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}

.post p img{ margin-right:5px;}	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */
#sidebar {
	float: left;
	width: 308px;
	margin-bottom:15px;
}

#sidebar h2 {
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 10px;
	background: url(images/dot_line.gif) no-repeat 0 38px;
}
#sidebar .altlist li {
	background: #dcd7c7 !important;
}


#sidebar ul li a{ color:#EF5223; padding:1px 6px 1px 10px;}
#sidebar .altlist li.even {
	background: none !important;
}

#sidebar .children ul, #sidebar .children li {
	border: 2px solid red;
	margin-left: 80px;
	list-style-type: circle;
}

#sidebar .feed {
	padding: 1px 0 1px 29px;
	background: url(images/icon_feed.gif) no-repeat 10px 50%;
}
#search {
	background: #ebe5d6 url(images/bg_search.gif) no-repeat;
	height: 119px;
	margin-top: 8px;
}

#searchPad {
font-size:11px;
line-height:17px;
padding:5px 0 15px 20px;
}

#search .s, #sub {
background:transparent url(images/bg_search_input.gif) no-repeat scroll 0 0;
border:medium none;
font-size:11px;
height:21px;
padding:8px 0 0 9px;
width:162px;
}


/*#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:308px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
*/


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/*/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}
#searchform label{ display:none;}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-indent:-9999px;
	height:21px;
	width:102px;
	background:url(images/b_search.gif) left top no-repeat;
	cursor:pointer;
	}
#searchform	input{ vertical-align:middle;}


	
/* misc */

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 #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */
#footerLinks {
background:url(images/footer_links_bg.gif) left bottom repeat-x;
clear:both;
margin-top:15px;
width:960px;
}

#footerLinks strong {
color:#008ddc;
font-size:12px;
margin:13px 0 0;
}

#footerLinks ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:5px 0 0;
}

#footerLinks li {
display:inline;
float:left;
padding:2px 0;
width:210px;
}
#linkPad {
padding:15px 0 15px 95px;
}

#footerLinks ul a:hover {
text-decoration:underline;
}
#footerLinks ul a {
color:#666666;
text-decoration:none;
}

#footer {
background-color:#f1f1f1;
border-top:3px solid #FFFFFF;
clear:both;
height:39px;
width:960px;
}
#footer ul {
float:right;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 40px 0 0;
text-align:right;
width:42%;
}

#footer ul li {
display:inline;
}

#footer p {
float:left;
margin:10px 0 0 40px;
}
#copyright {
color:#808080;
font-family:Arial,Helveltica,sans-serif;
font-size:11px;
letter-spacing:0 !important;
text-align:left;
}


#contact-us {
font-size:13px;
font-weight:normal;
height:80px;
line-height:130%;
position:absolute;
right:20px;
top:25px;
width:225px;}

.clearBoth {
clear:both;
height:0;
line-height:0;
margin:0;
padding:0;
}
.sidebar, .sidebar_pages {
background:transparent url(images/bg_recent_blog_mid.gif) repeat-y scroll 0 0;
border-top:5px solid #FFFFFF;
}

.sidebar .topBG, .sidebar_pages .topBG {
background:transparent url(images/bg_recent_blog_top.gif) no-repeat scroll center top;
}
.sidebar .bottomBG, .sidebar_pages .bottomBG {
background:transparent url(images/bg_recent_blog_bot.gif) no-repeat scroll center bottom;
line-height:17px;
padding:5px 0 25px 20px;
}
.sidebar .zebraContainer, .sidebar_pages .zebraContainer {
background:transparent url(images/bg_sidebar.gif) no-repeat scroll 0 0;
padding:6px;
}

.sidebar .zebraContainer p{ line-height:140%;}

.sidebar ul, .sidebar_pages ul {
list-style-type:none;
margin:0;
padding:0;
width:256px;
}

#colRight .altlist li {
background:#DCD7C7 none repeat scroll 0 0 !important;
}

.sidebar li, .sidebar_pages li {
background:#DCD7C7 none repeat scroll 0 0;
color:#000000;
height:26px;
line-height:26px;
}

.wide{ width:960px !important; margin-right:0 !important;}

.service{
float:left;
margin:0 30px 15px 0;
width:275px;
}
.service h1{ font-size:20px !important;}

.service img{ float:left; padding:0px 10px 0px 0px;}

#bottom{ height:100%; overflow:hidden; background:url(images/bottom_bg.gif) top center no-repeat;}
#bottom .section{ float:left;margin:0 30px 15px 0; width:275px;}
#bottom .section ul{ margin-left:32px;}
#bottom .section li{ list-style-position:outside; list-style-image:url(images/yellowled.png);  border-bottom: dotted 1px #FFCC00; padding:10px 0;}
#bottom .section li p{ margin:0 !important;}
#bottom .section li:last-child{ border-bottom:none !important;}

#bottom .section blockquote {
margin:0;
position:relative;
border:none !important;
padding:0;
}



#bottom .section .q1 {left:-30px;top:-4px; background:url(images/quote1.png) left top no-repeat; height:30px; width:30px; position:absolute;}
#bottom .section .q2 {bottom:0;right:5px; background:url(images/quote2.png) left top no-repeat; height:30px; width:30px; position:absolute;}
span.qq1{ background:url(images/quote1.png) left top no-repeat;}
span.qq2{ background:url(images/quote2.png) left top no-repeat;}

h2#blog{ background:url(images/blog-icon.png) left 10px no-repeat; padding-left:40px; height:40px; line-height:40px; color:#FF6600; margin-bottom:10px;}
h2#news{ background:url(images/news-icon.png) left 6px no-repeat; padding-left:40px; height:40px; line-height:40px; color:#FF6600; margin-bottom:10px;}
h2#testimonial{ background:url(images/testimonial-icon.png) left 0px no-repeat; padding-left:40px; height:40px; line-height:32px; color:#FF6600; margin-bottom:10px;}

ul.project_listing{clear:both; margin-bottom:20px;  overflow:hidden;}
ul.project_listing li{ float:left; width:175px; margin-right:20px; list-style-type:none; margin-bottom:10px; }
ul.project_listing li p{ margin:0 0 15px 0 !important; text-align:center; }
ul.project_listing li img{ width:171px !important; border:solid 2px #c8c8c8;}
ul.project_listing li img:hover{ border:solid 2px orange;}
ul.project_listing h3{ padding:0px 15px 10px 0px; font-size:16px;}
p.readMore{ font-weight:bold; text-align:right;}

p.cs_data, div.cs_data {
	margin: 0px;
}

p.cs_data_title, div.cs_data_title, p.ps_data_title, div.ps_data_title {
	margin: 0px;
	width: 20%;
	float: left;
	font-weight: bold;
	text-align: right;
}

p.cs_data_body, div.cs_data_body, p.ps_data_body, div.ps_data_body {
	margin: 0px;
	width: 80%;
	float: left;
	margin-bottom: 20px;
}

p.cs_data_body_padding, div.cs_data_body_padding {
	margin: 0px;
	margin-left: 20px;
}

p.ps_data_title, div.ps_data_title {
	width: 30%;
}

p.ps_data_body, div.ps_data_body {
	width: 70%;
}


.post h2{ margin-bottom:15px;}

p.intro{ margin-bottom:15px;}

.textIndent{ text-indent:30px;}

ul.video_listing li{ float:left;  list-style-type:none; clear:both; margin-bottom:20px;}
ul.video_listing li .video{ float:left; width:200px; margin-right:15px;}
ul.video_listing li .video p{ margin:0 !important; padding:0 !important;}
ul.video_listing li .video_desc{float:left; width:365px;} 

p.video{ float:left; width:200px; margin-right:15px;}
p.desc{ float:left; width:350px;}