/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

a {
	color: white;	
}

body {
	background:#000 url(images/background.jpg) no-repeat 50% 0 !important;
	color:#fff;
	font-size:0.8em !important;
	font-family:arial;
}

.container_16 {
	position:relative;
	top:710px;
}

.link-home {
	float: left;
	padding-top: 6px;
	padding-right: 15px;
}

.logo, .logo2 {
/*	background:url(images/logo.png) no-repeat;
	width:155px;
	height:26px;
	*/
	float:right;
}

.logo2 {
	margin-right: 10px;	
}

.pages {
	margin-top:10px;
}

	.pages ul {
		list-style-type:none;
	}
	
		.pages ul li {
			list-style-type:none;
			line-height:28px;
			margin-top:7px;
			float:left;
		}
			
			.pages ul li a,
			.pages ul li a:link,
			.pages ul li a:active,
			.pages ul li a:visited {
				color:#c0c0c0;
				font-size:1.1em !important;
				text-decoration:none;
				font-weight:normal;
				margin-right:25px;
				text-transform:uppercase;
				text-indent:-9999px;
				display:inline;
				float:left;
				height:12px;
			}
			
			.pages ul li a:hover {
				color:#fff;
			}
			
			.pages .page-item-3 a {
				background:url(images/menu-biglift.png) no-repeat left top;
				width:76px;
			}
			
			.pages .page-item-5 a {
				background:url(images/menu-biglift.png) no-repeat -131px top;
				width:148px;
			}
			
			.pages .page-item-6 a {
				background:url(images/menu-biglift.png) no-repeat -333px top;
				width:74px;
			}
			
				.pages .page-item-3.current_page_item a,
				.pages .page-item-3 a:hover {
					background:url(images/menu-biglift.png) no-repeat left -12px;
				}
				
				.pages .page-item-5.current_page_item a,
				.pages .page-item-5 a:hover {
					background:url(images/menu-biglift.png) no-repeat -131px -12px;
				}
				
				.pages .page-item-6.current_page_item a,
				.pages .page-item-6 a:hover {
					background:url(images/menu-biglift.png) no-repeat -333px -12px;
				}

			
.main .post {
	margin-top:25px;
}

	.main .post .title {
		background:#fff url(images/post_bg_top.png) no-repeat top left;
		padding:15px;
	}
	
	.main .post .title h2 {
		font-size:1.7em !important;
		color:#000;
	}
	
	.main .post .entry {
		padding:15px 15px 11px 15px;
		border-left:1px solid #fff;
		border-right:1px solid #fff;
	}
	
	.main .post .footer {
		height:4px;
		background:url(images/post_bg_bottom.png) no-repeat top left;
	}
	

.sidebar {
	background:#fff;
	margin-top:25px;
}


	.sidebar h2 {
		font-size:1.7em !important;
		color:#000;
		margin:15px 0px 0px 15px;
		border-bottom:1px solid #000;
		width:370px;
		padding-bottom:15px;
	}
	
	.sidebar .top {
		background:url(images/order_bg_top.png) no-repeat;
		height:4px;
		width:400px;
	}
	
	.sidebar .bottom {
		background:url(images/order_bg_bottom.png) no-repeat;
		height:4px;
		width:400px;
	}
	
	.sidebar .textwidget {
		width:370px;
		color:#000;
		margin:15px 0px 0px 15px;
		padding-bottom:15px;
	}
	
	.sidebar .share-this-content {
		padding:5px 15px;
	}
	
	.timer li {
		list-style-type: none;
	}	
	
	#LCTimerWidget_Counter {
		margin-left: 15px !important;
		width: 90% !important;
	}
	
		.sidebar .share-this-content a,
		.sidebar .share-this-content a:active,
		.sidebar .share-this-content a:visited,
		.sidebar .share-this-content a:link {
			color:#000;
			text-decoration:none;
		}
	
	.sidebar .divider {
		height:20px;
		background:#000;
	}
	
	
.page-id-68 form,
.page-id-3 form {
	border-top:1px solid #fff;
	margin-top:20px;
	padding-top:5px;
}

	.page-id-68 form .required,
	.page-id-3 form .required {
		color:red;
	}
	
	.page-id-68 form p,
	.page-id-3 form p {
		margin:15px 0px;
	}
	
	.page-id-3 form input,
	.page-id-68 form input,
	.page-id-68 form select,
	.page-id-3 form select {
		margin-top:5px;
	}
	
	.page-id-68 .entry p {
		text-align:left;
	}
	
#page-footer {
	padding:30px 0px 30px 0px;
	text-align:center;
}

	#page-footer li {
		list-style-type:none;
	}
	
	input {
		padding: 3px;	
	}
	
/* Typo */

p {
	margin-bottom: 10px !important;
	line-height: 1.5em;
	font-size: 1.1em;
}
	.entry {
		background: #222;	
	}
	
	.entry p {
		color: #f1f1f1;
		font-size: 1.1em;
		font-family: Verdana, Arial, sans-serif;	
	}
	
	
/* Form style overrider */
form p b {
	font-weight:normal;
}
