/*
Theme Name: Pascucci
Theme URI:  http://www.pascucci.ro
Description: 
Version: 1.0
Author: neotech
Author URI: http://www.neo-tech.ro
*/



/* General */

body {
	margin-top: -50px;
	background: #000000;
	
}

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

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {border: 0px;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	margin-top: 80px;
	border: 5px solid #D7D5D5;
}

#page-in {
	width: 1004px;
	padding-bottom: 0px;
 	background: #580008 url('./images/tile.jpg');
	float:right;
}


/* Header */

#header {
	width: 754px;
	height: 332px;

	float:right;
	background: url("images/bg_head.jpg") repeat-x;
}


#header-top {
	width: 754px;
	margin-top: 0px;
	float: right;
	text-align: center;
	position: absolute;

}
#header-bottom {
	width: 754px;
	float:right;
	/*background: url("images/header.jpg") no-repeat right top;*/
}


	/* Header - Foo */
	
	#header #header-foo {

		top: 242px;
		left: 56px;
		width: 200px;
		height: 102px;
		font: normal 10px "arial", arial;
		color: #000000;
	}

	#header #header-foo a {
		color: #000000;
		text-decoration: underline;
	}

	/* Header - Foo2 */
	
	#header #header-foo2 {
		left: 0px;
		width: 753px;
		height: 200px;
		font: normal 12px "arial", arial;
		background: #370208;
		overflow: hidden;
	}

	#header #header-foo2 a {
		color: #600000;
		text-decoration: underline;
	}


	/* Header - Foo3 */
	
	#header #header-foo3 {
		position: relative;
		top: -200px;
		left: 0px;
		width: 754px;
		height: 25px;
		background: #370208 url("images/ceva.jpg") no-repeat right top;
	}

	#header #header-foo3 a {
		color: #600000;
		text-decoration: underline;
	}




	
/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 315px;
		left: 40px;
		width: 325px;
		font: normal 12px "arial", arial;
		color: #000000;
	}
	
	#header #header-text a {
		color: #000000;
		text-decoration: underline;
	}
	
	/* Header - Slide */
	
	#header #header-slide {
		position: absolute;
		top: 208px;
		left: 547px;
		width: 10px;
		height: 15px;
	}
	
	


	/* Header - Cat */
	
	#cat {
		width: 285px;
		padding: 0 427px 0 262px;
		font: normal 12px "arial", arial;
		color: #000000;
	}
	
	#header-clear {
		width: 704px;
	}
	
	/* Header - Recent Articles */
	
	#header #header-recent {
		position: absolute;
		top: 80px;
		left: 20px;
		width: 300px;
		height: 120px;
	}
	
	#header #header-recent h3 {
		width: 285px;
		height: 22px;
		color: #000000;
		font: normal 13px/22px "arial", arial;
	}
	
	#header #header-recent ul {
		margin: 0;
		padding: 5px 0 0 30px;
		list-style-type: none;
	}
	
	#header #header-recent ul li {
		padding-left: 8px;
		background: url("images/header_recent.gif") no-repeat;
		color: #AAAAAA;
		font: normal 12px/29px "arial", arial;
	}
	
	#header #header-recent ul li a {
		color: #AAAAAA;
		text-decoration: none;
	}
	
	#header #header-recent ul li a:hover {
		text-decoration: underline;
	}


/* Main */



	/* Main - Sidebar */
	

#sidebar {
	float: left;
	width: 245px;
	color: #BCBCBC;
	margin-left:0px;
	overflow: hidden;

}

#sidebar_top {
	background: url("images/side-top.jpg") no-repeat;
	height: 150px;
	width: 245px;
	padding-bottom:10px;

}

#sidebar_bot {
	height: 400px;
	width: 245px;
	margin-top: 100px;
	margin-left: 20px;
	
}
	
	#sidebar a {
		color: #6D0000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		width: 200px;
		margin-bottom: 5px;

	}
	
	#sidebar .sidebar-box-top {
		width: 200px;
	}
	
	#sidebar .sidebar-box-bottom {
		width: 200px;
		
	}
	
	#sidebar .sidebar-box-blank {
		width: 200px;
		margin-bottom: 5px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			width: 170px;
			height: 36px;
			padding-left: 30px;
			font: bold 16px/34px "Arial", Arial;
			color: #ffffff;

		}
		
		/* Sidebar - Search */
		
		#sidebar #sidebar-search {
			width: 170px;
			height: 27px;
			background: url("images/sidebar_search.gif") no-repeat;
		}
		
		#sidebar #sidebar-search #search-form {
			margin: 0;
			padding: 0;
			width: 170px;
			height: 27px;
		}
		
		#sidebar #sidebar-search #sb {
			width: 149px;
			height: 17px;
			border: 0;
			padding: 5px;
			font: bold 16px/34px "Arial", Arial;
			color: #6D0000;
			background: transparent;
			float: left;
		}
		
		#sidebar #sidebar-search #searchsubmitb {
			background: transparent;
			border: none;
			width: 83px;
			height: 27px;
			padding: 0;
			float: right;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 5px 10px 15px 30px;
			list-style-type: none;
			width: 170px;
		}
		
		#sidebar ul li {
			color: #C2C8D0;
			font: bold 16px/34px "Arial", Arial;
		}
		
		#sidebar ul li a {
			color: #C2C8D0;
			padding-left: 15px;
			text-decoration: none;
			display: block;
			width: 150px;
			height: 20px;
		}
		
		#sidebar ul li a:hover {
			color: #FFFFFF;
			text-decoration: underline;
		}
		
			/* Sidebar - Menus - Submenus */
			
			#sidebar ul li ul {
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 20px 0;
			width: 252px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 212px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 0 auto;
			width: 145px;
			padding: 5px 0;
		}
		
		#sidebar #calendar_wrap table {
			width: 145px;
		}
		
		#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: 3px 7px 5px 7px;
		}	
	
	/* Main - Content */
	
	#content {
		float: right;
		width: 754px;
		padding-top: 20px;
		background: #580008 url('./images/bg_cont.jpg') repeat;
	}

/* Header in content */


	#content #header-foo {
		position: absolute;
		top: 242px;
		left: 56px;
		width: 200px;
		height: 102px;
		font: normal 10px "arial", arial;
		color: #000000;
	}

	#content #header-foo a {
		color: #000000;
		text-decoration: underline;
	}

	/* Header - Foo2 */
	
	#content #header-foo2 {
		position: absolute;
		top: 230px;
		left: 400px;
		width: 200px;
		height: 150px;
		font: normal 10px "arial", arial;
		color: #ffffff;
	}

	#content #header-foo2 a {
		color: #ffffff;
		text-decoration: underline;
	}

	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 20px;
		width: 650px;
	}
	
	#content .post-top {
		width: 700px;
	}
	
	#content .post-bottom {
		width: 700px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 754px;
			height: 80px;
			margin-top: -19px;
			/*padding: 20px 10px 0 18px;*/
			color: #ffffff;
			font: bold 10px "arial", arial;
			position: relative;
			background: url('./images/title.jpg') no-repeat;
		}
		
		#content .post .post-title a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #ffffff;
			font: bold 20px "arial", arial;
			padding-bottom: 3px;
			padding-top: 20px;
			padding-left: 30px;
		}
		
		#content .post .post-title h2 a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-title-info {
			padding: 0 3px;
			width: 520px;
			height: 19px;
			line-height: 19px;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 12px/16px "arial", arial;
			margin-left: 45px;
			text-align: justify;
			color: #BCBCBC;
			width: 650px;

		}

		#content .post .post-entry img {
	border: 3px solid #ffffff;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
		
		#content .post .post-entry a {
			color: #BCBCBC;
			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 {
			border-left: 10px solid #ededed;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			width: 526px;
			height: 19px;
			padding: 5px 10px 10px 81px;
			font: bold 10px "arial", arial;
			color: #BCBCBC;
		}
		
			#content .post .post-info-in {
				line-height: 19px;
				width: 520px;
				padding: 0 3px;
				height: 19px;
				text-align: left;
			}
		
		#content .post .post-info a {
			color: #BCBCBC;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Subtitle */
		
		#content .post h3 {
			margin: 20px 0 5px 0;
			color: #FFFFFF;
			font: bold 14px "arial", arial;
		}
		
		/* Post - Comments */
		
		#content .post .comments {
			font: normal 12px/18px "arial", arial;
			color: #000000;
			width: 537px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #ededed;
		}
		
		#content .post .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comment Form */
		
		#content .post #commentform {
			font: normal 12px/18px "arial", arial;
			color: #000000;
			width: 537px;
			padding-left: 25px;
			margin: 0;
		}
		
		#content .post #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 20px;
		font: bold 12px "arial", arial;
		color: #000000;
		width: 605px;
		padding: 0 6px;
	}
	
	#content .navigation a {
		color: #000000;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


/* Footer */


#footer {
	height: 76px;
	color: #ffffff;
	text-align:right;
	font: 11px Arial;
	clear:both;
	background: #580008 url('./images/tile.jpg');

}

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

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

#dhtmlgoodies_scrolldiv{
		/* The total width of the scrolling div including scrollbar */
		left:0px;
		top:0px;
		width:530px;
		height:500px;	/* The height of the scrolling div */
	}
	#scrolldiv_parentContainer{
		width:500px;	/* Width of the scrolling text */
		height:100%;
		overflow:hidden;
		border:1px solid #BC8FBD;
		float:left;
		position:relative;
	}
	
	/*
	CSS for the scrolling content 
	*/
	#scrolldiv_content{
		padding: 0px;
		position:relative;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size: 0.9em;
		line-height:130%;
		color: #333;

	}
	
	/*
	The scrollbar slider 
	*/
	#scrolldiv_slider{
		width:15px;
		margin-left:2px;
		height:500px;
		float:left;
	}
	
	/*
	The scrollbar (The bar between the up and down arrow )
	*/
	#scrolldiv_scrollbar{
		width:15px;
		height:460px;	/* Total height - 40 pixels */
		border:1px solid #BC8FBD;
		position:relative;
		
	}
	/*
	The scrollbar handle
	*/
	#scrolldiv_theScroll{
		margin:1px;
		width:13px;
		height:13px;
		background-color:#BC8FBD;
		position:absolute;	
		top:0px;
		left:0px;
		cursor:pointer;
	}
	/*
	Scroll buttons(The up and down arrows)
	*/
	#scrolldiv_scrollUp,#scrolldiv_scrollDown{
		width:15px;
		height:16px;
		border:1px solid #BC8FBD;
		color: #BC8FBD;
		text-align:center;
		font-size:16px;
		line-height:16px;
		cursor:pointer;
	}
	#scrolldiv_scrollUp{
		margin-bottom:2px;
	}
	#scrolldiv_scrollDown{
		margin-top:2px;
	}
	#scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
		font-family: Symbol;
	}
