/*
Theme Name: Plainscape
Theme URI: http://srinig.com/wordpress/themes/plainscape/
Description: A plain and simple theme that just works. Fixed width, two columns, left sidebar, standards compliant.
Version: 1.0
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed width, two columns, right sidebar, widgets, gravatars, blue, white, simple, minimalist, clean, valid XHTML, valid CSS

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	font-family: 'Lucida Grande', Sans-Serif;
	color:#fff;
	margin: 0;
	padding: 0;
	background-color:#333333;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
	text-transform:uppercase;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

pre {
	overflow:auto;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

strong {	
	color:#fff;
}

a {
	color: #00b4ff;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


hr {
	display: none;
	}

a img {
	border: none;
	}

.ngg-galleryoverview a img{
padding: 15px;
border: 1px solid #666666;
background-image: url(images/stripes.gif);
background-repeat: repeat;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* Layout */

#page {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#header {
	margin: 0px;
	padding: 0px;
	background-image: url(images/banner_pattern.jpg);
	background-repeat: repeat-x;
	background-position: left top;
        height: 125px;        
}

#banner{width: 1000px;
	margin: 0 auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
        height: 125px; 
}
#banner .styles{
float:right;
margin: 90px 20px 0px 0px;
}

#wrapper {
	padding:0px;
}

#content {
	margin:0;
	padding:0 0 0 0;
	float:left;
}
	
#sidebar {
	width:280px;
	float:right;	
	margin:0;
	padding:20px 0;
}	


/* Header */
#header h1 {
	margin:10px 0;
}

#header .description {
	font-size:1.2em;
}

#navbar{
	background-image: url(images/navbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
	height: 45px;
}
#navbar a{
	margin:0px;
	padding:0px;}

#hmenu{
	margin:0px auto;
	padding:0px;
        width: 960px;
}

#hmenu ul {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}

	
#hmenu ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
}

#hmenu ul li a{
color: #990000;
	background-image: url(images/nav_active.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 45px;
        width: 175px;
	list-style-type:none;
	display: block;
        float: left;
	font-weight: normal;
	text-transform:uppercase;
	line-height: 45px;
	text-align: center;
	padding:0px;
	margin:0px -5px 0px 0px;
	font-size:12px;
	color: #fff;
}	
#hmenu ul li a:hover{
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
        width: 175px;
	list-style-type:none;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration: none;
	display: block;
        float: left;
	line-height: 45px;
	text-align: center;
	padding:0px;
	margin:0px -5px 0px 0px;
	font-size:12px;
	color: #fff;
}
#hmenu ul li.current_page_item a{
	background-image: url(images/nav_on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
        width: 175px;
	list-style-type:none;
	font-weight: normal;
	text-transform:uppercase;
	display: block;
        float: left;
	line-height: 45px;
	text-align: center;
	margin:0px -5px 0px 0px;
	padding:0px;
	font-size:12px;
	color: #fff;
}

#hmenu ul li.current_page_item a:hover{
}

#rss{
padding: 15px 0px 0px 0px;
float:right;
}
#rss a{
color: #fff;
text-decoration:none;
font-size:12px;
background-image:none;
}

/* End header */

/* Post */

.post-title a{
color: #fff;
}

.post-title a:hover{
text-decoration: none;
color: #a3d9ff;
}

.post {
	margin: 0px 0px 0px 0px;
	padding:20px 0px 20px 0px; 
	overflow:hidden;
	clear:both;
	}


.post h1{
        margin: 0px 0px 0px 0px;
        text-size: 18px;
        padding: 0px;
        line-height: 24px;
}

.post h2 {
        font-size: 22px;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-align:left;
}
.post h2 a{
        color: #fff;
}
.post h2 a:hover{
        color: #a3d9ff;
        text-decoration: none;
}
}
.post h3 {
	margin:5px 0px ;
	padding:5px;
	text-align:left;
        font-size: 16px;
}
.post h4{
	margin:10px 0px ;
	padding:5px;
	text-align:left;
        font-size: 16px;
        background-color: #990000;
        border: 1px solid #fff;
        color: #fff;
}

.post ul{margin: 0px 0px 0px 20px;}

.post li{
        padding: 0px 0px 5px 0px;
        list-style-image:url(images/accept.png);
        margin: 0px 0px 1px 0px;
}


div.archive-title {
	font-size:1.6em;
	font-weight:bold;
}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
	font-size:1.1em;
	color:#888;
}

.clear {
	clear: both;
}

.entry {
	font-size:14px;
	line-height:1.4em;
	margin:0px;
}

.entry blockquote {
	border:1px dashed #ccc;
	font-size:0.9em;
	padding:5px 20px;
	margin:10px 0;
	background:#f8f8f8;
}

.entry blockquote blockquote {
	font-size:1em;
}

.entry fieldset {
	border:1px dashed #ccc;
}

.entry fieldset legend {
	font-weight:bold;
	text-transform:uppercase;
}


.entry ol { list-style-type:decimal; }
.entry ol ol {	list-style-type:lower-alpha; }
.entry ol ol ol {	list-style-type:lower-roman; }


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding:0;
	margin: 2px 0 5px 10px;
	display: inline;
	float:right;
	}

.alignleft {
	padding:0;
	margin: 2px 10px 5px 0;
	display: inline;
	float:left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.navigation .alignleft {
	text-align:left;
}
.navigation .alignright {
	text-align:right;
}

.navigation {
	font-size:1.2em;
	clear:both;
	margin:20px 0;
}	


.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
}


.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;
}

.searchbox {
	padding:20px;
	text-align:center;
	clear:both;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


/* Comments*/

#comments {
	font-size:1.4em;
	line-height:1.4em;
	margin:0px;
	padding: 0px;
}

#comments h3{ 
background-image: url(images/stripes.jpg);
background-repeat: repeat-x;
border: 2px solid #000;
padding: 3px;;
margin:0px;
}

.commentlist {
	margin:0px 0px 10px 0px;
	padding:0 0 1px 0;
	overflow:hidden;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0px;
	width:590px;
	overflow:auto;
}

li.comment div, li.pingback div {
	padding:20px 0px 0px 0px;
	margin:0;
}

li.comment div div, li.pingback div div {
	padding:0;
	margin:0;
}
.commentlist li.even {
        border-bottom: 1px solid #202020;
        border-top: 1px solid #666666;
	padding:0px;
	margin:0;
}

.commentlist li.odd {
        border-top: 1px solid #666666;
        border-bottom: 1px solid #202020;
	padding:0px;
	margin:0;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:left;
	border:1px solid #666666;
	padding:2px;
	margin:0px 5px 5px 0px;
	background:#000;
        width: 35px;
        height: 35px
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:580px;
	background:#cccccc;
        border: 2px solid #666666;
	padding:5px;
	overflow:auto;

}

#comments div.navigation {
	font-size:0.8em;
}

/* Sidebar */

#sidebar {
	font: 1.2em 'Lucida Grande', Arial, Sans-Serif;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Sans-Serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	margin: 20px 0px 0px 0px;
	}


#sidebar ul, #sidebar ul ol {

	margin: 0px;
	padding: 0;
	}

#sidebar ul li {

	margin:0px;
	padding:0;
	list-style-type: none;
        list-style-image:  none;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}


#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 20px;
	}




#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	font-weight:bold;
	}

#wp-calendar caption {
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	margin:0 0 5px 8px;
	color:#666;
	}


#wp-calendar td {
	padding: 3px 5px;
	text-align: center;
	}
	
#wp-calendar td#today {
	background:#eee;
}	

#wp-calendar td#prev a {
	padding: 0;
	text-align:left;

	font-weight:normal;
}

#wp-calendar td#next a {
	padding: 0;
	text-align:right;
	font-weight:normal;

}



/* End Calendar */


/* Footer */	

#footer {
	background: url('images/footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
        height: 180px;
	padding:0px;
	text-align:center;
	font-size:12px;
	margin:0px auto;
}
#footpattern{
	margin: 0px;
	padding: 0px;
	background-image: url('images/footer_pattern.jpg');
	background-repeat: repeat-x;
	background-position: center top;
        height: 180px;
}

#home_top{
	background-image: url(images/home_top_ecc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
        height: 350px;
        margin: 0px 0px 10px 0px;
}

#home_top strong{ color:#fff;}
#home_top h1{ color:#fff;}

#home_top .content{
        padding: 30px 0px 10px 50px;
        margin: 0px;
        float: left;
        width: 440px;
        font-size: 9px;
        text-align: left;
        color: #e7e7e7;
}
#home_top .content p{
padding: 0px 0px 25px 0px;
}

.title{
font-size: 16px;
text-transform: uppercase;
color: #cccccc;
}

#home_bottom{
margin: 0px auto;
padding: 0px;
}

#home_bottom h3{
font-size: 18px;
color: #fff;
margin: 0px 0px 10px 0px;
padding: 10px;
border-top: 0px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
}

#home_bottom .gallery a img{
border: 1px solid #666666;
background-color: #000;
padding: 2px;
margin: 0px 0px 10px 0px
}

#home_bottom .gallery a:hover img{
border: 1px solid #fff;
}

#home_bottom .gallery ul{
margin:0;
padding:0;
}

#home_bottom .gallery ul li{
margin:0;
padding:0;
list-style-type: none;
list-style-image:  none;
}

.col1{
        padding: 0px 20px;
        margin: 0px;
        width: 410px;
        font-size: 12px;
        border-right: 1px solid #202020;
}
.col1 img{display: none;}

.col2{
        padding: 0px 20px;
        margin: 0px;
        width: 250px;
        font-size: 12px;
        border-left: 1px solid #666666;
        border-right: 1px solid #202020;
}
.col3{
        padding: 0px 20px;
        margin: 0px;
        font-size: 12px;
        border-left: 1px solid #666666;
}

#divider{
	background-image: url(images/divider.jpg);
	background-repeat: repeat-x;
        margin: 30px 0px 0px 0px;
        height: 5px;
}

#about{
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
        margin: 0px;
}
#content_whoweare{
        padding: 20px 20px 10px 10px;
        margin: 0px;
        width: 445px;
        line-height: 12px;
        font-size: 9px;
        border-right: 1px solid #202020;
}
#content_services{
        padding: 20px 10px 10px 20px;
        margin: 0px;
        width: 445px;
        line-height: 12px;
        font-size: 9px;
        border-left: 1px solid #666666;
}
#about h2{
font-size: 18px;
color: fff;
margin: 5px 0px;
padding: 10px;
border-top: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
}

#about img{
border: 1px solid #666666;
padding: 3px;
}

#about ul{
padding:10px 0px 0px 0px;
margin: 0px;
}

#about li{
display: block;
width: 445px;
padding: 10px;
background-color: #202020;
border: 1px solid #666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-weight: bold;
margin: 8px 0px 14px 0px;
font-size: 12px;
}

#blog{
background-image: url(images/about.jpg);
background-repeat: no-repeat;
background-position: center top;
margin: 0px;
}

#blog h5{
margin: 0px 0px -12px 0px;
padding: 10px 0px 3px 0px;
font-size: 22px;
color: #666666;
font-weight: bold;
border-bottom: 1px dashed #666666;
}


#blog strong {
color: #fff;
}

#content_blog{
padding: 20px 20px 10px 10px;
margin: 0px;
width: 700px;
line-height: 12px;
font-size: 9px;
border-right: 1px solid #202020;
}


#content_sidebar{
        padding: 20px 10px 10px 20px;
        margin: 0px;
        width: 250px;
        line-height: 12px;
        font-size: 9px;
        border-left: 1px solid #666666;
}
#portfolio{
	background-image: url(images/about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
        margin: 0px;
}
#portfolio .gallery ul{
	margin:0;
	padding:0;
}
#portfolio .gallery ul li{
margin:0;
padding:0;
list-style-type: none;
list-style-image:  none;
}

#portfolio .gallery a img{
padding: 10px;
border: 1px solid #666666;
background-image: url(images/stripes.gif);
background-repeat: repeat;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
float: left;
margin: 0px 40px 40px 0px
}

#portfolio .gallery a:hover img{
border: 1px solid #fff;
}


#date{
display: block;
width: 75px;
height: 85px;
float: left;
margin: 0px 10px 10px 0px;
background-image: url(images/calendar.jpg);
background-repeat: no-repeat;
background-position: center top;
font-weight: bold;
}
#date .month{
margin: 17px 0px 0px 15px;
font-size: 12px;
}

#date .day{
margin: 0px 0px 0px 15px;
font-size: 32px;
color: #000;
}

#homebloglist{
background-image: url(images/bloghomelist.jpg);
background-repeat: no-repeat;
background-position: center top;
padding: 4px 10px 10px 10px;
display: block;
width: 300px;
height: 75px;
margin: 0px 0px 5px 5px;
float: right;
}

#homeblogtitle{
font-size: 16px;
font-weight: bold;
margin: 0px;
padding: 0px;
}
#homeblogtitle a{
color: #fff;
}

#projectbutton{
float: left;
margin: 250px 0px 0px -70px;
}

#main img{
padding: 19px;
border: 1px solid #666666;
background-image: url(images/stripes.gif);
background-repeat: repeat;
margin: 10px 0px 0px 0px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#sidebar a{
display: block;
width: 250px;
padding: 5px;
border: 1px solid #666666;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
#sidebar a:hover{
border: 1px solid #cccccc;
text-decoration: none;
}

#recentcomments a{
display: inline;
padding: 0px;
border: 0px;
}

#latestwork a{
color:#fdff6d;
font-weight: bold;
}

#searchbar{
display: block;
width: 250px;
padding: 5px;
border: 1px solid #cccccc;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
height: 15px;
}
#searchform{
background-color: transparent;
width: 240px;
border: 0px;
color: #cccccc;
}

#contactbar{
background-color: transparent;
border: 0px;
color: #cccccc;
width: 100%;
}

#contact{
background-image: url(images/about.jpg);
background-repeat: no-repeat;
background-position: center top;
margin: 0px;
font-size: 12px;
}
#contact h2{
font-size: 18px;
color: fff;
margin: 5px 0px;
padding: 10px;
border-top: 1px dashed #cccccc;
border-bottom: 1px dashed #cccccc;
}
#contact h3{
color: #fff;
font-size: 16px;
margin: 0px 0px 3px 0px;
padding: 5px;
background-image: url(images/stripes.gif);
background-repeat: repeat;
border: 2px solid #000;
}
#contactinfo{
padding: 5px;
border: 1px solid #666666;
background-color: #202020;
margin: 0px 0px 10px 0px;
}
#contact em{
color: #cccccc;
}

#content_ourteam{
padding: 20px 10px 10px 20px;
margin: 0px;
width: 300px;
line-height: 14px;
font-size: 11px;
border-left: 1px solid #666666;
} 

#contactus{
background-image: url(images/envelope.jpg);
display: block;
width: 150px;
height: 110px;
}
#homeservice_container{
width: 980px;
height: 240px;
display: block;
padding: 0px 15px;
margin: 0px;
}
#homeservice_container h2{
margin: 5px 15px 5px 0px;
padding: 0px;
font-size: 16px;
color: #ccc;
}

#homeservice {
background-image: url(images/homeservice3.jpg);
background-location: top;
display:block;
width: 318px;
height:160px;
float:left;
font-size:12px;
margin: 0px 2px 5px 0px;
border: 1px solid #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
text-decoration: none;
color: #fff;
}
#homeservice li{
padding: 0px 0px 5px 0px;
list-style-image:url(images/accept.png);
margin: 0px 0px 1px 0px;
}

#homeservice a:hover{
background-image: url(images/homeservice1_on.jpg);
border: 1px solid #000;
}

#homeservice  h4{
font-size: 14px;
text-align: center;
font-weight: bold;
padding: 3px;
margin: 5px;
display: block;
background-image: url(images/redbar.jpg);
background-repeat: repeat-x;
border: 1px solid #6b0000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width:300px;
color: #000;
}
#homeservice a h4 strong{
color: #fff;
}
#homeservice a:hover h4{
border: 1px solid #490000;
}


#icons img{margin: 0px 15px 15px 0px;}
