/*
Theme Name: Indralaya
*/

body {
text-align: center;
margin: 0px;
padding: 0px;
background-color: #92c3e2;
background-image: url(images/main_bg_blue.jpg); }

#container {
margin: 0 auto;
text-align: left;
width: 800px;
background-color: #eee9d3;
border: 5px #eee9d3 solid;
background-image: url(images/content_bg.jpg); }

#container.space { 
margin-top: 10px;
} 

/*** Sidebar ***/

#leftcolumn {
width:225px;
display:inline;
float:left;
}

#leftcolumn h1 {
color: #4c4c4c;
font-family: Georgia, serif;
font-size: 16px;
line-height: 18px;
font-stretch: semi-expanded;
word-spacing: 0;
text-align: left;
border: none;
margin-bottom: 8px;
 } 

#leftcolumn h2 {
color: #4c4c4c;
font-family: Georgia, serif;
font-size: 14px;
line-height: 18px;
font-stretch: semi-expanded;
word-spacing: 0;
text-align: left;
border: none;
margin-bottom: 8px;
 }

#leftcolumn p { 
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #4c4c4c;
line-height: 16px;}

#leftcolumn a { 
color: #275f71;
text-decoration: none; } 

#leftcolumn a:hover { 
color: #4c4c4c;
text-decoration: none; } 

#leftcolumn ul {
list-style: none;
margin: 0;
padding: 0;
}

/*** Content ***/

#rightcolumn {
display: inline;
float:left; 
width:565px;
}

#rightcolumn li {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #4c4c4c;
font-size: 12px;
line-height: 18px;
margin: 0 0 12px; } 

#rightcolumn h1 {
font-family: Georgia;
color: #275f71;
font-size: 16px;
line-height: 20px;
margin: 0 0 15px;
word-spacing: +2px;
border-bottom: 1px #275f71 solid;
 } 

#rightcolumn h2 {
font-family: Georgia;
color: #275f71;
font-size: 14px;
line-height: 18px;
margin: 0 0 15px;
word-spacing: +2px;
} 

#rightcolumn h3 {
font-family: Georgia;
color: #275f71;
font-size: 13px;
line-height: 18px;
margin: 0 0 15px;
word-spacing: +2px;
} 

#rightcolumn p {
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #4c4c4c;
font-size: 12px;
line-height: 18px;
margin: 0 0 12px; } 

#rightcolumn a, a:visited { 
color: #000000;
font-weight: bolder; } 

#rightcolumn a:hover { 
color: #4c4c4c;
font-weight: bolder;
} 

.padall10 {
padding: 10px; }

.padall5 {
padding: 5px; }

#news {
width:200px;
background-color: #faf6e8;
text-align: center;
} 

#slideshow {
display: inline;
float:left;
padding: 5px;
background-image:url('images/slideshow_bg.jpg'); 
height:420px;
width:555px;
}

#hometitle {
display: inline;
float:left; 
height:157px;
width:555px;
}

/*** Footer ***/

#footer {
clear: both;
	background-color: #eee9d3;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#footer a {
text-decoration: none;
color: #4c0227;
}

#footer a:hover{
	color:#000000;
}


/*** Misc ***/


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


/*** Comments ***/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



/*** Images ***/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}



/*** Lists ***/

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/*** Search and Forms ***/
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}







