/*  
Theme Name: Twicet
Theme URI: http://www.kriesi.at/
Description: A Business & Portfolio Theme
Version: 1
Author: Christian "Kriesi" Budschedl
Author URI: http://www.kriesi.at 
*/

ul, ol{
	list-style-position:outside;
	margin-left:0px;
	}


 .box2 ul li  {
/*list-style-image:url("../images/link-icon_external_10.png");
list-style-image:url("../images/document_edit.gif");*/

list-style: none;


}

.box2 ul li a{
 	
display: block;
text-decoration: none;
padding: 5px 0 5px 25px;
border-bottom: 1px solid #DDD;
background:url("../images/document_edit.gif") no-repeat left center;
	
}
.box2 ul li a:hover {
 	
border-bottom: 1px solid #880000;
background:url("../images/document_edit_red.gif") no-repeat left center;
	
}


html{
	background-color:#e2e2e2;
	}

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

				#featured{
					background:transparent url(../images/bg_slice.png) center top repeat-y;
					color:#666666;
				}
				
						
					#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 below slider and on subpages
/****************************/	
						
			.content_top{
				background:transparent url(../images/bg_slice2.png) left top no-repeat;
				}	
				
			#content{
				background:transparent url(../images/bg_slice2.png) repeat-y scroll center top;
				}
				
/*****************************
6.) Portfolio Page (no sidebar)
/****************************/	
					
						
							.portfolio_item{
								border:1px solid #ddd;
								}
								
							
							
/*****************************
7.)pages with sidebar
/****************************/								
					
				
						
								.entry{
									border-bottom:1px solid #bbb;
									}
									
									
										
								/*		.categories, .comments, .entry-head a, .more-link, #top .portfolio_item h3 a{
											background-color:#747474;
											color:#eee;
											}*/
											
											
											.entry-head a:hover,  #top .portfolio_item h3 a:hover{
											background-color:#eaeaea;
											color:#747474;
											}
											
										
								
					
					
				
					#top .bg_sidebar{
						background:transparent url(../images/bg_sidebar.png) repeat-y scroll center top;
						}
				
				
						
						
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/	
				
							
							.small_box1_2 h3{
				        	color:#880000;
								}
		
								
							
							.widget_categories a, .widget_pages a, .widget_archive a , .widget_recent_entries a, li.recentcomments, .widget_meta a{
							border-bottom:1px solid #ddd;
							}
								
								
							.widget_categories 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;
							}
							
				
		#footer{
	
			background:transparent url(../images/bg_slice.png) right -20px no-repeat;
			color:#888;
			}
		
				#footer a{
					color:#666;
					}
					
				
				
		




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



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

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

a:hover{
	color:#444;
	text-decoration:none;
	}
	

h4{	color:#880000;	}

h1,h2,h3,h5,h6, legend{color:#880000;}
	
	

	#featured h2, #featured h2 a{
		color:#fff;
		}
		
		
	#featured h2{
		border-bottom:1px solid #ddd;
		}	
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		color:#880000;
		}


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

.meta{
	color:#333333;
	}
	

	
.read-more_kontakt, .read-more_kontakt:visited {
	float:left;
	background: #880000 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 4px 10px 5px; 
	margin:10px 0 0 0;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
		
}

.read-more_kontakt:hover	{ background-color: #747474; color: #fff; }
.read-more_kontakt:active	{ top: 1px; }
	

	
.read-more{
	float:left;
	background: #747474 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 4px 5px 5px 30px; 
	margin:5px 10px 0 0;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	width:100px; 
}
.show-next{
  float:left;
	background: #747474  url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 4px 5px 5px 17px; 
	margin:5px 10px 0 0;
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	width:130px;
	}
	
	
.read-more:hover, .show-next:hover{
background-color: #880000; color: #fff; 
	}
.read-more:active,.show-next:active	{ top: 1px; }

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;}

.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;
}





/*naviagation*/

#top #nav a{
	font-weight:bold;
	font-size: 1.1em;
	color:#666;
	text-shadow: 1px 1px 1px #fff;
}



#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 .current_page_item a{
	color:#333333;
}

#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:#444;
}

/* ---------------------- Pagination -------------------*/

.pagination span, .pagination a{
	border:1px solid #333;
	color:#fff;
	background-color:#999;
}

.pagination a:hover{
	border:1px solid #333;
	color:#fff;
	background:#747474;
}
.pagination .current{
	border:1px solid #333;
	color:#fff;
	background-color:#747474;
}
