/*  
Theme Name: Patagonia
Description: This is my theme for a tutorial.
Version: 1.0
Author: Giles Norway
Author URI: http://www.gilesnorway.com
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin: 0;
	padding: 0;
}

body	{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: url(images/tile.jpg);
	color: #272727;
}


h1 {
	font-size: 100px;
	padding: 0 0 10px 0;
	display: block;
}

h3 {
	font-size: 32px;
	padding-top: 10px;
}

a:link, a:visited	{
	text-decoration: none;
	color: #005e20;
}

a:hover	{
	text-decoration: none;
	color: #272727;
}

p {
	padding: 10px 0 0 0;
}

#wrapper	{
	margin: 0 auto 0 auto;
	width: 820px;
	text-align: left;
}

#header {
	float: left;
}

#gntitle{
	background: url(images/mast.jpg) no-repeat;
	display: block;
	width: 820px;
	height: 343px;
	text-indent: -9999px;

}

#container {
	float: left;
	width: 600;
}

.post {
	padding-top: 25px;
}

.post h2 {
	font-size: 36px;
}

.post a img {
        border: 0px;
        opacity: 1.0;
        filter:alpha(opacity=100);
}

.post a: hover img {
        opacity: 0.5;
        filter:alpha(opacity=50);
}

.date {
	float: left;
	width: 100px;
	padding: 15px 0 15px 0;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
}

.entry {
	float: left;
	width: 500px;
	line-height: 18px;
	padding: 15px 0 15px 0;
	text-align: justify;
}

p.postmetadata {
	font-size: 10px;
	padding: 0;
}

.navigation {
	padding: 10px 0 0 0;
	margin-left: 100px;
	font-weight: bold;
	line-height: 18px;
}

.prev {
	float: left;
}

.next {
	float: right;
}

/*SIDEBAR*/

#sidebar {
	float: left;
	width: 180px;
	display: inline;
	margin-top: 30px;
}

#sidebar ul {
	list-style-type: none;
	width: 100%;
}

#sidebar h2 {
	font-size: 24px;
	background: url(images/side_rule.png) no-repeat;
	background-position: bottom;
	padding: 15px 0 0 0;
}

.below_nav li ul {
	padding: 10px 0 0 0;
	line-height: 18px;
}

.below_nav a {
	color: #272727;
	font-weight: bold;
}

.below_nav a:hover {
	color: #005e20;
}

#search {
	padding: 10px 0 10px 0;
}

/*NAVIGATION*/

#nav { 
	padding: 0;
}  

#nav ul { list-style: none;}

#nav a {
	background: url(images/nav.png) no-repeat scroll 0 0;
	width: 180px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}  

#nav-about { width: 180px; height: 30px;}
#nav-about a { background-position: 0 0}  
#nav-about a:hover { background-position: -180px 0;}

#nav-work { width: 180px; height: 30px;}
#nav-work a { background-position: 0 -30px;}
#nav-work a:hover { background-position: -180px -30px;}

#nav-archives { width: 180px; height: 30px;}
#nav-archives a { background-position: 0 -60px;}
#nav-archives a:hover { background-position: -180px -60px;}

#nav-contact { width: 180px; height: 30px;}
#nav-contact a { background-position: 0 -90px;}
#nav-contact a:hover { background-position: -180px -90px;} 

/*TWITTER*/

#twitter_div { width: 180px; margin-left: 40px;font-size: 10px;}
 
ul#twitter_update_list { width: 180px; padding: 10px 0 0 0; margin: 0; overflow: hidden; }
 
ul#twitter_update_list li { width: 180px; padding: 5px 0 5px 0; border-bottom: dotted 1px #999999; list-style: none; }
 
ul#twitter_update_list li a { color: #005E20; text-decoration: none; }
 
ul#twitter_update_list li a:hover { color: #272727; }

/*COMMENTS*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
	text-align: left;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/*FOOTER*/

#footer {
	clear: both;
	float: left;
	width: 820px;
	height: 168px;
	background: url(images/footer.png) no-repeat;
	margin-top: 40px;
}

#copyright {
	float: left;
	width: 600px;
}
#copyright p {
	padding-top: 140px;
}

#tweet {
	float: left;
	width: 180px;
	margin-left: 35px;
	text-align: center;
	padding: 15px 0 0 0;
}

#tweet a {
	color: #272727;
}

#tweet a:hover {
	color: #005e20;
}
