/*  
Theme Name: ARTISTICA
Theme URI: http://artistica.co.uk
Description: ARTISTICA
Version: 1.5
Author: Martin Saulis
Author URI: http://www.saulis.com
*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	border: 0;
}

body {
	background: url(images/body.gif) 50% 0% repeat;
	}

#page {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 760px;
	background: url(images/shadow.gif) 0% 0% repeat-y;
	padding-top: 150px;
	}
	
#header {
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	background: url(images/header.gif) 50% 0% no-repeat;
	}
#header h1 a {
	width: 100%;
	height: 140px;
	display: block;
}
#header h1 a span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
}
#header .description {
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
}

/* CONTENT */
.narrowcolumn, .widecolumn {
	float: right;
	margin: 0;
	padding-right: 45px;
	width: 510px;
	padding-top: 5px;
	}

#content h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.05em;
	background: #f1e4c9;
	padding: 10px;
	margin-bottom: 4px;
}	
#content h2 a {
	color: #0033CC;
	color: #c23100;
	text-decoration: none;
}	
#content h2 a:hover {
	text-decoration: underline;
}
#content em {
	letter-spacing: 0.02em;
	color: #4f4108;
}


.post {
	margin-bottom: 30px;
}
.post small {
	font-size: 10px;
	color: #663300;
}
.post .entry {
	margin: 10px 0px;
}
.post p {
	line-height: 1.6em;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post img {
	padding: 2px;
	margin: 2px;
	margin-right: 10px;
	margin-bottom: 1px;
	border: 1px solid #ccc;
	float: left;
}
.post img.wp-smiley {
	border: 0; margin: 0; padding: 0; float: none;
}
.post p.postmetadata {
	padding: 10px;
	background: #eee;
	font-size: 10px;
	clear: both;
}
.post p.postmetadata * {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

	
/* FOOTER */	
#footer {
	padding: 0 0 0 1px;
	margin: 0px auto;
	width: 760px;
	padding: 10px 0;
	clear: both;
	}
#footer p {
	margin-left: 190px;
	width: 535px;
	text-align: center;
}
#footer * {
	font-size: 10px;
}



h3#comments, h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
}


#commentform input {
	font-size: 11px;
	padding: 2px;
	}

#commentform textarea {
	width: 500px;
	height: 100px;
	}

#commentform #submit {
	}



ol.commentlist {
	margin: 10px;
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 40px;
}
ol.commentlist li {
	margin: 5px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
ol.commentlist li.alt {
	background: #ffd;
}
ol.commentlist li cite {
	font-size: 14px;
	font-weight: bold;
}
ol.commentlist li cite a {
	text-decoration: underline;
	color: #000;
}
ol.commentlist li small.commentmetadata {
	float: right;
	margin-top: -15px;
	margin-right: 5px;
}
ol.commentlist li small.commentmetadata * {
	text-decoration: none;
}
ol.commentlist li p {
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* NAVIGATION BAR*/
.navigation {
	padding: 10px;
	margin: 10px 0;
	line-height: 20px;
	font-size: 14px;
	color: #444;
	background: #dfc;
	font-weight: bold;
}
.navigation a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation .alignleft {
	float: left;
	text-align: left;
	width: 50%;
}
.navigation .alignright {
	float: right;
	text-align: right;
	width: 50%;
}
/* SIDEBAR */
#sidebar
{
	margin-right: 535px;
	width: 150px;
	padding-left: 30px;
	padding-right: 0px;
	}
#sidebar ul {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	background: url(images/sidebar.gif) repeat;
	font-size: 12px;
	color: #000;
}
#sidebar ul h2 {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	margin-left: 0px;
}
#sidebar ul li {
	margin-left: 0px;
	font-size: 11px;
	color: #222;
}
#sidebar ul li a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
	padding: 5px 0 10px;
}

.latestcomments li {
	font-style: italic;
	margin-bottom: 10px;
}
#sidebar .latestcomments li a.linkto {
	color: #600;
	font-size: 12px;
	display: block;
	padding-top: 2px;
}
.latestcomments li .author {
	text-transform: none;
	font-weight: normal;
	font-style: italic;
	color: #f1e4c9;
	background: url(/images/comment.gif) 0% 2px no-repeat;
	width: 100px;
	font-size: 12px;
}
#page #sidebar .latestcomments li .author a {
	color: #f1e4c9;
	text-decoration: underline;
	font-size: 12px;
}
.latestcomments li .commentpart {
	font-style: normal;
	color: #000;
	font-size: 12px;
}

#sidebar hr {
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-left: 0px;
}

#sidebar ul.mostcomments li {
	padding-bottom: 10px;
}




.clear {
	height: 1px; display: block; width: 1px; clear: both; overflow: hidden;
}

.blabberlinkage {
	font-size: 10px;
	margin-top: 20px;
	display: block;
}
#ad {
	margin-bottom: 10px;
	background: #ffa;
	text-align: center;
	background: url(images/ad.jpg) 0% 100% no-repeat;
	background: url(images/ad.jpg) repeat;
}
#ad * {
	font-size: 14px !important;
	color: #ef7700 !important;
	color: #800 !important;
	font-weight: bold !important;
	letter-spacing: -1px;
}
#ad a {
	display: block;
	padding: 10px;
}
#ad a:hover {
	text-decoration: none !important;
	color: #000 !important;
}