/*  
Theme Name: Stickmen
Description: A Business & Portfolio Theme
Version: 1.1
Author: Pa-Ket / "Kriesi"
Author URI: http://www.pa-ket.com
*/
 #main-features{
 padding:18px 0 18px 18px;}

/*Small reset*/
body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}

/*Structured layout mainpage*/

.blgprw{
margin-bottom:5px;

border-bottom:solid thin #999999;
}
body{
	font-size:13.5px;
	font-family: 'helvetica', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	line-height:21px;
	position:relative;
		}
		
		

		
.wrap_all{ /*only needed if using big background images like in theme 5*/
	width:100%;
	position:relative;
	display:table;
	}

#top{
	width:960px;
	margin:0 auto;
	position:relative;
	}

/*****************************
1.) #head	
/****************************/	
	
	#head{
		height:128px;
		position:relative;
		z-index:10;
		}
		
	.logo, .logo a{
		display:block;
		height:90px;
		width:212px;
		position:absolute;
		left:5px;
		top:27px;
		z-index:300;
		}
				
	#top .logo a{
		top:0;
		right:0;
		text-indent:-9999px;
		outline:none;
	}
		
/*****************************
2.) #main
/****************************/		
			#main{
			position:relative;
			padding-top:45px;
			float:left;
			}
			
			
/*****************************
3.) #mainpage image slider
/****************************/	

				#featured{
					height:260px;
          width: 944px;
					margin-bottom:25px;
					position:relative;
					top: -40px;
					left: 7px;
					}
				

			#top .current{
				display:block;
				}
				
				
	.featured_text {
		letter-spacing:0.1px;
		left:30px;
		line-height:24px;
		position:relative;
		top:30px;
		width:640px;
		z-index:2;
	}

/*****************************
4.) breadcrumb navigation
/****************************/	
								
			
.breadcrumb{
font-size:11px;
left:40px;
position:absolute;
bottom:-49px;
z-index:5;
}

.breadcrumb_title {
  font-size: 20px;
  position: absolute;
  bottom: -58px;
  right: 20px;
  z-index:6;
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb a{
	text-decoration:none;
	}
	
.breadcrumb a:hover{
	text-decoration:underline;
	}
/*****************************
5.) content area below slider and on subpages
/****************************/	
					
	.item {
	  float: left;
	  display: inline; /* ie6 */
	  width: 100%;
	  margin: 5px 0;
	  background: url(images/hr1.gif) bottom left repeat-x;
	  clear: both;
	}
	.item p { 
	  text-align: justify; 
	  line-height: 1.4em;
	}
	.item.last, .item.nobottom {
	  background: transparent;
	}
				
	.content_top{
		height:30px;
		padding:0 10px;
		width:940px;
		float:left;
		}	
		
	#content{
		float:left;
		padding: 0 10px;
		position:relative;
		width:940px;		
		}
		
		
		
	#content_inner{
	  padding: 10px;
	}	
  #content.bg_sidebar #content_inner {
    width:600px;
    float: left;
    display: inline;
  }
.peanut {
background:#FFFFFF url(img/graygrad2x100.png) repeat-x scroll left top;
border:1px solid #E4E4E4;
padding:5px;
}
	#sidebar{
		float:left;
		display: inline;
		padding:10px 0 15px 25px;
		text-align: left;
		position:relative;
		width:270px;

		/*overflow:hidden;*/
		}						
	#top #sidebar .small_box, #top #sidebar .side_box{
		padding:0 0 15px 0;
		}

  .related_posts ul{
    margin-top: 10px;
  }  
  .related_posts ul li {
    list-style-type: none;
    line-height: 1.8em;
  }
  .related_posts a {
    text-decoration: none;
    font-size: 1.1em;
  }
  .related_posts a:hover {
    text-decoration: none;
    color: rgb(173,0,0);
  }

  .col1 {
    clear: left;
    float: left;
    display: inline;
    width: 420px;
  }
  .middle_wrap.portfolio_detail .col1 {
    width: 400px;
  }
  .col2 {
    float:left;
    display: inline;
    width: 420px;
    margin-left: 90px;
  }
  .col2.margin70 {
    margin-left: 70px;
  }
  .col1 .right, .col2 .right {
    float:right;
    width: 320px;
  }
  .middle_wrap.full .right {
    float:right;
    width: 830px;
  }

  .imgbox90 {
    height: 90px;
    width: 90px;
    background: url(images/imgbox_90.png);
    float: left;
    display: inline;    
  }
  .imgbox90 img {
    position: relative;
    top: 9px;
    left: 9px;
  }
  .imgbox110 {
    height: 110px;
    width: 110px;
    background: url(images/imgbox_110.png);
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
  }
  .imgbox110 img {
    position: relative;
    top: 9px;
    left: 8px;
  }  
  
   .imgbox350 {
    height: 350px;
    width: 350px;
    background: url(images/imgbox_350.png);
    float: right;
	padding:10px;
    margin-right: 21px;
    margin-bottom: 21px;
  }
  .imgbox350 img {
    position: relative;
    top: 9px;
    left: 8px;
  }  
  
  .imgbox402 {
    height: 144px;
    width: 402px;
    background: url(images/imgbox_402.png);
  }
  .imgbox402 img {
    position: relative;
    top: 10px;
    left: 9px;
  }
			  
			
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
#inner_content_big{
	float:left;
	width:880px;
	padding:0 0 15px 30px;
	position:relative;
	}
	
		
		.entry_portfolio{
			padding-bottom:30px;
			clear:both;
			float:left;
			width:100%;
			position:relative;
			}
			
			.entry_portfolio p{
				font-style:italic;
				}
	
		.portfolio_item{
			height:132px;
			overflow:hidden;
			padding:5px;
			position:relative;
			width:250px;
			}
			
		#top .portfolio_item h3{	
			position:absolute;
			bottom:13px;
			left:0;
			border:none;
			padding:0;
			margin:0;
			line-height:1em;
		}
		
		#top #main .portfolio_item h3 a{
		padding:4px 8px;
		font-size:12px;
		display:inline;
		height:auto;
		width:auto;
		overflow:auto;
		}
		
		.portfolio_item a{
			display:block;
			overflow:hidden;
			width:250px;
			height:132px;
			}
		
			
		#top .portfolio_item img, #top .portfolio_item a img{
			border:none;
			padding:0 !important; /*ie 6 fix fix =)*/
			margin:0;
			}
/*****************************
7.)pages with sidebar
/****************************/								
					
			#inner_content, .inner_content{
				float:left;
				width:570px;
				padding:0 0 15px 30px;
				position:relative;
				}
			
			#top .portfolio_inner_content{
			width:100%;
			}
				
			#inner_content .entry{
				width:570px;
				}
				
			.entry{
				clear:both;
				margin-bottom:28px;
				overflow:hidden;
				padding-bottom:20px;
				position:relative;
				}
				
			.entry-head{
				position:relative;
				top:-3px;
				margin-bottom:20px;
				font-size:11px;
				}
				
					
		.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
			text-decoration:none;
			padding:2px 0;
			}
			
			#top .entry-head a, .more-link{
			padding:2px 4px;	
				}

							
	
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	

  #front_boxes {
    margin: -30px 10px 20px 10px;
    float: left;
    display: inline; /* ie6 fix */
  }
  
  .middle_wrap {
    margin-top: 20px;
    position: relative;
    float: left;
    display: inline; /* ie6 again */
  }
  .middle_wrap.left20 {
    margin-left: 20px;  
  }
  
	.front_box{
	  float: left;
	  padding: 0 43px 0 0;
    margin: 0;
	  position: relative;
	  width: 153px;
	 
	  background: url(images/fbox_spacer.png) 167px 20px no-repeat;	  
	}
  .front_box.last {
    background: transparent;
    padding: 0;
  }
	.front_box p {
	  padding: 0 5px;
	  line-height: 1.3em;
	}

  .date {
    color: rgb(190,190,190);
  }
	.fix1em {
	  top: -1em;
    position: relative;
  }			

				
	#footer .small_box{
		float:left;
		display: inline;
		padding:0 15px 0 10px;
		position:relative;
		border-right: 1px solid rgb(230,230,230);
		width:205px;
		height:140px;
		}
  #footer #text-6 { /* last widget in footer - change needed if changed */
    border-right: 0;
    
  }

  
  /* individual footer element alignments */
  #footer .widgettitle {
   text-align: center;
  }
  #footer #text-3 .textwidget {
    padding-left:30px;
  }
  #footer #text-4 .textwidget {
    padding-left:35px;
  }
  #footer #text-5 .textwidget {
    padding-left:50px;
  }
  #footer #text-6 .textwidget {
    padding-left:60px;
  }



	#top .box1{
		padding:0 0 15px 30px;
		}
	
	.small_box h3{
		margin:0 0 5px;
		border: 0px !important;
		}

	.small_box img{
		padding:5px 0 !important;
		padding:0;/*ie6 fix for png elemnts needs this*/
		}
		
	.widget_categories a, #sidebar .widget_text a, .flexipages_widget a, .widget_most_popular_tags a,
 .widget_pages a, .widget_archive a , .widget_recent_entries a, li.recentcomments, .widget_meta a{
	padding:5px;
	display:block;
	text-decoration:none;
	width:250px; /*change if sidebarwidth changes*/
	}
		

	
	/* uncomment this if you want sublevels with indents
	.small_box ul ul a{
		padding-left:25px;
		width:230px;
		}
		
	.small_box ul ul ul a{
		padding-left:45px;
		width:210px;
		}
		
	.small_box ul ul ul ul a{
		padding-left:65px;
		width:190px;
		}
	*/
	
	.widget_tag_cloud a{
		text-decoration: none;
		padding:0px 3px;
	}
	
	.widget_tag_cloud a:hover{
		text-decoration: underline;
		font-weight: bold;	
	}
	
	li.recentcomments a{
	text-decoration: none;
	}

				
	.scroll-top{
		float:right;
		display:block;
		}
					


textarea{
	width:270px;
	padding:10px;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
	}
	
#commentform{
	padding-bottom:20px;
	}
	
#top .commententry li, #top .commententry ul, #top .commententry ol{
border:none;
}

#top .commentlist, #top .commentlist li {
clear:both;
position:relative;
list-style-type:none;
padding:10px 0px 0px 25px;
background-image:none;
margin-bottom:10px;
	}
	
#respond{
	clear:both;
	margin:20px 0 0 0;
	width:100%;
	}
	
#comment, fieldset textarea{
	height:150px;
	padding:5px;
	width:97%;
	line-height:24px;
	}
#commentform p, fieldset p{
	padding:2px 0;
	clear:both;
	}	
	
#commentform input{
	padding:5px;
	}
	
.commentlist li h3{
	float:left;
	}


.commentlist .says{
	display:none;
	}

.commentlist .avatar{
border:1px solid #DDDDDD;
left:-25px;
padding:3px;
position:absolute;
top:14px;
z-index:3;
	}
	
.commentlist .commentmetadata{
font-size:11px;	
	}
	
.commentlist .commentmetadata a{
	position:relative;
	font-size: 10px;
	color:#888;
	text-decoration: none;
	line-height: 10px;
	top:-5px;
	}
	
.reply{
font-size:11px;
left:-19px;
position:absolute;
top:53px;
	}
	
.fn{
	font-weight:bold;
	font-style:normal;
	font-size: 13px;
	}
	
.fn a{
text-decoration: none;
}

.reply a{
	text-decoration:none;
	}
.reply a:hover{
	text-decoration:underline;
	}
	
.comment_nav{
	float:left;
	height:38px;
	padding:0 0 15px 50px;
	width:508px;
	}
	
.comment_nav a{
	text-decoration:none;
	cursor:pointer;
	}
	
.comment_next{float:right;}

.comment_prev{float:left;}
	
	
.commentlist .children{
	padding-left:20px;
	padding-bottom:0;
	
	}
#top .children li{
padding-right:0;

}



#top #cancel-comment-reply-link{
float:right;
height:26px;
line-height:26px;
margin-right:1px;
position:relative;
right:14px;
text-decoration:none;
	}
	
.advancedlink{
	line-height:28px;
	}

.fullwidth{
	width:558px;
	}
	
	
	
/* ---------------------- Pagination -------------------*/

.pagination{
text-align: right;
clear:both;
position:relative;
z-index:3;
}
.pagination a{
font-size:11px;
margin: 2px 2px 2px 0;
padding:3px 6px;
text-decoration:none;
}


/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
		}

a{
		text-decoration:underline;
	}

a:hover{
		text-decoration:none;
	}
	
a img{
	border:none;
	}
	
p{ padding: 0 0 1em 0}


ul, ol{
	list-style-position:outside;
	margin-left:20px;
	}
	
#sidebar ul, #sidebar ol{
	margin-left:0px;
	}
	
#sidebar li{
	list-style-type:none;	
}

#sidebar li.twitter-item {
  list-style: inside disc;
  margin-bottom: 10px;
  line-height: 1.3em;
}
	

h1,h2,h3,h4,h5,h6, legend{
	font-weight:normal;
	padding-bottom:5px;
	line-height:1.4em;
		}
	
	h1{clear:both; font-size:32px;font-weight:bold;}
	h2{font-size:22px; clear:both;}
	h3{font-size:24px; clear:both; color:#000000;}
	
	h4{color:#5c5c5c; !important;
	  line-height: 1em; font-size:16px; clear:both; border-bottom: 1px solid rgb(201,201,201); }
	h5{ font-size:16px; clear:both; }
	h6{font-size:14px: color:rgb(173,0,0);}
	
	/* colorize headings in content (not sidebar!) */
	#content_inner h5 { color: rgb(173,0,0); }
	#content_inner h3 { color: rgb(173,0,0); }
    #content_inner h6 { color: rgb(173,0,0); }
		
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
		text-decoration:none;
		} 
	
	h5 a {
	  color: rgb(173,0,0);
	}
	h5 a:hover {
	  color: rgb(243,0,0);
	}	
			
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		font-size:32px;
				}

	blockquote p{
	padding:11px 0px;
	}
	
	blockquote{
	margin:0 0 22px 5px;
	padding:0 15px;
		}
	
.floatleft{
	float:left;
	}

.floatright{
	float:right;
	}
	
.clearboth{
	clear:both;
	}
	
.alignleft{
float:left;
margin:0px 15px 15px 0pt;
}

.alignright{
float:right;
margin:0px 0pt 15px 15px;
}

.aligncenter{
clear:both;
display:block;
margin:10px auto;
}

#top .wp-smiley{
	border:none;
	padding:0;
	}
	
.meta{
	display:block;
	position:relative;
	top:3px;
		font-size:11px;
	line-height:14px;
	min-height:14px;
	}
	
.read-more, .show-next{
			display:block;
	font-size:11px;
	font-weight:bold;
	height:41px;
	left:-2px;
	line-height:41px;
	position:relative;
	text-align:center;
	text-decoration:none;
	width:165px;
	}
	
#top .show-next{
	bottom:0;
	left:165px;
	position:absolute;
	}
	
.read-more:hover, .show-next:hover{
			}
	
.entry ul, .entry ol{
	list-style-type:disc;
	list-style-position:inside;
	margin:0;
	padding:0 0 20px 0;
	}
	
#top .entry ol{
	list-style-type:decimal;
	}
	
.entry li{
	padding:3px 10px;
	}
	
blockquote{
			font-size:13px;
	font-style:italic;
	margin:0 0 20px;
	padding:10px 20px 10px 41px;
	}
	
	
/*CONTACT FORM*/	



#searchsubmit, #send, #top #submit{
	cursor:pointer;
	}
	
	
#s, .text_input, .text_area{
padding:5px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
width:200px;
font-size:11.5px;
}

#sidebar #s{
width:155px !important; /*ie6fix*/
width:125px;
}

#top #searchsubmit, #top  #send, #top  #submit{
padding:4px 20px;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, Arial, san-serif;
font-size:11.5px;
}

.hidden{
	display:none;
	}
#commentform{
	padding-bottom:20px;
	}


fieldset{
border:none;
padding:0;
margin:0;
overflow:hidden;
}

fieldset label{
	padding-left:7px;
	}
.blocklabel{
	display:block;
	padding:10px 0 0 0;
}

#top .text_area{
	width:450px;
	}
	
.corner_left, .corner_right{
	position:absolute;
	top:0;
	height:5px;
	width:5px;
	z-index:6;
	left:0;
		}
	
#top .corner_right{
	left:935px;
		}
	
/*navigation*/

.navwrap{
	height:50px;
	right:0px;
	line-height:50px;
	padding-right:18px;
	position:absolute;
	top:50px;
	font-size:12px;
	z-index:6;
	}

#top #nav{
  float: right;
	height:50px;
	line-height:50px;
	padding-left:13px;
}


#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:50px; 
	z-index:5;

}


#top #nav a{
	color:#888;
	text-transform: uppercase;
	height:33px;
	display:block;
	padding:0 15px;
	text-decoration:none;
	text-align:center;
	line-height:28px; 
	outline:none;
	z-index:35;
	position:relative;
	float:left;
	color: rgb(41,41,41);
	}

#top #nav ul a{
	line-height:33px; 
}

#top #nav li{
	float:left;
	position:relative;
	z-index:20;
	margin-top:11px;
}

#top #nav li li{
	border-left:none;
	margin-top:0;
}

#top #nav ul {
	position:absolute;
	display:none;
	width:172px;
	top:33px;
	left:-1px;

}

#top #nav li ul a{
	width:130px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 21px;
}

#top #nav ul ul{
	top:auto;
	border-top:none;
}	

#top #nav li ul ul {
	left:172px;
	top:0px;
}

#top #nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
  	display:none;	
}
#top #nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
	display:block;
}





/* STYLE2 -- added major parts of customizations */
/*************************************************/
html{
	background-color:#fff;
	}

body{
	color:#666;
	}

/*****************************
1.) #head	
/****************************/	
					
#top .logo a{
	background:transparent url(images/logo.jpg) left top no-repeat;
	}
		
/*****************************
2.) #main
/****************************/		
#main{
background:transparent url(images/bg_slice.png) left top no-repeat;
}
			
			
/*****************************
3.) #mainpage image slider
/****************************/	

#featured{
	background:url(images/banner.jpg) left top no-repeat;
	color:rgb(30,30,30);
}

#featured h2 {
  margin: 0; padding: 0;
  color: rgb(16,16,16);
}
		
#featured_bottom{
		background:transparent url(images/bg_slice2.png) right top no-repeat;	
}
							
.ticker, .ticker a{
	color:#666;
	text-decoration:none;
	}

	
.preview_images a img{
	border:1px solid #afafaf;
	background-color:#fff;
	}
	
.preview_images .current_prev img{
	border:1px solid #666;
	}
	
.pointer{
	background:transparent url(images/pointer.png) no-repeat scroll left top;
	}
	
/*****************************
4.) breadcrumb navigation
/****************************/	
											
.breadcrumb{
	color:#ddd;
	}
				
.breadcrumb a{
	text-decoration:none;
	color:#fff;
	}
	
.breadcrumb a:hover{
	text-decoration:underline;
	color:#fff;
	}
/*****************************
5.) content area 
/****************************/	
						
.content_top{
	background:url(images/bg_slice2.png) left top no-repeat;
	}	

#content_bottom{
  float: left;
  clear: both;
  width: 930px;
  padding: 10px 15px;
	background:url(images/bg_slice.png) right -20px no-repeat;
	text-align: right;
	}
#content_bottom.front { background: transparent; }
	
#content{
	background:transparent url(images/bg_slice2.png) repeat-y scroll center top;
	}
#content.front { background: white; } /* on front page! */	

#footer a{
	color:#666;
	}

#footer_wrap {
  background:url(images/bg_slice2.png) left top no-repeat;
  float: left;
  display: inline; /*usual ie6 */
  padding-top: 18px;
}
	
#footer{
  background:transparent url(images/bg_slice2.png) center -20px repeat-y;
  color:#888;
	clear:both;
	padding:0 15px;
	position:relative;
	font-size:10px;
	width:930px;
	float: left;
	display: inline; /*ie6 */
	}

#footer_bottom{
  clear: both;
  width: 930px;
  padding: 50px 15px;
	background:url(images/bg_slice2.png) right -48px no-repeat;
	text-align: right;
	}


				
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
					
.portfolio_item{
	float: left;
	display: inline; /*ie */
	width: 90px;
	height: 90px;
	}
								
														
/*****************************
7.)pages with sidebar
/****************************/								
						
.entry{
	border-bottom:1px solid #bbb;
	}

.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
	color:#222;
	}	
	
.entry-head a:hover, .more-link:hover, #top .portfolio_item h3 a:hover{
  color:#747474;
}
				
#top .bg_sidebar{
	background:transparent url(images/bg_sidebar.png) repeat-y scroll center top;
	}
											
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
											
.small_box h3{
	border-bottom:1px solid #DDD;
	}

	
	
.widget_categories a, .flexipages_widget a, .widget_pages a, .widget_most_popular_tags a,
.widget_archive a , .widget_recent_entries a, li.recentcomments, .widget_meta a{
border-bottom:1px solid #ddd;
}

/* HIRE US sidebar widget */
#text-7.widget_text a {
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
#text-7.widget_text a:hover {
  color: rgb(165,50,50);
}
/* map as pdf on contact page */
#text-8.widget_text a {
  border: 1px solid #ddd;
}
								
								
.widget_categories a:hover, #sidebar .widget_text a:hover, .flexipages_widget a:hover, .widget_most_popular_tags a:hover,
.widget_pages a:hover, .widget_archive a:hover,  .widget_recent_entries a:hover, li.recentcomments:hover, .widget_meta a:hover{
background:#f5f5f5;	
}

#wp-calendar th, #prev a, #next a{
background-color:#282828;
color:#fff;
}
							
				
/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a{
	color:#5B5A5A;
	}

a{
	color:#333;
	text-decoration:underline;
	}

a:hover{
	color:#444;
	text-decoration:none;
	}
	
				
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		color:#3d3d3d;
		}


.aligncenter{
border-bottom:1px solid #ddd;
border-top:1px solid #ddd;
}

.meta{
	color:#a0a0a0;
	}
	
.read-more, .show-next{
	background:transparent url(images/read_more.png) no-repeat scroll right top;
	color:#555;
	}
	
	
.read-more:hover, .show-next:hover{
	background:transparent url(images/read_more.png) no-repeat scroll right bottom;
	color:#666;
	}
	
.entry ul, .entry ol{

	border-top:1px solid #ddd;
	}
	
	
.entry li{
	border-bottom:1px solid #ddd;
	}
	
blockquote{
	background:transparent url(images/quotes.png) no-repeat scroll left 6px;
	color:#555555;
	}
	
	
/*CONTACT FORM*/	
.valid .text_input, .valid .text_area{border:1px solid #70A41B;} /*#70A41B*/
.error .text_input, .error .text_area{border:1px solid #EE2A00;}
.ajax_alert .text_input, .ajax_alert .text_area{border:1px solid #ffb628;}


#s, .text_input, .text_area, textarea, #commentform input{
	border:1px solid #ababab;
	color:#333;
	}


#searchsubmit, #send, #top #submit{
	border:1px solid #ababab;
	background-color:#333;
	cursor:pointer;
	color:#fff;
	
	}
	
#searchsubmit:hover, #send:hover, #top #submit:hover{
	background-color:#999;
	color:#333;
	}

	
.corner_left, .corner_right{
	background:transparent url(images/jquery_corners.png) no-repeat scroll top left;
	}
	
#top .corner_right{
	background:transparent url(images/jquery_corners.png) no-repeat scroll top right;
	}
	
/*navigation*/

.navwrap{
	background:transparent url(images/menu.png) no-repeat scroll right bottom;
	}

#top #nav{
	background:transparent url(images/menu.png) left top no-repeat;
}




/*navigation*/

#top #nav ul {
	border:1px solid #DFDFDF;
	border-top:none;
}

#top #nav li ul a{
	border-bottom:1px solid #fff;
	border-top:1px solid #DFDFDF;
}

#top #head #nav ul a, #top #head #nav ul li{
	background-color:#f5f5f5;
	background-image:none;
}

#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#fff;
	color:#555;
}

#top #head #nav a:hover, #top #head #nav a:focus {
	color:#555;
}


#top #nav li.current_page_item, #top #nav li.current_page_ancestor {
	background: url(images/menucurr.png) left top no-repeat;
}
#top #nav li.current_page_item a, #top #nav li.current_page_ancestor a{
	color:rgb(165,50,50);
	background: url(images/menucurr.png) right bottom no-repeat;
}

/* #top #nav .current_page_parent .current_page_item a, #top #nav .current_page_item ul a{
	border-right:1px solid #f5f5f5;
	border-left:none;
	background-image:none;
	color:rgb(165,50,50);
}



	background-image:none;
	color:rgb(165,50,50);
}
*/


