/*  
Theme Name: ArtyFarty
Theme URI: 
Description: the artyfarty theme
Version: 1.0
Author: Christian Potthast
Author URI: 
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%;*/
	vertical-align: baseline;
	background: transparent;
}

/*************************************
 +Hn
 *************************************/
 h1, h2, h3{
	font-family: 'Convergence', sans-serif;
	letter-spacing: -1px;
	font-size:10.0em;
}
h2{
	font-size:10.0em;
	padding-right:5px;
}
h3{
	font-size:1.0em;
}

/*************************************
 +Containers
 *************************************/
body{
	background: #fff url("./images/bg.jpg");
	color: #333;
	font-family: Verdana, Arial, Helvetica,'Trebuchet MS', Tahoma, Lucida Grande, sans-serif;
	font-size: 70%; /* Resets 1em to 10px */
	letter-spacing: 0px;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: left;
}
#wrap{
	
	margin:0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: left;
	width: 940px;
}

#content{
	float:left;
	width:580px;
	margin-left: 20px;
	padding-right: 60px;
}
#footer{
	background: transparent url("./images/footerbg.png") repeat-x;
	width:100%;
	height: 280px;
	color:#999;
	clear:both;
}

#footer-t {
	margin: 0 auto;
	padding: 10px 0;
	text-align:left;
	width:940px;
	height: 60px;
}

#footer-l {
	background:transparent url("./images/footer_background.png") repeat-x;
	width:100%;
	height: 80px;
}

#footer-c {
	background:transparent url("./images/footer_logo.png") no-repeat;
	margin: 0 auto;
	padding: 10px 0;
	text-align:left;
	width:940px;
	height: 120px;
}

#footer-contact {
	margin: 0;
	margin-left: 340px;
	padding: 26px 0;
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.4em;
	text-align:left;
	height: 120px;
	width: 400px;
}
#footer-contact .t {
	color: #fff;
}
#footer-contact .ot {
	color: #d03018;
}

  /*************************************
 +Sidebar
 *************************************/
#sidebar{
	overflow: hidden;
	margin: 4px 0;
	padding: 0;
	color: #333;
	float: left;
	width: 260px;
}

#sidebar ul{
	list-style-type: none;
	margin: 0 0 4.0em;
	padding: 0;
}
#sidebar ul li{
	font-size: 1.0em;
	font-weight: normal;
	border-bottom: none;
	padding-bottom: 0.6em;
}

#sidebar ul li a {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: none;
	margin-bottom: 0.6em;
}

#sidebar ul li a:hover{
	border-bottom: 1px dotted #333;
}



#sidebar h2{
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 0.4em;
	margin-bottom: 1.0em;
	border-bottom: 1px solid #333;
}
#sidebar h3{
	font-size: 1.4em;
	font-weight: normal;
	color: #999;
}



/*************************************
 +Header
 *************************************/
#logo {
	background:transparent url("./images/logo.png") 0 no-repeat;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	width:940px;
	height: 280px;
}
 
#header{
	background:#000 url("./images/header_001.jpg") 0 repeat-x;
	height:280px;
	margin:0;
	padding: 0;
	text-align:center;
	width:100%;
}

#header h1{
	font-size:2.2em;
	font-weight:normal;
	margin:0 auto;
	padding-top:40px;
	padding-left:30px;
	text-align:left;
	width:940px;
}
#header h1 a{
color:#ecefed;
}
#header p{
	font-size:1em;
	padding-left:30px;
	margin:0 auto;
	text-align:left;
	width:940px;	
}


/*************************************
 +Navigation
 *************************************/
#nav{
	background:transparent url("./images/nav_background.png");
	background-position: center; 
	font-family: 'Cabin Condensed', sans-serif;
	font-size:2em;
	margin-top:0em;
}
#navwrap{
	display:block;
	margin:0 auto;
	width: 940px;
	height: 60px;
}
#nav ul{
	list-style-type:none;
	margin-left: 20px;
}
#nav ul li{
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 23px;
	margin-right: 28px;
	letter-spacing: 0px;
}
#nav ul li a{
	color: #333;
}
#nav ul li a:hover{
	color: #fff;
} 

#nav ul li.current_page_item a {
	color: #ddd;
	}
#nav ul li.current_page_item a:hover {
	color: #333;
	}

 /*************************************
 +Entry
 *************************************/
 .entry{
	line-height: 1.0em;
	margin-bottom: 8.0em;
}
.entrytitle {
	line-height: 2.2em;
	color:#333;
	padding-bottom: 0.4em;
	margin-bottom: 2.0em;
	border-bottom: 0.1em dotted #999;
}

.entrytitle h1 {
	display: inline;
	color: #d03018;
	font-size: 1.8em;
	font-weight: bold;
}

.entrytitle h1 a{
	color: #d03018;
}

.entrytitle h2 {
	display: inline;
	color: #333;
	font-size: 1.8em;
	font-weight: bold;
}
.entrytitle h3{
	display: inline;
	font-size: 0.9em;
	font-weight: normal;
	color: #999;
}


.entrymeta{
	background: #fff;
	font-size: 0.8em;
	display: none;
}


.entrybody {
	font-size: 1.2em;
	line-height: 1.8em;
}

.entrybody h2 {
	display: inline;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2.8em;
}

.entrybody p {
	margin-bottom: 2.0em;
}

.entrybody ol, .entrybody ul {
	margin: 2.0em 3.0em;
	padding: 0;
	}
	
	
.entrybody  a{
	border-bottom: 1px dotted #999;
	}




.postedby{
}
.filedto{
	background: url("./images/file.gif") no-repeat 0 2px;
}
.commentslink{
	background: url("./images/comments.gif") no-repeat 0 3px;
}

.more-link {
	border-bottom: 1px dotted #999;
}


.navigation {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	margin: 40px 0;
	padding: 0;
	width: 100%;
	}

.navigation  a{
	border-bottom: 1px dotted #999;
	}

.navigation .nav-previous,
.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .nav-next,
.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}





 /*************************************
 +Misc
 *************************************/
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #666;
}

.totop {
	float: left;
	margin: 0;
	padding-top: 0.0em;
	padding-left: 2.0em;
	padding-right: 4.0em;
}

#nav:after, #wrap:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html #nav, * html #wrap {height: 1%;}

