/*
Theme Name: Lersnet
Theme URI: http://www.kent.ac.uk/lersnet/
Description: Custom wordpress theme created for LERSnet
Author: IS Web Team - Kent Univeristy
Author URI: http://www.kent.ac.uk/web/
Version: 1.0

*/

/* @group Reset defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0; }

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {	list-style: none; }

caption,th { text-align: left; }

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin:0;
	padding:0;
	line-height: 1em;
}

q:before,q:after { content: ''; }

abbr,acronym { border: 0; }

/* @end */

/* @group Global styles */

body {
	font-size: 62.5%;
	/*background: #f8f5d0;*/
	background: #b3b196;
}

body, p {
	font-family: Verdana, Sans-serif;
}

p {
	font-size: 1.1em;
	color: #1a1a1a;
	margin-bottom: 10px;
	padding: 0 5px;
	line-height:1.6em;
}

h1, h2, h3, h4 {
	margin-bottom: 10px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Serif;
}

h1 {
	color: #242b03;	
	font-size: 2.2em;
	border-bottom: 1px solid #bdbb9d;
}

h2 {
	color: #323c04;
	font-size: 1.8em;
}

h3 {
	color: #424f06;
	font-size: 1.6em;
}

h4 {
	color: #546409;
	font-size: 1.4em;
}

h5 {
	color: #697c0d;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:10px;
}

h6 {
	color: #798f10;
	font-size: 1em;
	font-weight:bold;
	margin-bottom:10px;
}

a {
	color: #971d0c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #697c0d;
}

h1 a {
	color: #242b03 !important;
}
h2 a {
	color: #323c04 !important;
}
h3 a {
	color: #424f06 !important;
}
h4 a {
	color: #546409 !important;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration:none;
	color: #971d0c !important;
}

hr {
	border: none;
	border-top: 1px solid #424F06;
	margin: 20px 10px;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

blockquote {
	margin:10px 40px;
}

/* @end */

/* @group Header */

#header {
	background: #b6b49e url(images/header-bg.jpg) repeat-x left bottom;
	padding-bottom: 25px;
}

#header .inner, 
#footer .inner, 
#sitecontent .inner {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 ;
	overflow: hidden;
}

/* @group branding */

#branding #tagline {
	color:#3c4803;
}

#header #branding {
	float: left;
}

#logo {
	margin-top: 20px;
	border-bottom: none;
}

#logo a {
	background: url(images/lersnet-logo.gif) no-repeat;
	text-indent: -999px;
	display: block;
	width: 137px;
	height: 61px;
}

/* @end */

/* @group search */

#searchbox {
	float: right;
	background: #8a8877;
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #bcbaa8;
}

#searchbox label {
	color: #fff;
	display: block;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#searchbox input {
	border: none;
	padding: 2px 5px;
	color: #1a1a1a;
}

#searchbutton {
	top: 7px;
	position: relative;
}

/* @end */

/* @end */

/* @group Site content */

#sitecontent {
	overflow: hidden;
	background: #f8f5d0;
}

/* @group sidebar */

#sidebar {
	float:left;
	width: 260px;
	margin-right: 40px;
}

#sidebar h2 {
	color: #242b03;	
	border-bottom: 1px solid #bdbb9d;
	margin-top: 4px;
}

#sidebar ul {
	padding-left: 30px;
}

#sidebar ul li {
	padding-bottom: 6px;
	list-style-image: url(images/bullet.gif) !important;
	font-size: 1.2em;
}

#sidebar ul li a {
	font-weight: bold;
}

/* @end */


/* @group page content */

/* @group lists */

#sitecontent ul {
	padding-left: 35px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#sitecontent ol {
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#sitecontent ul li {
	list-style-image: url(images/ulli.gif);
}

#sitecontent ol li {
	list-style-type: decimal;
}

/* @end */

/* @group tables */

#sitecontent table {
	width: 580px;
	margin: 10px 10px 20px;
	border-collapse: collapse;
	
}

#sitecontent table,
#sitecontent table td,
#sitecontent table th  {
	border: 1px solid #646351;
}

#sitecontent table th {
	background: #687a28;
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
}

#sitecontent table td {
	padding: 4px 10px;
	background: #c9c7ab;
}

/* @end */

/* @group images */

#sitecontent img {
	background: #fff;
	padding: 2px;
	border: 1px solid #c9c7a9;
}

img.floatright {
	float: right;
	margin: 0 0 5px 5px;
}

img.floatleft {
	float: left;
	margin: 0 5px 5px 0;
}

/* @end */



#pagecontent {
	float: right;
	display: block;
	width: 600px;
}

/* @group Entries */
.post {
	margin:0 10px 20px;
}
	
.post .postmetadata {
	border-left:1px solid #646351;
	background:#d6d3b4;
	padding:5px;
	margin:20px 0 30px;
}

div.navigation {
	margin-top: 20px;
	padding:5px;
	overflow:hidden;
}

div.navigation .alignleft {
	float:left;
}

div.navigation .alignleft {
	float:right;
}

/* @end */

/* @group Comments */


#sitecontent div.comment {
	 margin-bottom:10px;
}

#sitecontent div.comment ol.commentlist {
	padding: 0  20px 0 20px !important;
}

#sitecontent div.comment ol.commentlist li {
	list-style-type:none !important;
	border-bottom:1px solid #bdbb9d;
	margin-bottom:20px;
}


/* @end */

/* @end */


/* @end */

/* @group Footer */

#footer {
	background: #b3b196 url(images/footer-bg.jpg) repeat-x left top;
	padding-top: 30px;
	padding-bottom: 20px;
}

#footer #meta {
	display: block;
	float: left;
	margin-right: 30px;
	width: 260px;
}

#meta ul {
	padding-left: 30px;
}

#meta ul li {
	padding-bottom: 6px;
	list-style-image: url(images/bullet.gif);
}

#footer #site-info {
	display: block;
	float: left;
	margin-right: 30px;
	width: 320px;
}

#footer #hosted {
	display: block;
	float: left;
	width: 260px;
}

#hosted img {
	margin-top: 5px;
	margin-left: 70px;
}

#footer h3 {
	border-bottom: 1px solid #a2a082;
}

/* @end */
