/*
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) no-repeat left top;
}
/*****************************
2.) #main
/****************************/
#main
{
	background: transparent url(../images/bg_slice.png) no-repeat left top;
}
/*****************************
3.) #mainpage image slider
/****************************/
#featured
{
	background: transparent url(../images/bg_slice.png) repeat-y center top;
	color: #F5F5F5;
}
#featured_bottom
{
	background: transparent url(../images/bg_slice2.png) no-repeat right top;
}
.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) no-repeat left top;
}
#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
{
	color: #111;
	text-decoration: none;
	background-color: #E2E2E2;
}
.entry-head A:hover, .more-link:hover, #top .portfolio_item H3 A:hover
{
	color: #595959;
}
#top .bg_sidebar
{
	background: transparent url(../images/bg_sidebar.png) repeat-y scroll center top;
}
INPUT
{
	font-size: 16px;
	padding-top: 2px;
	margin-top: 5px;
}
.disclaimer
{
	color: #757575;
	text-align: center;
	font-size: 9px;
	margin-top: -15px;
}
/*****************************
7.) Small Boxes and Sidebar "Widgets"
/****************************/
.small_box H3
{
	border-bottom: 1px solid #DDD;
}
.small_box IMG
{
}
.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) no-repeat right -20px;
	color: #888;
}
#footer A
{
	color: #666;
}
/*****************************
#basic & common styles
/****************************/
H1 A, H2 A, H3 A, H4 A, H5 A H6 A
{
	color: #5B5A5A;
}
A
{
	color: #86A7E8;
	text-decoration: underline;
}
A:hover
{
	color: #444;
	text-decoration: none;
}
H2, H3, H4, H5, H6, LEGEND
{
	color: #86A7E8;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 15px;
	margin-top: 5px;
}
H1
{
	/*[empty]margin-top:;*/
	margin: 0 0 18px;
	text-align: center;
	color: #86A7E8;
	padding-bottom: 0px;
}
#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: #7F9BFE;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 24px;
}
.aligncenter
{
}
.meta
{
	color: #B9B9B9;
}
.read-more, .show-next, .show-next2
{
	background: transparent url(../images/read_more.png) no-repeat scroll right top;
	color: #555;
}
.read-more:hover, .show-next:hover, .show-next2:hover
{
	background: transparent url(../images/read_more.png) no-repeat scroll right bottom;
	color: #666;
}
.entry UL, .entry OL
{
}
.entry LI
{
}
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;
}
#wpsc_checkout_form_4
{
	width: 373px;
	height: 80px;
	border: 1px solid #898989;
}
#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) no-repeat left top;
}
/*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: #555;
	text-decoration: underline;
}
#top #nav .current_page_item A
{
	color: #555;
}
#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;
}
