/*  
Theme Name: PRiNZ Freelancer
Theme URI: http://www.der-prinz.com
Description: A premium Business Theme for Wordpress with multiple Functionalities, several colorschemes, custom Widgets, an Options Panel and additional Page Templates. Perfect for small Businesses and Freelancers
Version: 2.0
Author: Michael Oeser
Author URI: http://www.der-prinz.com
Tags: Business, Widgetized, two-column, extra page-templates, white, advanced

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

STRUCTURE OF THIS CSS DOCUMENT

	- CSS RESET
	- HTML ELEMENTS
	- HYPERLINKS
	- IMAGES
	- MAIN STRUCTURE + HOMEPAGE STUFF
	- SIDEBAR
	- GENERIC BUTTON STYLES
	- NAVIGATION BAR STYLES
		+ PRIMARY MENU
		+ SECONDARY MENU
	- CONTENT
		+ BREADCRUMBS
		+ POST FORMATS
		+ PAGE NAVIGATION LINKS
		+ FORM ELEMENTS
		+ COMMENTS
	- SPECIAL STYLES FOR ADDITIONAL PAGE TEMPLATES
		+ PORTFOLIO PAGE
		+ FULLWIDTH PAGE
	- FOOTER
	- FLOAT PROPERTIES

*** More styles can be edited in the specific CSS files of the used color schemes ***

/***************************************
CSS Reset by Eric Meyer v1.0 | 20080212 
****************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/******************************************
*   HTML ELEMENTS                         
******************************************/
body {
	color: #333;
	padding: 13px 0 25px 0;
	text-align:justify;
}
body.home { background: url(images/body-bg-home.png) repeat-x; /* the background image on the homepage that shows the darker bar behind the slider */ }
body.colorized { background-color: #f4f4f4; /* the default background color */ }
body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
}
p { margin: 15px 0; }
hr {
	display: block;
	height:4px;
	background:#ddd;
	border:0;
}
small {
	font-size: 0.9em;
	padding:3px 0px;
}
/***************************************
*   HYPERLINKS
****************************************/

/*** standard link behaviour ***/
a:link, a:active, a:visited { text-decoration: underline; }
a:hover { text-decoration: none; }
/*** HTML headline links ***/
h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited, h4 a:link, h4 a:active, h4 a:visited { text-decoration:none; }
h2 a:hover, h3 a:hover, h4 a:hover { text-decoration:underline; }
/*** Links in the sidebar ***/
#sidelist a:link, #sidelist a:active, #sidelist a:visited { text-decoration:none; }
#sidelist a:hover { text-decoration:underline; }
/*** How tags appear ***/
#tags a { text-decoration:none; }
#tags a:hover { text-decoration:underline; }
/*** Links within comments metadata (date, Author etc.) ***/
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited { text-decoration:none; }
.commentmetadata a:hover { text-decoration:underline; }
/*** Links in the footer ***/
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
/**********************************************
*   IMAGES                         
***********************************************/
img, a:link img, a:visited img {
	background:#f4f4f4;
	outline: 1px solid #eee;
	border:1px solid #f9f9f9;
	padding:8px;
}
#logo img, #logo a:link img, #logo a:visited img {
	background:none;
	outline: none;
	border:none;
	padding:0;
}
#featured img, #featured a:link img, #featured a:visited img { margin: 0 0 10px 0; }
.home-cat-img {
	float:left;
	margin:0 6px 4px 0;
}
#leadcontainer img, #leadcontainer a:link img, #leadcontainer a:visited img {
	background:#f4f4f4;
	outline: 1px solid #eee;
	border:1px solid #f9f9f9;
	padding:8px;
}
#pp_full_res img {/* remove the borders for the prettyPhoto image */
	background:none!important;
	border:none!important;
	padding:0!important;
}
#rotator img {/*remove the border from the wp-cycle (rotator div) images */
	background:none!important;
	border:none!important;
	outline:none;
	padding: 10px!important;
}
/**** WordPress image stuff ****/
.aligncenter {
	display:block;
	margin:0 auto;
}
.alignright {
	float:right;
	margin:4px 0 0 12px;
}
.alignleft {
	float:left;
	margin:4px 12px 0 0;
}
#featured .alignleft { margin: 4px 10px 10px 0; }
#homecontent-bottom .alignleft {
	float:left;
	margin:5px 10px 0 0;
}
.wp-caption {
	padding:0 8px 0 0;
	text-align: center;
}
.wp-caption p.wp-caption-text {
	color:#888;
	font-size: 11px;
	font-weight: normal;
	line-height: 10px;
	margin:7px 0;
}
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
}
/**********************************************
*   MAIN STRUCTURE + HOMEPAGE STUFF                         
***********************************************/
#contentwrap { /* the container that wraps around everything */
	margin:0 auto;
	width:980px;
}
#content {/* main content (left of sidebar) */
	width:620px;
	float:left
}
#content p {font-size: 14px; } 
#header { /* the container including the logo/searchbox and the navigation bars */
	height:150px;
	margin:20px 0 40px 0;
}
#logo { /* the container that holds the logo/header image */
	width:980px;
	height:120px;
}
#headerwidgets {
	float: right;
	position:relative;
	top: 0px;
	right:5px;
	z-index:999;
}
.header_widget {
	color: #888;
	text-align:right;
}
.searchcontainer {
	float: right;
	margin: -5px 10px 0 0;
	position:relative;
	z-index:999;
}
.home #page { /* main container on the homepage for content without #header and alternate footer */
	background:none;
	border:none;
	width:980px;
	margin:0 auto;
	padding: 0;
}
#page { /* main container for content without #header and alternate footer */
	background:#fff;
	border: 1px solid #d9d9d9;
	width:940px;
	margin:0 auto 20px;
	padding: 0 20px 20px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.left { float:left; }
.right { float:right; }
#sidebar {
	width: 300px;
	float:right
}
/*** WP-Cycle Slider on the homepage, if used ***/
#rotator {
	background:#fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	color:#333;
	width:980px!important;
	height:310px!important;
	overflow:hidden!important;
	margin: 0 0 40px 0!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*** The featured image teaser/slider on the homepage ***/
#leadcontainer {
	font-size:13px;
	background:#fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	color:#333;
	width:940px;
	margin: 0 0 40px 0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.leadmeta {/* That´s how the Date and Author appear in the leadarticle (homepage top) section */
	font: 11px Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
}
#leadcontainer p { /* this value sets the margin of the "more" button under the text of the top post on the homepage (if you don´t use the slider) */ margin-bottom:30px; }
#punchline {
	color:#9d9d9d;
	text-shadow:#fff 1px 1px;
	font: 32px 'Lobster', Georgia, Times, serif;
	font-style:italic;
	letter-spacing:2px;
	padding:10px 20px 20px 20px;
}
#punchline p { margin:0; }
/*** Featured articles on the homepage ***/
#featured {
	background:#fff;
	border: 1px solid #d9d9d9;
	color:#333;
	width:940px;
	margin: 0 0 20px 0;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#featured p { margin:0 0 15px 0; }
.featured1 {
	width:300px;
	padding:0 20px 0 0;
	float:left;
}
.featured2 {
	width:300px;
	padding:0;
	float:right;
}
#featured div .more {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon-list.png) no-repeat;
}
#featured div .more a { text-decoration:none; }
#featured div .more a:hover { text-decoration:underline; }
#featured h4 { /* used for the title link of the Featured Post widget "more from this category list" */ color:#666; }
/*** The 2 columns on the homepage ***/
#homecontent-bottom p {/* The lower area f the homepage currently needs no style */ margin:0 0 15px 0;}
#homeleftcol { float:left; }
#homerightcol { float:right; }
.homebox {
	background:#fff;
	border: 1px solid #d9d9d9;
	color:#333;
	padding: 20px;
	margin: 0 0 20px 0;
	width:440px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.byline, .byline a { /* the "byline" that shows date, aithor and comments on the homepage boxes */
	font-size:10px;
	margin:0 0 5px 0;
}

/*********************************************************************************
*   All Headlines and related stuff                        
**********************************************************************************/
.blogtitle, .blogtitle a {/* That´s only relevant, if you don´t use an image for your Logo in the header */
	font: 60px 'Lobster', Georgia, Times, serif;
	font-weight: regular;
	font-style:italic;
	text-decoration:none;
	text-shadow: #fff 2px 2px 2px!important;
	text-transform: lowercase;
	letter-spacing:3px;
}
.description {
	font-size: 20px;
	font-weight: bold;
	color:#999;
	margin:0 0 10px 45px;
}
.cat-head {/* Background for the category teasers headline on the homepage */
	margin-bottom:5px;
	background-color:#e7e7e7;
	padding:5px 2px 1px 8px;
}
.title, a.title {
	font:32px 'Lobster', Georgia, Times, serif;
	font-style:italic;
	letter-spacing:1px;
	margin:10px 0 15px 0;
}
#sidebar .title-heading, #sidebar .title-heading a {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
}
h1 {
	font-size: 32px;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
}
h2 {
	font-size: 24px;
	font-weight:normal;
	padding-bottom:8px;
	border-bottom:4px solid #ddd;
	margin: 20px 0;
}
#leadcontainer h2, #leadcontainer h2 a {
	font:24px 'Lobster', Georgia, Times, serif;
	font-style:italic;
	letter-spacing:1px;
	text-align:left;
	line-height:100%;
	display:block;
	text-decoration:none;
	border:none;
	margin: 5px 0 10px 0;
	padding:0;
}
#featured h2, #featured h2 a {
	border:none;
	font-size:20px;
	margin:0;
	padding:0 0 5px 0;
	text-decoration:none;
}
h3 {
	font-size: 18px;
	margin-bottom:4px;
	font-weight:normal;
}
#homecontent-bottom h2, #homecontent-bottom h2 a {
	border:none;
	font-weight:normal;
	margin: 8px 0 -5px 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
}
#homecontent-bottom h3, #homecontent-bottom h3 a {
	border:none;
	font-weight:normal;
	margin: 8px 0 5px 0;
	text-decoration:none;
	text-transform:none;
	letter-spacing:normal;
}
#sidebar h3, #sidebar h2 {
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:0.9em;
	border-top:4px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#4d4d4d;
}
#respond h3 {
	border-top:4px solid #ddd;
	margin-top:25px;
	padding-top:20px
}
h3#comments { margin-top:32px }
h4 {
	font-size:14px;
	margin-bottom:6px;
}
#alternative_footer h4 {
	color:#4d4d4d;
	text-shadow: #fff 1px 1px;
}
#homecontent-bottom h4, #homecontent-bottom h4 a {
	font-size: 10px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:4px;
	font-weight:bold;
	color:#4D4D4D;
	text-shadow: #fff 1px 1px;
}
.entry h2 {
	margin: 10px 0 20px 0;
	padding:0;
	border:none;
}
.entry h1, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-weight:normal;
	margin: 10px 0 20px 0;
	padding:0;
	text-transform:none;
	letter-spacing:0em;
}
/******************************************
*   SIDEBAR                        
******************************************/
#sidelist li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon-list.png) no-repeat;
}
#sidelist .children { background:#eee; }
#sidelist .children li {
	background: #eee;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
}
#twitter_update_list li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon-list.png) no-repeat;
}
#sidelist .more li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon-list.png) no-repeat;
}
#sidelist .feed li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon-rss.gif) no-repeat;
}
/***********************************************
*   GENERIC BUTTON STYLES
************************************************/

.button, a.button {
	padding: 6px 12px;
	border: 1px solid #ddd;
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE7-9 my goodness... */
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none!important;
}
.button:hover, a.button:hover {
	color: #333!important;
	text-decoration:none!important;
}

button:hover, a.button:hover, input[type=submit]:hover {
	border-color:#ddd;
	-moz-box-shadow: 0 0 3px 1px #f0f0f0;
	-webkit-box-shadow: 0 0 3px 1px #f0f0f0;
	box-shadow: 0 0 3px 1px #f0f0f0;
}
#leadcontainer .button, #leadcontainer a.button {
	padding:10px 22px;
	font-size:13px;
}
/***********************************************
*   STYLES FOR THE HORIZONTAL NAVIGATION MENUES
************************************************/

/*** BASIC STYLES FOR ALL MENUS ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu { line-height:	1.0; }
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match */
}
.sf-menu ul li { width:			100%; }
.sf-menu li:hover { visibility:		inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li {
	float:			left;
	position:		relative;
	width: 			auto;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		100;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top:			-999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0px;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:			-999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			150px; /* match ul width */
	top:			0px;
}
/*** PRIMARY MENU STYLES ***/
.prinz-menu-primary {
	background:  url(images/primary-nav.png) repeat-x #9d9d9d;
	position: relative;
	height: 40px;
	padding-left:10px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.prinz-menu-primary a, .prinz-menu-primary a:visited { /* visited pseudo selector so IE6 applies text colour*/
	padding: 0 15px;
	line-height: 40px;
	background: url(images/navline.png) no-repeat right;
	color: #eee!important;
	/*text-shadow: #000 1px 1px 1px;*/
	text-decoration: none;
}
.prinz-menu-primary a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 5px;
}
.prinz-menu-primary a:hover .sf-sub-indicator { background: none; }
.prinz-menu-primary li ul { background: #f4f4f4; }
.prinz-menu-primary li.sfHover a, .prinz-menu-primary a:focus, .prinz-menu-primary a:hover, .prinz-menu-primary a:active {
	background: url(images/primary-nav-hover.png) top;
	color: #eee;/*text-shadow: #000 1px 1px 1px;*/
}
.prinz-menu-primary li li a, .prinz-menu-primary li li a:visited {
	background: #F4F4F4!important;
	color: #333333!important;
	margin: 0;
	border-bottom: 1px dotted #CCCCCC;
	/*text-shadow: #fff 1px 1px!important;*/
	position: relative;
}
.prinz-menu-primary li li:hover, .prinz-menu-primary li li.sfHover, .prinz-menu-primary li li a:focus, .prinz-menu-primary li li a:hover, .prinz-menu-primary li li a:active, .prinz-menu-primary li li.current-cat, .prinz-menu-primary li li.current, .prinz-menu-primary li li.current-menu-ancestor a, .prinz-menu-primary li li.current-menu-item a { background: #fff!important; }
.prinz-menu-primary li li a .sf-sub-indicator, .prinz-menu-primary li li a:hover .sf-sub-indicator { background: url(images/arrow-right.png); }
/*** SECONDARY MENU STYLES ***/
.prinz-menu-secondary {
	background: url(images/secund-nav.png) repeat-x #ddd;
	padding-left:10px;
	margin-top:1px;
	position: relative;
	height: 40px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
}
.prinz-menu-secondary a, .prinz-menu-secondary a:visited { /* visited pseudo selector so IE6 applies text colour*/
	padding: 0 10px;
	line-height: 40px;
	background: none;
	color: #fff!important;
	text-decoration: none;/*text-shadow: #000 1px 1px 1px;*/
}
.prinz-menu-secondary a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 5px;
}
.prinz-menu-secondary a:hover .sf-sub-indicator { background: none; }
.prinz-menu-secondary li ul { background: #ddd; }
.prinz-menu-secondary li:hover, .prinz-menu-secondary li.sfHover, .prinz-menu-secondary a:focus, .prinz-menu-secondary a:hover, .prinz-menu-secondary a:active {
	background: url(images/secund-nav-hover.png) top;
	color: #eee;/*text-shadow: #000 1px 1px 1px; */
}
.prinz-menu-secondary li li a, .prinz-menu-secondary li li a:visited {
	background: #F4F4F4!important;
	color: #333333!important;
	margin: 0;
	border-bottom: 1px dotted #CCCCCC;
	/*text-shadow: #fff 1px 1px!important;*/
	position: relative;
}
.prinz-menu-secondary li li:hover, .prinz-menu-secondary li li.sfHover, .prinz-menu-secondary li li a:focus, .prinz-menu-secondary li li a:hover, .prinz-menu-secondary li li a:active, .prinz-menu-secondary li li.current-cat, .prinz-menu-secondary li li.current, .prinz-menu-secondary li li.current-menu-ancestor a, .prinz-menu-secondary li li.current-menu-item a { background: #fff!important; }
.prinz-menu-secondary li li a .sf-sub-indicator, .prinz-menu-secondary li li a:hover .sf-sub-indicator { background: url(images/arrow-right.png); }
/******************************************
*   Content styles                    
******************************************/
/*** The breadcrumbs ***/
#breadcrumbs {
	background: #f4f4f4;
	margin: 10px 0;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#breadcrumbs a { text-decoration:none; }
/*** Pagination formats for the achives (previous and next links) ***/	
.navigation a {
	width: 120px;
	border: 1px dotted #ccc;
	padding:2px 4px 2px 4px;
	text-align:center;
	font-size:0.9em;
	text-decoration:none;
	color:#666;
}
.navigation a:hover { background-color:#eee; }
.preventries { float:left; }
.nextentries { float:right; }
/*** Post and Page Formating ***/
.entry { padding-bottom:28px; }
.post blockquote {
	color:#666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	padding:4px 14px;
	margin:18px 35px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.post ul li {
	list-style:square;
	margin-bottom:5px;
	margin-left:42px;
}
.page ul.bullets li {
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/icons/icon-list.png) no-repeat;
}
.post ol li {
	margin-bottom:5px;
	margin-left:48px;
}
#tags {
	padding:5px;
	background-color:#eee;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
}
.postmetadata { margin: 30px 0; }
/*** Page navigation links ***/
#paging {
	width: 600px;
	height: 30px;
	list-style: none;
}
#paging li {
	float: left;
	height: 30px;
	text-align: center;
}
#paging li.prev, #paging li.next { width: 100px; }
#paging li.pages {
	width: 300px;
	margin: 0 20px;
}
#paging li.pages a {
	margin: 0 5px;
	padding: 5px;
	display: inline-block;
	border:1px solid #ccc;
	background: #eee;
}
#paging li.pages a:hover {
	border: 1px solid #ccc;
	background: #fff;
}
#paging li.pages a.active {
	font-weight:bold;
	padding: 7px;
	border: 1px solid #ccc;
	background: #ddd;
}
/*** Form Elements ***/
select {
	background:#eee;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	border-left:none;
	border-right:none;
	width:100%
}
#searchform { padding:15px 0 0 0; }
.searchfield {
	width:275px;
	padding: 1px 1px 1px 25px;
	background: url(images/icons/icon-search.png) 5px center no-repeat #eee;
	color:#666;
	border:1px solid #9d9d9d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.searchfield:hover, .searchfield:focus {
	background: url(images/icons/icon-search.png) 5px center no-repeat #fff;
	text-decoration:none;
}
#header .searchfield { /* rounded Apple-like corners if it is in the header. Of course not in stupid old IE */
	width:150px;
}
.newsletter {
	width:195px;
	padding: 5px;
	background: #fff;
	color:#666;
	border:1px solid #ddd;
}
.newsletter:hover, .newsletter:focus {
	background: #eee;
	text-decoration:none;
}
/*** Comments ***/
#commentform input[type=text] {
	width: 170px;
	margin: 5px 5px 1px 0;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
}
#commentform textarea {
	background:#f8f8f8;
	width: 100%;
	margin-top:5px;
	border-top:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-left:none;
	border-right:none;
}
#commentform textarea:hover, #commentform textarea:focus { background:#fff; }
.commentlist { padding-left:30px; }
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f8f8f8;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
}
.commentmetadata { display: block; }
.commentlist small {
	background:#fff;
	padding:2px 5px 2px 5px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
}
.commentlist cite { font-weight:bold; }
/*****************************************************
*   PAGE TEMPLATE STYLES                      
****************************************************/
/*** Styles for the "Portfolio" Page Template ***/
#portfolio { width:960px; }
img.portfolio_img:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.portfolio_item_box {
	float: left;
	width: 300px;
	margin: 0 20px 40px 0;
}
.portfolio_item {
	overflow:hidden;
	position:relative;
	width: 300px;
	height: 150px;
}
#portfolio h3 {
	text-align:left;
	position:absolute;
	z-index:100;
	bottom:25px;
	margin: 0px;
	margin-bottom: 0px!important;
	font-size:12px;
	font-weight:normal;
}
#portfolio h3 a {
	display:block;
	background: #336699;
	border: 1px solid #f4f4f4;
	color: #f4f4f4;
	padding: 5px 20px;
}
#portfolio h3 a:hover {
	background: #4d4d4d!important;
	text-decoration:none;
}
/*** Styles for the "Fullwidth Page Template" ***/
#fullwidthpage {
	float: left;
	width: 940px;
}
/******************************************
*   FOOTER                        
******************************************/
#footer {
	margin: 0 auto;
	width: 900px;
	font-size:0.9em;
	text-align:center;
	padding-top:15px;
	color:#666;
}
#footer a { color:#333; }
#alternative_footer {
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #e7e7e7;
	margin: 0 auto 5px;
	width: 940px;
	font-size:0.9em;
	padding: 20px;
	color:#666;
}
#alternative_footer a { color:#888; }
.alternative_footer_left {
	width: 210px;
	float: left;
	padding:0 20px 0 0px;
}
.alternative_footer_middle1 {
	width: 210px;
	float: left;
	padding:0 20px 0 10px;
	border-left: 1px solid #f4f4f4;
}
.alternative_footer_middle2 {
	width: 210px;
	float: left;
	padding:0 10px;
	border-left: 1px solid #f4f4f4;
}
.alternative_footer_right {
	width: 210px;
	float: right;
	padding:0 10px;
	border-left: 1px solid #f4f4f4;
}
/******************************************
*   FLOAT PROPERTIES                        
******************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
.clear { clear:both; }
.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.clearfloat {/*never delete this otherwise MSIE will kill the layout */ display:inline-block; }
.clearfloat {/*never delete this otherwise MSIE will kill the layout */ display:block; }