﻿/*Theme Name: WP_EduBlog
 * Description:WP_EduBlog Theme is a minimal design which is suitable for education/school but can be used for other purposes. 
 * It is Widget ready and includes search and RSS which has valid XHTML and CSS.
 * Pings are seperated from coments
 * Can work with or without navi plugin.
 * Tags:blue,light,two-columns,right-sidebar,fixed-width
 * Version: 1.3
 * Author: Tracy Ridge
 /* Author URI: http://worldoweb.co.uk*/
/* Begin Typography & Colors */

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,abbr,acronym { 
	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;
}
q:before,q:after {
	content:'';
}
code {
	font: 0.9em 'Courier New', Courier, Fixed;
	padding: 10px;
	border: 1px solid #e7edf0;
	display: block;
	margin: 5px 15px 5px 15px;
}
body {
	background:url(images/background.jpg)repeat-x #fafeff;
	text-align: center;
	font-size:14px;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}
img,a img
{
	border:none;
	text-decoration:none;
	outline:none;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 1.1em;
	letter-spacing: .07em;
}
acronym, abbr {
	border-bottom: 1px dashed #e7edf0;
}
small 
{	
	font-size: 1.0em;	
	line-height: 1.5em;
}
blockquote
{
	margin:15px;
}
a
{
	text-decoration:none;
	border:none;
	color:#0081c2;
}
a:hover
{
	color:#616161;
}
/*
Headers
*/

h1
{
	color:#474A51;
	font-family:Georgia,serif;
	font-size:1.9em;
	font-weight:normal;
}
h1 a
{
	text-decoration:none;
	outline:none;
	border:none;
	color:#0F3A49;
}
h2 {
	color:#474A51;
	font-family:Georgia,serif;
	font-weight:normal;
	font-size:1.4em;
}
h2 a
{
	text-decoration:none;
	border:none;
	color:#474A51;
	outline:none;
}
h3 {

	color:#474A51;
	font-family:Georgia,serif;
	font-weight:normal;
	font-size:1.2em;
	}
	
h3 a
{
	text-decoration:none;
	border:none;
	outline:none;
}	


/*Basic Layout*/
#page 
{
	text-align: left;	width: 1000px;	margin: 0 auto;
	margin-top:25px;
		
}

#topHeader 
{
	width:80%;
	float:left;
	height:80px;
	
}
.description
{
	font-size:10px;
	margin-left:18px;
	color:#8F9195;
	
}
#RSS
{
	background:no-repeat bottom right;
	height:120px;
	width:15%;
	float:right;
	
}
#botHeader
{
	background:url(images/NewHead.jpg) transparent no-repeat top center;
	width:100%;
	float:left;	
	height:300px;
	
}
#main 
{
	width: 100%;
	clear:both;
	float:left;

}
#content 
{
	float: left;
	margin:40px 0 40px 0;
	padding: 5px 20px;
	width: 60%;
}
#sidebar {
	width: 30%;
	float: right;
	margin: 40px 0;
	display:inline;
}

#footerbottom 
{
	width:100%;
	float:left;
}

/*Header Area*/

.head 
	{
		font-family: Arial,sans-serif; 
		font-size:36px;
		width:400px;
		margin-left:10px;
	}

#navbar {
	height:35px;	
	width:85%;	
	float:left;
}
#navbar ul 
{	
	margin:10px 0 0 5px;
}

#navbar ul li 
{
	display: inline;
	padding-left:10px;
}

#navbar li  a  , #navbar li a:visited  
{
	border: none;	
	font-size:17px;	
	text-decoration: none;	
	outline: none;	
	color:#0f3a49;
}
#navbar li a:hover 
{
	color:#0081c2;
	text-decoration:underline;
}
#navbar li.current_page_item a , .current_page_item a:visited , .current_page_item a:hover 
{
	color:#333;
	outline:none;
	text-decoration:underline;
}


/* Main Content */


.post {
	padding:20px;
	float:left;
	position:relative;
	width:100%;
}
.title 
{
	width: 80%;
	position:relative;
	clear:right;
	float:left;	
}
.time {
	float: right;
	width:45px;
	padding:10px;
	font-family:Georgia,serif;
	font-size:16px;
	background:url(images/note.jpg) transparent no-repeat center;
}
.written {
	position:relative;
	float: left;
	clear: both;
	width: 100%;
	color:#8F9195;
	border-bottom:thin double #8F9195;
}
.entry  {
	
	float: left;
	margin-top: 20px;
	line-height:1.4em;
	width:100%;
}
.entry ol li, .entry ul li  {
	margin:0 0 5px 25px;
	list-style:disc;
	border:0;
	padding:5px 0 0 0;
	}
.entry p, .entry h2, .entry h3
{
	margin-bottom:15px ;
}
.entry img {
	padding: 5px;
	border: 1px solid #8F9195;
	margin:10px;
}
.tags
{
	width:100%;
	border-top: thin double #8F9195;
	color:#8F9195;
	line-height:1.5em;
	float:left;
	margin-top:10px;

}

/*
Comments
*/
#respond
{
	position:relative;
	width:100%;
	float:left;
	margin-top:20px;
}

#singlecomments li
{
	list-style-image:none;
	margin:15px 0;
	float:left;
	width:100%;
	padding:5px 0;
}
.avatar
{
	width:75px;
	display:block;
	float:left;	
	padding:5px;
	margin-right:5px;
}
.author
{
	text-transform:capitalize;
	font-size:16px;
	color:#11398d;
	font-weight:bold;
	margin:5px 0 0 15px;
	width:475px;
	display:inline-block;
	
}
.commentmetadata
{
	font-size:11px;
	line-height:11px;
	color:#999;
	margin:0 0 0 15px;
	display:inline-block;
}
.commentdata
{
	 margin:10px 0 0 15px;
	 width:475px;
	 display:inline-block;
}
.byuser
{
	background-color:#E7EDF0;
}

.odd
{
	background-color:#ececec;
}
.bypostauthor 
{
	background-color:#e5f2f4;
}

#comments
{
	margin-top:10px;
	float:left;
	width:100%;
}
#comment{width:100%;}
/*
Pings
*/
#pings
{
	float:left;
	margin:20px 0 0 0;
	width:100%;
}
.pinglist
{
	float:left;
	position:relative;
	width:100%;
}
.pinglist li{
	list-style:none;
}
.pinglist a
{
	text-decoration:none;
	color:#01c2c2;
}

/*
Navigation
*/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 80px;
}
.alignleft a,.alignright a {
	border: none;
	text-decoration: none;
	outline: none;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
}
.center {
	text-align: center;
}

/*Recommended & Required by wordpress*/
.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.alignleft {
	float: left;

}
.alignright {
	float: right;

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

/*Begin Sidebar*/
.widgets
{
	float:left;
	margin-bottom:10px;
	width:240px;
	word-spacing: 0.1em;
	line-height: 1.6em;
	padding: 7px;
}
.widgets a
{
	border-bottom:none;
	text-decoration:none;
	color:#616161;
	outline:none;
}
.widgets a:hover
{
	color:#28B7FF;
}
#sidebar h2 {
	margin: 5px 0 15px 0;
	text-align: center;
	color: #0081C2;
	font-weight: lighter;
}

#searchsubmit
{
	background:url(images/search.gif) no-repeat;
	float:right;
	width:47px;
	height:47px;
	border:none;
	position:relative;
}
#s {
	width: 155px;
	height:30px;
	position:relative;
}
select {
	width: 130px;
}
#search{
	margin:0 0 50px 30px;
	font-size:larger;
	text-decoration:underline;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}
#searchform {
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.wp-pagenavi
{
	margin-bottom:10px;
}

/*Personal settings for pagenavi plugin.  Copy and paste this to page-navi.css file if used*/
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #01c2c2;
	color: #0066cc;
}
.wp-pagenavi a:visited {
	padding: 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ddd;
	color: #aaa;
		}
.wp-pagenavi a:hover {	
	border: 1px solid #01c2c2;
	color: #fff;
	background-color:#01c2c2;
	}
.wp-pagenavi a:active {
	padding: 5px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #01c2c2;
	color: #333;
	background-color:#fff;
	
	}
.wp-pagenavi span.pages {
	padding: 5px; 
	margin: 2px;
	color: #fff;
	border: 1px solid;
	background-color:#01c2c2;
}
.wp-pagenavi span.current {
	padding: 5px; 
	margin: 2px;
	font-weight: bold;
	color: #000000;
}
.wp-pagenavi span.extend {
	padding: 5px; 
	margin: 2px;	
	color: #000000;
}
