/*

Theme Name: Benzly Intent
Theme URI: http://www.julie-benz.net/
Description: Design by trouble.nu/designs
Author: Celyn
Author URI: http://trouble.nu

*/




/* MAIN STRUCTURE */

body {	background-image:url(/images/bg.jpg);
	background-color: #E9E9E9;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.container {
	width: 900px;
	margin: 0px auto;
	margin-top:0px;
}

.ad {
	width: 900px;
	height: 92px;
	margin: 0px auto;
	margin-top:0px;
}

.menu {
	width: 900px;
	height: 35px;
	margin: 0px auto;
	margin-top:0px;
	text-align: center;
	background-image:url();
	background-repeat: repeat-x;
}

.header {
	width: 900px;
	height: 352px;
	margin: 0px auto;
	margin-top:0px;
	text-align: center;
}


/* SIDEBAR */

.sidebar_content {
	line-height:16px;
	color: #000000;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
	-moz-border-radius:10px;
	text-align:justify;

}

.sidebar {
	float:left;
	overflow:hidden;
	padding: 5px;
	width: 280px;
	-moz-border-radius:15px;
	font: 11px arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
}

.sidebar-title {
    	 color:#493960;
	 font-family:arial narrow;
	font-size:20px;
	letter-spacing: 0px; 
	text-transform: uppercase;
	font-style:normal;
	line-height: 20px;
	font-weight: bold;
        text-shadow: #D3D3D3 1px 1px 1px;
	text-align: center;
	margin-bottom:10px;
	margin-top:10px;
	border-bottom: 1px solid #E4E4E4;
}

/* CONTENT AND ENTRIES */

.content {	
	width: 575px;
	float: right; 
	overflow:hidden;
	padding:10px;
	margin-left:10px;
	font: 12px arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #000000;
	text-align: justify;
}

.content-title {
	background-color: #F1F1F1;
	margin-bottom:8px;
	margin-top:10px;
}


/* FONT and IMAGEs */

a { text-decoration: none; }
a:link {color: #CD5B6A;}
a:visited, a:active {color: #CD5B6A;}
a:hover {color: #C8343E; text-decoration: none;}

blockquote {
	width:90%;
	margin-left:15px;
	font-style:italic;
	color:#000000;	
	background-color:#F3F3F3;
	border-left:3px solid #493960;
	padding:10px;
}

h1 {
	padding:6px;
	font: 22px arial narrow;
	font-weight: bold;
	line-height: 12px;
	font-style:normal;
	color: #493960;
	text-shadow: #D3D3D3 2px 2px 2px;
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align:left;
	margin-bottom:-5px;
}

h2 {
	padding:6px;
	font-size: 10px;
	line-height: 11px;
	font-weight: lighter;
	text-transform: normal;
	text-align:left;
	margin-bottom:10px;
}

i, em {	font-style: italic;
	color: #493960;
        text-shadow: #FFF 1px 1px 1px;
}

b, strong {
	color: #000000;
}

/* PICTURE INFO */

.item a img{
	border: 1px solid #493960;
	background-color: #fff;
	-moz-border-radius: 3px;
	padding: 2px;
	margin: 2px;
}


.item a:hover img{
	border: 1px solid #CD5B6A;
	background-color: #FFFFFF;
	-moz-border-radius: 3px;
	padding: 2px;
	margin: 2px;
}
	
.noborder {
	border: 0px;
	padding: 0px;}

.noborder a img {
	border: 0px;
	padding: 0px;}

.noborder a img:hover {
	border: 0px;
	padding: 0px;}






/* NAVIGATION LINKS */

.menu {
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
	font: 12px georgia;
	line-height: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: 1px;
	text-align: center;}

.menu a:link {
	margin: 1px;
	padding: 5px;
	font-weight: normal;
	border-bottom: 0px;
	letter-spacing: 1px;
	color: #FFFFFF;}

.menu a:visited {
	margin: 1px;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #FFFFFF;}

.menu .selected, .menu a:hover {
	margin: 1px;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: underline;
	color: #FFFFFF;}

input, select, textarea {
	font-family:Arial; 
	font-size:11px; 
	color: #000000; 
	background: #ECECEC; 
	border:0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 10px;
	padding: 14px;
}
