/*  
Theme Name: PRiNZ Freelancer green colorscheme

Colors:	Maincolor Green:	#336633
		Grey 1: 			#d9d9d9 (used for borders)
		Grey 2:				#e7e7e7 (e.g alternative Footer Background)
		Grey 3:				#9d9d9d (Secondary Nav Background)
		Grey 4: 			#4d4d4d (Primary Nav Background)
		
		
STRUCTURE OF THIS CSS DOCUMENT

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


/******************************************
*   HTML Elements                         
******************************************/

	
body {
	background: #f4f4f4;
	color: #333;
	padding: 13px 0 25px 0;
	text-align:justify;
	}

body.home {
	background: url(../images/bg_main.png) repeat-x #f4f4f4;
}

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 { 
	color:#336633;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#336633;
	text-decoration: none; 
	}

/* Style the Excerpt "Continue Reading" Link*/
a.excerptmore {
	color: #336633;
	text-decoration: none;
	}

a:hover.excerptmore  { text-decoration: underline; }

	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#336633; text-decoration:none;}
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;}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#eee;
	color: #336633;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{color:#000;}

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


/***** Alignments for WordPress  ************/

.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:16px 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 Element Structure and Homepage Stuff                         
***********************************************/
#contentwrap { /* the container that wraps around everything */
	margin:0 auto;
	width:980px;
}

#header { /* the container including the logo/searchbox and the navigation bars */
	height:200px;
	margin:20px 0 40px 0;
} 

#logo { /* the container that holds the logo/header image */
	width:980px;
	height:120px;
}

.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;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.left {
	float:left;
	}

.right {
	float:right;
	}

#sidebar {
	width: 300px;
	float:right;
	padding-top:25px;
	}

/* Nivo Slider on the homepage */
#sliderwrap {
	background:#fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);	
	box-shadow: 0 3px 8px rgba(0,0,0,0.25);	
	color:#333;
	width:960px;
	margin: 0 0 40px 0;
	padding: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* The teaser/slider on the homepage */

#leadcontainer {
	font-size:13px;
	background:#fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.25);	
	box-shadow: 0 3px 8px rgba(0,0,0,0.25);	
	color:#333;
	width:940px;
	margin: 0 0 40px 0;
	padding: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
.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;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#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 {
	color:#336633;
	margin-bottom:5px;
	padding-left:20px;
	background:url(../images/icons/icon-list.png) no-repeat;
	}

#featured div .more a {
	color:#336633;
	text-decoration:none;
	}

#featured div .more a:hover {
	text-decoration:underline;
	}

#featured .byline, #featured .byline a {
	font-size:10px;
	color:#336633;
	margin:0 0 5px 0;
}

#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 {/* The lower area f the homepage currently needs no style */ }

#homeleftcol {
		float:left;
	}
		
#homerightcol {
		float:right;
	}

.homebox {
	background:#fff;
	border: 1px solid #d9d9d9;
	color:#333;
	padding: 20px;
	margin: 0 0 20px 0;
	width:440px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;	
	}
	
	
/***********************************************
*   STYLES FOR THE HORIZONTAL NAVIGATION MENUES
************************************************/

/*** ESSENTIAL 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: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	/*z-index: 100;*/
}
.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;
	/*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 {
	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-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*z-index: 50;*/
}
.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;
	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 {
	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);
}

/******************************************
*   Sidebar stuff exept hyperlinks                        
******************************************/
	
#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;
	}
	
	
	
/*********************************************************************************
*   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 */
	color: #336633;
	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:5px 0 10px 0px;
	}

.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;
	color: #336633;
	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;
	color:#336633;
	}

h1 {
	color: #336633;
	}
	
h2 {
	color: #336633;
	font-size: 24px;
	font-weight:normal;
	padding-bottom:8px;
	border-bottom:4px solid #ddd;
	margin: 20px 0;
	}

#leadcontainer h2, #leadcontainer h2 a {
	font:32px 'Lobster',Georgia, Times, serif;
	font-style:italic;
	letter-spacing:1px;
	text-align:left;
	line-height:100%;
	display:block;
	color: #336633;
	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;
	color:#336633;
	}

#homecontent-bottom h2, #homecontent-bottom h2 a, #homecontent-bottom h3, #homecontent-bottom h3 a {
	border:none;
	color: #336633;
	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 {
	color:#336633;
	font-size:18px;
	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 h1 {
	font-weight:normal;
	margin: 10px 0 20px 0;
	padding:0;
	}
	
.entry h2 {
	margin: 10px 0 20px 0;
	padding:0px;
	border:none;
	line-height:1;
	}

.entry h3 {
	font-weight:normal;
	margin: 10px 0 20px 0;
	padding:0;
	text-transform:none;
	letter-spacing:0em;
	}

.entry h4 {
	font-weight:normal;
	margin: 10px 0 20px 0;
	padding:0;
	}

.entry h5 {
	font-weight:normal;
	margin: 10px 0 20px 0;
	padding:0;
	}

.entry h6 {
	font-weight:normal;
	margin: 10px 0 20px 0;
	padding:0;
	}


	
/******************************************
*   Content styles                    
******************************************/

#content {/* main content (left of sidebar) */
	width:620px;
	float:left
	}

/* The breadcrumbs */
#breadcrumbs {
	background: #f4f4f4;
	margin: 10px 0;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

.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:16px 5px 0 0;}

.searchbutton {
	font-weight:bold;
	padding: 1px;
	background:#fff;
	color:#999;
	border:1px solid #ddd;
	}

.searchbutton:hover {
	color:#666;
	background:#eee;
	border:1px solid #999;
	text-decoration:none;
	}

.searchfield {
	width:150px;
	padding: 1px 1px 1px 25px;
	background: url(../images/icons/icon-search.png) 5px center no-repeat #eee;
	color:#666;
	border:1px solid #9d9d9d;
	}

.searchfield:hover, .searchfield:focus {
	background: url(../images/icons/icon-search.png) 5px center no-repeat #fff;
	text-decoration:none;
	}

#header .searchfield { /* rounded corners if it is in the header. Of course not in stupid IE */
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.newsletter {
	width:290px;
	padding: 2px 2px 2px 5px;
	background: #fff;
	color:#666;
	border:1px solid #ddd;
	}

.newsletter:hover, .newsletter:focus {
	background: #eee;
	border:1px solid #999;
	text-decoration:none;
	}

#newsleter-submit {
	background: #eee;
	border:1px solid #999;
	color: #666;
	margin:5px 0 0 0;
	padding: 1px 2px 1px 5px;
	}

#newsleter-submit:hover {
	background: #fff;
	border:1px solid #ddd;
	}


.button, a.button  {
	padding: 5px 12px;
	background: url(../images/style-green/button-small.png) repeat-x #336633;
	color:#f4f4f4;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	}

.button:hover, a.button:hover  {
	background: url(../images/style-green/button-small-hover.png) repeat-x #336633;
	text-decoration:none;
	}
	
#homecontent-bottom .button, #homecontent-bottom a.button,
#featured .button, #featured a.button  {
	border:none;
	background:none;
	color:#336633;
	padding:0;
	}

#homecontent-bottom .button:hover, #homecontent-bottom a.button:hover,
#featured .button:hover, #featured a.button:hover  {
	text-decoration:underline;
	}

#leadcontainer .button, #leadcontainer a.button  {
	background: url(../images/style-green/button-big.png) repeat-x #336633;
	padding:10px 22px;
	font-size:13px;
	}

#leadcontainer .button:hover, #leadcontainer a.button:hover  {
	background: url(../images/style-green/button-big-hover.png) repeat-x #336633;
	}


#commentform input {
	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:#eee;
	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;}


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#eee;
	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; }	

/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* 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: #336633;
	border: 1px solid #f4f4f4;
	color: #f4f4f4;
	padding: 5px 20px;
	}

#portfolio h3 a:hover {
	background: #4d4d4d;
	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;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	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;
	}