/*  
Theme Name: Smart Folio
Theme URI: 
Description: Custom WordPress Theme by www.thejtsite.com
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
}

html, body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #333333;
}

#container {
	width: 962px;
	min-height: 100%;
	margin: 0px auto -290px auto;
	position: relative;
}

#homepage {
	background:#f3f0ef url(images/body_bg.gif) top repeat-x;
}

#insidepage {
	background:#f3f0ef url(images/inside_bg.jpg) top repeat-x;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #395D86;
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #6a2929; 
}

h2 {
	color: #395D86;
	font-family: Helvetica, sans-serif;
	line-height: inherit;
	font-size: 17px;
	margin: 0px 0px 15px 0px;
}

p {
	padding-bottom: 15px;
}

ul, ol {
	padding-left: 10px;
	padding-bottom: 15px;
	list-style: disc;
}

ul.two_column li {
	display: inline;
	float: left;
	width: 130px;
	padding-right: 10px;
}

.two_column li:before {
	content: "» ";
}

ul.one_column li {
	width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.one_column li:before {
	content: "» ";
}


.button a {
	background-color: #395273;
	-webkit-border-radius: 11px 11px;
	-moz-border-radius: 11px 11px;
	border-radius: 11px 11px;
	padding: 3px 9px;
	color: white;
}

.button a:hover {
	text-decoration: none;
}

.button a:visited {
	color: white;
}

a:active {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
	padding: 0px;
	margin: 0px 0px 5px 13px;
	display: inline;
	float: right;
}

.alignleft {
	padding: 0px;
	margin: 0px 13px 5px 0px;
	display: inline;
	float: left;
}

.medium_image {
	width: 620px;
	height: 170px;
	overflow: hidden;
}

.featured_image {
	width: 940px;
	height: 260px;
	overflow: hidden;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 960px;
	height: 126px;
}

#info {
	float: right;
	text-align: right;
	color: white;
	margin: 10px 0px 10px 0px;
	padding-right: 27px;
	width: 323px;
	height: 20px;
}

#info_left {
	display: inline;
	float: left;
	width: 480px;
	height: 25px;
	padding-top: 5px;
	color: white;
}

#info_right {
	float: right;
	text-align: right;
	width: 480px;
	height: 25px;
	padding-top: 5px;
	color: white;
}

#info_right a {
	color: #B6E5EC;
	text-decoration: underline;
}

#info_right a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#logo {
	display: inline;
	float: left;
	width: 280px;
	height: 70px !important;
	height: 90px;
	padding: 17px 0px 0px 0px !important;
	padding:0px;
	overflow: hidden;
}

#logo h1 {
	text-indent: -99999px;
	width: 0px;
	height: 0px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#navigation {
	float: right;
	width: 680px;
	height: 57px;
	margin-top:33px;
}

#navigation ul {
	float: right;
}

#navigation ul li {
	float: left;
	display: inline;
	margin-left: 6px;
}

#navigation ul li a {
	float: left;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	background: #395273 url(images/nav_right.gif) right 0 no-repeat;
}

#navigation ul li a span {
	float: left;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	background: url(images/nav_left.gif) left 0 no-repeat;
}

#navigation ul li.on a,
#navigation ul li a:hover {
	color: #395273;
	background: url(images/nav_right.gif) right -26px no-repeat;
}

#navigation ul li.on a span,
#navigation ul li a:hover span {
	background: url(images/nav_left.gif) left -26px no-repeat;
}

/* Slider ////////////////////////////////////////////////////////// */

.anythingSlider {
	width: 962px;
	height: 282px;
	background: url(images/slide_bg.jpg);
	position: relative;
	margin: 0 auto 15px;
}

.anythingSlider .wrapper {
	width: 940px;
	overflow: auto;
	height: 260px;
	position: absolute;
	top: 11px;
	left: 11px;
}

.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	position: relative;
	width: 940px;
	height: 260px;
	margin: 0;
	padding: 0;
}

.slide_text {
	width: 290px;
	height: 260px;
	background: transparent url(images/slide.png);
	position: absolute;
	top: 0px;
	right: 0px;
}

.slide_text h2 {
	color: white;
	font-size: 19px;
	line-height: inherit;
	width: 230px;
	height: 20px;
	padding: 15px;
	margin: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide_text h2 a {
	color: #73B6D2;
	font-size: 19px;
	text-decoration: none;
}

.slide_text h2 a:hover {
	color: #73B6D2;
	font-size: 19px;
	text-decoration: none;
}

.slide_paragraph {
	width: 230px;
	height: 120px;
	padding: 0px 15px;
	margin-bottom: 15px;
	color: white;
	overflow: hidden;
}

.slide_link {
	width: 260px;
	height: 20px;
	padding: 5px 15px;
	background: #152A45;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slide_link:before {
	content: "» ";
}

.slide_link a {
	color: #73B6D2;
	text-decoration: none;
}

.slide_link a:hover {
	color: #73B6D2;
	text-decoration: none;
}

.anythingSlider .arrow {
	display: block;
	width: 15px;
	height: 28px;
	background: url(images/slide_arrow.gif) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 127px;
	cursor: pointer;
}

.anythingSlider .forward {
	background-position: -15px 0px;
	right: -15px;
}

.anythingSlider .back {
	background-position: 0px 0px;
	left: -15px; 
}

.anythingSlider .forward:hover {
	background-position: -15px -28px;
}

.anythingSlider .back:hover {
	background-position: 0px -28px;
}

#thumbNav {
	position: relative;
	width: 285px;
	top: 244px;
	float: right;
}

#thumbNav a {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	text-indent: -99999px;
	background: url(images/slide_btn.png);
}

#thumbNav a.cur {
	background: url(images/slide_btn.png);
	background-position: 0px -12px;
}

#start-stop {
	background: transparent url(images/s_play.png);
	width: 62px;
	height: 24px;
	text-indent: -99999px;
	position: absolute;
	right: 21px;
	top: 237px;
}

#start-stop.playing {
	background: transparent url(images/s_pause.png);
}

/* Prevents */
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* Home ////////////////////////////////////////////////////////// */

#home_left {
	display: inline;
	float: left;
	width: 630px;
	margin-left: 1px;
}

#home_right {
	float: right;
	width: 300px;
	margin-right: 1px;
}

.quote {
	background: url(images/blockquote_bg.jpg) top left no-repeat;
	font-style: italic;
	padding: 10px;
}

.signature {
	text-align: right;
}

.hotline {
	width: 302px;
	height: 20px;
	font-size: 19px;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nummer {
	color:#395272 }


#home_blog {
	width: 990px;
}

.home_entry {
	display: inline;
	float: left;
	width: 302px;
	margin-right: 20px;
	margin-bottom: 50px;
}

.home_entry p {
	height: 60px;
}

.home_image {
	background: white;
	border:1px #c7c3c1 solid;
	padding: 5px;
	margin-bottom: 15px;
	width: 290px;
	min-height: 30px;
	position: relative;
}

.home_info {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 290px;
	height: 25px;
	padding-top: 5px;
	color: white;
	background: transparent url(images/overimage.png);
}

.home_info_left {
	display: inline;
	float: left;
	width: 135px;
	padding-left: 10px;
}

.home_info_right {
	float: right;
	width: 135px;
	text-align: right;
	padding-right: 10px;
}

.home_entry h2 {
	width: 302px;
	height: 20px;
	font-size: 17px;
	line-height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.home_entry h2 a {
	color: #990000;
}

/* Body ////////////////////////////////////////////////////////// */

#left {
	display: inline;
	float: left;
	width: 630px;
	margin: 50px 0px 50px 1px;
}

#right {
	float: right;
	width: 300px;
	margin: 50px 1px 50px 0px;
}

/* Blog ////////////////////////////////////////////////////////// */

.blog_entry {
	width: 630px;
	margin-bottom: 50px;
}

.blog_image {
	background: white;
	border:1px #c7c3c1 solid;
	padding: 5px;
	margin-bottom: 15px;
	width: 620px;
	min-height: 30px;
	position: relative;
}

.blog_info {
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 620px;
	height: 25px;
	padding-top: 5px;
	color: white;
	background: transparent url(images/overimage.png);
}

.blog_info_left {
	display: inline;
	float: left;
	width: 300px;
	padding-left: 10px;
}

.blog_info_right {
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}

.blog_info_right a {
	color: #B6E5EC;
	text-decoration: none;
}

.blog_info_right a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

.comment {
	background: #7A899E;
	padding: 10px 10px 0px 10px;
	color: white;
	min-height: 70px;
}

.comment a {
	color: #B6E5EC;
	text-decoration: underline;
}

.comment a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

.commentbottom {
	height: 40px;
}

.comment_left {
	display: inline;
	float: left;
	background: url(images/comment2.jpg) top right no-repeat;
	padding: 5px 25px 0px 0px;
}

.comment_right {
	float: right;
	text-align: right;
	padding-top: 5px;
}

/* Forms ////////////////////////////////////////////////////////// */

.f_single {
	width: 618px;
	border: 1px solid #395273;
	background: transparent;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 15px;
}

.f_full {
	width: 618px;
	height: 80px;
	border: 1px solid #395273;
	background: transparent;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 15px;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #395273;
	-webkit-border-radius: 11px 11px;
	-moz-border-radius: 11px 11px;
	border-radius: 11px 11px;
	border: 0px;
	padding: 4px 45px 4px;
	color: white;
	text-align: center;
	cursor: pointer;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 290px;
	clear: both;
}

#footer {
	width: 100%;
	min-width: 962px;
	height: 290px;
	background: url(images/footer.jpg) repeat-x bottom;
	position: relative;
	color: white;
}

#footer_container {
	width: 960px;
	height: 290px;
	margin: 0px auto;
	padding: 0px;
}

#footer a {
	color: #B6E5EC;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#footer h3 {
	text-shadow: 1px 1px 0px #000000;
	margin-bottom: 5px;
}

.footer_img {
	margin-bottom: 5px;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer li:before {
	content: "» ";
}

#footer p {
	padding-left: 10px;
}

#twitter {
/* 	background: url(images/ico_bird.gif) left top no-repeat; */
	width: 910px;
	height: 30px;
	padding: 10px 0px 0px 50px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#twitter li:before {
	content: "";
}

#twitter a {
	color: #395273;
}

#twitter a:hover {
	color: #395273;
}

#twitter ul {
	list-style-type: none;
}

#footer_projects {
	display: inline;
	float: left;
	width: 215px;
	height: 193px;
	padding-top: 30px;
	margin-right: 30px;
}

#footer_projects ul li {
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#footer_blog {
	float: left;
	width: 215px;
	height: 193px;
	padding-top: 30px;
	margin-right: 30px;
}

#footer_blog ul li {
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#footer_services {
	float: left;
	width: 215px;
	height: 193px;
	padding-top: 30px;
	margin-right: 30px;
}

#footer_services ul li {
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#footer_flickr {
	float: right;
	width: 215px;
	height: 193px;
	padding-top: 30px;
}

.flickr_account img {
	float: left; 
	margin: 3px 8px 0px 0px;
	width: 80px; 
	height: 80px; 
	padding: 5px; 
	border: 1px #4d6d82 solid; 
	background: #fff;
	margin-bottom: 5px;
}

.flickr_account a:hover img {
	background: #eaeaea;
	border: 1px #444 solid;
}

#footer_left {
	display: inline;
	float: left;
	width: 480px;
}

#footer_right {
	float: right;
	width: 480px;
	text-align: right;
}

.kleines {
margin-top: 20px;
font-size: 11px;
}