/* 
Theme Name: Artistic Vice Theme
Theme URL: http://www.jonasvorwerk.com
Description: Theme for Artistic Vice 2008
Author: Jonas Vorwerk
Author URI: http://www.jonasvorwerk.com
Version: 1.0
*/

BODY {
	font-family: Helvetica, Arial, Verdana,sans-serif;
	margin:0px;
	font-size:13px;
	line-height: 22px;
	text-align:center;
	color: #c9c9c9;
	background-color:#161616;
} 

H1 {
	text-decoration: none;
	margin:0px;
	padding: 0px;
	font-size: 18px;
	line-height:24px; 
	padding-bottom: 4px;
}

H1 a {
	text-decoration: none;
	color: #fff;
}

H2 {
	color: #9A0000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height:14px; 
}

H2 a{
	color: #fff;
}

H3 {
	color: #9A0000;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height:12px; 

}

a{
	text-decoration: none;
}

#post a {
	color: #c9c9c9;
	text-decoration:underline; 
}

#post h1 a {
	text-decoration: none;
	color: #fff;
}

#post h1 a:hover {
	color: #c9c9c9;
}

#post a:hover {
	color: #fff; 
}

p {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
}


img {
	border:none;
}

#supercontainer {
	background-image:url(images/bg.jpg);
	width: 100%;
}

#menucontainer{
	background-repeat: repeat-x;
	clear:both;
	width:100%;
	height: 40px;
	/*background-color:#7A0000;*/
	background-image:url(images/menu_bg.png);
}

#menu{
	width:960px;
	margin:0 auto;;
	text-align:left;
}

#menulogo{
	float:left;
}

.menuitems{
	float:right;
	position:relative;
	height:30px;
	margin-left:5px;
	/*-moz-border-radius: 5px 5px 5px 5px;*/

}

.over{
	position: absolute;
	top: 0; 
	left: 0;
}


#container{
	width:960px;
	margin:0 auto;
	text-align:left;
	min-height:500px;	
	padding-top: 30px;
	
}

#sidebar{
	float:left;
	width:300px;
	margin:0px;
	padding:0px;
}

#content {
  	float: right;
  	width: 630px;
  	min-height: 400px;
}

#contentLeft {
	float: left;
	width: 300px;
	padding: 0px;
	display: block;
}
 
 #contentRight {
	float:right;
	width: 300px;
	display: block;
}


#post {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

#list {
	margin: 0px;
	padding: 0px;
}

#list li{
	list-style-type: none;
	text-decoration: none;
	margin:0px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height:20px;
}

#list li a{
	color:#fff;
}

#list li a:hover{
	color:#7A0000;
}

#tagline{
	font-size: 20px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:30px;
	margin-bottom: 30px;
}

#thumbs {
	margin-bottom: 30px;
}

#thumbs img{
	padding:0px;
	margin:0px;
}

#pthumbs img{
	padding-left:7px;
	padding-top:8px;
	padding-bottom:7px;
}

.thumblink img{
	 border: 0 none;
}

/* search */
#s {
	width:155px;
	font-size: 14px;
	line-height:14px;
}


#searchsubmit {
	color:#5A0101;
	width:160px;
}


/* tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

/* image */
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   border: 0px;
   margin-right: 10px;
   margin-bottom: 0px;
}

.alignright {
   float: right;
   border: 0px;
   margin-left: 10px;
   margin-bottom: 0px;
}

.wp-caption {
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 0px;
   width:100px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
   width:100px;
}

.wp-caption p.wp-caption-text {
   font-size: 13px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#logo{
	margin-bottom:20px;
}

#underline {
	color: #3e3e3e;
	font-size: 9px;
	margin-bottom: 0px;
	line-height: 9px;
}

#footer {
	width:100%;
	height:45px;;
	margin:0 auto;
	text-align:right;
	font-size: 10px;
	color:#282828;
	padding-top:5px;
}

#footer a {
	color:#282828;
	margin-right:11px;
	
}

#footer a:hover{
	color:#E9E9E9;
}
