/*
=================================================
Theme Name: ulle-thumb
Theme URI: http://www.werldfilm.org
Description: theme for werldfilm collective
Version: 1.0
Author: ullle
Author URI: http://www.werldfilm.org/
=================================================
*/

/*
	RESET
*/


html								{ overflow-y: scroll; }
html, body							{ height: 100%; }
body								{ font-family: Arial, sans-serif; color: #272727; 
									  background: url(images/bg.jpg) repeat top #ccc; }
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img									{ vertical-align: middle; }
table								{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button								{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727;}
.button:hover						{ background: #990000; color: #ccc; }

.shadow 							{ box-shadow: 5px 5px 5px #ccc; 
										-moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc;}

#breadcrumb 						{ color:#000; font-weight:bold; border-bottom:1px dotted #fff; text-transform: uppercase;}  
#breadcrumb ul 						{ list-style-type:none;}  
#breadcrumb ul li					{ padding:5px 5px 5px 0; list-style-type: none;display: inline;}

#breadcrumb ul li:before 			{ content: " // ";}
#breadcrumb .front_page:before 		{ content: none;}
#breadcrumb a 						{ color:#fff; text-transform:none; }


.black 								{ color:#000000; }

form#searchform						{ margin: 5px 0 5px 0; }

#featured-post        				{ margin: 0 30px 0 0;}

body, h1, h2, h3, h4, h5, h6, blockquote, p, address, dd, dl, form, hr, ul, li {
		margin:0;
		padding:0;
}

body {
		font-size:0.75em;
		}

h1, h2, h3 {
		font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		padding:0 0 10px 0;
}

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

a:link, a:visited {
font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		text-decoration:none;
		color:#000;
		font-weight:bold;
}

a:hover {
		text-decoration:none;
		color: #FF0000;
}



/* header
++++++++++++++++++++++++++++ */

#header {
	
}

#header #branding {
		float:left;
		padding:10px;
}

#header #branding h1 a {
		text-indent: -9999em;
		width:334px;
		height:54px;
		background-image:url(images/logo.png);
		background-repeat:no-repeat;
		background-position:top left;
		float:left;
}


#header #branding h2 {
		font-size:100%;
		text-transform:uppercase;
		margin:10px 0 0 25px;
		float:left;
}

/* top-menu
++++++++++++++++++++++++++++ */

.top-menu {
		padding:10px 0 0 0;
		float:right;
}

.top-menu ul {
		float:right;
		list-style-type:none;
		margin:0;
		padding:0;
}

.top-menu ul li {
		float:left;
		margin:0 0 0 10px;
		padding:0 0 2px 0;
}

.top-menu ul li a{
		padding:0 0 2px 0;
		border-bottom:3px solid #ccc;
}

.top-menu ul li a:hover{
		border-bottom:3px solid #000;
}





/* structure
++++++++++++++++++++++++++++ */

#wrapper {
		margin:0 auto 0 auto;
		width:960px;
}

#container {
	border: 1px solid #fff; 
		padding: 8px 8px; 
		 -moz-border-radius: 10px; 
		 -webkit-border-radius: 10px; 
}

#box-white {
		width:880px;
		margin:10px auto;
		border: 3px solid #ccc; 
		background: white; 
		padding: 8px 8px; 
		 -moz-border-radius: 10px; 
		 -webkit-border-radius: 10px; 
		  }
 
 
#box-grey {
		width:880px;
		margin:0 auto 10px auto;
		border: 1px solid #fff; 
		padding: 8px 8px; 
		 -moz-border-radius: 10px; 
		 -webkit-border-radius: 10px; 
		 background:#ccc;
}

#box-grey h3 {
		text-transform:uppercase;
		border-bottom:1px dotted #fff;
		font-size:100%;
		letter-spacing:0.25px;
		padding: 0;
}


 
/* main widget area
++++++++++++++++++++++++++++ */
 
#widgetarea-wide {
		padding:20px 20px 0 20px;
		width:880px;
}

#widgetarea-narrow {
		padding:20px 20px 0 20px;
		width:400px;
		float:left;
}


.widgets {
margin: 0 30px 20px 0;
}

.widget1 {
	width:150px;
	float:left;
	margin: 0 50px 0 0 ;
}
.widget2 {
	float:left;
	width:150px;
}




.widgets h2{
		font-size:130%;
		border-bottom:3px solid #ccc;
		padding:0;
}

.widgets ul {
	list-style-type: none;
}


.widgets ul li {
padding: 5px 0px;
	border-bottom:#fff 1px dotted;
	font-size:100%;
	color:#666;
}

.widgets ul li a {	
background-image: url('images/bullet.png');
background-repeat: no-repeat;
color: #000;
	padding:2px 0px 2px 20px;
	font-weight:normal;
}

.widgets ul li a:hover{
color:#fff;
}

#bubbles {
		background:url(images/bubbles.png) bottom left no-repeat;
		height: 170px;
		width:400px;
		}
		
.twitter {
width:200px;
padding:50px 0 0 170px;
	color:#000;
}

ul.twitter {
margin:0;
padding:0;
}



/* home posts
++++++++++++++++++++++++++++ */

.post-home {
		margin: 20px 5px 5px 5px;
		float:left;
		background:#fff;
		border:1px solid #999;
}

.entry-home {
		line-height:160%;
}

.entry-home img {
		padding:10px;
}

.entry-home a img {
background: #fff;
}

.entry-home a img:hover {
background: #ccc;
}

.entry-home h2 {
font-size:100%;
}

.postmetadata {	
		font-size:90%;
		color: #666666;
}

.postmetadata ul {
	padding:0 10px;
	list-style-type:none;
}

.postmetadata ul li {
		border-bottom:1px dotted #ccc;
		padding:3px 0;
}

/* blumen archive
++++++++++++++++++++++++++++ */
.post-blumen {
		margin: 20px 5px 5px 5px;
		background:#fff;
		border:1px solid #999;
}

.entry-blumen {
float:left;
width:150px;
}
.postmetadata-blumen {	
		font-size:90%;
		color: #666666;
		float:left;
}

.postmetadata-blumen ul {
	padding:0 10px;
	list-style-type:none;
	float:left;
}

.postmetadata-blumen ul li {
		border-bottom:1px dotted #fff;
		padding:3px 0;
}

/* single post
++++++++++++++++++++++++++++ */

.post-single {
		margin: 20px 0px;
}

.entry-single {
		float:left;	
		width: 576px;
		padding:0px 32px;
		border-right: 1px dotted #ccc;
}

.centre {

}

.post-single h2 {
		font-size:110%;
		color:#000;
		margin: 0 0 10px 0;
}

.postmetadata-single {
		float:right;
		padding:0px 10px;
		text-transform:uppercase;
		font-size:90%;
	
	
}

.postmetadata-single ul {
		padding:10px 0;
		list-style-type:none;
}

.postmetadata-single ul li{
		padding: 5px 0px;
		border-bottom:1px dotted #666;
}

/* end single post
++++++++++++++++++++++++++++ */




/* =Navigation
-------------------------------------------------------------- */

#nav-above {
			float:right;
			margin:0 30px 0 0;
}

#nav-above p{
		padding:3px;
}

#nav-above a {
font-weight:bold;
}

#nav-below {
		border-top:1px #ccc solid;
}

#nav-below a {
font-weight:normal;
}


.navigation {
		font-size:90%;
		text-transform:uppercase;
}

.nav-previous {
float:left;
}

.nav-next {
float:right;
}

/* archive
++++++++++++++++++++++++++++ */

#archive-box-white {
		float:left;
		width:640px;
		border: 3px solid #ccc; 
		background: white; 
		padding: 8px 8px; 
		 -moz-border-radius: 10px; 
		 -webkit-border-radius: 10px; 
		 margin: 10px;
}


h2.pagetitle {
	font-size:100%;
	margin: 3px 0 0 0;
	padding: 0 0 4px 0;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom:#000000 1px dotted;
	letter-spacing:1px;
}

.archive-post {
		float:left;
		padding:10px;
		text-transform:uppercase;
		font-size:90%;
	
}

.archive-post img {
		float:left;
		padding: 5px;
	
}

.archive-post a img {
		background-color:#ccc;
	
}

.archive-post a:hover img {
		background-color:#999;	
}

.archive-postmetadata {
		float:left;
		padding:20px;
		text-transform:uppercase;
		font-size:90%;
	
}

.archive-postmetadata  ul {
		padding:10px 0;
		list-style-type:none;
}

.archive-postmetadata  ul li{
		padding: 5px;
		border-bottom:1px dotted #666;
}

/* sidebar archive
++++++++++++++++++++++++++++ */

.sidebar {
		float:right;
		margin: 0 0 0 10px;
		display:inline;
		width:240px;
}


.sidebar h2{
margin:20px 0 0 0;
		font-size:130%;
		border-bottom:3px solid #ccc;
}

.sidebar ul {

	list-style-type: none;
}


.sidebar ul li {
padding: 5px 0px;
	border-bottom:#fff 1px dotted;
	font-size:100%;
	color:#ffffff;
}

.sidebar ul li a {	
background-image: url('images/bullet.png');
background-repeat: no-repeat;
color: #000;
	padding:2px 0px 2px 20px;
	font-weight: normal;
}

.sidebar ul li a:hover{
color:#333333;
}


/* footer 
++++++++++++++++++++++++++++ */


#footer {
		
		width:960px;
		padding:10px 0 0 0;
}

#footer p {
		padding:20px;
		line-height:140%;
}

/* comments
++++++++++++++++++++++++++++ */

.comments-template{
	margin: 30px 10px 10px 30px;
	float:left;
	width:400px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}



