/*
Theme Name: Kings-Service
Theme URI: http://www.bangstudio.it
Description: Josh 2008 Wordpress Theme
Version: 1.0
Author: bangstudio
Author URI: http://www.bangstudio.it
*/


/* General */

body {
	background-attachment: fixed;
	background-color: #000000;
	color: #666666;
	background-image: url(images/test.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#nome a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #d0ceca;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#nome {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-left: 100px;
}
#nome .description {
	font-size: 20px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#indirizzo {
	text-decoration: none;
	display: block;
	width: 123px;
	margin-left: 19px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#indirizzo a {
	color: #5A080C;
}


/* corpocentrale */

#corpocentrale {
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 990px;
}


	/* Main - Content */
	
	#content {
	float: left;
	width: 520px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 13px;
		width: 520px;
	}
	
		/* Post - Elements */
		
		#content .post .post-top {
			height: 60px;
			background: url("images/post_top.png") no-repeat;
		}
		
		#content .post .post-in {
			width: 520px;
			background: #000000;
		}
		
		#content .post .post-bottom {
	height: 25px;
	background-image: url(images/post_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			color: #624939;
			font: normal 10px Verdana;
		}
		
		#content .post .post-title a {
			color: #6d6f53;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 72px;
			height: 50px;
			padding-top: 18px;
			margin-right: 15px;
			background: url("images/post_date.gif") no-repeat;
			float: left;
			text-align: center;
			text-transform: uppercase;
			font: normal 11px Verdana;
			color: #6d6f53;
		}
		
		#content .post .post-title .post-date span {
			padding-top: 3px;
			display: block;
			font-weight: bold;
			font-size: 23px;
			color: #6d6f53;
		}
		
		#content .post .post-title h2 {
			padding-top: 17px;
			color: #816831;
			font: normal 22px/34px Verdana;
		}
		
			#content .post .post-title h2.page-title {
				padding: 0 20px;
			}
		
		#content .post .post-title h2 a {
	color: #816831;
	text-decoration: none;
	font-weight: bold;
	line-height: 99%;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding-top: 2px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
	color: #666666;
	width: 480px;
	padding: 10px 20px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-align: justify;
		}
		
		#content .post .post-entry a {
			color: #6d6f53;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
	margin: 0px 30px;
	padding-left: 15px;
	border-left-style: none;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			font: normal 11px/20px Verdana;
			color: #624939;
			float: right;
			height: 20px;
			background: url("images/post_info.gif") no-repeat;
			padding: 0 20px 0 50px;
		}
		
		#content .post .post-info a {
			color: #6d6f53;
			text-decoration: none;
		}
		
			#content .post .post-info a.add-comment-link {
				color: #624939;
			}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin-top: 20px;
			color: #816831;
			font: bold 16px Verdana;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 11px/18px Verdana;
			color: #404040;
			width: 480px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #6d6f53;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #0e0e0e;
		}
		
		#content .post .comments ol li cite {
			color: #404040;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #404040;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #6d6f53;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 11px/18px Verdana;
			color: #404040;
			width: 490px;
			margin: 0;
			padding-left: 25px;
		}
		
		#content .post #commentform a {
			color: #6d6f53;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		color: #ffffff;
		width: 520px;
		float: left;
	}
	
	#content .navigation a {
		margin-bottom: 13px;
		font: bold 11px Verdana;
		color: #ffffff;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	#sidebar {
	float: left;
	width: 395px;
	font: normal 11px/18px Verdana;
	color: #000000;
	margin-top: 13px;
	}
#sidebar .pad {
	text-decoration: underline;
	margin-left: 19px;
}	
	#sidebar a {
		color: #6d6f53;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 180px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 180px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 180px;
		margin-bottom: 15px;
	}
	
	#sidebar .sidebar-box-top {
		width: 180px;
		height: 17px;
		background: url("images/sidebar_box_top.png") no-repeat;
	}
	
	#sidebar .sidebar-box-in {
	width: 180px;
	background-image: url(images/sidebar_box_in.png);
	background-repeat: repeat-y;
	color: #FFFFFF;
	}
	
	
	
	#sidebar .sidebar-box-bottom {
	width: 180px;
	height: 17px;
	background-image: url(images/sidebar_box_bottom.png);
	background-repeat: no-repeat;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
	padding: 0 3px 0 10px;
	width: 167px;
	height: 35px;
	color: #4d4d4c;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	text-transform: uppercase;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}
		
		#sidebar ul li {
			color: #000000;
			font: normal 11px/29px Verdana;
		}
		
		#sidebar ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 19px;
	display: block;
	
	
		}
		
		#sidebar ul li a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #333333;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
			
			#sidebar ul li ul li a {
				padding-left: 39px;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
		}
		
		#sidebar #searchform #s {
	width: 140px;
	color: #FFFFFF;
	background-color: #222222;
	border: 1px solid #333333;
	padding: 3px;
		}
		
		#sidebar #searchsubmit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			padding-top: 6px;
			width: 155px;
		}
		
		#sidebar #calendar_wrap table {
			width: 155px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 4px 5px 0 5px;
		}


/* Footer */

#footer {
	width: 1000px;
	height: 70px;
	color: #ffffff;
	font: normal 9px/70px Verdana;
	left: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 32px;
	background-image: url(images/sf_footer.jpg);
	background-repeat: repeat;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

