/*
Theme Name: Crispy Cornsilk
Theme URI: http://srinig.com/wordpress-themes/crispy-cornsilk/
Description: <a href="http://srinig.com/wordpress-themes/crispy-cornsilk/">Crispy Cornsilk</a> is a two column fixed width theme with sharp edges and shades of brown. Right hand sidebar supports widgets. XHTML and CSS validated.
Version: 1.1
Author: Srini G
Author URI: http://srinig.com/

	This theme is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
	http://creativecommons.org/licenses/by-sa/2.5/

*/

body {
	margin:0;
	padding:2px;
	background:#f5ecd4 url('images/bg.png');
	color:#b05f63;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:center;
}

a { 
	color:#cd7054;
	text-decoration:none;
}

a:hover {
	text-decoration:underline 
}

h1, h2, h2 a, h3, h4, h5, h6 {
	margin-bottom:0;
	color:#cd661d;
	text-align:left;
}

h1 {font-size:2.4em;}
h2 {font-size:2em;}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
}

input, textarea {
	border:1px solid #e0d8b8;
	background:#fff8dc;
	color:#a65;
	font-size:1.2em;
}


/* Layout */

#page {
	width:76em;
	margin:0 auto;
	border:1px solid #eddab7;
	background:#fffff4;
	text-align:left;
}

#header {
	height:8em;
	margin:0.5em 0.5em 0 0.5em;
}

#wrapper {
	margin:2em;
	background:#fffff4;
}

#content{
	float:left;
	width:56em;
	background:#fffff4;
}

#sidebar{
	float:right;
	width:14em;
	background:#fffff4;
}

#footer {
	clear:both;
}

/* Header */

#header {
	background:#a0552d url('images/header_bg.png') repeat-x;
}

#headertitle {
	position:relative;
	top:1.8em;
	left:2em;
}

#headertitle h1 {
	margin:0;
	font:bold 2.4em 'Georgia', 'Serif';
}

#headertitle h1 a {
	background:transparent;
	color:#fff8dc;
}

#headertitle h1 a:hover {
	text-decoration:none;
}

#headertitle p {
	margin:0;
	font-size:1.1em;
	background:transparent;
	color:#fff8dc;
}

.search {
	float:right;
	position:relative;
	bottom:1em;
	right:1.5em;
}
.search form {
	margin:0;
	padding:0;
}
.search input {
	display:inline;
	width:11em;
	margin:0;
	padding:0.1em 0.3em;
	border:1px solid #fff8dc;
	background:#bb8460;
	color:#fff8dc;
}

/* Top navigation */

#hmenu {
	margin:0 0.5em;
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#e0d8b8;
}

#hmenu ul {
	margin:0;
	padding:0.5em 1.5em;
	background:#f5eccb url('images/menu_bg.png') repeat-x;
	list-style-type:none;
	list-style-position:outside;
}

#hmenu ul li {
	display:inline;
	font-weight:bold;
	text-transform:uppercase;
}

#hmenu ul li:before {
	content: "\00b7 \0020";
	color:#cd7054;
}
#hmenu ul li.hmenu1:before {
	content: "";
}

#hmenu ul li a {
	padding:0.5em;
	color:#a65;
	text-decoration:none;
}

#hmenu ul li a:hover {
	color:#cd661d;
}

/* Sidebar */

#sidebar ul {
	padding-left:0;
	margin-left:0;
	list-style: none;
}
#sidebar ul li {
	margin:0 0 2em 0;
	border:1px solid #eddab7;
	background:#fefbea;
}

#sidebar ul ul {
	margin:0;
	padding:0.5em;
}

#sidebar li li {
	padding:0;
	margin:0;
	border:none;
}
#sidebar ul ul ul {
	padding:0;
}
#sidebar li li li {
	padding-left:1em;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	color:#cd7054;
}
#sidebar ul h2 {
	margin:0;
	padding:0 0.5em;
	font:small-caps bold 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#f5eccb url('images/menu_bg.png') repeat-x;
	border-width:0 0 1px 0;
	border-style:solid;
	border-color:#eddab7;
}

/* Footer */
#footer { 
	padding:1em;
	border-top:1px solid #eddab7;
	background:#fefbea url('images/footer_bg.png') repeat-x top;
	text-align:center;
	font-size:1em;
}


/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

.post p, .post ol li, .post ul li{
	margin-top:0;
	color:#544;
	font-size:1.2em;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:1em;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #eddab7;
	font-size:0.9em;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

.posttitle {
	font-family:'Georgia', 'Serif';
}

.postmetadata {
	margin:1em 0;
	font-size:1em;
	text-align:justify;
}



/* Comments */
#comments {
	margin:0 5em;
}	
#comments h3 {
	font-size:1.4em;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	margin:2em 0;
	overflow:auto;
}
.commentlist p {
	margin:0.5em 0;
}
.commentlist h4 {
	font-size:1.2em;
	margin:0;
}
textarea#comment {
	width:100%;
}
/* Comment ends */



/* Calendar */
#wp-calendar {
	margin:auto;
}
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#cd661d;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#a01f13;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 1px dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

