/* @override 
	http://driv.as/blog/wp-content/themes/driv/style.css
	http://localhost/client/driv/wp-content/themes/driv/style.css
	http://localhost/client/driv/wp-content/themes/driv/style.css
	http://driv.as/blog/wp-content/themes/driv/style.css
*/

/*  
Theme Name: Driv
Theme URI: http://driv.as
Description: By Nikolai Strandskogen
Version: 1.0
Author: Nikolai Strandskogen
Author URI: http://www.lightglance.com/
*/

html, body {
	font-family: Helvetica, Helvetica;
	font-size: 12px;
	background: #ffffff;
	color: #2B2B2B;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, li, form, blockquote {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #84C44C;
}

blockquote {
	background: #FAFAFA;
	padding: 10px;
	margin: 10px auto;
	width: 30em;
	color: #525252;
	line-height: 19px;
	border-top: #E0E0E0 1px solid;
}

blockquote blockquote {
	background: #F3F3F3;
	width: 28em;
	padding: 5px;
}

/* Wrap */

#wrap {
	width: 660px;
	margin: 0 auto;
        
}

/* Header */

#header {
	height: 104px;
}

#header img {
	float: left;
	width: 250px;
	border: 0px;
}

/* Menu */

#menu {
	float: left;
	margin-top: 20px;
}

#menu li.current_page_item a, #menu h2 a {
	font-weight: bold;
	
}

#menu ul li.page_item.page-item-3 {
	margin-left: 0;
}

#menu ul {
	display: block;
	float: right;
	font-size: 14px;
}

#menu ul li {
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
}


/* Title */

#menu h2 a {
	font-size: 11px;
	float: right;
	display: block;
	text-align: right;
	line-height: 2.7em;
	padding: 0 10px;
}

#menu h2 a:hover {
	color: #8A8A8A;
}

/* Content Wrap */

#content_wrap {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
        
}


#content_wrap p a, #sidebar a, #content_wrap h4 a {
	border-bottom: #EFEFEF 1px solid;
	padding-bottom: 1px;
}

#content_wrap p a:hover, #sidebar a:hover, #content_wrap h4 a:hover {
	border-color: Silver;
}

#content_wrap h3 {
	padding: 5px 0 10px 0;
	font-size: 12px;
}

#content_wrap h3.comments {
	padding-bottom: 18px;
}

#content_wrap h3.comments a {
	font-size: 11px;
	color: #8B8B8B;
}

#content_wrap h3.comments a:hover {
	color: #6A6A6A;
}

#content_wrap h2 {
	font-weight: normal;
	font-size: 15px;
	padding: 5px 0 5px 0;
}

#content_wrap h2 a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA;
}

#content_wrap h2.title {
	padding-top: 10px;
	padding-bottom: 0;
}

#content_wrap h4 {
	font-weight: normal;
	font-size: 11px;
	padding: 4px 0 5px 0;
}

#content_wrap p {
	padding: 10px 0;
	line-height: 18px;
}

/* Content */

#content {
	width: 440px;
	display: block;
	float: left;
}
#frontpagevideo {
	margin: 0 auto;
	width: 451px;
	margin-bottom: 50px;
}

.but {
	margin: 0 auto;
	width: 451px;
	border: 1px solid #E9E9E9;
	padding: 3px 16px 3px 4px;
	background: #fff url(img/pil.png) no-repeat right 7px;
}
#widecontent {
	line-height: 150%;
        background: #ffffff;
}

#widecontent .item {
	width: 320px;
}

#content ul {
	padding: 5px 0 10px 20px;
}

#content li {
	background: url(img/bullet.gif) no-repeat 0px 9px;
	list-style: none;
	padding-left: 20px;
	line-height: 21px;
}

#more_entries {
	padding: 15px 0 15px 0;
}

#more_entries a:hover {
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 1px;
	background: #FAFAFA;
}

#more_entries .oe {
	display: inline;
	margin-right: 20px;
}

#more_entries .re {
	display: inline;
}

/* Comments */

h3.comm {
	padding: 20px 0 10px 0 !important;
}

.comment {
	background: #fff;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.authorcomment {
	background: #FAFAFA;
	width: 360px;
	border: #EEEEEE 1px solid;
	padding: 15px 20px 10px 20px;
	margin-bottom: 5px;
}

.author {
	background: #FBFBFB;
}

.comment_date_and_id {
	width: 100%;
	font-size: 10px;
}

.comm_date {
	float: left;
	color: #ACACAC;
}

.comm_id {
	float: right;
	font-weight: bold;
}

.comment_by {
	padding: 3px 0 0 0 !important;
}

#content form {
	background: #FAFAFA;
	width: 364px;
	border: #EEEEEE 1px solid;
	padding: 15px 18px 10px 18px;
	margin-bottom: 10px;
}

#content form p {
	padding: 0px 0 5px 0;
	line-height: 20px;
}

#content input {
	border: #EEEEEE 1px solid;
	background: #fff;
	padding: 3px;
}

#content input.data {
	width: 184px;
}

#content textarea {
	border: #EEEEEE 1px solid;
	width: 350px;
	padding: 3px;
}

#content input.sbutton {
	margin-top: 3px;
}

/* Sidebar */

#sidebar {
	width: 200px;
	display: block;
	float: right;
	display: inline;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul {
	padding: 0px 0 15px 0;
}

#sidebar ul li ul li{
	line-height: 20px;
	padding-left: 25px;
	background: url(img/bullet.gif) no-repeat 5px 8px;
}

#sidebar ul li ul ul {
	padding: 5px;
}

#sidebar h2 {
	font-weight: bold;
	padding: 5px 0 5px 0;
	font-size: 12px;
}

.textwidget {
	line-height: 18px;
	padding: 0px 0 15px 0;
}

#wp-calendar {
	padding: 10px 0;
}

.widget_tag_cloud {
	padding: 5px 0 15px 0;
}

#wp-calendar caption {
	margin: 10px 0 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
   margin: 0;
   padding: 3px 5px;
}

#wp-calendar td#today {
   background: #FAFAFA;
}

#sidebar form {
	margin: 10px 0;
	position: relative;
}

#sidebar input {
	border: #EFEFEF 1px solid;
}

#mp-form input.MailPressFormEmail {
	width: 196px;
	padding: 3px 3px 3px 4px;
	
}

input#submit.MailPressFormSubmit {
	margin-top: 3px;
	border: 1px solid #E9E9E9;
	padding: 3px 3px 3px 4px;
	background: #fff;
	margin-left: 0;
	color: #699A41;
	cursor: pointer;

}

#sidebar input.field {
	width: 100px;
	height: 17px;
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px 5px 0 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#sidebar input.button {
	background: #F3F3F3;
	height: 21px;
	width: 40px;
	padding: 0;
	position: absolute;
	left: 130px;
	top: 10px;
}

/* Footer */

#footer {
	width: 100%;
	line-height: 150%;
	margin-bottom: 30px;
	clear: both;
}

#footer .left {
	text-align: left;
}

#footer .right {
	text-align: right;
	margin-bottom: 10px;
}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(img/feedicon.png) no-repeat 0 50%;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Fix */

#content_wrap:after,
.comment_date_and_id:after,
#menu:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* @group Javascript
 */
#videotxt {
	display: none;
}

/* @end */

.spacer {
	clear: both;
	height: 1px;
}




