/*  
Theme Name: Celluloid Cowboy
Theme URI: http://celluloidcowboy.com/
Description: The default WordPress theme for Celluloid Cowboy
Version: 1.0
Author: Stian Andreassen
Author URI: http://www.stianandreassen.com/

*/

	body {
	background: #222 url(images/wood.jpg);
	margin: 2em;
	padding: 0;
	}
	
 	a:link {
	color: #ff8800;
	}
	
	a:hover {
	text-decoration: none;
	}
	
	#kropp {
	background: #fff url(images/top_bg.jpg) repeat-x top right;
	border: 1px solid #352E2C;
	width: 95%;
	max-width: 950px;
	width:expression(document.body.clientWidth > 950? "950px": "auto" );
	min-width: 730px;
	margin: auto;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}
	
	#top {
	background: url(images/top_horse.jpg) no-repeat 100% 0%;
	}

	h1 {
	margin: 0;
	padding: 0;
	}
	
	
	#line {
	padding: 5px 2em;
	background: #000;
	font-size: .9em;
	font-family: 'Book Antiqua', 'Century Schoolbook', 'Times New Roman', serif;
	}
	
	#line ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	#line ul li {
	display: inline;
	}
	
	#line a {
	letter-spacing: 1px;
	margin-left: -5px;
	padding: 5px 15px;
	border-right: 1px solid #E8E8E8;
	color: #fff;
	text-decoration: none;
	}
	
	#line a:hover, #line .valgt, #line .current_page_item a {
	background: #E8E8E8;
	color: #000;
	}
	
	h2, h3, h4, h5, h6 {
	font-family: 'Book Antiqua', 'Century Schoolbook', 'Times New Roman', serif;
	}
	
	#main {
	background: #E8E8E8 url(images/tornpaper.jpg) repeat-y 100% 0%;
	padding-bottom: 1px;
	}
	
	#sidebar {
	color: #000;
	float: right;
	width: 190px;
	padding: 10px 20px;
	}
	
	#sidebar h2 {
	color: #fff;
	margin-bottom: -.35em;
	margin-top: 2em;
	font-size: .85em;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
	
	#sidebar a {
	color: #ff9900;
	}
	
	#content {
	margin: 3em 290px 0 2em;
	}
	
	#content .post h2 {
	margin: 0;	
	font-size: 2em;
	}

	#content .post h2 a {
	color: #000;
	text-decoration: none;
	}
	
	#main {
	font-size: 0.8em;
	line-height: 1.35em;
	padding: 1px;
	}
	
	#bottom {
	background: #000 url(images/tornpaper_trans.jpg) no-repeat top right;
	color: #fff;
	padding: 10px 2em 1em 2em;
	min-height: 160px;
	}
	
	#bottom p {
	font-size: 0.7em;
	line-height: 140%;
	letter-spacing: 1px;
	}

	#bottomadsense {
	text-align: center;
	margin-right: 260px;
	margin-bottom: 50px;
	}
	
	#bottomtradedoubler {
	text-align: center;
	}

	.post h5 {
	border-bottom: 1px dotted #8C6238;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .6em;
	}
	
	.category {
	background: #8C6238;
	color: #fff;
	padding: 3px 10px 4px 10px;
	font-size: 9px;
	}
	
	.category a {
	color: #fff;
	text-decoration: none;
	}
	
	.date {
	position: relative;
	color: #8C6238;
	margin-top: -.66em;
	float: left;
	}
	
	#content .post .comment, #content .post .jumpcomment {
	text-align: right;
	margin-top: -.66em;
	margin-right: .25em;
	}
	
	#content .post .comment a {
	text-decoration: none;
	padding-left: 16px;
	background: url(images/mini-comment.gif) no-repeat;
	}
	
	#content .post .jumpcomment a {
	text-decoration: none;
	padding-right: 16px;
	background: url(images/jumpcomment-mini.gif) no-repeat right;
	}
	
	#content .post .jumpcomment a:link {
	color: #3074C9;
	}
	
	#content .post .comment a:hover, #content .post .jumpcomment a:hover {
	color: #ff9900;
	}

   	#comments table {
	font-family: Tahoma, Verdana, Arial, Heveltica, sans-serif;
   	font-size: 0.8em;
   	line-height: 1.35em;
	line-height:1.6em;
   	}
	
	#sidebar .lastcomments {
	margin-left: 0;
	padding-left: 1em;
	color: #fff;
	list-style-type: square;
	}
	
	blockquote {
	font: 95%/125% Garamond, Times, 'Times New Roman', serif;
	border-left: 4px solid #cdcdcd;
	padding-left: 10px;
	}
	
	.tabletop {
	background: #666;
	color: #fff;
	font-weight: bold;
	}

	.center {
	text-align: center;
	}



/* BORROWED FROM KUBRICK */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

