/*
Theme Name: Lisa Wisse
Theme URI: http://example.com
Description: WordPress Theme for Lisa Wisse
Author: Michelle Sullivan
Author URI: http://www.webmatters.co.nz
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #000000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#fff;
	text-decoration:none;
	border: none;
	}

a:hover{color:#eeeeee;text-decoration: underline; border: none;}



/* container */


#container {
	width: 960px;
	margin: 0 auto;
	padding: 6px;
	background:#0d0b0b;
	color:#eeeeee;

	}
	
/* header */


#header2 {
	background: #000000;
    width: 960px; 
	color: #fff; 
	height: 50px;
		margin: 0 auto;
		padding-bottom: 15px;
	}


#header2 h1{
	font-family: Garamond;
	font-size: 38px;
	letter-spacing: 3px;
	margin: 0;	
	padding-left: 10px;	
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	}
	
#header2 h1 a{color: #ffffff; text-decoration: none;}
#header2 h1 a:hover{color: #eeeeee; text-decoration: none;}



/* main menu */


#menu {
	background: #333333;
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	width:680px; 
	height: 40px;
	float: right;
	letter-spacing: 1px;
	}


#menu ul {
	margin: 12px 0 0 0;
	padding: 0;
	text-align: left;
	float: right;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}

#menu .current_page_item a {
	background: #000000;
	color:#ffffff;
}



/* content */


#content {
	float: left;
	width: 72%;
	overflow: hidden;
	}	
	
	#contentnosidebar {
	float: left;
	width: 100%;
	overflow: hidden;
	}	


.post {
	margin:0 10px;
	padding:10px 10px 10px 5px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: Arial;
	font-size: 18px;
		color: #ffffff;
		font-weight: bold;
padding-bottom: 10px;
	}
	
.post h2 a{
	color: #ffffff;
	text-decoration: none;
	}
	

.post p{font-size: 12px;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.post img{
background: #000000;
padding: 20px;

}



.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:11px;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}

/* sidebar */

#sidebar {
	font-family: Arial;
	font-size:12px;
	width: 200px;
	float:right;
	margin: 12px 0 24px 0;
	padding: 0;

	}

#sidebar h2{
	font-family: Arial;
	font-weight: bold; 
	font-size: 16px; 
	text-align: left;
	color: #eeeeee;	
	margin: 0;
	
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#sidebar ul li {
	margin: 0;
	padding: 5px 0 5px 0 ;
	list-style-type: none;
	}

#sidebar ul ul {
	margin: 6px 0 20px 0px;
	padding-bottom: 20px;
border-bottom: 1px solid #eeeeee;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}


.archivetitle{
margin-left: 25px;
color: #ffffff;
}

/* comments */

#commentssection{
	clear: both;
	padding-left: 15px;
	margin: 0;
	color: #ffffff;
	}

#commentssection a{
color: #ffffff;
	}


	
#commentssection h3{
	font-family: Arial;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #fff;
text-transform: uppercase;
padding-top: 20px;
	}

#commentform{
	margin: 12px 12px 20px 15px;
	color: #ffffff;
	}
	
#commentform p{
	color: #ffffff;
	
	}
	
#commentform a{color: #ffffff;}
	
#commentform h3{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	}
	
#commentbox{
	width:40%;
	min-width:400px;
	margin:5px 5px 0 15px;
	background: #ffffff;

	}

#author, #email, #url, #commentbox, #submit{
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	}
	
	#authorimg{
	float:left;
	}
	
		#authorimgblog{
	float:left;
	margin-top:10px;

padding: 0px;
	}

#submit{margin:5px 5px 0 0;}


ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: transparent;
	margin:10px 0;
	padding:5px 0 5px 0px;
	overflow: hidden;
	font-family: Arial;
	font-size: 12px;
color: #eeeeee;
	}

ol.commentlist li.alt {background: transparent;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#fff;}

ol.commentlist .avatar {
float: left;
margin-top: 10px;
margin-right: 10px;
}


cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
	}

/* footer */

#footer {
	background: transparent;
	clear: both;
	width: 100%;
	margin-top:15px;
	font-family: Arial;
	font-size: 10px;
	}
	
#footer p{padding:6px;margin: 0; color: #eee; text-align: right;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}



/* Print Styles */

@media print {
body {background:#ffffff; 
     font-size:10pt; 
     margin:0 }
#sidebar { display:none }
#header { height:75px }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#content a { font-weight:bold; 
     color:#000066; 
     text-decoration:underline }
#content{ margin-left:0; 
     float:none; 
     width:auto }
#footer, .ad { display:none }
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
h3 { margin-left:10px; 
     margin-bottom:0px; 
     padding-bottom:0px }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
img { display: none }



