/*
Theme Name: Paddy Harvest
Theme URI: http://www.greentwinkie.com
Description: A 2 column template made by Sumanasa.com and adapted by Greentwinkie.com.
Author: Optimizare
Author URI: http://www.greentwinkie.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #666;
}

body, input, textarea, select {
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px auto;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #000;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
	letter-spacing: .08em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: none;
	
}

li {

	margin-bottom: 10px;
	
}	

a {
	color: #ac3b3d;
}

a:hover {
	text-decoration: none;
}

/* Wrapper */

#wrapper {
	width: 928px;
	margin: 5px auto;
	border: 7px solid #FFF;
	background-color: #FFF;
	background:url(images/contentbg.png) repeat-y; 
}

/* Header */

#header {
	height: 270px;
	position: relative;
	background: #ac3b3d url(images/cml.png) no-repeat;
	margin: 0px auto;
}

#header h1, #header h2 {
}

#header h1 {
	position: absolute;
	top: 0px;
	left: 10px;  
	font-size: 3em;
	letter-spacing: -2px;
}

#header h2 {
	position: absolute;
	top: 45px;
	left: 20px;  
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #555;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Menu */

#menu
{
	width: 928px;
	position: absolute;
	margin: -27px 0;
}

#menu ul
{
	list-style: none;
	text-align: left;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#menu li
{
	padding: 0em 0.7em 0em 0.7em;
	display: inline;
}

#menu li a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	font-size: 1.2em;
}

#menu li a.active
{
	border-bottom: 4px solid #FFFFFF;
}

#menu li a:hover
{
	border-bottom: 4px solid #FFFFFF;
}

/* Content */

#content {
	/* background: FFF url(images/gbg.gif) repeat-y; */
	border-top: 5px solid #ac3b3d;
	margin: 0px auto;
	width: 928px;
}

/* Blog */


#blog {
	/* background: #FFF; */
	float: left;
	width: 689px !important;
	width: 686px;  /* IE6 3px problem */
	margin: -1px auto;
	padding: 0px 0px 0px 0px;
	
}




/* Start Page */

.post .startmsg {
	padding: 0px 15px 10px 15px;
	margin-right: 40px;
	line-height: 1.5em;
	width: 300px;
	height: 635px;
	background:url(images/beakers.png) no-repeat;
	background-position:bottom;

}

#dynamic {
	width: 350px;
	float: right;
}

#recent {
	background:url(images/splatter.png) no-repeat;
	width: 300px;
	padding: 0px 15px 10px 15px;

	
}

#spotlight {

	background:url(images/spotlight.png) no-repeat; 
	width: 315px;
	max-width: 315;
	background-color: #FFF;
	border: dashed 2px #CCC;
	min-height: 300px;
	margin-bottom: 15px;
	padding: 10px;
	
}


/* Authors */


.author {
	/* margin-bottom: 20px;
	padding-bottom: 20px; */

}

.author .title {
	height: 50px;
	border-top: 1px solid #ac3b3d;
	font-size: small;
	font-weight: bold;
	padding: 10px;
	background: #FFF url(images/cbg.gif) repeat-x;
	margin-bottom: -20px;
}

dl {
	margin-top: 0px;
	padding: 0px 10px 0px 10px;
}


#authorimg {
	float:left;
	padding-right: 10px;
	margin-top: -9px;
	}
	
#authorimg img {
	width: 30px;
	height: 30px;
	max-width: 30px;
	max-height: 30px;
	border:solid 1px;
		
}

#profilebox img {

	max-width: 250px;
	max-height: 250px;
}	

/* Pages */ 

.post .pagetitle {
	height: 50px;
	border-top: 1px solid #ac3b3d;
	font-size: small;
	font-weight: bold;
	padding: 10px;
	background: #FFF url(images/cbg.gif) repeat-x;
	margin-bottom: -20px;
}


/* Post */

.post {
	/* margin-bottom: 20px;
	padding-bottom: 20px; */

}

.post .title {
	height: 15px;
	border-top: 1px solid #6c3b3c;
	border-bottom: 1px solid #6c3b3c;
	font-size: small;
	font-weight: bold;
	padding: 10px;
	background: #ac5658 /* url(images/bbg.png) repeat-x */;
	/* margin-bottom: -20px; */
}

.post .title a {
	text-decoration: none;
	color:#FFFFFF;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -43px;
	text-align: right;
	font-weight: normal;
	font-size: x-small;
	padding: 5px;
	color: #444;
}

.post .entry {
	padding: 10px 15px 10px 15px;
	line-height: 1.8em;
}

.post p {
	/* text-align: justify; */
}

.post .meta {
	padding: 0 15px;
	font-size: x-small;
	color: #333;
	line-height: 2em;
}

.post .meta-right {
	padding-right: 15px;
	margin-top: -28px;
	font-size: x-small;
	color: #333;
	text-align: right; 
	
}

.entry h1, .entry h2, .entry h3 {
	color: #333;
}

/* Sidebar */

#sidebar {
	background: #000;
	float: right;
	width: 219px;
	padding: 10px 10px 0px 10px;
	
}

#sidebar ul {
	margin: 0;
	list-style: none;
	padding: 0 10px;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 10px;
}

#sidebar li li {
	margin: 0;
	color: #fff;
}

#sidebar h2 {
	/* background: url(images/sbg.gif) repeat-x; */
	color: #fff;
	border-bottom: 3px dotted #666;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
	padding-left: 15px;
	/* background: transparent url(images/listoff.gif) left center no-repeat; */
}

#sidebar a:hover {
	text-decoration: none;
	color: #ac3b3d;
	/* background: transparent url(images/liston.gif) left center no-repeat; */
}

#sidebar .students a {
	text-decoration: none;
	color: #fff;
	padding-left: 15px;
	background: transparent url(images/listoff.gif) left center no-repeat;
}

#sidebar .students a:hover {
	text-decoration: none;
	color: #ac3b3d;
	background: transparent url(images/liston.gif) left center no-repeat;
}



/* Search */

#search {
}

#search h2 {
}

#search form {
}

#search #inputtext1 {
}

#search #inputsubmit1 {
}

/* Archives */

#archives {
}

/* Categories */

#categories {
}

/* Blogroll */

#blogroll {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	background: #ac3b3d /* url(images/fbg.png) repeat-x*/;
	border-top: 1px solid #ac3b3d;
	border-bottom: 5px solid #ac3b3d;
	color:#FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: small;
}

#footer a {
}
