/*
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.3
Author: Srini G
Author URI: http://srinig.com/wordpress/
Tags: fixed-width, two-columns, right-sidebar, blue, white, light, threaded-comments

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

:focus{outline:0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	color:#555;
color:black;
background-color:#1e263a;
	}

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;
	text-align:left;
}

h1 { font-size: 2.4em; }
h2 { font-size: 2em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }

body#home h2{display:none;}
body#home .entry{margin-top:-10px;}
body#home h3{clear:both;font-style:italic;text-align:center;font-size:18px;width:500px;}

.post h2, .post h3{text-transform:none;}

pre {
	overflow:auto;
}

acronym, abbr
{
	border-bottom: none;
}


strong {	
	color:black;
}

a {
color:#1E18B4;text-decoration:none;
}


a:hover {
color:#000;border-bottom:1px dotted black;
}

h2 a{color:#333399;}

h2 a:hover, h3 a:hover{border:none;}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* Layout */

body {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	padding: 0;
        width: 772px;
background:#e4e6f1 url(/images/bodyback.gif) repeat-y center top;
}

#wrapper {
padding:0;
margin-left:11px;
}

#content {
	margin:0 0 0 20px;
	padding:0 0 0 0;
	float:left;
        width:420px;
}

#content2{
padding:0;
width:600px;
margin:0 75px;
position:relative;
}

body#home #content2{width:700px;margin:0 0 0 30px;}

body#gallery #content2{
margin:0 20px;
width:710px;
}


#sidebar {
	float:right;	
	padding:20px 0;
        width:250px;
margin:0 20px 0 0;
}	

#footer {
	margin: 20px auto 0 20px;
	clear: both;
}

/* Header */


#header {
margin:0 0 0 11px;
border-top: 8px solid #0b0a56;
width:750px;
}

#header h1{
width:750px;
height:176px;
margin:0;padding:0;
}

#header h1 a{
margin:0;
padding:0;
display:block;
width:750px;
height:176px;
text-indent:-9999px;
background:url(/images/header.jpg) no-repeat top left;
}

body#home #header a:hover{cursor:pointer;}


/* End header */

/* Post */

.post {
	margin: 0;
	padding:20px 0; 
	overflow:hidden;
	clear:both;
border-bottom:1px solid #cacbe9;
	}

.post h2 {
	margin:0;
	padding:0;
	text-align:left;
}

.post h3.post-title {
	font-weight:bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	text-align:left;
}	


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:1.4em;
	line-height:1.4em;
	margin:10px 0 20px 0;
}

.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 table {
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#ccc;
	font-size:0.9em;
}


.entry table tr td {
	padding:5px 10px;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;

}

.entry table tr th {
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	padding:5px 10px;
	background:#f4f4f4;
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

.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%;
border:1px solid black;
	}

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;
}

.commentlist {
	margin:20px 0;
	padding:0 0 1px 0;
	background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
	list-style:none;
	margin:0;
	padding:0;
	background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
	padding:20px;
	overflow:auto;
}

li.comment div div, li.pingback div div {
	padding:0;
	overflow:visible;
}

.commentlist li.even {
	background-color:#fafafa;
}

.commentlist li.odd {
	background-color:#f6f6f6;
}

ul.children li {
	list-style:none;
}

img.avatar {
	float:right;
	border:1px solid #eee;
	padding:2px;
	margin:0;
	background:#fff;
}

.comment-meta, .reply {
	margin:0;
	padding:0;
	font-size:0.8em;
}

.comment-author cite {
	font-style:normal;
	font-weight:bold;
}


textarea#comment {
	width:100%;

}

#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: 1.2em;
	}

#sidebar h2 {
	padding: 0;
	border-bottom:1px solid #333;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 20px;
	}


#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;
	}
	

/* Footer */	

#footer {
	text-align:center;
	font-size:1.1em;
	color:#888;
	margin:0px;
}

#footer{width:750px;height:75px;margin:0 auto;background:#0d096b;text-align:left;color:#fff;position:relative;border-top:1px solid #333;font-size:14px;}

#footer p{margin:0;padding:0;}

#footer .vcard{padding:15px 25px 0 25px;line-height:1.6;}

#footer .tel{text-align:right;}

#footer a{color:white;}

#footer .foot2{position:absolute;top:15px;right:25px;}

/* _home page menu */

#menu{list-style:none;}
#menu li{list-style:none;float:left;display:block;margin:10px 24px 10px 0;width:139px;height:144px;background:url(/images/menuback.gif) no-repeat top left;}
#menu li#four{margin-right:0;}
#menu li a{width:125px; height:125px;display:block;border-bottom:5px solid #0d096b;position:relative;top:7px;left:7px;}
li#one a {width:125px;height:125px;background:url(/images/image1.jpg) no-repeat top left;}
li#two a{width:125px;height:125px;background:url(/images/image3.jpg) no-repeat top left;}
li#three a{width:125px;height:125px;background:url(/images/image2.jpg) no-repeat top left;}
li#four a{width:125px;height:125px;background:url(/images/image4.jpg) no-repeat top left;}
#menu em{color:#e4e6f1;position:relative;top:-30px;font-style:normal;font-size:120%;}
#menu a:hover{border-bottom:5px solid #999;}
#menu a:hover em{color:#0d096b;}

/* Custom */
#nav{
list-style:none;
position:relative;
width:750px;
height:25px;
margin:0 0 0 11px;
padding:0;
border-top:1px solid #999;
border-bottom:1px solid #999;
background-color:#ccc;
}

#nav ul{list-style:none;}

#nav a{color:#333;width:149px;display:block;height:25px;line-height:25px;padding:0;text-align:center;border:none;text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:bold;letter-spacing:1px;}

#nav li#ho{border-left:0;}

#nav li{float:left;width:149px;border-left:1px solid #999;}

#nav li ul{position:absolute;left:-9999px;width:175px;border-bottom:1px solid #999;border-top:1px solid #999;border-right:1px solid #999;margin:0;padding:0;background-color:#ccc;z-index:10;}

#nav li ul a{text-align:left;padding-left:20px;width:154px;}

#nav li ul li{text-align:left;background:url(../images/navback2.gif) repeat-x top left;width:200px;}

#nav li:hover ul, #nav li.sfhover ul{left:auto;}

#nav li a:hover{color:#ccc;background-color:#0d096b;}

body#home li#ho a,
body#about li#ab a,
body#contact li#co a,
body#testimonials li#te a,
body#biography li#bi a,
body#media li#me a,
body#services li#se a,
body#weddings li#we a,
body#events li#ev a,
body#gallery li#ga a,
body#newsletter li#ne a,
body#blog li#bl a
{color:#1E18B4;background-color:#eee;cursor:default;}

body#about li#co a,
body#about li#te a,
body#about li#me a,
body#about li#bi a,
body#about li#ne a,
body#services li#we a,
body#services li#ev a
{color:#333;background-color:#ccc;cursor:pointer;}

body#about li#co a:hover,
body#about li#bi a:hover,
body#about li#te a:hover,
body#about li#ne a:hover,
body#about li#me a:hover,
body#services li#we a:hover,
body#services li#ev a:hover
{color:#ccc;background-color:#0d096b;}


#side{float:right;width:212px;margin:-5px 0 10px 20px;background:url(/images/sidebarback.gif) repeat-y top left;}
#side img{margin:0 0 -4px 6px;display:block;}
#side h3{margin:10px 5px 0 20px;}
#side .adr, #side .tel{margin:0 20px;}
#side p{margin:10px 20px;}
#side .adr{margin-bottom:10px;}
#side p.note{margin:10px 20px;}
p#top{background:url(/images/sidebartop.gif) no-repeat top left;width:212px; height:15px;display:block;margin:0;padding:0;}
p#bottom{background:url(/images/sidebarbottom.gif) no-repeat bottom left;width:212px; height:19px;display:block;margin:0;padding:0;}
#side ul{margin:5px 0 20px 17px;padding:0;width:180px;}
#side li{margin:2px 0 2px 17px;padding:2px 0 2px 4px;list-style-type:square;font-size:12px;}

#copy{font-size:12px;color:#59637c;width:772px;margin:0 auto;background:#1e263a url(/images/bottom.gif) no-repeat top left;padding:20px 0;text-align:center;}
#copy a{color:#59637c;}

#header a{border:none;}

body#newsletter td, body#newsletter tr, body#newsletter table{border:none;padding:0;margin:0;}
body#newsletter h2{font-size:16px;margin:20px 0 10px 0;}
body#newsletter td{padding:10px;}

#home-main{width:500px;}
#home-side{width:175px;position:absolute;right:0px;top:5px;text-align:center;}

#home-side div{font-size:12px;width:155px;text-align:center;border-top:1px solid #cacbe9;margin:20px 0;padding:20px 0 0 0;}

#home-side a:hover{border:none;}
