/*  
 * Theme Name: 		VariousNefariousness
 * Theme URI: 		http://www.variousnefariousness.com
 * Author: 			Asa Boy
 * Author URI: 		http://www.variousnefariousness.com
 * Tags:			two-columns, black, blue, fixed-width, right-sidebar, threaded-comments
 * Version:			1.0
 */

* {
    margin:					0;
	padding:                0;
}

body, html {
	background-image:		url(images/background.png);
	background-repeat:		no-repeat;
	background-position:	top center;
	background-color:		#00a0a0;
	font-size:				100%;
	font-family:			Myriad, "Myriad Pro", Palatino, "Rotis Sans Serif", serif;
	color:					#00a0a0;
	width: 					100%;
	
}


/*----------------------------- menu ------*/

#menu {
	width: 					770px;
	height: 				20px;
	position:				relative;
	top:					25px;
}

#menulist {
	border:					0;
	margin:					0;
	padding:				0;
	list-style-type:		none;

}

#menulist li {
	line-style: 			none;
	height: 				20px;
	float:					left;
	display:				inline;
	padding-right:			30px;
}

#menulist li.search {
	line-style: 			none;
	height: 				20px;
	float:					left;
	display:				inline;
	padding-left:			275px;
	position:				relative;
	top:					-2px;
	left:					25px;
}

#menulist a {
	color:					white;
	text-decoration:		none;

}

#menulist a:hover {
	color:					#FF0000;
	
}

/*----------------------------- wrapper ------*/
#wrap {
    width:					825px;
	margin:					0 auto;
}



/*-------------------------- main divs -------*/
.content {
    width:					600px;
	float:					left;
}

#header { 
	background-repeat:		no-repeat;
    min-height:             125px;
	height:					auto;
	height:					125px;
	background-image: url(images/header.png);
	background-position: left;
	background-color: transparent;
}
#header #text {
	font-family:			Myriad, "Myriad Pro", Palatino, "Rotis Sans Serif", serif;
	font-style:				italic;
	margin:					10px 0 0 10px;
	text-indent:			-99999px;
}
#header #text h2 {
    font-size:				16px;
	font-style:				italic;
	color:					transparent;

}

#middle { 
	margin:					0 5px 5px 5px;
}

#sidebar {
    width:					200px;
	margin:					0 0 0 15px;
	float:					left;
	position:				relative;
	top:					100px;
}
#sidebar .top, #sidebar .middle, #sidebar .bottom {
    margin:					0;
	padding:                0;
}
#sidebar .top, #sidebar .bottom {
    background-repeat:		no-repeat;
}
#sidebar .top { 
    background-image:		url(images/sidebar-top.png);
	height:					57px;
	width: 					200px;
}
* html #sidebar .top {
    margin:					0 0 -10px 0;
}



#sidebar .top2 {
    margin:					0;
	padding:                0;
}
#sidebar .top2 {
    background-repeat:		no-repeat;
}
#sidebar .top2 { 
    background-image:		url(images/sidebar-top-2.png);
	height:					57px;
	width: 					200px;
	margin-left:			-1px;
}
* html #sidebar .top2 {
    margin:					0 0 -15px -5;
}


#sidebar .top3 {
    margin:					0;
	margin-bottom: 			-4px;
	margin-left: 			-2px;
	padding:                0;
    background-repeat:		no-repeat;
    background-image:		url(images/sidebar-top-3.png);
	height:					57px;
	width: 					200px;
	display: block;
}
* html #sidebar .top3 {
    margin:					0 0 -15px 0;
}


#sidebar .middle { 
    background-image:		url(images/sidebar-bottom.png);
	background-repeat:		repeat-y;
	background-position:	bottom center;
	margin-left:			6px;
	min-height:				55px;
	margin-top: 			-10px;
	
}

#sidebar .middle2 { 
    background-image:		url(images/sidebar-bottom-2.png);
	background-repeat:		repeat-y;
	background-position:	bottom center;
	margin-left:			7px;
	min-height:				75px;
	
}

#sidebar .bottom { 
    background-image:		url();
	height:					0px;
	margin:					0 0 5px 0;
}
#sidebar .title {
    background-color:		none;
	border-top:				0px solid #333;
	border-bottom:			0px solid #333;
	width:					200px;
	margin:					0 0 0 5px;
	
}
#sidebar .title h3 {
    color: 					#00a0a0;
	padding:                3px 0 3px 5px;
	font-size:				16px;
	position: 				relative;
	top:					-12px;
	left:					5px;
}

#sidebar .title2 {
    background-color:		none;
	border-top:				0px solid #333;
	border-bottom:			0px solid #333;
	width:					200px;
	margin:					0 0 0 5px;
	
}
#sidebar .title2 h3 {
    color: 					#00a0a0;
	padding:                3px 0 3px 5px;
	font-size:				16px;
	position: 				relative;
	top:					-35px;
	left:					5px;
}

#sidebar ul {
	margin:					0 5px 0 20px;
	padding:                3px 0 50px 5px;
	position:				relative;
	top:					-10px;
	
}
#sidebar ul.work {
    margin-left:			20px;
	list-style-type:		disc;
}
#sidebar ul ul {
    list-style-type:		disc;
	margin:					0 5px 15px 20px;
}



#sidebar #searchform input#s {
    width:					153px;
	margin:					5px 10px;
	padding:                2px 1px;
}

#sidebar p#tagcloud {
    margin:					0 3px;
	text-align:				center;
	padding-bottom:	        50px;
	width:					175px;
}



/*----------------------------- post ---------*/
.post { 
	margin-left:			20px;

}
.post-top, .post-bottom {
    background-repeat:		no-repeat;
	background-color:		none;
	
}
.post-top {
	background-image:		url(images/topback.png);
	height:					140px;
	max-height:				140px;
	position: 				relative;
	top: 					50px;
}
* html .post-top {
    
	margin:					0 0 -9px 0;
	color: #FF0000;
	
}
.post-content {
    background-image:		url(images/content-back.png);
	background-repeat:		repeat-y;
	font-size:				100%;
	position: 				relative;
	top: 					50px;
	color: 					#00a0a0;
}
* html .post-content {
    background-image:		url(images/content-back.png);
}
.post-bottom {
    background-image:		url(images/content-bottom.png);
	height:					150px;
	position:				relative;
	top: 					-10px;
	
}
* html .post-bottom {
    background-image:		url();
}
.post-content ul, .post-content dl, .post-content ol {
    padding:				5px 0 5px 25px;
}
.post-title {
    background-color:		none;
	border-top:				0px solid #333;
	border-bottom:			0px solid #333;
	margin:					0 2px 0 25px;
	padding:                0 3px;
	position:				relative;
	top:					-15px;
	color: #FF0000;

}

.redtitle a {
	color: #FF0000;
}

.redtitle a:hover {
	color: #FF0000;
}

.redtitle a:visited {
	color: #FF0000;
}

.post-date {
    background-color:		transparent;
	background-image:		url();
	background-repeat:		no-repeat;
	width:					150px;
	height:					20px;
	position:				absolute;
	top:					-15px;
	left:					375px;
	text-align:				center !important;
}
* html .post-date {
    background-image:		url();
}
.post-date .month, .post-date .date {
	font-size:				16px;
	font-weight:			bold;
	color:					#00a0a0;
}
.post-date p {
	margin:					16px 0 0 0;
}
.post-date .month { 
	text-align:				center;
	font-size:				16px;
	padding:				0 0 5px 0;
}
.post-date .date { 
	text-align:				center;
	padding:                3px 0 0 0;
}
.post-main {
	padding:                0px 5px 0 25px;
	width:					515px;
}

.post-main #tags {
	margin-bottom: 		5px;
}

.post-title h2, #commentsdiv h4 {
	font-size:				24px;
	color:					#FF0000;
}

.post-title h2 a {
	font-size:				24px;
	color:					#FF0000;
}

.post-comments {
    background-image:		url();
	background-repeat:		no-repeat;
	position:				relative;
	top:					-20px;
	left:					18px;
}
* html .post-comments {
    background-image:		url();
}
.post-comments p {
    margin:                 23px 0 0 8px;
}

.post-info {
    position:				relative;
	left:					25px;
	top:					-15px;
}
.post-archive .post-info {
    text-align:				left;
}



/*-------------------------- comments --------*/
#commentsdiv {
	margin:					0;
	margin-left:			10px;
	background-image:		url(images/content-back.png);
	background-repeat:		repeat-y;
}
.commentlist {
    margin:					0 0 0 5px;
	position: 				relative;
	top: 					-6px;
	width:					550px;

}
.commentlist li.comment {
    display: 				block;
	padding:                5px 10px;
	margin:					5px 1px 1px 1px;
	
	
}
.commentlist li.comment:after {
    content: 				".";
    display: 				block;
    clear: 					both;
    visibility: 			hidden;
    line-height: 			0;
    height: 				0;
}
html[xmlns] .commentlist li.comment {
    display:				block;
}
* html .commentlist li.comment {
    height: 				1%;
	background-image:		url();
}

.commentlist ul, .commentlist ol, .commentlist dl {
	padding:                0;
	margin:                 0 0 10px 20px;
}
.commentlist ul { 
    list-style-image:		none;
}
.commentlist ol {
    list-style-type:		none;
}

.commentlist .children {
    margin:					20px 0 0 0;
	list-style:				none;
}

.comments-top, .comments-bottom {
    background-repeat:		no-repeat;
	background-color:		transparent;
}
.comments-top {
    background-image:		url(images/topback-comments.png);
	height:					125px;
	max-height:				125px;
	position:				relative;
	top: 					5px;
	left:					5px;

}
* html .comments-top {
    background-image:		url(images/topback-comments.png);
	margin:					0 0 -9px 0;
	height:					125px;
	max-height:				125px;
}
.comments-middle {

	font-size:				100%;
	margin:					0 0 -9px 0;
	position: 				relative;
	top: 					-26px;
	left: 					-10px;
}
* html .comments-middle {

}
.comments-bottom {
    background-image:		url(images/bottomback-comments.png);
	margin:					0 0 -9px 0;
	height:					88px;
	max-height:				88px;
	position: 				relative;
	top: 					-10px;
	left:					5px;
}
* html .comments-bottom {
    background-image:		url(images/bottomback-comments.png);
}

.comments {
    position:				relative;
}
.comments-textarea { 
    margin:					0 10px 0 8px;
}
.comments-textarea textarea {
    width:					90%;
	margin:					10px 0 0 25px;
}
.comments-title {
    background-color:		none;
	border:					0px solid #333;
	margin:					0 1px 0 1px;
	padding-left:			25px;
	position: 				relative;
	top: 					-35px;

}
.comments-title h3 {
    font-size:				18px !important;
	padding:                2px 0 2px 2px;
}
.comments-title h4 {
    font-size:				16px !important;
	padding:                2px 0 2px 2px;
}
.comment-author {
    float:					left;
	clear:					left;
	width:					60px;
	margin:					0 15px 0 0;
	padding:                10px 0 10px 0px;
	border-left:			0px solid #333;
	font-size:				14px;
	text-align:				center;
	min-height:             60px;
	height:					auto !important;
	height:					60px;
}
* html .comment-author {
    width:					110px;
}
.comment-author img {
    margin:					0 auto;
	padding:                0px;
	clear:					both;
	border:					0px solid #ddd;
}
.comment-author cite {
    font-size:				13px;
}

.comments-content {
    padding:                5px 0px;
	padding-left:			35px;
	width: 					400px;
}
.comments-inputs {
    margin:					0 0 10px 30px;
	font-size:				12px;
	position:				relative;
}
.comments-inputs label {
    float:					left;
    width:					100px;
}
.comments-inputs input {
    margin:					0 0 3px 0;
	
}
.comments-middle .buttons {
    text-align:				right;
	padding-top:			10px;
	margin-right:			25px;
	padding-bottom:			5px;
	height: 				30px;
}
.comments-middle .buttons input {
    margin:					0 10px 0 0;
	border:					1px solid #548cbd;
	font-family:			Myriad, "Myriad Pro", Palatino, "Rotis Sans Serif", serif;
	font-size:				14px;
	font-weight:			bold;
}
.comments-middle .buttons input:hover {
    color:					#548cbd;
}
.comments .inputs {
    padding:                0 10px;
}

.comments p {
    padding:                0 0 10px 0;
}



/*---------------------------- footer --------*/
#footer { 
	background-color:		none;
	color:					#00a0a0;
	background-image:		url(images/footer-background.png);
	background-repeat:		repeat-x;
	background-position:	top center;
	min-height: 			313px;
	width:					100%;
	position:				absolute;
	left: 					0%;
	text-align:				center;
	z-index:				1;
}


#footer .top, {
    background-repeat:		no-repeat;
	height:					0px;
	max-height:             0px;
}
#footer .top {
    background-image:		url();
}
* html #footer .top {
	margin:					0 0 0px 0;
}
#footer .middle {
    background-image:		url();
	/*width: 					600px;*/
	position:				relative;
	top: 					195px;
	background-color: #000000;
	
}
#footer .bottom {
    background:		#000000;
	height: 		100px;
}
#footer .block {
	position:				relative;
	left: 					200px;
	float:					left;
	width:					185px;
	margin:					0 0 0 15px;
}

#footer .block1 {
	position:				relative;
	left: 					200px;
	float:					left;
	width:					185px;
	margin:					0 0 0 15px;
}

* html #footer .block {
	width:					185px;
}

#footer h3 {
    color: 					#00a0a0;
	padding:                3px 0 3px 5px;
	font-size:				16px;
}
#footer ul {
    list-style-type:		disc;
	margin:					0 0 0 25px;
}




/*-------------------------- calendar --------*/
/* wp-calendar refers to the table itself     */
#wp-calendar {
    margin:					0 auto;
	width:					95%;
}
#wp-calendar caption {
    display:				none;
}
#wp-calendar thead tr { }
#wp-calendar thead tr th {
    text-align:				left;
} 
#wp-calendar tbody tr { }
#wp-calendar tfoot tr { }
#wp-calendar tbody td { 
    min-height:             35px;
	height:					35px;
	background-color:		#fff;
	border-right:			1px solid #ccc;
	border-bottom:			1px solid #ccc;
	margin:					0 5px 5px 0;
	padding:                2px;
	vertical-align:			top;
}
#wp-calendar tbody td:hover {
    background-color:		#8aacd2;
}
#wp-calendar tbody td#today {
    background-color:		#d8dfef;
}
#wp-calendar tbody td#today:hover {
    background-color:		#ddd;
}

#wp-calendar tbody a {
    color:					#3e483d;
	font-weight:			bold;
}
#wp-calendar tbody a:hover {
    color:					#000;
}
#wp-calendar tfoot a {
    color:					#000;
	font-size:				18px;
	text-decoration:		none;
}
#wp-calendar tfoot a:hover {
    color:					#399;
}


/*----------------------------- links --------*/
a {
    color:					#FF0000;
	outline:				none;
	text-decoration:		none;
}
a:visited {
    color:					#FF0000;
}
a:hover {
    color:					#00a0a0;
	text-decoration:		underline;
}
h1 a, h1 a:visited {
    color:					#fff;
	text-decoration:		none;
}
h1 a:hover { 
    color:					#eee;
}
h2 a {
    color:					#FF0000;
	text-decoration:		none;
}
h2 a:visited {
    color:					#FF0000;
}
h2 a:hover {
    color:					#00a0a0;
}

.post-content a, .post-info a, #sidebar a, #footer a {
    border:					0;
	color:					#FF0000;
}
.post-content a:visited, .post-info a:visited, #sidebar a:visited, #footer a:visited {
    color:					#FF0000;
}
.post-content a:hover, .post-info a:hover, #sidebar a:hover, #footer a:hover {
    color:					#00a0a0;
}



/*----------------------------- misc ---------*/
.spacer {
    clear:					both;
}
.justify {
    text-align:				justify;
}
.centered {
    text-align:				center;
}
.navigation {
    text-align:				center;
	width:					540px;

}


.small {
    font-size:				87%;
}
.uppercase {
    text-transform:			uppercase;
}
.align-left {
    margin:					0 0 0 10px;
	float:					left;
}
.align-right {
    margin:					0 10px 0 0;
	float:					right;
}
img {
    border:					0;
}
.post p {
    padding:                5px 0;
}
blockquote {
    background-color:		#6cf;
	border:					1px solid #222;
	margin:					5px 25px;
	padding:                2px 5px 5px 5px;
}
.comments blockquote {
    margin:					5px 25px 0 25px;
}
blockquote ul, blockquote ol, blockquote dl {
    margin:					0 0 0 15px;
}

h2 {
    font-size:				12px;
	color: 					#FF0000;
	
}


.clearfix:after {
    content: 				".";
    display: 				block;
    clear: 					both;
    visibility: 			hidden;
    line-height: 			0;
    height: 				0;
}

.clearfix {
    display: 				inline-block;
}

html[xmlns] .clearfix {
    display: 				block;
}

* html .clearfix {
    height: 				1%;
}


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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}
img.alignright {
    float: right !important; 
	margin:0 0 0 5px !important;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}


