/*  
Theme Name: Newloop
Theme URI: http://www.jennieroutley.co.uk
Description: This is my theme for a CMS.
Version: 1.0
Author: Jennie Routley
Author URI: http://www.jennieroutley.co.uk

*/

body {
	margin: 0;
	font-family: Arial,Helvetica,Georgia,Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #669999 url(images/bg_back.jpg) no-repeat top;
	color: #000000;

}


body,h1,h2,h3,h4,h5,h6,blockquote,p,form{
	margin: 0;
	padding: 0;
}



h1 {
	font-size: 24px;
	padding: 0 0 10px 0;
}


#wrapper {
	margin: 0 auto 0 auto;
	width:900px;
	text-align: left;

}


#header {
	float: left;
	width: 900px;
	margin-left: 10px;
}

#logo {
	padding-top:150px;
	background: url(images/logo.png) no-repeat bottom left;

}

/* PAGES MENU -TOP */

#menu{
	
	float: left;
	width: 300px;
	overflow: hidden;
	margin-top: 60px;
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#menu ul li{
	width: 300px;
	border-top: 1px #eee dotted;
	float: left;
}

#menu ul li a{
	display: block;
	padding: 12px 20px 12px 35px;
	color: #fff;
	background: url(images/oak_leaf.png) no-repeat left;
	
}

#menu a:hover {
	color: #fff;
	background-color: #669999;
	text-decoration: none;

}

/*----END------*/


#bodycontainer {
	float: left;
	width: 900px;
	padding-top: 30px;
	display: inline;


}

#container  {
	float: left;
	width: 630px;
	display: inline;

}


.post {
	float: left;
	padding: 10px 5px 10px 15px;
	color: #fff;
}


.post h2 a {
	color: #006666;
	font-size: 20px;

}


.post h2, .post_page h2{
	font-size: 22px;
	padding-left: 40px;
	background: url(images/oak_leaf.png) no-repeat left;
}

.entry {
	line-height: 18px;
}






p.postmetadata {
	border-top:  1px solid #ccc;
	margin: 10px 0 0 0;
	color: #fff;
	
}

p.postmetadata a{
	color: #006666;
	
}

.navigation {
	clear: both;
	float: left;
	padding: 40px 0 0 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;	
}


/*SIDEBAR BLOG*/

.sidebar {
	width: 240px;
	float: right;
	margin: 30px 30px 0 0;
	display: inline;
}

.sidebar ul {
	padding: 0;
	font-size: 14px;

}

.sidebar ul li {
	padding: 0;
	list-style-type: none;
}


.sidebar ul li a{
	display: block;
	padding: 12px 20px 12px 10px;
	color: #fff;
	
}


.sidebar a:hover {
	color: #fff;
	background-color: #669999;
	color: #006666;
	text-decoration: none;
}







/*Sidbar WIDGETS */


.widget { 
	width: 240px;
    background: #006666 url(images/rounded_bottom.jpg) no-repeat bottom left; 
    padding-bottom: 10px; 
	margin: 0 0 30px 0;
} 
 
.widgettitle, .textwidget { 
    background: url(images/rounded_top.jpg) no-repeat top left; 
    padding: 10px 10px 10px 10px; 
    color: #669999;
} 
 

.widget ul {
	margin: 0 0 20px ;
	list-style: none;
}

.textwidget p {
	color: #fff;
	font-size: 20px;
	font-weight: bold;

}


/* TABLE */

.sidebar caption {
	color: #336699;
	text-align: left;
}

.calendar h2 {
	color: #336699;
	

}
form#searchform {
	margin: 250px 0 0 370px;
	float: left;
	width: 100px;
	display: inline;
	
}



#footer {
	clear: both;
	float: left;
	width: 900px;
	padding-top: 10px;
}

#footer p {
	line-height: 28px;
}


/*LINK STYLES */

a:link,a:visited {
	text-decoration: none;
	color: #eee;
}

a:hover {
	text-decoration:  underline;
	color: #fff;

}

p {
	padding: 10px 0 0 0;
}



/*PAGE STYLES*/

#page_container  {
	float: left;
	width: 650px;

}

.post_page, .showreel_page {
	float: left;
	padding: 10px 5px 10px 15px;
	
}

.showreel_page p {
	font-size: 11px;
}

.post_page a {
	color: #006666;
	font-size: 20px;

}


.entry_page {
	line-height: 20px;
	color: #fff;
	
}



#page_footer {
	float: left;
	clear: both;
	width: 900px;
	background:#006666 url(images/top.jpg) no-repeat top;
	margin: 50px 0 0 0px;

}

.bottom {
	float: left;
	width: 900px;
	background: url(images/bottom.jpg) no-repeat bottom;
}

.bottom p {
	margin: 10px 0 10px 50px;
	color: #fff;
	
}


#page_footer .archives, .meta {
	float: right;
	width: 200px;
	margin: 20px 0 0 20px;
	padding: 0 20px 0 20px;
	color: #fff;
	font-size: 18px;
	border-left: 1px dotted #fff;
	display: inline;



}

#page_footer .archives li, .meta li {
	list-style-type: none;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	margin-left: -40px;
}

#page_footer ul li a{
	display: block;
	padding: 12px 20px 12px 5px;
	color: #fff;

	
}

#page_footer a:hover {
	color: #fff;
	background-color: #669999;
	text-decoration: none;
}


#page_footer .contact {
	float: left;
	width: 200px;
	margin: 20px 0 0 50px;
	padding: 10px 20px 10px 20px;
	color: #fff;
	border-left: 2px dotted #fff;
	display: inline;

}

.contact h1{
	font-family: Arial,Helvetica,Georgia,Sans-serif;
	font-weight: bold;
	font-size: 22px;

}

.tel {
	font-size: 26px;
	font-weight: bolder;

}


#page_footer .rss {
	float: left;
	margin-top: 30px;
	padding: 10px 20px 10px 40px;
	font-size: 18px;
	background: url(images/rss.png) no-repeat left;
	
	
}


/*SHOWREEL */

.clip  {
	float: left;
	padding: 10px 0 10px 5px;
	display: inline;
}



.text {
	float: left;
	width: 270px;
	margin: 10px 0 0 10px;
	display: inline;
}

.text h2, .text h3{
	color: #006666;
	
}
.text p {
	color: #fff;
	font-size: 12px;
	


}



/* SIDEBAR PAGE */

.sidebar_page{
	
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 30px 0 0 30px;
}

.sidebar_page ul{
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.sidebar_page ul li{
	width: 200px;
	border-top: 1px #eee dotted;
	float: left;
}

.sidebar_page ul li a{
	display: block;
	padding: 12px 20px 12px 35px;
	color: #fff;
	background: url(images/oak_leaf.png) no-repeat left;

	
}

.sidebar_page a:hover {
	color: #fff;
	background-color: #006666;
	text-decoration: none;
	

}


.sidebar_page h2 {
	color: #006666;
	font-size: 22px;
	padding-bottom: 10px;

}


/* COMMENTS */

#comments, #respond{
	margin: 15px 0 0;
}

#comments h3{
	padding: 0 10px 7px 10px;
	border-bottom: 1px solid #f2f1e9;
	font: 18px georgia, "trebuchet ms", serif;
	text-transform: uppercase;
	color: #006666;
}

#comments ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments ol.commentlist li{
	padding: 4px 10px 3px;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
}

#comments ol.commentlist li.highlighted{
	background: #f9f9f9;
}

.alt p, #respond p {
	color: #fff;
}

.alt a, #respond a{
	color: #006666;

}

.comment-meta {
	color: #009999;

}

#comments .required{color: #a00;}
#comments textarea{width: 75%;}
#comments p.nocomments, #respond form{padding: 0 10px 10px;}
#comments p#login-req{padding: 20px 10px 10px;}
p.comment_license{line-height: 22px;}

