/*Theme Name: Portfolio ThemeDescription: A portfolio theme for showcasing your work.  Uses custom post types.  WordPress 3.0 required.Author: Devin PriceAuthor URI: http://wptheming.com/Theme URI: http://wptheming.com/portfolio-theme/Version: 0.4.2Tags: translation-ready, microformats, two-columns, custom-menuCredits:Portfolio was built on the solid foundation of Toolbox:http://wordpress.org/extend/themes/toolboxStyles, especially the menus and buttons, were inspired by Canvas:http://www.woothemes.com/2010/02/canvas/Jquery rollovers for portfolio items was based on code by:http://graphpaperpress.com/themes/workspace/Uses Custom Post Type Archives plugin to enable portfolio paging and permalinks:http://www.cmurrayconsulting.com/software/wordpress-custom-post-type-archives/2010-08-19 modifiziert von RalphGL*/
	@import "css/reset.css";
/* BASE STYLES */
body {
	font: 16px/22px Andalus, MinionPro-Regular, Georgia, serif;
	color: #555;
	background: #330;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111;
	font-weight: normal;
	line-height: 140%;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5, h6 {
	font-size: 14px;
}
p {
	font: 16px/24px;
	margin: 0;
}
hr {
	background-color: #ddd;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}
input, textarea {
	padding: 7px 0 7px 7px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000em;
}
/* Hyperlinks */
a:link, a:visited {
	color: #106177;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* STRUCTURE */
/* 2.1 Containers & Columns */
#main {
	background: #fff url(images/bg-texture.png);
	padding: 40px 0 0 20px;
}
.col-width {
	width: 980px;
	margin: 0 auto;
}
/* Navigation */
#navigation {
	display: block;
	float: right;
	font: 14px/14px Helvetica, Arial, sans-serif;
	padding: 20px 0;
}
.menu ul {
	z-index: 99;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	margin-left: 10px;
}
.menu ul a {
	position: relative;
	color: #fff;
	display: block;
	z-index: 100;
	padding: 5px 10px;
	line-height: 18px;
	text-decoration: none;
}
.menu ul a:hover, .menu ul li.current_page_item, .menu ul li.current_page_parent, .menu ul li.current-menu-item {
	background: #666;
}
.menu ul li {
	float: left;
	width: auto;
	margin-left: 10px;
}
.menu ul li a.sf-with-ul {
	padding-right: 25px;
}
/* Drop-down menus */
.menu ul li ul {
	background: #FFF;
	position: absolute;
	left: -999em;
	width: 180px;
	border: 1px solid #666;
	border-width: 1px 1px 0;
	z-index: 999;
	margin-left: 0;
}
.menu ul li ul li {
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	margin-left: 0px;
}
.menu ul li ul li a {
	width: 160px;
	color: #555;
	font-size: 0.9em;
	line-height: 18px;
}
.menu ul li ul li a.sf-with-ul {
	padding: 5px 10px;
}
.menu ul li ul li a:hover {
	background: #c6c6c6;
	color: #111;
}
.menu ul li ul ul {
	margin: -30px 0 0 180px;
}
.menu ul li:hover, .menu ul li.hover {
	position: static;
	background: #666;
}
.menu ul ul li:hover, .menu ul ul li.hover {
	background: #eee;
}
.menu ul li:hover ul, .menu ul li.sfhover ul, .menu ul li li:hover ul, .menu ul li li.sfhover ul, .menu ul li li li:hover ul, .menu ul li li li.sfhover ul, .menu ul li li li li:hover ul, .menu ul li li li li.sfhover ul {
	left: auto;
}
.menu ul .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	position: absolute;
	display: block;
	right: 0.4em;
	top: 0.8em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
.menu li ul .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
}
/* CSS3 Menu Effects */
.menu ul a, .menu ul li.current_page_item, .menu ul li.current_page_parent, .menu ul li:hover, .menu ul li.hover, .menu ul li.current-menu-item {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.menu ul li ul li a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
/* Branding */
#branding {
	position: relative;
	display: block;
	background: #330;
	padding: 30px 0 30px;
}
#logo {
	float: left;
}
#logo #site-title, #logo #site-description {
	color: #fff;
}
#logo #site-title a {
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	text-transform: none;
	font-weight: normal;
	text-decoration: none;
}
#logo #site-title a:hover {
	text-decoration: underline;
}
#logo #site-description {
	color: #ddd;
	font: italic 14px;
	margin-top: 5px;
}
/* Content */
#content {
	padding: 0 0 40px;
	float: left;
	position: relative;
	width: 640px;
}
/* Sidebar */
#sidebar {
	overflow: hidden;
	float: right;
	width: 240px;
}
/* Footer */
#colophon {
	display: block;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	background: #330;
}
#footer-widgets {
	border-bottom: 1px dotted #ddd;
}
#footer-widgets .block {
	padding: 20px 20px 0 0;
	width: 230px;
	float: left;
}
#footer-widgets .footer-widget-4 {
	padding: 20px 0px 0 0;
}
#colophon #site-generator {
	margin-top: 20px;
}
#colophon #site-generator p, a {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
/* POSTS */
#content article {
	display: block;
	clear: both;
	margin-bottom: 40px;
}
#content img {
	max-width: 630px;
}
.entry-meta {
	padding-top: 10px;
	margin: 0px 0 25px 0;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	clear: both;
}
/* Typographic Elements */
#content h1.entry-title {
	font-size: 28px;
	line-height: 32px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
#content h1 {
	padding-bottom: 20px;
}
#content h2 {
	padding-bottom: 20px;
}
#content h3 {
	padding-bottom: 10px;
}
#content p {
	margin: 0 0 20px 0;
}
#content blockquote {
	background: url(images/blockquote.png) no-repeat 0 12px;
	padding: 10px 20px 10px 50px;
	color: #444;
}
#content blockquote p {
	font-style: italic;
}
#content ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
#content ul ul {
	margin: 0;
}
#content ul li {
	list-style-type: circle;
}
#content ul ul li {
	list-style-type: disc;
}
#content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
}
#content ol ol {
	margin: 0;
}
#content ol li {
	list-style-type: upper-latin;
}
#content ol li ol li {
	list-style-type: lower-latin;
}
/* Images */
#content img, img.thumbnail {
	padding: 5px;
	border: 1px solid #ddd;
	background: #F8F8F8;
	background: rgba(255, 255, 255, 0.7);
}
img.wp-smiley {
	padding: 0;
	border: none;
}
.alignleft {
	float: left;
	width: auto;
	margin: 5px 15px 5px 0;
}
.alignright {
	float: right;
	width: auto;
	margin: 5px 0 5px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
#content .wp-caption {
	padding: 1px;
	text-align: center;
	background: #F8F8F8;
	background: rgba(255, 255, 255, 0.7);
	border: solid 1px #ddd;
}
#content .wp-caption img {
	margin: 0;
	padding: 4px 0;
	background: none;
	border: 0;
}
#content .wp-caption-text {
	margin: 0;
	padding: 0;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-align: center;
}
/* Portfolio Posts */
#portfolio {
	padding: 0 0 40px;
	float: left;
	position: relative;
	width: 685px;
}
#portfolio .portfolio-item {
	width: 215px;
	height: 175px;
	background-color: #000;
	border: 1px solid #ccc;
	float: left;
	margin: 0 15px 15px 0;
}
#portfolio .last {
	margin-right: 0px;
}
#portfolio .thumb {
	display: block;
	width: 215px;
	height: 175px;
}
#portfolio .nothumb {
	display: block;
	width: 195px;
	height: 85px;
	padding: 80px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
}
#portfolio a.nothumb:hover {
	text-decoration: none;
}
#portfolio a.title-overlay {
	position: absolute;
	padding: 5px 10px;
	height: 165px;
	margin-top: -165px;
	width: 195px;
	z-index: 1;
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#portfolio a.title-overlay:hover {
	text-decoration: none;
}
/* Pagination / WP-Pagenavi */
/* If you're using PageNavi you should turn the css in its settings page */
.wp-pagenavi {
	clear: both;
	font-size: 12px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-width: 1px 0 1px;
}
.menu ul-entries a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover, .wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display: block;
	font: italic 12px/16px;
	color: #777;
	text-decoration: none;
	padding: 0;
}
.menu ul-entries a:hover {
	text-decoration: underline;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
	display: inline;
	text-decoration: none;
	background: #fff;
	background: rgba(fff, 0, 0, 0.1);
	color: #666;
	padding: 3px 7px;
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-left: 10px;
}
.wp-pagenavi .current, .wp-pagenavi .on, .wp-pagenavi a:hover {
	display: inline;
	padding: 3px 7px;
	background: #fff;
	background: rgba(fff, 0, 0, 0.5);
	border: 1px solid #bbb;
	margin-left: 10px;
}
.wp-pagenavi span.extend, .wp-pagenavi span.pages {
	display: inline;
	background: none;
	border: none;
	color: #666;
}
#content nav, #portfolio nav {
	clear: both;
	display: block;
	overflow: hidden;
}
#content nav .nav-previous, #portfolio nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next, #portfolio nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-below {
	margin: 1em 0 0 0;
}
.page-link {
	margin: 0 0 1em 0;
}
/* Reverse order on single-portfolio pages */
.single-portfolio  #content nav .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}
.single-portfolio  #content nav .nav-next {
	float: left;
	text-align: left;
	width: 50%;
}
/* WIDGETS */
/* Generic Widgets */
.widget-container {
	margin: 0 0 30px 0;
	font-size: 16px;
}
.widget-container h3 {
	margin: 0 0 20px 0;
	padding: 0 0 15px;
	text-transform: uppercase;
	font: normal bold 16px Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 3px solid #ddd;
}
.widget-container p {
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.widget-container ul {
	clear: both;
	padding-left: 0px;
	list-style: none;
}
.widget-container ul li a {
	padding: 0 0 0 5px;
	line-height: 22px;
	text-decoration: none;
}
.widget-container ul li a:hover {
	text-decoration: underline;
}
.widget-container ul ul {
	padding: 0 0 0 15px;
	border-top: none;
}
#colophon-widgets {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
#colophon-widgets .block {
	padding: 20px 0 0 20px;
	width: 210px;
	float: left;
}
/* Calendar */
#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}
#wp-calendar caption {
	padding: 0 0 10px;
}
#wp-calendar th, #wp-calendar td {
	text-align: center;
	background: rgba(0, 0, 0, .05);
	padding: 5px;
}
#wp-calendar td {
	background: transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}
/* Search */
.widget-container input#s {
	float: left;
	width: 60%;
	padding: 7px 0 7px 7px;
	margin-right: 5px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
}
.widget-container input.submit {
	margin-left: 5px;
	float: left;
}
#searchsubmit {
	margin: 0;
	font-weight: bold;
	background: #666 url(images/gradient-overlay.png);
	display: inline-block;
	padding: 5px 6px 6px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: none;
	border: 1px solid rgba(0, 0, 0, .25);
	border-bottom-color: rgba(0, 0, 0, .35);
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}
/* COMMENTS */
#comments {
	position: relative;
	margin: 40px 0 0;
	padding: 40px 0 0 0;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
#comments .commentlist {
	padding-left: 0px;
}
#comments h3 {
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
#comments .comment.thread-even {
	background: #fafafa;
	background: rgba(0, 0, 0, 0.02);
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
#comments .comment {
	margin-top: 10px;
	width: 100%;
	list-style-type: none;
}
#comments .comment .comment-body {
	position: relative;
	padding: 20px;
}
#comments .comment-head {
	margin: 0 0 15px 0;
}
#comments .comment-author img {
	margin: 0;
	vertical-align: middle;
	border: 1px solid #ddd;
	padding: 3px;
	background: #f6f6f6;
	float: left;
	margin: 0 15px 5px 0;
}
#comments .comment-author cite {
	font-weight: bold;
}
#comments .comment-meta {
	font-size: 12px;
}
#comments .comment-entry p {
	margin: 0 0 10px 0;
}
#comments .reply {
	padding-top: 10px;
}
#comments ul.children {
	margin: 10px 10px 0 25px;
	padding: 0;
}
#comments ul.children li {
	border-top: 1px solid #ddd;
}
#comments .cancel-comment-reply {
	margin: 10px 0;
}
#comments h3#pings {
	margin-top: 25px;
}
#comments .pingbacks li.pingback {
	margin: 10px 0;
}
#comments .pingbacks li.pingback .reply {
	display: none;
}
/* Comments Form */
#respond h3 {
	color: #333;
	font-weight: normal;
	margin-bottom: 20px;
}
#respond label {
	font-size: 13px;
	color: #777;
}
#commentform {
	margin: 15px 0 0 0;
}
#commentform input.txt, #commentform textarea {
	font: 14px/14px Arial, Helvetica, sans-serif;
	border-color: #ccc #efefef #efefef #ccc;
	border-width: 1px;
	border-style: solid;
}
#commentform input.txt {
	color: #666;
	background: #fcfcfc;
	width: 170px;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
}
#commentform textarea {
	color: #666;
	background: #fcfcfc;
	width: 95%;
	padding: 5px 7px;
}
#commentform .form-allowed-tags {
	font-size: 12px;
	color: #666;
}
#commentform #submit, .reply a {
	margin: 10px 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #666 url(images/gradient-overlay.png);
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	border: none;
	border: 1px solid rgba(0, 0, 0, .25);
	border-bottom-color: rgba(0, 0, 0, .35);
}
.reply a {
	font-size: 11px;
	padding: 2px 6px;
}
/* Pingbacks / Trackbacks */
h3#pings {
	margin: 25px 0 10px 0;
}
.pinglist li {
	margin: 0 0 0 20px;
	list-style-type: decimal;
}
.pinglist li .author {
	font-weight: bold;
	font-size: 15px;
}
.pinglist li .date {
	font-size: 11px;
}
.pinglist li .pingcontent {
	display: block;
	margin: 10px 0;
}
/* MISCELLANEOUS */
/* Search Form */
.error404 #searchform {
	margin-bottom: 30px;
}
/* Other Classes */
.clear {
	clear: both;
}
