/*
Theme Name: Net Jonez
Theme URI: http://wordpress.org/
Description: Custom theme made for NetJonez.com.
Version: 2.0
Author: William Buchanan
Author URI: http://slickconceptions.com/
Tags: custom header, fixed width, three columns, widgets
*/



/* Begin Typography & Colors */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background-color: #393939;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size:90%;
	}

#header {
	background: #393939;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	padding-top: 16px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
/*.depth-1 {
border: 1px solid #ccc;
} */

.odd {
    border-bottom: 1px solid #ccc;
}

.even {
    border-bottom: 1px solid #ccc;
}

/*.even, .alt {

	border-left: 1px solid #ccc;
}*/

#footer {
	background: #fff;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
}


#sidebar {
	/* font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	text-transform: lowercase;	
}

#lsidebar {
    padding-top: 15px;
}

#sidebar div {
    color: #7b7b7b;
	font-size: 0.7em;
}

/* small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
*/
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

p {
    font-family: Arial;
    font-size: 1.1em;
    color: #7b7b7b;
}
a {
	color: #7ab325;
	text-decoration: none;
}

a img {
	border: none;
}

a:visited {
	color: #7ab325;
}

a:hover {
	color: #9ad149;
}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;;
	}
#page {
	margin: 10px auto;
    text-align: center;
    width: 980px;
    /* border: 1px solid #000; */
}
/* #page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
*/
#header {
	clear:both;
    float:left;
    width:100%;
    /* border: 1px solid #000; */
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
	
#subheader {
    background-image: url('headerbg.gif'); 
    background-color: #37b9e9;
    background-repeat: repeat-y; 
    background-position: top right;
    height: auto;
    width: 100%;    
}

#subheader h1 {
    /*float: left;*/
    text-align: left;
	color: #fff;
	font-size: 18px;
	margin: 0; padding: 5px;
	/*width: 400px;*/
	letter-spacing: normal;
	font-family: "Avant Garde", "Century Gothic";
	
}

/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	/* border: 1px solid #000; */
}
/* wbhg 3 column settings */
.wbhg {
    background:#fff;    	/* Right column background colour */
    padding-top: 25px;
}
.wbhg .colmid {
    float:left;
    width:200%;
    margin-left:-200px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#fff;    	/* Centre column background colour */
}
.wbhg .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:400px;         	/* Left column width + right column width */
    background:#fff;    	/* Left column background colour */
}
.wbhg .col1wrap {
    float:left;
    width:50%;
    position:relative;
    right:200px;        	/* Width of left column */
    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.wbhg .col1 {
    margin:0 215px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                           	Right padding = right column width + centre column right padding width */
    position:relative;
    left:200%;
    overflow:hidden;
}
.wbhg .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:170px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:15px;         	/* Width of the left-had side padding on the left column */
}
.wbhg .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:170px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
    text-align: left;
}	
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
    position: relative;
    display: block;
    width: 98%;
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.entry {
    /* position: relative;
    width: 100%; */
    font-family: Arial;
    font-size: 0.8em;
    letter-spacing: normal;
    color: #7b7b7b;
    margin-top: -7px;
    line-height: normal;
    color: #5e5e5e;
}

.entry p {
    margin: 0;
    padding: 3px 0 3px 0;
    color: #5e5e5e;
}
.entry img {
	padding: 4px;
	border: 1px solid #ccc;
}

.entry h1 {
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    color: #7b7b7b;
    margin: 0;
    padding: 3px 0 3px 0;
}

.entry ul {
    font-family: Arial;
    font-size: 0.9em;
    color: #7b7b7b;
}	
	
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
    clear:both;
    float:left;
    width:100%;
    color: #7b7b7b;
    font-size: 0.7em;
    letter-spacing: 1px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
	/* border: 1px solid #000; */
}
#footer p {
    padding:10px;
    margin:0;
}
/* End Structure */



/*	Begin Headers */

h2 {
	color: #9ad149;
    font-family: Arial;
    font-size: 24px;
    /*letter-spacing: 2px;*/
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
}

h3 {
	font-family: Arial;
	color: #7b7b7b;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
}
h4 {
	font-family: Verdana, Arial;
    font-size: 1.25em;
    color:#26b9e3;
    /* letter-spacing: -2px;*/
    font-weight: normal;
    margin: 0; padding: 0;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
	margin-top: 10px;
	text-transform: lowercase;
}
	
.storytitle {
    /* position: relative; */
    text-decoration:none;
    padding: 0;
    color: #9ad149;
    font-family: Trebuchet MS;
    margin-bottom: -8px;
}

.storytitle a {
	text-decoration: none;
	color: #9ad149;
}

/*#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
*/

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/

.menu ul {
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

.menu li {
	font-family: Verdana, Arial;
        font-size: 1.2em;
        color:#26b9e3;
        letter-spacing: -2px;
        font-weight: normal;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

.menu ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.menu ul li {
	border: 0;
        font-size: 0.7em;
        color: #c3c3c3;
	letter-spacing: 0;
	margin-top: 0;
	padding: 2px 0 0 5px;
        border-bottom: 1px solid #d1edf4;
        border-top: 1px solid #d1edf4;
        margin: 0 0 -1px 0;
		list-style: circle;
    color: #26b9e3;
}

.menu ul li a {
	color: #7b7b7b;
	text-decoration: none;
}

.menu ul li a:hover {
	text-decoration:none;
}
.menu ul li:hover {
        background-color: #d1edf4;
}

.menu ul ul.children {
	padding-left: 4px;
}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 162px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.menu form {
	margin: 0 0 0 13px;
}

.menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
	
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #d1edf4;
	border: 1px solid #99bbd0;
	padding: .2em;
    color: #6a95b0;
}

#commentform textarea {
	width: 100%;
}
/* End Form Elements */



/* Begin Comments*/

.commentswrapper {
    text-align: left;
    font-size: 0.8em;
    color: #5e5e5e;
    
}

#respond {
    clear: both;
    text-align: left;
}


.commentlist ul {
    list-style: none;
}

.commentlist li {
    clear: both;
    width: 98%;
    background-image: url(comments.gif);
    background-repeat: no-repeat;
    /* border-bottom: 1px solid #d1edf4;
    padding-left: 20px; */
    list-style: none;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.commentlist {
    clear: both;
	padding: 0;
	text-align: justify;
	width: 98%;
}

.commentlist ol {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.comment {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

img.avatar {
    float: right;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

ul#comments li p {
	font-size: 1em;
    color: #7b7b7b;
}
ul#comments li p cite {
	font-size: 1em;
}

#comments {
    list-style: none;
    margin: 0; padding: 15px 0 0 0;
    font-size: 0.8em;
    color: #5e5e5e;
}
#comments li {
    padding: 5px; margin: 2px
}
.comment-date {
    text-transform: uppercase;
    font-size: 0.8em; color: #ccc;
}
.fn {
    font-weight: bold;
}

cite {
	font-size: 90%;
	font-style: normal;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.8em; color: #ccc;
	}

#commentext {
    font-size: 1em;
}

#trackback-container {
    text-align: left;
}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */

.clear{ clear:both; line-height:0px; height:0px; font-size:0px; border:none; margin:0; padding:0;}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
	}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	font-size: 1em;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 5px 20px 5px;
	
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Custom Edits */

.fcontainer {
        position: relative;
        color: #7b7b7b;
        font-size: 0.8em;
		line-height: 18px;
        font-family: Arial;
        font-weight: normal;
        background-color:#f5f5f5;
        width: 99%;
        padding: 0 3px 4px 3px;
        height: 36px;
        margin: 10px 0 15px 0;
        border: 1px solid #dcdcdc;
}
.fcontainer ul {
        display: inline;
        list-style: none;
        }
.fcontainer ul li {
        list-style: none;
}

#rss {
	position: relative; top: 0; right: 25px;
	background-image: url(rss.gif); background-repeat: no-repeat;
	width: 87px; height: 62px; overflow: hidden;
	float: right;
}
#rss a {
	padding-left: 87px;
	line-height: 62px;
}
#subtitle {
    position: absolute;
    top: 82px;
    left: 0;
    background-image: url(subtitle.gif);
    width: 469px;
    height: 111px;
}
.mcategory {
    background-image: url(icons/folder.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    padding-top: 2px;
    float: left;
}
.mtags {
    width: 500px;
    clear: both;
    background-image: url(icons/tag.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 18px;
    padding-top: 2px;
    float: left;
}
.mauthor {       
    background-image: url(icons/author.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-left: 18px;
    padding-top: 2px;
}
.mcomments {
    background-image: url(icons/comment.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 2px 0 0 18px;
    margin: 0 3px 0 0;
    float: right;
}
.mdate {
    background-image: url(icons/calendar.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding: 0 0 0 18px;
    margin: 0 0 15px 0;
}

