/*
Theme Name: WPSimplewhitespace
Theme URI: http://painttheinternet.org
Description: 2 Column Simple Blue Blog Template
Author: painttheinternet.org
Author URI: http://painttheinternet.org
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #fff;
	font-family: 'Multi', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #222;
	line-height: 17px;
	}
	
h1 {font-size: 23px;}
h2 {font-size: 16px; font-weight: 100;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}


/* 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:#FF9000;
	text-decoration:none;
	}

a:hover{color:#000000;text-decoration: none;}



/* container */


#wrap {
border-top: 12px solid #FF9000;
	width: 800px;
	margin: 0 auto 20px auto;
	}
/* top image */

	
/* header */

#header {
height: 110px;
background: #fff url(images/orange.jpg) no-repeat left;
border-bottom: 1px solid #ccc;
	}

#header h1 { 
font-size: 21px;
padding: 40px 0 0 110px;
color: #3987FC;
letter-spacing: -2px;
}
#header h1 a { 
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;

}
#header h1 a:hover {

}

#header h2 {
font-size: 13px;
color: #000;
padding: 2px 0 0 112px;
font-weight: 100;
border: none;
}


/* content */


#content {
    padding: 5px 10px 10px 0;
	float: right;
	width: 520px;
	text-align: justify;
	}	

.post {
	padding:10px 0;
	}
	
.post h2{
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 19px;
    padding: 10px 0 5px 0;
	}
	
.post h2 a{
	

	}
	
.post h2 a:hover{
text-decoration: none;
	}
	
.post p{font-size: 13px;}

.post ul {}

.post li {}

.entry p{padding:10px 0;}

.postmetadata{
	clear: both;
	background:#FFEACF;
    padding: 5px;
	}
	

.navigation {
	font-size:12px;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; padding:25px;}
	.alignright {float:right; padding:25px;}

.notfound{padding: 25px; font-size: 14px; font-weight: 600;}

/* sidebar */

#sidebar {
	width: 250px;
	float:left;
	padding: 20px 0 10px 0;
	}

#sidebar h2{
    font-weight: 100;
    letter-spacing: -1px;
    font-size: 19px;
	height: 24px;
	line-height: 24px;
	color: #3A3A3A;
	padding-left: 10px;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
    margin: 10px 0 20px 0;
	list-style-type: none;
	}
#sidebar ul li a{
display: block;
background: #FF9000;
padding: 5px 0 5px 20px;
list-style-type: none;
margin: 0 0 1px 0;
color: #fff;
text-transform: uppercase;
}

#sidebar ul li.current_page_item ul li a { /* edit by netAction */
background-color: #FF9000;
}

#sidebar ul li.current_page_item ul li a:hover { /* edit by netAction */
background-color: #565656;
}
	
#sidebar ul li a:hover { /* edit by netAction */
background-color: #565656;
text-decoration: none;
}

#sidebar ul li.current_page_item a { /* edit by netAction */
background-color: #A62;
text-decoration: none;
}

#sidebar ul ul {
	padding: 6px 0 6px 12px;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
	display: none; /* edit by netaction */
}

#sidebar ul li.current_page_ancestor ul li ul, #sidebar ul li.current_page_item ul li ul { /* edit by netaction */
	display:none;
}

#sidebar ul li.current_page_ancestor ul li.current_page_ancestor ul, #sidebar ul li.current_page_ancestor ul li.current_page_item ul { /* edit by netaction */
	display:block;
}


#sidebar ul li.current_page_ancestor ul, #sidebar ul li.current_page_item ul { /* edit by netaction */
	display:block;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #FFEACF;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none;}
	
#commentform h3{
	font-size: 12px;
	font-weight: 600;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #fff;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #f7f7f7;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; }


/* search */

#searchform{
	padding: 6px 0 6px 10px;
	}

#searchform input#s{
border:1px solid #FF9000;font-size:12px;padding:6px; background: #FFEACF; width: 150px;
	}

#searchform input#searchsubmit{
border:0;color:#fff;font-weight:700;font-size:12px;padding:6px;background: #FF9000;
	}

/* footer */

#footer {
    border-top: 1px solid #FF9000;
    background: #FFEACF;
    height: 30px;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	}
	
#footer p{color: #000;}
#footer a{color: #111;text-decoration: none;}
#footer a:hover{text-decoration: underline;}

/* bottom */


.under { 
border-bottom: 1px solid #ccc;
}

.ad1 {
float: left;
padding: 12px 0 20px 0;
}
.ad2 {
float: right;
padding: 12px 0 20px 0;
}