/*  
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 
*/

html {
	background-color:#eaeaea;
}
body {
	color:#666;
}
/*****************************
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 top no-repeat;
}
/*****************************
3.) #mainpage image slider
/****************************/	

				#featured {
	background:transparent url(../images/bg_slice.png) center top repeat-y;
	color:#f5f5f5;
}
#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
/****************************/	

.clear_none {
	clear:none;
}
						
			.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:#eaeaea;
	color:#747474;
}
.entry-head a:hover, .more-link:hover, #top .portfolio_item h3 a:hover {
	background-color:#747474;
    color:#eee;

}
#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;
}
.small_box img {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
 
.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:#f5f5f8;
}
.widget_pages a:hover{
	color:#BF2D23;
}
#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:#555;
}
#footer a {
	color:#555;
}
/*****************************
#basic & common styles	
/****************************/

h1 a, h2 a, h3 a, h4 a, h5 a h6 a {
	color:#BF2D23;
}
a {
	color:#333;
	text-decoration:underline;
}
a:hover {
	color:#444;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6, legend {
	color:#BF2D23 
}
#featured h2, #featured h2 a {
	color:#fff;
}
#featured h2 {
	border-bottom:1px solid #ddd;
}
.wp-caption-text {  /* Image captions */
	font-size:9px;
	text-align:right;
	margin:-7px 11px 0 0;
	padding:0em;
	color:#000;
}
#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a {
	color:#3d3d3d;
	font-size:28px;
}
.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_input_half, .valid .text_area {
	border:1px solid #70A41B;
} /*#70A41B*/
.error .text_input, .error .text_input_half, .error .text_area {
	border:1px solid #EE2A00;
}
.ajax_alert .text_input, .ajax_alert .text_input_half, .ajax_alert .text_area {
	border:1px solid #ffb628;
}
#s, .text_input, .text_area, .text_input_half, textarea, #commentform input, #faq-search {
	border:1px solid #ababab;
	color:#333;
}
#searchsubmit, #send, #top #submit, #faq-search-btn {
	border:1px solid #ababab;
	background-color:#333;
	cursor:pointer;
	color:#fff;
	text-shadow:#333 2px 1px 3px;
}
#searchsubmit:hover, #send:hover, #top #submit:hover, #faq-search-btn:hover {
	background-color:#c32d1f; /* #2d6e93; */
	color:#fff;
}
.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) right top no-repeat;
}
/*naviagation*/

#top #nav a {
	color:#fff; /* Off Color #fff */
	font-size:12px;
	font-weight:bold;
}
#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;
	color:#222;                                  /* Color of Drop Down Menu */
	font-weight:normal;
}
#top #head #nav ul a:hover, #top #head #nav ul a:focus {
	background-color:#fff;
	color:#BF2D23;
}
#top #head #nav a:hover, #top #head #nav a:focus {
	color:#fff; /* Rollover */
	/* text-shadow: #fff 0 0 0.4em; */
	text-decoration:underline;
}
#top #nav .current_page_item a {
	color:#fff; /* Current Page Highlight Color */
	/* text-shadow: #f00 0 0 0.8em; */
}
#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;
}
/* ---------------------- Top Navigation ---------------*/

						
#main_subnav_container {
	float:right;
	width:370px;
	height:30px;
	text-align:center;
	margin-top:0px;
	margin-right:-5px;
	border-style:none;
	font-size:12px;
}
#main_subnav_l {
	background-image:url(../images/nav_top_bgleft.png);
	width:7px;
	height:27px;
	background-repeat:no-repeat;
	float:left;
}
#main_subnav_r {
	background-image:url(../images/nav_top_bgright.png);
	width:7px;
	height:27px;
	background-repeat:no-repeat;
	float:left;
}
#main_subnav_content {
	background-image:url(../images/nav_top_bg1p.png);
	height:27px;
	background-repeat:repeat-x;
	text-align:center;
	float:left;
}
p.main_subnav_content {
	margin:0px 0px 0px 0px;
	padding:5px 5px 5px 5px;
	font-size:0.85em;
	line-height:1.0em;
	color:#698a9e;
    font-family: 'Muli', 'Century Gothic', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p.main_subnav_content a, p.main_subnav_content a:visited {
	color:#698a9e;
	text-decoration:none
}
p.main_subnav_content a:hover {
	color:#552a1e;
	text-decoration:underline;
}
/* ---------------------- 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;
}
/* ---------------- Recommended Full Width -------------*/
#main_body_content_wrapper_recommend_left{
	color:#496A7E;
	text-decoration:none;
	font-size:100%;
	width:29%;
	margin-left:10px;
	margin-right:00px;
	margin-top:0px;
    font-family: 'Muli', 'Century Gothic', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float:left;
}

#main_body_content_wrapper_recommend_left p {
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: -15px;
	margin-right: 0px;
}

#main_body_content_wrapper_recommend_left h5, #main_body_content_wrapper_recommend_left h4, #main_body_content_wrapper_recommend_middle h4 {
	color:#000;
}

#main_body_content_wrapper_recommend_left a, #main_body_content_wrapper_recommend_left a:visited {
	color: #496a7e;
	text-decoration: none;
}

#main_body_content_wrapper_recommend_middle a, #main_body_content_wrapper_recommend_middle a:visited {
	color: #496a7e;
	text-decoration: none;
}

#main_body_content_wrapper_recommend_left a:hover, #main_body_content_wrapper_recommend_middle a:hover  {
	color: #300;
	text-decoration:underline;
}

#main_body_content_wrapper_recommend_middle{
	color:#496A7E;
	font-size:100%;
	width:29%;
	margin-left:49px;
	margin-right:00px;
	margin-top:0px;
    font-family: 'Muli', 'Century Gothic', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float:left;
}

#main_body_content_wrapper_recommend_middle p {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: -15px;
	margin-right: 0px;
}


