/*  
Theme Name: Urban Myths
Theme URI: http://konstruktief.nl
Description: Made by Konstruktief for kunsttour project 2006: Urban Myths
Version: 1.0.3 
Author: Barth & Job
Author URI: http://destruktief.nl
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:10px; font-size:1px; line-height:1px; }
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background:#fff url(images/bg.jpg);
	color:#333;
	font-size:11px;	
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-family:"Lucida Grande", "Trebuchet MS", arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:80%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	color:#333;
}

a{
	color:#224466;
	text-decoration:none;
}
a:hover{
	color:#224466;
	text-decoration:none;
	background:#ffffcc;

}

a.watchme{
padding: 0 4px 0 4px;
	color:#224466;
	text-decoration:none;
	background:#ffff98;
border-bottom:1px solid #ffff98;
border-left:1px solid #ffff98;
border-right:1px solid #aaaa98;
border-top:1px solid #aaaa98;
}
a.watchme:hover{
padding: 0 4px 0 4px;
	color:#224466;
	text-decoration:none;
	background:#ffffcc;

}
h1{
	color:#224466;
	font-weight:normal;
	margin:20px;
	font-family:'Century Gothic','Lucida Grande','Lucida Sans';
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2, h3{
	color:#224466;
	font-weight:normal;
	font-family:'Century Gothic','Lucida Grande','Lucida Sans';
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 26px;
}
#primary h2{
	color:#446622;
	font-size: 26px;
}
p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	border-left:2px solid #333;
	color:#333;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#fff;
	color:#fff;
	text-align:left;
text-align:top;
}
table td{
	background:#fff;
	color:#000;
}
table caption{
	text-align:left;
	color:#000;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #333;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
	background:#474747 url(images/top_bg.gif) repeat top;
	height: 187px;
}
#header .inside{
	padding-top:25px;
	background: transparent;
}

#header h2{
	margin:0;
	padding:0;	
	color:#333;		
	background:none;
	font-size: 36px;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
	background:#fff;
	padding:1em 0 2em 0;
	color:#808080;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}
#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;	
}

.story h3{
	font-variant:normal;
	margin:10px 0 0 0;
	font-weight:normal;
	color:#F31936;
	font-size: 24px;
}
.story h3 a{
	color:#F31936;
	text-decoration:none;	
	font-size: 24px;
}
.story h3 a:hover{
	color:#F31936;
	background:#fff290;
	text-decoration:underline;	
	font-size: 24px;
}

.story .details{
	margin:0;
	border-top:1px solid #eee;
	padding:0.5em 0 0.5em 0;
	font-size:0.98em;
	color:#ccc;
		height:25px;
}
.story .details .read-on{
}
.story .details a{
	color:#a4a4a4;
	text-decoration:none;
}
.story .details a:hover{ color:#000; }
}
.story a:hover{
	color:#224466;
	border-bottom: 1px solid #204060;
	text-decoration:none;
	background:#ffff98;
}
/* Single Post Styles */

#primary .primary{
	float:right;
	width:65%;
}
#primary .secondary{
	float:right;
	width:30%;
	margin-right:5%;
	padding-top:0.65em;
	display:inline;
}
* html #primary .secondary{ margin-right:4%; }

.secondary .featured p{
	border-bottom:1px solid #ccc;
	border-top: 1px solid #ccc;
	padding:0.5em 0 0.6em 0;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #ccc;
	padding:0.5em 0 0.6em 0;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#555;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#808080; }
.secondary dd a:hover{ color:#000; }

.single-post h1 { font-size: 36px; margin-top:0; }
.single-post h2 { font-size: 22px; margin-top:0; }
/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#fafafa;
	padding:1px 2em;
	border-top:1px solid #d3d3d3;
}

.comment-head{
	border-bottom:1px solid #f3f3f3;
	padding:0.8em 2em 1.0em 2em;
}
.comment-head h2{
	margin:0;
	font-size: 18px;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#comments{
	list-style-type:none;
	margin:2em 0;
}
ol#comments li{
	list-style-type:none;
	margin:2em 0;
}

#comments cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
}
* html #comments cite{ width:30.6%; }
#comments cite span{
	display:block;
}
#comments cite .author{ font-size:1.2em; }
#comments cite .author a{
	text-decoration:none;
}
#comments cite .admin-tools{
	margin:5px 0;
}
#comments cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#aaa;
	border:1px solid #aaa;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#comments .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#comments .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#comments .content p{
	margin:0 0 1em 0;
}
#comments .content h3{
	margin:0;
	font-size: 20px;
}

#comment-form{
	margin:5em 0 5em 35.4%;
	width:36em;
}
input.textfield{
	width: 15em;
	margin:5px 0;
	color:#963;
}
textarea.commentbox{
	width:28em;
	height:10em;
	padding:0.25em;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
}
.formactions input.submit{ 
	float:right; 
	margin:1em 0 0 0;
	padding:0 0.5em;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

#secondary .block{
	float:left;
	width: 29%;
	margin:0 0 0 3%;
}
#secondary .twice-length{ width:65%; }
#secondary .thrice-length{ width:100%; }
* html #secondary .block{
	margin:0 0 0 3%;
}
#secondary .first, * html #secondary .first{
	clear:both;
	margin:0;
	width:33%;
}
#secondary .block-separator{
	clear:both;
	height:2.5em;
}

#secondary .block h2, #secondary .block h3{
	margin:0 0 1em 0;
	color: #444;
	font-size: 26px;
	
}
#secondary .block form 
{
    padding-bottom:1em;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding:2em 0 0 0;
border-top:1px solid #666666;	
}
#ancillary .block{
	float:left;
	width: 29%;
	margin:0 0 0 3%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
* html #ancillary .block{
	margin:0 0 0 3%;
}
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
	width:33%;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1em 0;
	color: #444;
	font-size: 26px;
	
}
#ancillary .block form 
{
    padding-bottom:1em;
}
ul.dates, ul.counts{
	list-style-type:none;
	margin:1.5em 0;
	border-top:1px solid #edd;
}
ul.dates li, ul.counts li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #edd;
}
ul.dates .date, ul.dates .date a {
	color:#999;
	padding-right:0.5em;
}
ul.dates .date em {
	color:#ccc;
	font-style:normal;
	
}
ul.counts .count{
	float:right;
	color:#a5a5a5;
}

ul.dates a, ul.counts a{
	color:inherit;
	color:#335566;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count{ 
	color:#668899;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#f1f1f1;
	margin:2em 0 0 0;	
background:#212121;
	
}
#footer .inside
{
background:#212121;
	color:#f1f1f1;
}
#footer p{
	margin:0;	
background:#212121;
	color:#f1f1f1;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{

	text-decoration:none;
	color:#f1f1f1;

}
#footer p.attributes a:hover{
	color:#ffffff;
background:transparent;
}

/*-----------------------------------------------------------------------------------------------
  Live Search
-----------------------------------------------------------------------------------------------*/
#search input{ 
	width:175px; 
	font-size: 0.85em; 
	background:#fff;
	color:#963;
	margin-top:2px;
}

/*-----------------------------------------------------------------------------------------------
  Topnavigation
-----------------------------------------------------------------------------------------------*/

.topnav 
{
	
	list-style:none;
	margin:0px auto 0 auto;
	padding:5px 0;
	text-align:left;
	width:80%;
	min-width:65em;
	max-width:85em;	
	margin-top:90px;		
}
.topnav li 
{
	list-style:none;
	margin:0;
	padding:0 5px;
	display:inline;
}
.topnav li a 
{
	color:#90DDDD;
	padding:1px 0;
	text-decoration:none;
}
.topnav li a:hover, .topnav li.current_page_item a
{
	color:#fff;
	padding:1px 0;
	text-decoration:none;
	border-bottom:#E32135 2px solid;
	background:transparent;
}

/*-----------------------------------------------------------------------------------------------
  Header Side Splatters
-----------------------------------------------------------------------------------------------*/

#splatr
{
	background: url(images/brand_right.gif) 0 0 no-repeat;
		width:460px;
		height:159px;
		position:absolute;
		top: 0;
		right: 0;
		z-index:99;
}	
	
#splatl
{
	background:  url(images/brand_left.gif) 0 0 no-repeat;
	width:460px;
	height:159px;
	position:absolute;
	top: -1px;
	left: 0;
	z-index:99;
}



h1 {
	font-size: 38px;
	margin-left:0px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 20px;
}

h6{
font-size:36px;
font-weight:bold;
letter-spacing:-2px;
margin:0;
padding:0;
}


.comment-head h2{
	margin:0;
	font-size: 18px;
}

.detail{
	margin:0;
	border-top:1px solid #eee;
        text-allign:right;
	padding:0.2em 0 0.2em 0;
	font-size:0.98em;
	color:#ccc;
}
.detail .read-on{
}
.detail a{
	color:#a4a4a4;
	text-decoration:none;
}
.detail a:hover{ color:#000; }

/*-----------------------------------------------------------------------------------------------
  Video styles
-----------------------------------------------------------------------------------------------*/

.wpv_videoc {
	text-align: left;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 700px;
	height:450px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px none #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #f44;
}

.wpv_download a:hover {
	text-decoration: none;
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}
