/*
Theme Name: NP2
Theme URI: http://wordpress.org/
Description: The default for nickpotter.net
Version: 1.0
Author: Nick Potter
Author URI: http://www.nickpotter.net/
Tags: dark, fixed width, two columns, widgets
*/
@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #252525;
	color: #ddd;
	text-align: center;
}

#header a, 
#header a:visited, 
#header a:active,
#header a:hover {
	color: #FFF;
}

.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	width: 960px;
	background-image: url(/wp-content/themes/np2/images/page-background.png);
	background-repeat: repeat-y;
	background-position: left top;
	border: 0;
	text-align: left;
	}

/* DEFINITONS FOR HEADER */
#header {
	background: #252525;
	padding: 0px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
}

#header #slideshow {
    position:relative;
    height:160px;
}

#header #slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 160px;
    background-color: #252525;
}

#header #slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#header #slideshow DIV.last-active {
    z-index:9;
}

#header #slideshow DIV IMG {
    height: 160px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}
	
#header img,
#header a, 
#header a:visited, 
#header a:active,
#header a:hover {
    border: 0;
}

#topsociallinks {
	float: right;
	padding: 0;
	margin: -8px 10px 0 0;	
}

#topnav {
	padding: 0;
	margin: 0 10px 25px 10px;
	border-bottom: 1px solid #959595;
}
#topnav ul {
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
}
#header-nav li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
#header-nav a, 
#header-nav a:visited, 
#header-nav a:active{
    border: 0;
	text-decoration: none;
	color: #FFF;
}

#header-nav a:hover {
	color: #C00;
}

/* Navigation */

.navigation {
    padding: 10px;
    margin: 0 0 20px 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #CCCCCC;
	width: 680px;
}

.navigation a,
.navigation a:visited,
.navigation a:active {
	text-decoration: none;
	color: #555;
    border: 0;
}
.navigation a:hover {
	color: #FFF;
}
.navigation .alignleft {
    float:left;
}

.navigation .alignleft a {
    border: 1px solid #333;
    padding: 3px 3px 3px 20px;
    background-image: url(images/arrow_l.gif);
    background-repeat: no-repeat;
    background-position: 2px -1px;
}
.navigation .alignleft a:hover {
    background-position: -2px -1px;
}

.navigation .alignright {
    float:right;
}

.navigation .alignright a {
    border: 1px solid #333;
    padding: 3px 20px 3px 3px;
    background-image: url(images/arrow_r.gif);
    background-repeat: no-repeat;
    background-position: 110px -1px;
}
.navigation .alignright a:hover {
    background-position: 114px -1px;
}

/* DEFINITIONS FOR CONTENT */
#content {
	padding: 0 10px;
	background-image: url(/wp-content/themes/np2/images/v-rule.png);
	background-repeat: repeat-y;
	background-position: 740px top;
}

.post {
	width: 730px;
	padding: 0;
	margin: 0 0 60px 0;
}

.postmeta {
	float: left;
	width: 105px;
	border-right: 1px solid #656565;
	text-align: right;
	padding-right: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #959595;	
}

.postmeta h3 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.postmeta p {
	margin: 0 0 10px 0;
	padding: 0;
}

.postmeta a,
.postmeta a:visited,
.postmeta a:active {
	text-decoration: none;
	color: #959595;	
}
.postmeta a:hover {
	color: #FFF;
}

.postcopy {
	width: 590px;
	margin-left: 120px;
	padding: 0 10px 0 10px;
	font-family: "Palatino Linotype",Palatino,Georgia,"Book Antiqua",helvetica,sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #FFF;
}

#single .postcopy {
	width: 700px;
	margin-left: 10px;
}

.extract {
	min-height: 115px;
}

.postcopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.postcopy h1 a,
.postcopy h1 a:visited,
.postcopy h1 a:active
.postcopy h1 a:hover {	
	text-decoration: none;
	color: #FFF;	
}

.postcopy p {
	line-height: 1.5em;
}

.postcopy a,
.postcopy a:visited,
.postcopy a:active {
	color: #FFF;
}

.postcopy a:hover {
	color: #C00;
}

.postcopy img {
	border: 0;
}

.postcopy .alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}

.postcopy .alignright {
    float: right;
    margin: 10px 0 10px 10px;
}

.postcopy ul {
    list-style-position: outside;
    list-style-type: disc;
}

.postcopy ol {
    list-style-position: outside;
    list-style-type: decimal-leading-zero;
}

.postcopy ol, .entry ul {
    margin-bottom: 12px;
    margin-left: 0;
	line-height: 1.5em;
}

.postcopy blockquote p
{
	padding-right: 25px;
	background: url(/wp-content/themes/np2/images/quote_close.png) bottom right no-repeat;
	font-style: italic;	
}

.postcopy blockquote
{
    margin: 0 30px 0 30px;
    padding-left: 30px;
    background: url(/wp-content/themes/np2/images/quote_open.png) top left no-repeat;
}

.singlemeta {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: normal;
	color: #959595;
	margin-top: 2px;
	
}
.singlemeta a,
.singlemeta a:visited,
.singlemeta a:active {
	color: #959595;
	text-decoration: none;
}
.singlemeta a:hover {
	color: #C00;
}

/* DEFINITIONS FOR COMMENTS SECTION */
#commentsection {
	width: 700px;
	margin-left: 20px;
	font-family: "Palatino Linotype",Palatino,Georgia,"Book Antiqua",helvetica,sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #FFF;
}

#commentsection a,
#commentsection a:visited,
#commentsection a:active {
	color: #FFF;
}
#commentsection a:hover {
	color: #C00;
}

.np_googleAdsenseBanner {
	width: 700px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: center;
}

h3#comments, #respond h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
    color: #CCCCCC; 
    margin-bottom: 20px;
}

.comment {
    margin: 10px 0;
    border: 1px dotted #555;
    padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

.even {
    background-color:#151515;
}

.bypostauthor {
	border: 1px dotted #339900;
}

.commentlist li .avatar { 
    float: left;
    border: 1px solid #333;
    padding: 3px;
    margin-right: 5px;
}

.comment-author {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #aaa;
}

.comment-meta {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #aaa;
    margin-bottom: 10px;
}

.comment-author a,
.comment-author a:visited,
.comment-author a:active,
.comment-author a:hover,
.comment-meta a,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
    border: 0;
}   

.comment-moderate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: normal;
    color:#990000;  
    margin: 10px 0;
}

/* Comment Form */

#commentform, #searchform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#commentform label, #searchform label {
    display: block;
}

#commentform input,
#commentform textarea, 
#searchform input {
    background-color: #151515;
    border: 1px solid #999;
    color: #ccc;
}

#commentform textarea {
    width: 650px;
	padding: 10px;
}

#fb-user{
	width: 650px !important;
}


/* DEFINITIONS FOR SIDEBAR */
#sidebar {
	float: right; 
	width: 180px;
	margin: 0 10px 0 0;
	background: #252525; 
	padding: 0 10px;
}

.widget {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: normal;
	color: #959595;
	margin-bottom: 25px;
}

.widget a,
.widget a:visited,
.widget a:active {
	color: #959595;
	text-decoration: none;
}

.widget a:hover {
	color: #FFF;
}

.widget h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #656565;
}

.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0px;
	padding: 2px 0 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #454545;
	list-style-position: inside;
	list-style-type: none;
}

.widgetads {
	text-align: center;
}
.widgetads div {
	margin-bottom: 10px;
}

/* DEFINITIONS FOR FOOTER */

#footer {
	margin: 20px 10px 50px 10px;
	padding: 15px 10px 15px 10px;
	border-top: 1px solid #353535;
	border-bottom: 2px solid #000;
}