/*  
Theme Name: Julie Morris
Theme URI: http://www.julie-morris.co.uk
Description: theme for blog
Version: 1.0
Author: Julie Morris
Author URI: http://www.julie-morris.co.uk
*/


body{
	top-margin: 5;
	font-family: "Georgia";
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
}

a:active{
	text-decoration: none;
	color: #000000;
}
a:link{
	text-decoration: none;
	color: #000000;
}

a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover{
	text-decoration: none;
	color: #5C758F;
}


#header {
	float: centre;
	width: 790px;
	margin: 20px auto 10px auto;
}
/* Boxes */

.box2 {
	color: #000000;
}

.box2 h2 {
	margin-bottom: 15px;
	background: FFFFFF;
	font-size: 16px;
	color: #000000;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #000000;
}

/* Footer */

#footer {
	height: 400px;
	min-height: 400px;
	padding: 130px 0 0 0;
	background: #FFFFFF;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 790px;
	margin: 0 auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #000000;
}

#legal a {
	color: #000000;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox1 {
	width: 300px;
	padding-left: 10px;
}
#fbox2 {
	width: 280px;
	padding-left: 190px;
}
.link img {
	margin: 5px 20px 10px 20px;
}

#box{
	margin: 30px 0px 0;
	float: center;
	width: 810px;
}

.sidebar{
        float: right;
        position:absolute;
        top: 280px;
        right: 50%;
        margin-right: -380px;
	text-align: center;
	padding: 10px 20px 0px 0px;
	width: 230px;
	background: #FFFFF;
	margin-top: 72px;

}

.sidebar li {
   list-style: none;
}

.sidebar ul {
   list-style: none;
}
.sidebar ol {
   list-style: none;
}
.comments-template{
	text-align: left;
	margin: 10px 0px 0;
	border-top: 0px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: "Georgia";
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Georgia";
	font-size: 12px;
}
