/*
Theme Name: Andy Strange Blog v0.1
Theme URI: http://www.grit-oyster.co.uk/
Description: The theme for andystrange.org.uk.
Version: 0.1
Author: Andy Strange
Author URI: http://www.grit-oyster.co.uk/
Tags: simple

	Andy Strange v0.1
	http://www.grit-oyster.co.uk/

	This theme was designed and built by Andy Strange of Grit and Oyster Limited. 
	It was built using the WordPress Default theme as a base and incorporates elements 
	from...

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('fonts.css');
@import url('reset.css');

/* Begin Basics */
a { text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }
em,i { font-style:italic; font-weight:inherit; }
strong,b { font-weight:bold; font-style:inherit; }
.alignleft { float:left; padding:10px 0; }
.alignright { float:right; padding:10px 0; }
ol,ul{ margin: 0 0 1em 2em;   }
ol li{ list-style: decimal outside; }
ul li{ list-style: disc outside; }
table{ margin-bottom: 1em; }
th{ font-weight: bold; text-align: center; }
th,td{ border: 1px solid #000; padding: .5em; }
abbr,acronym{ border-bottom: 1px dotted #000; cursor: help; }
caption{ margin-bottom: .5em; text-align: center; }
pre{ margin-bottom: 1em; }
del{ text-decoration: line-through; }
sub{ vertical-align: sub; }
sup{ vertical-align: super; }
/* End Basics */

/* Begin Typography*/
body { font-family:Verdana,Arial,sans-serif;	}

h1,h2,h3,h4,h5,h6 {
	font-family:Verdana,Arial,sans-serif; 
	font-weight: bold;
	color: #333333;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:138.5%;
	margin-bottom: 0.5em;
}	

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:116%;
	margin-bottom: 0.5em;
}	

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:108%;
}	

h4 { font-size:85%; }	

h5 {
	font-size:85%;
	font-style: italic;
}	

h6 {
	font-size:85%;
	color: red;
}	

h2.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size:116%;
	margin-bottom: 0.5em;
}

p {
	line-height:1.465em; 
	font-size:85%;
	margin-bottom: 1em;
	color: #333333;
}

a { color: #333333; }

.postmetadata a, .postmetadata_single a {
		font-weight: normal;
}

small {
	line-height:1.465em;
	font-size: 77%;
}

blockquote { margin-left: 2em;  margin-right: 2em; }
 
address {
	margin-left: 2em;  margin-right: 2em;
	font-style: italic;
	margin-bottom: 1em;
} 

ol li, ul li{	line-height:1.465em; 
	font-size:85%;
}
 
/* Sidebar Typography*/

#sidebar {
	font-family:Verdana,Arial,sans-serif; 
	text-align: left;
}

.description
{
	font-size:85%;
	color: #696969;
}

#sidebar h1 {
	text-align: center;
}

#sidebar h2 {
	font-family:Verdana,Arial,sans-serif; 
	font-size:100%;
	color: #696969;
	text-decoration: none;
	border-top: 1px dashed #696969;
	text-transform: uppercase; }
	
#sidebar p {
	font-size:85%;
}

.entry p a {
	border-bottom: 1px dotted;
}

.entry p a:hover {
	border-bottom: 1px solid;
	text-decoration: none;
}

.postmetadata a {
		background-color: transparent;
}

#sidebar ul  {
	font-family:Verdana,Arial,sans-serif; 
	color: #696969;
}	
	
#sidebar ul li {
}

#sidebar ul li ul li, #sidebar ul li ol li {
		font-size:85%;
}
	
/* Comment Typography*/

.commentlist li p {
	font-family:Verdana,Arial,sans-serif; 
	line-height:1.465em; 
	font-size:100%;
	margin-bottom: 1em;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-weight: normal;
	margin-bottom: 1em;
}
/* End Typography*/

/* Begin Structure */
body {
	background-color: #CCCCCC;	
	margin: 0;
	padding: 0;
	text-align: center;
}

#box {
	margin: 0px auto;
	padding: 0;
	width: 940px;
}

#searchline {
	margin: 0px auto;
	padding: 0;
	width: 940px;
	height: 20px;
}
	
#page {
	float: left;
	margin: 10px auto auto auto;
	padding: 0;
	background-color: #fffff0;
	width: 940px;
	border-bottom: 10px solid #333333;
	border-left: 10px solid #333333;
	border-right: 10px solid #333333;
	border-top: 10px solid #333333;
}

#header {
	float: left;
	padding: 0;
	height: 110px;
	width: 940px;
}

#main {
	float: left;
	margin: 0;
	width: 940px;
	background-color: #333333;
}
	
.narrowcolumn {
	float: left;
	width: 520px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	border-right: 20px solid #333333;
	background-color: #fffff0;
}
	
.post {
	margin-bottom: 20px;
}	

.postmetadata {
	border-top: 1px dashed #696969;
	border-bottom: 1px dashed #696969;
	padding-top: 5px;
	padding-bottom: 5px;
}	

.postmetadata_single {
	border-top: 1px dashed #696969;
	border-bottom: 1px dashed #696969;
	padding-top: 5px;
	padding-bottom: 5px;
}	

#navigation {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
	}
	
#respond {
	border-top: 1px dashed #696969;
}

/* Sidebar Structure */

#sidebar {
	float: left;
	width: 380px;
	margin-left: -20px;
	border-left: 20px solid #333333;
	background-color: #fffff0;
}
	
#sidebarcol1 {
	float: left;
	width: 140px;
	border-right: 20px solid #333333;
}
	
#sidebarcol2 {
	float: left;
	width: 220px;
	margin-left: -20px;
	border-left: 20px solid #333333;
}
	
.description {
	margin: 10px 10px 10px 10px;
	padding: 0;}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebarsinglebox {
	border-bottom: 5px solid #333333;
}
#sidebarcatbox {
	width: 140px;
	height: 50px;
	border-bottom: 7px solid #333333;
}

#sidebarcathead_3 {
	width: 138px;
	height: 50px;
	border: 1px solid #cccccc;
	background-color: #006600;
}

#sidebarcathead_4 {
	width: 138px;
	height: 50px;
	border: 1px solid #cccccc;
	background-color: #000066;
}

#sidebarcathead_5 {
	width: 138px;
	height: 50px;
	border: 1px solid #cccccc;
	background-color: #D72B00;
}

#sidebarcathead_6 {
	width: 138px;
	height: 50px;
	border: 1px solid #cccccc;
	background-color: #990000;
}

#sidebar form {

}
	
#sidebar ul {
	margin: 0 10px 0 10px;
	padding: 0;
}	
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}
	
#sidebar ul ul li, #sidebar ul ol li {
}
	
#sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
/* End Sidebar Structure */	

#footer {
	width: 940px;
	height: 20px;
	float: right;
}	

/* End Structure */

/* Begin Site Nav Menu */

#sitenav {
	background-color: #333333;
	border-bottom: 5px solid #333333;
}

#sitenav01 {
	width: 218px;
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #006600;
	margin-bottom: 5px;
}

#sitenav02 {
	width: 218px;
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #000066;
	margin-bottom: 5px;
}

#sitenav03 {
	width: 218px;
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #D72B00;
	margin-bottom: 5px;
}

#sitenav04 {
	width: 218px;
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #990000;
	margin-bottom: 5px;
}

#sitenav05 {
	width: 104px;
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #333333;
	margin-bottom: 5px;
}

#sitenav06 {
	width: 104px;
	height: 30px;
	border: 1px solid #cccccc;
	background-color: #333333;
	margin-bottom: -30px;
	position: relative;
	left: 114px;
	top: -37px;
}

#sitenav p, #sidebarcatbox p {
	padding: 5px;
	font-weight: bold;
	font-size:100%;
}

#sitenav p em {
	font-family: "Times New Roman", Times, serif;
}

#sitenav p a, #sidebarcatbox p a {
	color: #cccccc;
}

#sitenav p a:hover, #sidebarcatbox p a:hover {
	color: #fffff0;
	text-decoration: none;
}	

/* End Site Nav Menu */

#tagtitle {
		border-bottom: 1px dashed #696969;
		margin-bottom: 10px;
		height: 80px;
		}

#tagtitle_image {
	float: right;
}

#feedbox {
	width: 200px;
	float: left;
 	margin-left: 540px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

#searchbox{
width: 200px;
background: transparent;
float: left;
text-align: right;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */

/* Begin Form Elements */

#searchform {
text-transform:uppercase;
 margin-top: 0px;
 vertical-align: baseline;
}

#searchform .textinput{
width: 150px;
border: 1px solid gray;
background-color: #fffff0;
}

/* #searchform .submit{
font: normal 10px Verdana;
height: 22px;
border: 1px solid black;

 text-transform: uppercase;
} */

/* Begin Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
