/*  
Theme Name: Italo Rondinella
Description: Italo Rondinella custom wordpress theme by stand-alone.it
Version: 1.0
Author: stand-alone.it
Author URI: http://stand-alone.it
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none; outline: none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************


/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/************************************************************************************************************************************************************ */


body {
	background: #000 url('http://www.italorondinella.com/sfondi/sfondo.jpg') fixed top left repeat ;
	font: 62.5% "Arial", Verdana, sans-serif;
	color: #ccc;
	text-align: center;
}

a {color: #FABE50; }
a:hover {color: #997531; }

#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.3em;
}

	#header {
		position: relative;
		width: 575px;
		margin-left: 170px;
		padding: 130px 0 20px 0;
	}
	
	
	#header h1 a {
		display: block;
		height: 50px;
		width: 500px;
		background: transparent url(images/logo.gif) no-repeat left;
		text-indent: -6000px;
		margin: 0;
	}
	
	
	#header h2 {
		display: none;
	}
	
	#header #page_list {
		position: absolute;
		right: 0;
		top: 140px;
		width: 150px;
		text-align: right;
	}
	
		#header #page_list li {
			display: inline;
			color: #FABE50;
			font-weight: bold;
		}
		#header #page_list li a {
			color: #999;
			font-weight: normal;
			padding: 0 .1em;
		}
		#header #page_list li a:hover {
			color: #ccc;
		}
		
		#header #page_list li:after {
			content: " / "
		}
		#header #page_list li.page-item-4:after {
			content: ""
		}
		
		
	#sidebar {
		float: left;
		width: 200px;
		text-align: right;
		padding-bottom: 300px;
		padding-top: 12px;
		
	}
	
	#sidebar ul li {
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.1em;
		margin-bottom: 5px;
	}
	
	#sidebar ul li a {
		color: #FABE50;
	}
	
	#sidebar ul li a:hover {color: #FFEDCC; }

	#sidebar ul li.current-cat a {
		color: #ddd;
		text-transform: uppercase;
		font-weight: bold;
		
	}	
	
	
	
	#mainbody {
		width: 500px;
		float: left;
		margin-left: 48px;
	}
		
		#mainbody .mainpost {margin-bottom: 2em; width: 500px;}
		
		#mainbody .newspost {margin-bottom: 3em;border-bottom: none;}
		
		#mainbody h2.posttitle {
			text-transform: uppercase;
			font-size: 1.6em;
			font-weight: normal;
			letter-spacing: 1px;
			margin: .5em 0;	
			color: #FABE50; 
		}
		#mainbody h2.newstitle {
			border-bottom: 1px solid #333;
			margin: 0 0 .5em 0;
			color: #FABE50; 
		}
		
		#mainbody small.date {
			float: right;
			padding: .2em 1em;
			font-size: .9em;
			color: #666;
		
		}
		
		#mainbody .hidden_gallery {display: none;}
		
		#mainbody .htmlcontent {
			margin: 1em 0;
			color: #666;
		}
		
		#mainbody a.mainthumb {
			display: block;
			height: auto;
		}
	
	
#footer {
	clear: both;
	margin: 2em 65px 2em 220px;
	padding-top: 1em;
	font-size: .8em;
	color: #666;
	border-top: 1px solid #333;
}	

	
#footer a {color: #999;}	
#footer a:hover {color: #aaa;}	
