/*
Theme Name: Nudelle.com
Description: Nudelle.com Theme
Author: Avenart Design
Version: 1.0
*/

* {
margin: 0; 
padding: 0;
}
body {
text-align: center;
font: 12px Verdana;
color: #ffffcc;
background: #0f0a02;
}
#toolbar {
background:#906;
height: 75px;
overflow: hidden;
}

a {
	color: #ffffcc;
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	text-align:right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 990px;
	margin: auto auto;
	text-align: left;
	overflow: hidden;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 200px;
	margin-top: 40px;
	margin-bottom: 20px;
	}
#logo {
width: 990px;
}	
#cats {
width:400px;
margin-top:20px;
text-align:right;
padding: 150px 20px 0 0;
float:right;
}
#cats li {
float: left;
width: 200px;
display:block;
}	

	#header .links {
    background: #0f0a02;	
		text-align: center;
		font-size: 0.9em;
		color: #fff;
		margin-right: 10px;
		margin-top: -25px;
    
	}
		#header .links a {
			color: #ffffff;
			text-decoration: none;
			margin: 0 8px;
		}
		#header .links a:hover {
			text-decoration: underline;
		}
	#header h1 {
		padding: 20px 0 0 255px;
	}
		#header h1 a {
			display: block;
			width: 450px; height: 120px;
			text-indent: -9999px;
			outline: none;
			background: url(images/nudelle_logo.jpg) no-repeat 0 0;
		}

	#header .links ul {
		clear: both;
		list-style-type: none;
		height: 30px;
		margin-left: -15px;
	}
		#header .links ul li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			padding-left: 2px;
			background: url(images/divider2.gif) no-repeat 0 0;
		}
		#header .links ul li a {
			display: block;
			color: #ffffcc;
			text-decoration: none;
			padding: 9px 15px 8px;
		}
		#header .links ul li a:hover {
			color: #ffffcc;
			text-decoration:underline;
		}
/** END header **/

/** BEGIN content **/
#content {
	float: left;
	overflow: hidden;
	width:100%;
	padding-bottom: 10px;
}
	#content .thumb {
		border: 10px solid #868567;
				-webkit-border-image: url(images/back2.jpg) 10 repeat;
				-moz-border-image: url(images/back2.jpg) 10 repeat;
				border-image: url(images/back2.jpg) 10 repeat;
				
    height: 300px;
		width: 200px;
		overflow: hidden;
		position: relative;
		float: left;
		margin: 11px 13px;
	}

#content .thumb img {
	margin: 0;
}
#content .thumb ul {
	position: absolute;
	width: 200px;
	height: 300px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
    
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
#content .thumb:hover ul {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
}

#content .thumb ul li a {
	display: block;
	}
#content .thumb ul li a img {
	display: block;
	}


	#content .featured {
	  height: 400px;
		width: 600px;
		overflow: hidden;
		position: relative;
		margin-bottom:10px;
		}
#content .featured img {
	margin: 0;
}
#content .featured ul {
	position: absolute;
	width: 600px;
	height: 400px;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: opacity 500ms;
}
#content .featured:hover ul {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter:alpha(opacity=70);
}
#content .featured ul li a {
	display: block;
	}
#content .featured ul li a img {
	display: block;
	}
	

	#content .post {
		padding: 15px 10px;
			}
		#content .post h2 {
			font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
			font-size: 3em;
			font-weight: normal;
			margin-bottom: 5px;
		}
			#content .post h2 a {
				text-decoration: none;
			}
		#content .post .date {
			font-size: 0.9em;
			font-family: Georgia;
			}
			#content .post .date a {
				text-decoration: none;
			}
			#content .post .date a:hover {
				text-decoration: underline;
			}
		#content .post .details {
			font-size: 0.9em;
			font-family: Georgia;
			margin-bottom: 15px;
		}
			#content .post .details .l {
				float: left;
			}
			#content .post .details .r {
				float: right;
			}
			#content .post .details a {
				text-decoration: none;
			}
			#content .post .details a:hover {
				text-decoration: underline;
			}
		#content .post p {
			
			line-height: 1.4em;
		}
		#content .post ul, #content .post ol {
			
			margin-bottom: 15px;
		}
		#content .post li {
			line-height: 1.4em;
		}
		#content .post blockquote {
			line-height: 1.4em;
			margin-bottom: 15px;
			padding: 10px 10px 0;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-color: #e0e0e0;
			border-style: solid;
		}
		#content .post h3, #content .post h4, #content .post h5, #content .post h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	#content .postnav {
		clear: both;
		padding: 15px;
		 }
/** END content **/

#related {
		clear: both;
		padding-top:15px;		
}
.top_part {

}
/** BEGIN footer **/
#footer {
	clear: both;
	height:350px;
	background:url(images/footer_background.jpg) no-repeat bottom;
  font-size: 0.9em;
  padding: 10px 10px 25px;
	color: #ffffcc;
}
	#footer a {
		color: #ffffcc;
		text-decoration: none;
	}
	#footer a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#copyright {
  width:525px;
  float:left;
  padding:330px 0 0 10px;
  }
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding-top: 15px;
	clear:both;
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.8em !important;
		font-family: Verdana !important;
	}
	#comments p {
	  margin: 0 0 5px 80px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin: 0 0 5px 0 !important;
			}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #ffffcc;
			background: #0f0a02;
			color: #ffffcc;
			width: 150px; height: 34px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-family: "Myriad Pro","Trebuchet MS",sans-serif;
  font-size: 2.2em !important;
  font-weight: normal;
  background:#d52827;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	text-shadow: 1px 1px 0px #211c18;
}
.model_name {
  font-family: "Myriad Pro","Trebuchet MS",sans-serif;
  font-size: 2.2em !important;
  font-weight: normal;
  text-shadow: 1px 1px 0px #211c18;
  border-bottom: 7px solid #d52827;
  width:100%;
  text-align:center;
  padding-top:10px;
  }
.profile {
float:left;
width:200px;
padding:10px;
text-align:center;
}
.profile img {
border: 10px solid #868567;
}
.bio {
float:left;
width:740px;
padding:10px;
}
.bio p {
font-size:14px;
}  
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	
/** END miscellaneous **/

#welcome {
background:url(images/back.jpg) no-repeat right bottom;
float:right;
width:355px;
height:400px;
text-align:center;
padding:0 10px;
}

#welcome h2 {
font-family: "Myriad Pro", "Trebuchet MS", sans-serif;
font-size: 24px;
padding: 20px 10px;
}

.entry-title {
font-family: Georgia, Verdana;
font-size: 34px;
width:200px;
height:100px;
margin-top:50px;
text-align:center;
}

.entry-title a:hover, .entry-title-featured a:hover {
text-decoration:none;
color:#fff;
}
.entry-title-featured {
font-family: Georgia, Verdana;
font-size: 34px;
width:600px;
margin:175px 0 10px;
text-align:center;
}

.post-title {
font-family: Georgia, Verdana;
font-size: 20px;
padding: 5px 0 0 5px;
}


.ad {
margin: auto;
padding: 50px 10px 0 10px;
}
.ad img {
margin: 0 10px;
border:5px solid #868567;
}
.ad img:hover {
border:5px solid #61604A;
}

/** menu styles **/ 

.holder {
width: 990px;
position: relative;
margin-top:10px;
}
.menu {
width: 990px;
height: 80px; 
font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
background: url(images/menu_back.gif) no-repeat;
padding-left:13px;
}

.menu ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 990px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
}
.menu ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;	
}
.menu ul#topnav li a {
	padding: 11px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
	font-size: 1.2em;
	font-weight:normal;
  text-transform: lowercase;
}
.menu ul#topnav li:hover { background: url(images/topnav_active.gif) repeat-x; }
.menu ul#topnav li span {
	float: left;
	padding: 15px;
	position: absolute;
	left: 0; top:42px;
	font-family: Verdana, sans-serif;
	font-size:10px;
	display: none;
	width: 472px;
	background: #868567;
	color: #fff;
	z-index: 1000;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.menu ul#topnav li span img {margin: 0 10px 5px 0; 
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
.menu ul#topnav li:hover span { display: block; }
.menu ul#topnav li span a { display: inline; }
.menu ul#topnav li span a:hover {text-decoration: underline;}

.motm {
padding-bottom:30px;
}

.search_engine {
position:absolute;
top:0;
right:0;
margin-top:9px;
}

.search_engine fieldset {
	border: none;
	width: 235px;
	margin: 0 auto;
	  }
.search_engine input, button {
	border: none;
	float: left;
	}
.search_engine input.box {
	font-family: Verdana, sans-serif;
  color: #fff;
	font-size: 12px;
	width: 190px;
	height: 18px;
	padding: 4px 4px 4px 6px;
	background: url(images/search_engine.png) no-repeat;
	margin-right: 0px;
}
.search_engine input.box:focus {
	background: url(images/search_engine.png) no-repeat left -25px;
	outline: none;
}
.search_engine button.btn {
	width: 30px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(images/search_engine.png) no-repeat right 0px;
}
.search_engine button.btn:hover {
	background: url(images/search_engine.png) no-repeat right -25px;
}



/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: left;
		margin-right: 10px;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	clear:both;
  padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

