/*

Theme Name: Matt Acton
Description: Modern Theme
Version: 1.0
Author: Claire McIntosh
Author URI: http://www.clairemcintosh.co.uk
*/

/*

This theme is released under the GPL.

*/



* {
list-style:none;
margin:0;
padding:0;
}

body {
font:55% Arial, serif;
background: url(images/background.jpg) repeat-x #000;
width: 100%;
}

img {
border:0;
float:left;
padding:3px;
/*border: 1px solid #abced7;*/
}

div#wrapper {
width:840px;
/*padding-top:8px;*/
margin:0px auto;
}

div#masthead {
width:840px;
position:relative;

}

div#title {
	width:840px;
	height:50px;
	float: left;
	margin-top:20px;
	background:url(images/logo.png) no-repeat;
}

/* Blog Title */
h1 {
font:3.2em "Arial",verdana,sans-serif;

}

h1 a {
position:absolute;
width:300px;
height:40px;
/*left:20px;*/
top:25px;
font-weight:700;
text-decoration:none;
color:#0099ff;
}

/* Tagline */
/*#masthead p {
position:relative;
top:62px;
left:50px;
color:#fff;
text-transform:uppercase;
margin:0;
font-size:12px;
}*/


/* Pages Navigation */
div#masthead ul {
float:left;
position:relative;
z-index:2;
/*bottom:-2px;*/
padding: 0px;
margin: 0px;
}

div#masthead ul li a {
color:#fff;
text-decoration:none;
display:block;
font-size:14px;
font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
padding:5px 40px 24px 2px;
position:relative;
}

div#masthead ul li a:hover,div#masthead ul li.current_page_item ul li.current {
color: #0099ff;
}

/* Banner image dropshadow */
div#masthead_image {
background:#000000;
width:841px;
height:320px;
clear:both;
position:relative;
z-index:1;
padding:12px 0px 15px 0px;
margin: 0px 0px 10px 0px;
border-top: 2px dotted #3d3e3e;
border-bottom: 2px dotted #3d3e3e;

}

a {
outline:0;
}

/* Page dropshadow */
div#content {
width:840px;
background:#000;
}

/* Main Content */

div#main {
width:590px;
float:left;
text-align:justify;
padding:5px 0px 25px 0px;
}

/* Main header on single pages */
h2.header {
color:#0099ff;
font-size:24px;
line-height:1;
/*border-bottom:1px solid #3d3e3e;*/
position:relative;
margin: 0px 0px 0px 0px;
padding:10px 0px 0px 0px;
}

div#main h2.header a {
color:#0099ff;
text-decoration:none;
text-transform: none;
font-size: 18px;
font-weight: none;
font-family:"Arial",sans-serif;
}

h2.header span {
position:relative;
padding-right:10px;

bottom:7px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
color:#0099ff;
margin:15px 0 10px;
}

div#main p {
color:#fff;
line-height:2;
font-size:12px;
margin:0px 0;
}



div#main a {
color:#fff;
text-decoration:none;

}


.article {
margin-bottom:20px;
}
.article img{
margin:2px 12px 2px 2px;
}


.article blockquote {
border-left:1px dotted #390363;
background:#d6dee0;
margin:0 15px;
line-height:50%;
color:#4b474f;
padding:1px 15px;
}

.article ul,.article ol {
font-size:1.2em;
color:#0099ff;
margin-left:15px;
}

.article ul li {
padding-left:15px;
background:url(./images/square.png) 0 center no-repeat;
margin:5px 0;
}

.article ol {
margin-left:30px;
}

.article ol li {
list-style:decimal;
margin:10px 0;
}

.article ol li ol {
font-size:1em;
margin-left:15px;
}

#main p.byline {
color:#0099ff;
text-align:left;
font-size:12px;

}

ul.article_footer {
text-align:left;
background:#000;
border: 2px dotted #3D3E3E;
line-height:1.5;
border-width:1px;
margin:10px 0;
padding:5px 0px;
}

ul.article_footer li {
font-size:0.9em;
display:inline;
background:none;
border-left:1px solid #0099ff;
margin-left:5px;
padding-left:10px;
}

ul.article_footer li.first {
border-left:0;
}

/* Secondary Content */
div#secondary {
width:210px;
float:right;
padding-top: 20px;
}

div#secondary ul#sidebar {
color:#fff;
padding-bottom:10px;
/*border-bottom:1px solid #3d3e3e;*/
margin:15px 0 20px;
}

div#secondary ul#sidebar li {
font-size:1.2em;
line-height:1.5em;
margin:5px 0;
}


/* Sidebar headers */
div#secondary h2 {
text-transform:none;

font-family:"Arial",sans-serif;
color:#0099ff;
font-size:14px;
line-height:2;
margin:15px 0 8px;
border-bottom:2px dotted #3d3e3e;
padding-bottom:3px;
}

div#secondary a {
color:#fff;
text-decoration:none;
border-left:4px solid #3d3e3e;
margin-bottom:2px;
padding:3px 3px 3px 5px;
}

div#secondary a:hover {
text-decoration:none;
border-left:4px solid #0099ff;
padding:3px 3px 3px 5px;

}

div#secondary ul.children {
margin-left:5px;
padding-left:10px;
border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
font-size:12;
}

div#secondary p {
line-height:1;
color:#fff;
margin:5px 0;
}

/* Search input */
form#searchform {
position:relative;
height:20px;
margin-bottom:20px;
}

form#searchform input#s {
position:absolute;
top:0;
height:15px;
width:156px;
background:url(./images/form_bg.jpg) repeat-x #fff;
border:1px solid #292929;
padding:5px;
}

input#search_submit {
position:absolute;
right:0;
}

/*  Footer */

ul#footer {
height:70px;
width:840px;
border-top: 2px dotted #3d3e3e;
text-align:center;
font-size:12px;
color:#0099ff;
margin:0 auto;
padding:20px 0;
}

ul#footer li {
display:inline-block;
margin-left:10px;
}

ul#footer li span {
position:absolute;
text-indent:-9999em;
}

ul#footer li a {
color:#0099ff;
text-decoration:none;
}


ol.commentlist {
margin-top:15px;
color:#555;
}


/* Background color for visitor comments */
ol.commentlist li {
background:#F1F1F1;
margin:10px 0;
padding:10px;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
background:#EBF9FC;
}

textarea#comment {
width:500px;
}

#main p.comment_meta {
float:right;
margin:0;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
background:#FFF;
padding:20px;
}

body#commentspopup a {
color:#fff;
}

body#commentspopup h1 a {
position:relative;
top:0;
left:0;
}

body#commentspopup h3 {
color:#555;
}

body#commentspopup p {
color:#555;
margin:10px 0;
}

body#commentspopup textarea {
width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#f3f3f3;
padding-top:4px;
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:10px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}

.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}

p.entry_info {
clear:both;
}

div.navigation {
margin:10px 0;
}

/* CSS Magic */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* Hide from IE Mac \*/
.clearfix {
display:block;
}

p,h2,h3,h4,h5,div#author h2 {
font-size:1.2em;
}

div#masthead ul li,.alignleft {
float:left;
}
