/*  
Theme Name: Garrincha's Dog
Description: Gavin builds for rik
Version: 0.1
Author: Gavin Montague
Author URI: http://www.leftbrained.co.uk
*/

/* = Global Reset */
/* ===================== */
* {
	margin:0;
	padding:0;
	border:0;
}

/* = Superstructure	   */
/* =================== */
body {
	background:url(./images/bi_strip.png) center repeat-y;
	text-align:center;
}
#outer {
	background:url(./images/dark_green_bg.png) top left repeat-x;
	height:360px;
	left:0;
	position:absolute;
	width:50%;
	z-index:0;
}
#outer_two {
	background:url(./images/light_green_bg.png) top left repeat-x ;
	height:360px;
	position:absolute;
	right:0;
	width:50%;
	z-index:0;
}
#page {
	background:url(./images/header.png) top left no-repeat;
	height:400px;
	margin:0 auto;
	position:relative;
	width:860px;
	z-index:1;
}
#header a {
	display:block;
	height:92px;
	margin: 0 0 0 368px;
	width:230px;
}
#header span {
	display:none;
}

#nav {
	margin:31px 85px 0 340px;
	text-align:left;
	position:relative;
}
#nav li {
	display:inline;
	margin:0 4px;
}
#rss {
	background:url(./images/feed-icon-32x32.png) top left no-repeat;
	width:32px;
	height:32px;
	display:block;
	position:absolute;
	right:0;
	top:-3px;
}
#rss:hover {
	background-position:bottom left;
}
#rss span {
	display:none;
}

#content {
	float:right;
	margin:20px 54px; /*MSIE DOUBLE THE MARGIN*/
	text-align:left;
	width:473px;
}

#sidebar {
	margin:80px 0 0 0;
	width:268px;
}
#sidebar .unit, #sidebar .pagenav  {
	margin:0 56px 0 54px;
}


/* = General Styles	   */
/* =================== */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Verdana, sans-serif;
	color: #E6F0D5;
}
a {
	color:#FFCC00;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
.source {
	font-weight:bold;
}

/* = Navigation		   */
/* =================== */
#nav li {
	list-style:none;
	font-size:1.8em;
	font-family:"Georgia";
}
#nav a {
	color:#003333;  
}
#nav a:hover {
	color:#FFCC00;      
}
/* = Content		   */
/* =================== */
#content h2 {
	font-size:1.8em;
}
#content  h2, #content h2 a {
	color:#FFFFFF;
}

p {
	font-size:1.1em;
	line-height:1.4em;
	margin:0 0 1em 0;
}
.post {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:20px;
	background:url(./images/tiny_ball.png) center bottom no-repeat;
}
.more {
	display:block;
	text-align:right;
}

p.postmetadata {
	font-size:1.0em;
}
.post_footer {
clear:both;
}
	.post_img, .post_img_alt, .post_mid {
		float:left;
		padding:9px;
		margin:8px 8px 8px 0;
		background:url(./images/white_tear.png) top right no-repeat ;
	}
	.post_img_alt {
		float:right;
		margin:8px 0px 8px 8px;
	}
	.post_mid {
		float:none;
		margin:8px auto;
		display:block;
	}
	
	.movie {
		padding:9px;
		margin:8px 0;
		background:url(./images/white_tear.png) top right no-repeat ;
		width:350px;
	}

.navigation {
	text-align:left;
	font-size:1.2em;	
	margin-bottom:20px;
}

.alignleft{
	width:50%;
	float:left;
}
.alignright {
	width:50%;
	float:right;
	text-align:right;
}
/* = Comments		   */
/* =================== */
h3#comments {
	font-size:1.6em;
}
#comments, .commentlist {
	margin-top:10px;
	margin-bottom:10px;
}
#commentform {
	background:url(./images/tiny_ball.png) center bottom no-repeat;
	padding-bottom:20px;
}
.commentlist li {
	list-style:none;
	margin-bottom:15px;
	background:#337F24;
}

.comment_meta {
	display:block;
	background:url(./images/dark_speech.png) 5px bottom no-repeat #3D9B2B;
	padding:5px 0 5px 46px;
}
.comment_body {
	padding:8px 8px 1px 8px;
	display:block;
}
#allowed_tags {
	float:right;
	width:50%;
	font-size:1em;
}
#adblock {
	text-align:center;
	background:url(./images/tiny_ball.png) center bottom no-repeat;
	padding-bottom:20px;
}
/* = Sidebar		   */
/* =================== */
#sidebar h2 {
	text-align:left;
	width:100%;
	height:30px;
	background:top left no-repeat;
}
h2#categories {
	background-image:url(./images/categories_alpha.png);
}
h2#archives {
	background-image:url(./images/archives_alpha.png);
}
h2#related {
	background-image:url(./images/related_alpha.png);
}
h2#search {
	background-image:url(./images/search_alpha.png);
}
h2#info {
	background-image:url(./images/info_alpha.png);
}
h2#search_results{
	background-image:url(./images/results_alpha.png);
}
#sidebar h2 span {
	display:none;
}
#sidebar p {
	margin:5px 5px 20px 5px;
}
#sidebar li ul {
	margin:10px 0 20px 0;
}
#sidebar li{
	list-style:none;
}
#sidebar li li   {
	text-align:right;
	margin:2px 4px 2px 2px;
}
.unit li a {
	float:left;
}
#sidebar li .related li, #sidebar li #footer li, #sidebar li.search {
	text-align:left;
}
#sidebar li .related a, #sidebar li #footer a  {
float:none;
}
#sidebar .search_results p {
	text-align:left;
}

/* = Form Elements	   */
/* =================== */
input, textarea {
	font-family:Verdana, sans-serif;
	font-size:1.1em;
	font-weight:normal;
}

input.text, textarea, .contactform input{
	padding:2px;
	background-color:#3D9B2B;
	border:solid 1px #FFCC00;
	color:#FFFFFF;
}

#content input.text, #content textarea, .contactform input {
	background:#337F24;
}
input.text:focus , textarea:focus, #content input.text:focus, #content textarea:focus, .contactform input:focus  {
	background:#FFFFFF;
	color:#000000;
	border:solid 1px #000000;
}

input.submit, #contactsubmit {
	border:0;
	padding:2px;
	color:#FFFFFF;
	background:#003422;
}
textarea {
	width:200px;
}


/* = Search form	   */
/* =================== */
#s {
	margin:5px 0 0 0;
	width:100px;
}
#searchform {
	margin:5px 0 20px 0px;
}
/* = Contact form	   */
/* =================== */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 1px solid #ff0000;
}

.contactsubmit {
}
