/*  
Theme Name: Gareth's Theme
Theme URI: http://blogs.dwakn.com/g/
Description: Gareth's Theme
Version: 0.1
Author: Gareth Lennox
Author URI: http://blogs.dwakn.com/g/

*/

body {
	margin: 0;
	padding: 0; 
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background: #CBCECE;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	border-top: 0 none;
	border-bottom: 0 none;
	text-align: left;
	background: #FFF url(images/content_back.png) top left repeat-y;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 780px;
}

#header, #header div, #header h1 {
	margin: 0;
	padding: 0;
}
#header a {
	display: block;
	background: url(images/header.png) top left no-repeat;
	
	/*Size of the image*/ 
	padding-top: 190px; 
	
	/*Hide the text*/ 
	overflow: hidden;
	/* WIN IE5 hack */ 
	height: 190px; 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0;
	
	margin: 0 0 2em 0;
}

#header a:hover {
}

#content {
	font-size: 1.2em
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0;
	width: 450px;
}

.widecolumn {
	width: 700px;
	padding: 0 0 20px 45px;
}

.post, .entry {
	line-height: 1.4em;
}

#sidebar {
	width: 265px;
	float: left;
	margin-left: 19px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

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

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

#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;
}

#sidebar h2 {
	border-bottom: 1px dotted #CCC;
	padding-left: 10px;
}

#sidebar .delicious a {
	font-weight: normal;
}

#searchform {
	margin-left: 10px;
}

#footer {
	padding: 0;
	margin: 0;
	width: 780px;
	clear: both;
	background: #000;
	color: #FFF;
}

#footer p {
	padding: 2em;
	text-align: right;
}

#footer a {
	color: #C33
}

#footer a.feed {
	color: #F93;
}

a.feed {
	margin-left: 4px;
	padding-left: 16px;
	background: url(images/feed-icon.png) left center no-repeat;
}

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

.commentlist li {
	margin: 0 0 1em 0;
	padding: 10px;
	border: 1px solid #999;
	list-style: none;
}

.commentlist .alt {
	background: #EEE;
}

hr {
	display: none;
}

/* Links */

a {
	text-decoration: none;
	color: #C30;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* Headings */
h1 {
	font-family: Trebuchet, Trebuchet MS, 'Lucida Grande', Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}

h1 a {
	color: #C12D06;
}

h2, h3 {
	font-family: georgia,times,Times New Roman,times-roman,serif;
	font-weight: bold;
}


.post h2, .post h3, .pagetitle {
	font-size: 1.8em;
	line-height: 0.9em;
	letter-spacing: -0.04em;
	margin-bottom: 0.1em;
	margin-top: 0;
}

.post h3 {
	font-size: 1.5em;
}

.post h2 a, .post h3 a {
	color: #444;
	margin-bottom: 0;
}

.post h2 a:hover, .post h3 a:hover {
	text-decoration: none;
	color: #C12D06;
}

#sidebar h2 {
	font-size: 1.5em;
}

.pagetitle {
	margin-bottom: 1em;
}

/* Posts */

.post {
	border-bottom: 1px dotted #EEE;
	margin-bottom: 3em;
	clear: both;
}

.post .details {
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.2em;
}

/* Images */

p img {
	padding: 0;
	max-width: 100%;
	border: 1px solid #CCC;
	padding: 3px;
}

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;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

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

a img {
	border: 1px solid #CCC;
	}

a:hover img {
	border: 1px solid #000;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

textarea {
	width: 100%;
}

code {
        font: 1.1em 'Courier New', Courier, Fixed;
}

pre, blockquote {
        background: #F9F9F9;
        border: 1px solid #CCC;
        padding: 1em 0 1em 1em;
        overflow: auto;
}

.rss_image {
	text-align: center;
}

.rss_image h5, .rss_image br {
	display: none;
}
