/*
Theme Name: KarlRixon Custom
Theme URI: http://www.karlrixon.co.uk/
Description: Custom theme designed for karlrixon.co.uk.
Version: 1.0
Author: Karl Rixon
Author URI: http://www.karlrixon.co.uk/
Tags: wood, fixed, clean

	KarlRixon Custom v1.0
	http://www.karlrixon.co.uk/

	This theme was designed and built by Karl Rixon,
	whose blog you will find at http://www.karlrixon.co.uk/

*/

* {
    margin: 0;
    padding: 0;
}
html {
    background: #1E1810 url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/html_bg.jpg) repeat scroll 50% 0;
}

body{
    margin:0;
    padding:0;
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 62.5%;
    background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/navbar.png) repeat-x scroll 50% 148px;
}

h2 {
    font-family: 'Georgia', serif;
    font-size: 1.8em;
    color: #322c27;
}
a {
    color: #721818;
}
hr {
	border: none;
	height: 1px;
	border-bottom: 1px dotted #721818;
	margin: 20px 0;
}

#wrapper {
    min-width: 900px;
    max-width: 1140px;
    padding: 0 25px;
    margin: 0 auto;
    
}

#logo {
    height: 125px;
    background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/logo.jpg) no-repeat scroll 50% 0;
}

#logo h1 {
    width: 240px;
    margin: 0 auto;
    padding: 0;
    text-indent: -9000px;
}

#logo h1 a {
    display: block;
    height: 125px;
}

#header{
    background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/page_shadow_top.jpg) repeat-x scroll 0 0;
    height: 115px; /*Height of top section*/
    margin: 0;
    padding-top: 2px;
    border: 1px solid #FFF;
    border-bottom: none;
    padding-bottom: 21px;
}

#navrow {
    width: 100%;
    height: 95px;
    background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/navbar.png) repeat-x scroll 50% 0;
    margin-top: -116px;
    position: relative;
}

#navrow a {
    outline: none;
}

#navrow ul {
    margin: 0 auto;
    padding-top: 7px;
    width: 371px;
}


#navrow ul li {
    display: block;
    float: left;
    height: 61px;
}

#navrow ul li a {
    display: block;
    height: 61px;
    background-repeat: no-repeat;
    background-image: url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/menu_buttons.jpg);
    text-indent: -9000px;
}
#navrow ul li#articles a {
    width: 91px;
    background-position: 0 -61px;
}
#navrow ul li#portfolio a {
    width: 101px;
    background-position: -91px -61px;
}
#navrow ul li#about a {
    width: 83px;
    background-position: -192px -61px;
}
#navrow ul li#contact a {
    width: 96px;
    background-position: -275px -61px;
}
#navrow ul li#articles a:hover, #menu ul li#articles a.active {
    background-position: 0 0;
}
#navrow ul li#portfolio a:hover, #menu ul li#portfolio a.active {
    background-position: -91px 0;
}
#navrow ul li#about a:hover, #menu ul li#about a.active {
    background-position: -192px 0;
}
#navrow ul li#contact a:hover, #menu ul li#contact a.active {
    background-position: -275px 0;
}

#rss {
    width: 100px;
    height: 61px; /* Height needs to be set to trigger hasLayout. Stupid IE. */
    position: absolute;
    top: 7px;
    right: 0;
}
#rss a {
    display: block;
    width: 44px;
    height: 61px;
    background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/rss_button.jpg) no-repeat 0 0;
    text-indent: -9000px;
}
#rss a:hover {
    background-position: 0 -61px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#container {
    font-size: 1.4em;
    background: #D9DAD0 url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/content_wrapper_bg.jpg) repeat scroll 0 -136px;
    border: 1px solid #FFF;
    border-top: none;
    margin-top: 21px;
}

#contentwrapper{
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/page_shadow_bottom.jpg) repeat-x scroll 0 0;
}

#content {
    margin-right: 240px; /*Set right margin to RightColumnWidth*/
    min-height: 200px;
}

#content .innertube {
    margin-left: 24px;
}

#sidebar {
float: left;
width: 240px; /*Width of right column in pixels*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth) */
background: transparent url(http://www.karlrixon.co.uk/wp-content/themes/karlrixon/images/sidebar_bg.jpg) no-repeat scroll 0 0;
min-height: 500px;
}

#sidebar .innertube {
    margin: 20px 40px 10px 26px;
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 0 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	margin-bottom: 8px;
}
#sidebar ul li ul li{
	margin-bottom: 0;
}
#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px dotted #333;
	margin-bottom: 4px;
	font-variant: small-caps;
}

#subheading {
    color: #4f4f4f;
    margin-bottom: 20px;
}

.detail {
	border-left: 3px solid #9f9f9f;
	padding-left: 10px;
	margin: 0 20px;
}

.postmetadata {
	color: #4F4F4F;
}

.entry {
	margin-top: 10px;
}

.entry p {
	margin: 0.8em 0;
}


/** COMMENTS **/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
	clear: both;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 0 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

.comment {
	border: 1px solid #ccc;
}

.comment .avatar img {
	float: left;
	margin-right: 10px;
}

.comment cite {
	font-style: normal;
}

.comment_inner {
	float: left;
	width: 524px;
}

#commentform p {
	margin: 5px 0;
}
#commentform p.detail {
	margin-left: 2px;
	margin-right: 2px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	font-size: 0.8em;
}

#comment {
	width: 100%;
}

#respond {
	clear: both;
}

.clear {
	clear: both;
}

#searchform #s {
	width: 160px;
}
