/*
Theme Name:		stroppytux
Theme URI:		http://www.stroppytux.net/
Description:	Theme designed for my website (http://www.stroppytux.net/).
Author:			Gary Stidston-Broadbent
Author URI:		http://www.stroppytux.net/
Version:		1.0
Tags:			960px width, right side widgets
*/

/* base styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	vertical-align: baseline;
}
ul {
	list-style: none;
}
ol {
	margin-left: 20px;
	list-style-position: outside;
}
blockquote, q {
	quotes: none;
	font-style: italic;
	margin-bottom: 1.0em;
}
abbr {
	font-style: italic;
	border-bottom: 1px dotted #a09080;
}
html {
	background: #000000 url('images/bg_html.jpg') repeat fixed;
}
body {
	color: #807060;
	background: url('images/bg_main.jpg') no-repeat center top fixed;
	font-family: "Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;
}
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1.0em;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #403020;
}
a:hover {
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #201000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	color: #201000;
}
h2 {
	margin-bottom: 0.5em;
	font-size: 2.0em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.0em;
}
textarea {
	width: 484px;
}
form p {
	margin: 0px;
}
span.next_arrow {
	display: block;
	margin: 0px 0px 0px 90px;
}

/* page container (contains .content and .sidebar) */
.container {
	position: relative;
	width: 936px; /* 960 -10px padding -2px border */
	margin: 0px auto;
	background-color: #d0c0b0;
	border: solid 2px #000000;
	margin-top: 20px;
	padding: 10px;
}
.container:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* header */
#header {
	display: block;
	width: 960px;
	height: 65px;
	margin: 0px auto;
	margin-top: 0px;
}
#header a {
	z-index: 4;
	display: block;
	position: fixed;
	top: 0px;
	width: 250px;
	height: 65px;
	background: url('images/header.png') no-repeat;
	background-position: 0px 0px;
	text-indent: -1000px;
}

/* navigation */
.navigation {
	width: 960px;
	margin: 0px auto;
	background-color: #000000;
}
.navigation ul {
	z-index: 3;
	display: block;
	position: fixed;
	top: 0px;
	width: 960px;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}
.navigation ul:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.navigation ul li {
	display: inline;
	height: 55px;
	background-color: #000000;
}
.navigation ul li a {
	display: block;
	float: right;
	height: 20px;
	padding: 35px 10px 0px 10px;
	font-weight: normal;
	color: #ffffff;
}
.navigation ul li .current_home {
	background: url('images/bg_navigation_active.png') repeat-x fixed;
}
.navigation a:hover {
	color: #ff0000;
}
.navigation .journel {
	border-right: solid 2px #FF0000;
}
.navigation .rss {
	background: url('images/rss_bw.png') no-repeat top center;
}
.navigation .rss:hover {
	background: url('images/rss_colour.png') no-repeat top center;
}
.navigation .home:hover {
	background: url('images/homepage.png') no-repeat top center;
}
.navigation .journel:hover {
	background: url('images/journal.png') no-repeat top center;
}
.navigation .projects:hover {
	background: url('images/projects.png') no-repeat top center;
}
.navigation .portfolio:hover {
	background: url('images/portfolio.png') no-repeat top center;
}

/* footer */
#footer {
	width: 500px;
	height: 50px;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
}
#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#footer li {
	display: inline;
	margin: 0px 10px 0px 10px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #ff0000;
}
/* sidebar */
.sidebar {
	float: right;
	width: 220px;
	padding: 0px 0px 10px 10px;
}
.sidebar ul {
	padding: 0px 0px 0px 10px;
	line-height: 1.8em;
	list-style-type: none;
}
.sidebar ul li {
	padding: 0px 0px 0px 15px;
	background: url('images/li.png') no-repeat 0px 6px;
}
.sidebar h2 {
	font-size: 1.6em;
	line-height: 1.0em;
	padding: 10px 0px 10px 10px;
	margin: 0px;
}
.sidebar .widget {
	margin-bottom: 10px;
	background-color: #dacaba;
}
.sidebar .widget_linkedin {
	padding: 0px;
	height: 80px;
	background-color: #ffffff;
}
.sidebar .widget_recommendation {
	padding: 10px;
	color: #000000;
}
.sidebar .widget_recommendation blockquote {
	margin: 0px;
	font-size: 0.8em;
}
.sidebar .widget_recommendation cite {
	margin: 0px;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	color: #14110e;
}
.sidebar .widget_recommendation cite a {
	color: #004678;
	text-decoration: underline;
}
.sidebar .widget_subversion {
	height: 30px;
	background-color: #ffffff;
}
.sidebar .widget_wordpress {
	height: 72px;
	background-color: #c0b0a0;
}
.sidebar .widget_freshmeat {
	height: 100px;
	background-color: #e4e4e4;
}
.sidebar .widget_sourceforge {
	height: 144px;
	background-color: #ffffff;
}

.sidebar .widget_rss {
	font-size: 0.8em;
	background-color: #d0c0b0;
	border: solid 1px #ccbcac;
}
.sidebar .widget_rss a {
	color: #b0a090;
}
.sidebar .widget_rss img {
	display: none;
}
.sidebar .widget_rss ul {
	list-style-type: none;
}
.sidebar .widget_rss li {
	background-image: none;
	padding: 0px;
	margin: 0px;
}
.sidebar .widget_rss .rss-date {
	display: block;
	padding: 0px 10px 0px 0px;
	text-align: right;
	font-size: 0.8em;
	color: #b0a090;
}

/* content */
.content {
	float: left;
	width: 686px;
	padding: 10px;
	background-color: #e0d0c0;
}
.content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.content_sub {
	margin: 10px 0px 10px 0px;
	padding: 10px;
	border: solid 1px #d0c0b0;
	background-color: #f0e0d0;
}
.content_sub:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.meta {
	margin: 10px 0px 10px 0px;
	padding: 5px;
	border: solid 1px #d0c0b0;
	background-color: #f0e0d0;
}
.content .middle {
	text-align: center;
	border: solid 1px #d0c0b0;
}
.chart {
	margin: 8px;
	padding: 5px;
	background-color: #f0e0d0;
	border: solid 1px #d0c0b0;
}
.chart_ease {
	margin-left: 0px;
	list-style: none;
	list-style-position: inside;
}
.chart_ease:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.chart_ease li {
	float: left;
}
code.commands {
	display: block;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	width: 661px;
	border: solid 2px #505050;
	background-color: #404040;
	color: #bbbbbb;
}
code.commands b {
	color: #ffffff;
}

/* custom content styles */
.portfolio img {
	float: left;
	width: 200px;
	min-height: 150px;
	margin: 0px 10px 0px 0px;
	vertical-align: text-top;
	border: solid 1px #d0c0b0;
}
.portfolio a {
	font-weight: normal;
}
/* Post custom styles */
#post-17 h4 {
	font-size: 1.4em;
	padding: 2.0em 0px 0.8em 0px;
}
#post-17 .sub_h4 {
	font-size: 1.2em;
	padding: 0px;
}

/* homepage styles */
.content_home h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}
.content_home h2 a {
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
}
.content_home p {
	font-size: 0.8em;
}
.content_home .home_widget {
	float: left;
	width: 285px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-color: #c0b0a0;
}
.content_home .home_widget:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.content_home li {
	padding: 0px 0px 0px 15px;
	background: url('images/li.png') no-repeat 0px 3px;
}
.content_home .home_journal {
	margin-right: 10px;
}
.content_home .home_projects {
	margin-right: 10px;
}
.content_home .home_twitter {
	float: right;
	overflow: hidden;
}
.content_home .home_twitter li {
	margin-bottom: 10px;
	font-size: 0.8em;
}
.content_home .home_music {
	padding: 10px 10px 0px 10px;
	float: right;
}
.content_home .home_music li {
	background-image: none;
	padding: 0px;
}
.home_music img {
	float: left;
	margin-right: 10px;
}
.home_music .lastfm_content {
	margin: 0px 0px 10px 0px;
}
.home_music .lastfm_content:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.home_music .lastfm_title {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
}
.home_music .lastfm_artist {
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	color: #904030;
}
.home_music .lastfm_date {
	display: block;
	font-weight: normal;
	font-size: 0.6em;
}

.content_home .home_photos {
	width: 600px;
	background-color: #c0b0a0;
	height: 150px;
	overflow: hidden;
}
.content_home .home_photos li {
	width: 100px;
	height: 100px;
	padding: 5px;
	border: solid 2px #b8a898;
	margin: 3px;
	background: #908070 none;
}
.content_home .home_photos li img {
	margin: 0px;
	padding: 0px;
	width: 100px;
	height: 100px;
}
.content_home .home_photos li:hover {
	background-color: #ff0000;
}
.content_home .home_elsewhere {
	text-align: center;
	width: 600px;
}
.content_home .home_elsewhere ul {
	width: 600px;
}
.content_home .home_elsewhere li {
	float: left;
	width: 280px;
	padding: 0px 0px 20px 20px;
	background: none;
}
