/*  
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: #F7F7F7;
	}

body{
	color:#666;
	}
	
body:after
{
content: url(../images/logo.png) url(../images/bg_slice.png) url(../images/bg_slice2.png) url(../images/pointer.png) url(../images/bg_sidebar.png) url(../images/read_more.png) (../images/quotes.png) url(../images/jquery_corners.png) url(../images/menu.png);
display: none;
}
/*****************************
1.) #head	
/****************************/	
	
				
					#top .logo a{
						background:transparent url(../images/logo.png) left top no-repeat;
						}
		
/*****************************
2.) #main
/****************************/		
			body.home #main{
			background:transparent url(../images/bg_slice3.png) left top no-repeat;
			}
			
			#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:#5B5A5A;
				}
				
						
					#featured_bottom{
						background:transparent url(../images/bg_slice2.png) right top no-repeat;	
				
					}
							
							.ticker, .ticker a{
								color:#666;
								text-decoration:none;
								}
								
								.ticker a strong {
									color: #255769;
									}
							
								
							.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, .more-link: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_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:#f5f5f5;	
							}
							
								#sidebar ul li.current_page_item a,
								#sidebar ul li.current_page_item ul li a:hover {
								background:#f5f5f5;	
								}
								
								#sidebar ul li.current_page_item ul li a {
								background:#eee;	
								}
							
							
							
							#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: #125869;
					}
					
				
				
		




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

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

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

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


h1,h2,h3,h4,h5,h6, legend{
	color:#5b5a5a;
	}

	#featured h2, #featured h2 a{
		color: #5B5A5A;
		}
		
		
	#featured h2{
		border-bottom:1px solid #ddd;
		}	
		
	#inner_content h2, #inner_content h2 a, #inner_content_big h2, #inner_content_big h2 a{
		color:#255769;
		}


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

.meta,
.strong.cat-title {
	color:#255769;
	}
	
.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;
	}
	
	/* Fix for multi lined list indent issue - Thanks to http://perishablepress.com/press/2009/08/16/sexy-html-list-tricks/ */
	.entry ul {
		text-indent: -0.9em;
		list-style: none;
		}
		
		.entry-content ol {
			text-indent: -1.6em;
			}
	

		.entry ul li:before {
			content: "\2022 \0020";
			color: #255769;
			}
			
		.entry-content ol li {
			padding-left: 25px!important;
			}	
		.entry-content p {
			line-height: 18px;
			}	
	/**/
	
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 #EDEDED;
	background-color: #F7F7F7;
	color:#333;
	}


#searchsubmit, #send, #top #submit{
	border:1px solid #ababab;
	background-color: #255769;
	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;
}





/*naviagation*/
#top #nav a{
	color:#888;
}

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


#top #nav .current_page_item a{
	color: #F3981F;
}

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

/* Overrides */
	#head{
		height: 185px;
		}

		.logo, .logo a {
			display: block;
			height: 128px;
			left: 5px;
			position: absolute;
			top: 27px;
			width: 299px;
			}
		
		#searchform-header {
			position: absolute;
			right: 10px;
			top: 80px;
			z-index: 7;
			}
			
			#searchform-header input {
				border: 1px solid #DDD;
				-moz-border-radius: 5px;
				-moz-box-shadow: 0 0 5px #E0E0E0 inset;
				width: 235px;
				}
				
			#searchform-header input#searchsubmit {
				-moz-box-shadow: none;
				background-color: #F7F7F7;
				color: #F3981F;
				width: 100px;
				} 
		
		.navwrap {
			font-size: 12px;
			height: 50px;
			line-height: 50px;
			padding-right: 18px;
			position: absolute;
			right: 0;
			top: 111px;
			z-index: 6;
			}
			
			
		#home-content {
			float: left;
			padding: 0 30px 30px;
			position: relative;
			width: 900px;
			background: transparent url(../images/bg_slice2.png) repeat-y scroll center top;
			}
			
			div.col1,
			div.col2 {
				float: left;
				}
			
			div.col1 {
				width: 580px;
				}
				
			div.col2 {
				width: 260px;
				margin-left: 50px;
				}	
				
				div.col2 ul {
					margin-left: 0;
					}
				
					div.col2 ul li,
					ul.product-categories li {
						float: left;
						clear: both;
						list-style: none;
						padding: 10px 0 5px;
						display: block;
						border-top: 1px solid #DDDDDD;
						}
					
					div.col2 ul li:last-child,
					ul.product-categories li:last-child{
						border-top: 1px solid #DDDDDD;
						border-bottom: 1px solid #DDDDDD;
						}
			
				span.content-copy {
					width: 580px;
					min-height: 240px;
					border-top: 1px solid #DDDDDD;
					border-bottom: 1px solid #DDDDDD;
					float: left;
					clear: both;
					padding-top: 5px;
					}
		
		#content {
			background: transparent url(../images/bg_slice.png) repeat-y scroll center top;
			padding-top: 20px;
			}
		
						
				div.sidebar-widget .meta,
				div.sidebar-widget h3,
				div.sidebar-widget p {
					
					/*width: 260px;*/
					}
					
		#sidebar .widget_pages ul li ul li {
			margin-left: 15px;
			}
		
		div.sidebar-widget {
			float: left;
			display: inline;
			width: 260px;
			clear: both;
			margin-bottom: 30px;
			}
		
			ul.information li,
			ul.category-list li {
				width: 260px;
				}
				
				ul.information li:first-child,
				ul.category-list li:first-child {
					border-top: 1px solid #DDDDDD;
					}
				
				
				ul.information li a,
				ul.category-list li a {
					display: block;
					text-decoration: none;
					padding: 0 5px 0;
					line-height: 30px;
					border-bottom: 1px solid #DDDDDD;
					}
					
					ul.information li a:hover,
					ul.category-list li a:hover {
						color: #255769;
						background: #F5F5F5 none repeat scroll 0 0;
					}
					
					ul.information a img {
							float: right;
							margin-top: 7px;
							}
			
			/* Contact page */
			
			div.sidebar-contact-details {
				margin-bottom: 20px;
				padding-bottom: 20px;
				border-bottom: 1px solid #DDDDDD;
				}	
				
				div.sidebar-contact-details p {
					padding-bottom: 0;
					}
					
				div.sidebar-contact-details strong {
					color: #255769;
					}	
			
			body.page-id-26 div.small_box,
			body.page-id-370 div.small_box,
			body.page-id-373 div.small_box {
				display: none;
				}
				
				body.page-id-26 #message {
					width: 558px ;
					}
				
				span.required-text {
					margin-left: 305px;
					.margin-left: 290px;
					_margin-left: 290px;
					}
			
			div.sidebar-widget.signup legend,
			div.sidebar-widget.signup label {
				display: none;
				}
				
			div.sidebar-widget.signup input {
				background-color: #F7F7F7;
				border: 1px solid #EDEDED;
				color: #333333;
				font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Arial,san-serif;
				font-size: 11.5px;
				padding: 5px;
				margin-bottom: 10px;
				width: 260px;
				}
				
				div.sidebar-widget.signup input#submit {
					width: 90px;
					}	
			
			/**/
			
			/* FAQ's Page */
			
			.faq-question {
				padding-left: 2em;
				background: #fff url(../images/icons/user_comment.png) no-repeat left top;
				font-style: italic;
				}
				
			.faq-question a:before {
				content: "\201C";
				}	
				
			.faq-question a:after {
				content: "\201D";
				}
				
				
			.faq-answer {
				padding-left: 2em;
				background: #fff url(../images/icons/user_suit.png) no-repeat left top;
				}	
			
			/* Blog stuff */
			
			.wp-caption {
				padding: 10px;
				background-color: #EEEEEE;
				border: 1px solid #EEEEEE;
				}
				
				.wp-caption .wp-caption-dt a {
					display: block;
					}
					
					.wp-caption .wp-caption-dt a img {
						display: block;
						margin: 0 auto;
						}
						
						.wp-caption .wp-caption-dt a img.alignright,
						.wp-caption .wp-caption-dt a img.alignleft {
							float: none;
							}						
				.wp-caption .wp-caption-dd {
					margin: 10px 0 0;
					}
			
			/**/
			
			.cloud9-link , .cloud9-link a {
				color: #999 !important;
				text-decoration: none;
				}
				
				.cloud9-link a:hover  {
					color: #DB822B !important;
					text-decoration: underline;
				}
				
/* Next Gen Gallery & Fancy Box images*/

.piclenselink {
	display: none;
	}	
	
.ngg-galleryoverview {
	margin-bottom: 10px;
	}	
	
	
p img.aligncenter {
	padding: 5px 0;
	}

p a.fancybox img.aligncenter.size-full:hover,
p a.fancybox img.aligncenter.size-medium:hover,
p a.fancybox img.alignleft.size-full:hover,
p a.fancybox img.alignleft.size-medium:hover,
p a.fancybox img.alignright.size-full:hover,
p a.fancybox img.alignright.size-medium:hover,
h2 a.fancybox img.aligncenter.size-full:hover,
h2 a.fancybox img.aligncenter.size-medium:hover,
h2 a.fancybox img.alignleft.size-full:hover,
h2 a.fancybox img.alignleft.size-medium:hover,
h2 a.fancybox img.alignright.size-full:hover,
h2 a.fancybox img.alignright.size-medium:hover,
h3 a.fancybox img.aligncenter.size-full:hover,
h3 a.fancybox img.aligncenter.size-medium:hover,
h3 a.fancybox img.alignleft.size-full:hover,
h3 a.fancybox img.alignleft.size-medium:hover,
h3 a.fancybox img.alignright.size-full:hover,
h3 a.fancybox img.alignright.size-medium:hover,
h4 a.fancybox img.aligncenter.size-full:hover,
h4 a.fancybox img.aligncenter.size-medium:hover,
h4 a.fancybox img.alignleft.size-full:hover,
h4 a.fancybox img.alignleft.size-medium:hover,
h4 a.fancybox img.alignright.size-full:hover,
h4 a.fancybox img.alignright.size-medium:hover {
	background-color: #A9A9A9;
	}

p a.fancybox img.alignnone.size-thumbnail,
p a.fancybox img.alignnone.size-medium,
p a.fancybox img.alignnone.size-large,
p a.fancybox img.alignnone.size-full,
p a.fancybox img.alignleft.size-thumbnail,
p a.fancybox img.alignright.size-thumbnail,
p a.fancybox img.alignleft.size-medium,
p a.fancybox img.alignright.size-medium,
p a.fancybox img.alignleft.size-large,
p a.fancybox img.alignright.size-large,
p a.fancybox img.alignleft.size-full,
p a.fancybox img.alignright.size-full {
	padding: 5px;
	border: 1px solid #DDDDDD;
	}

p a.fancybox img.alignnone.size-large {
	width: 558px;
	max-width: 558px;
	}


p a.fancybox img.alignnone.size-thumbnail:hover,
p a.fancybox img.alignnone.size-medium:hover,
p a.fancybox img.alignnone.size-large:hover,
p a.fancybox img.alignnone.size-full:hover,
p a.fancybox img.alignleft.size-thumbnail:hover,
p a.fancybox img.alignright.size-thumbnail:hover,
p a.fancybox img.alignleft.size-medium:hover,
p a.fancybox img.alignright.size-medium:hover,
p a.fancybox img.alignleft.size-large:hover,
p a.fancybox img.alignright.size-large:hover,
p a.fancybox img.alignleft.size-full:hover,
p a.fancybox img.alignright.size-full:hover {
	background-color: #A9A9A9;
	}


				
/**/

/* Fancy Bits CSS3 goodness */

.bypostauthor div.comment-body {
	background-color: #F7F7F7;
	margin-bottom: 50px;
	padding: 5px 10px;
	-moz-box-shadow: inset 0 0 1em #C4C4C4;
	-webkit-box-shadow: inset 0 0 1em #C4C4C4;
	}
	
	.bypostauthor div.comment-body .fn a {
		color: #255769;
		}
		
		.bypostauthor div.comment-body .fn a:after {
			content: "\0020-\0020 Author";
			}



a[href$=".doc"],
a[href$=".odt"], 
a[href$=".rtf"], 
a[href$=".txt"], 
a[href$=".wps"],
a[href$=".csv"],
a[href$=".ods"],
a[href$=".xls"],
a[href$=".xlt"],
a[href$=".ppt"],
a[href$=".odp"],
a[href$=".otp"],
a[href$=".pot"],
a[href$=".pdf"],
a[href$=".zip"],
a[href$=".rar"],
a[href$=".tar"],
a[href$=".tar.gz"] {
	display:inline-block;
	line-height:18px;
	min-height:18px;
	overflow:visible;
	padding: 2px 20px 2px 15px;
	}	
		
a[href$=".doc"],
a[href$=".odt"], 
a[href$=".rtf"], 
a[href$=".txt"], 
a[href$=".wps"] {
	background:transparent url(../images/icons/page_white_word.png) no-repeat scroll right center;
	}

a[href$=".csv"],
a[href$=".ods"],
a[href$=".xls"],
a[href$=".xlt"] {
	background:transparent url(../images/icons/page_white_excel.png) no-repeat scroll right center;
	}	

a[href$=".ppt"],
a[href$=".odp"],
a[href$=".otp"],
a[href$=".pot"] {
	background:transparent url(../images/icons/page_white_powerpoint.png) no-repeat scroll right center;
	}	

	
a[href$=".pdf"] {
	background:transparent url(../images/icons/page_white_acrobat.png) no-repeat scroll right center;
	}	

a[href$=".zip"],
a[href$=".rar"],
a[href$=".tar"],
a[href$=".tar.gz"] {
	background:transparent url(../images/icons/page_white_zip.png) no-repeat scroll right center;
	}	
		
		
/* TABLES */

body.page-id-789 table.wp-table-reloaded,
body.page-id-792 table.wp-table-reloaded{
	border-spacing: 0 !important;
	border-color: #fff !important;
	border-collapse: collapse;
	}

	body.page-id-789 .wp-table-reloaded td.column-1.rowspan-3,
	body.page-id-792 .wp-table-reloaded td.column-1.rowspan-3 {
		width: 150px !important;
		}
	
.wp-table-reloaded {
	font-weight: normal;
	}
	
	.wp-table-reloaded td {
		vertical-align: middle !important;
		}
	
	.wp-table-reloaded td img {
		padding: 5px;
		}
			
		.wp-table-reloaded td img.aligncenter {
			border: 1px solid #DDDDDD;
			}

.wp-table-reloaded-id-3 {
	border-spacing: 0 !important;
	background-color: #fff !important;;
	}
	
	.wp-table-reloaded-id-3 td {
		display: inline-block;
		margin-bottom: 30px;
		background-color: #fff !important;;
		}
	
	.wp-table-reloaded-id-3 .column-1 {
		width: 200px;
		}
		
		.wp-table-reloaded-id-3 .wp-caption {
			padding:10px 0 10px 10px;
			}
			
		.wp-table-reloaded-id-3 .wp-caption-text {
			padding-right: 10px;
			}	
		