/*------------------------------------------------------------------------
 Theme Name:    SPINR
 Description:   Premium WordPress Theme
 Version:       1.0.6
 Author:        Rascals Labs
 Author URI:    http://www.rascals.eu
 ------------------------------------------------------------------------*/


/*////////////////////////// CSS RESET //////////////////////////*/

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 }
ol, ul { list-style:none }
blockquote, q { quotes:none }
blockquote:before, blockquote:after, q:before, q:after { content:'' }
ins { text-decoration:none }
del { text-decoration:line-through }
table {
	border-collapse:collapse;
	border-spacing:0
}
/*////////////////////////// GENERAL //////////////////////////*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #666;
	line-height:20px;
	background:#f5f5f5;
}
a {
	color:#0099cc;
	text-decoration:underline;
}
a:hover { text-decoration:none; }
h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.4px;
	font-weight:normal;
	padding-bottom:5px;
	color:#333;
	line-height:140%;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
	font-weight:normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;
	color:#0099cc;
	font-weight:normal;
}
h1 {
	font-size:30px;
	padding-bottom:10px;
}
h2 {
	font-size:24px;
	padding-bottom:10px;
}
h3 {
	font-size:20px;
	padding-bottom:10px;
}
h4 {
	font-size:18px;
	padding-bottom:10px;
}
h5 {
	font-size:16px;
	padding-bottom:10px;
}
h6 {
	font-size:14px;
	padding-bottom:5px;
}
p {
	/*font-size:12px;
	line-height:20px;*/
	width:auto;
}
abbr, acronym {
	border-bottom-style:dotted;
	border-bottom-width:1px;
	text-transform:uppercase;
}
cite, em, dfn { font-style:italic; }
ins, dfn { border-bottom:1px solid #ddd; }
del { text-decoration:line-through; }
strong, b {
	font-weight:bold;
	color:#333;
}
/*FORMS*/

/*LISTS*/
.entry-content ul, .entry-content ol {
	list-style:square inside;
	list-style-image:none;
	padding:0 0 0px 17px;
	display:block;
}
.entry-content ol { list-style:decimal inside; }
.entry-content ul li, .entry-content ol li {
	padding-left:20px;
	padding:1px 0;
}
.entry-content ul li ul, .entry-content ol li ol { padding:0 0 0 20px; }
code, pre {
	display: block;
	border-width:1px 1px 1px 10px;
	border-style:solid;
	border-color:#ccc;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:20px;
	background:#eee url(styles/default/pre-bg.gif) repeat scroll 0 0;
	color:#333;
	font-size:12px;
	line-height:20px;
	padding:20px 5px;
	clear:both;
	width:auto;
	height:100%;
}
blockquote {
	display: block;
	color:#666;
	font-size:12px;
	line-height:150%;
	font-style:italic;
	border-left:5px solid #ccc;
	margin-bottom:20px;
}
blockquote p { padding:10px 0 10px 20px; }
/*TABLE*/

.entry-content table, .entry-content table.table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 20px 0;
}
.entry-content table th, .entry-content table.table th {
	background-color: #666;
	color: #fff;
	padding: 5px;
	text-align: left;
	border:0;
	font-weight: bold;
}
.entry-content table td, .entry-content table.table td {
	color: #888;
	padding: 0px;
	text-align: left;
	border:0;
}
.entry-content table.table td { background-color: #eee; }
.entry-content table.table td.even { background-color: #f9f9f9; }
/*////////////////////////// IMAGES //////////////////////////*/

a img {
	border:0;
	outline: none;
	overflow:hidden;
}
img.aligncenter {
	margin: 0 auto 10px auto;
	display:block;
	clear:both;
	overflow:hidden;
}
img.alignleft {
	float:left;
	display:inline;
	margin:10px 15px 10px 0;
	overflow:hidden;
}
img.alignright {
	float:right;
	display:inline;
	margin:10px 0 10px 15px;
	overflow:hidden;
}
.frame {
	border:1px solid #ccc;
	background:#fff;
	padding:4px;
}
.no-margin { margin:0 !important; }
/*////////////////////////// TOP SECTION //////////////////////////*/

#top-wrap {
	width:100%;
	height:45px;
	clear:both;
	background:transparent url(styles/default/menu-bg.png) left top repeat-x scroll;
}
#top-wrap .content { z-index:1; }
#top-search {
	position:absolute;
	right:0;
	top:0;
	width:182px;
	height:45px;
	background:transparent url(styles/default/top-search-bg.png) left top no-repeat scroll;
}
input.top-search {
	background:none;
	border:none;
	color:#333;
	width:120px;
	float:left;
	margin:10px 0 0 10px;
}
input.top-submit {
	background:transparent;
	border:none;
	width:30px;
	float:left;
	clear:none;
	height:20px;
	line-height:0;
	text-indent:-9999px;
	margin:15px 0 0 10px;
	cursor:pointer;
}
/*////////////////////////// HEADER SECTION //////////////////////////*/

#header-wrap {
	width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
	border-top:1px solid #fff;
	background:#fafafa url(styles/default/header-wrap-bg.png) left bottom repeat-x scroll;
}
#logo {
	float:left;
	padding:30px 0;
}
#slogan {
	float:right;
	padding:30px 0;
	width:420px;
}
#slogan2 {
	float:left;
	padding:30px;
	width:420px;
}
#slogan2 h2 {
	font-size:18px;
line-height:8px;
}
#slogan p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	font-size:18px;
	padding:0;
}
/*////////////////////////// INTRO SECTION //////////////////////////*/

#intro-wrap {
	width:100%;
	height:70px;
	clear:both;
	background:#00081d url(styles/default/intro-bg.jpg) center top no-repeat scroll;
}
#intro-wrap h1, #intro-wrap h2 {
	line-height:70px;
	color:#fff;
	font-size:30px;
	padding:0;
	letter-spacing:2px;
}
/*////////////////////////// BREADCRUMB NAVIGATION //////////////////////////*/

.breadcrumb-wide { width:960px; }
.breadcrumb-short { width:620px; }
ul#breadcrumb {
	list-style: none;
	float: left;
	display:inline;
	color:#999;
	font-size:11px;
	text-indent:2px;
	margin:10px 0 30px 0;
	text-transform:uppercase;
}
ul#breadcrumb li {
	float: left;
	padding: 0;
	color:#999;
}
ul#breadcrumb li a {
	color:#666;
	text-decoration:none;
	padding-right:10px;
	line-height:20px;
	display:inline;
	float:left;
	background:transparent url(styles/default/breadcrumb-arrow.png) center right no-repeat;
}
ul#breadcrumb li a:hover { color:#333; }
/*////////////////////////// CONTAINERS //////////////////////////*/

#body-wrap {
	clear:both;
	width:1048px;
	margin:0 auto;
	height:auto;
}
.bg {
	overflow:hidden;
	background:transparent url(styles/default/blog-bg.png) left top repeat-y;
}
/*///////////////////////////////////////////////////////////////*/
#left {
	float:left;
	display: block; /* ORIGINAL: inline; */
}
.left-short { width:718px; }
.left-wide { width:960px; }
/*///////////////////////////////////////////////////////////////*/
#right {
	float:right;
	width:310px;
}
/*///////////////////////////////////////////////////////////////*/
.content {
	margin:0 auto;
	position:relative;
	z-index:0;
	width:960px;
	clear:both;
}
/*///////////////////////////////////////////////////////////////*/
.setup-theme { display:none; }
/*///////////////////////////////////////////////////////////////*/
.clear {
	clear: both;
	overflow: hidden;
	height:1px;
	margin-top:-1px;
}
.clear-footer {
	clear: both;
	overflow: hidden;
	height:50px;
}
/*////////////////////////// ENTRY //////////////////////////*/

.entry {
	width:100%;
	position:relative;
	clear:both;
	margin-bottom:30px;
}
.entry-content { width:100%; }
.entry-content p { padding-bottom:20px; }
h1.entry-short, h2.entry-short, h1.entry-wide, h2.entry-wide { font-size:30px; }
h1.entry-short, h2.entry-short { padding:0 75px 20px 0; }
h1.entry-wide, h2.entry-wide { padding:0 0 10px 0; }
h1.entry-short a, h2.entry-short a, h1.entry-wide a, h2.entry-wide a { color:#333; }
h1.entry-short a:hover, h2.entry-short a:hover, h1.entry-wide a:hover, h2.entry-wide a:hover { color:#0099cc; }
.entry-badge {
	position:absolute;
	right:0;
	top:-15px;
	width:74px;
	height:74px;
	background:transparent url(styles/default/entry-badge.png) left top no-repeat scroll;
}
span.day, span.year {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	color:#fff;
	width:74px;
	text-align:center;
	line-height:1;
}
span.day {
	font-weight:bold;
	font-size:30px;
	padding:8px 0 2px 0;
}
a.more-link {
	display:block;
	font-size:12px;
	line-height:20px;
	padding-right:20px;
	text-align:right;
	color:#666;
	width:auto;
	height:20px;
	margin:20px 0 0 0;
	text-decoration:none;
	background:transparent url(styles/default/more-link-button.png) right top no-repeat scroll;
}
a.more-link-galerie {
	display:block;
	font-size:12px;
	line-height:20px;
	padding-right:20px;
	text-align:right;
	color:#666;
	width:auto;
	height:20px;
	margin:0 45px 0 0;
	text-decoration:none;
	background:transparent url(styles/default/more-link-button.png) right top no-repeat scroll;
}
a:hover.more-link {
	text-decoration:none;
	background:transparent url(styles/default/more-link-button.png) right bottom no-repeat scroll;
}
.metadata {
	background:#e9e9e9;
	border:1px solid #ccc;
	clear:both;
	padding:10px;
	margin-top:20px;
}
.metadata a {
	text-decoration:none;
	color:#666;
}
.metadata a:hover {
	text-decoration:underline;
	color:#666;
}
.metadata p {
	padding:0;
	font-size:10px;
	line-height:14px;
	color:#999;
	display:block;
	text-transform:uppercase;
}
/*about author*/
.about-author {
	margin-top:20px;
	background:#f0f0f0;
	border:1px solid #ccc;
	padding:20px;
	overflow:hidden;
}
.about-author a {
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
.about-author a:hover { text-decoration:underline; }
.about-author h5 { font-size:20px; }
.about-author-avatar {
	float:left;
	width:80px;
	display:inline;
}
.about-author img {
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}
.about-author-text { padding-left:110px; }
/*shadow*/
.entry-shadow {
	display:block;
	width:auto;
	height:20px;
	/*background:transparent url(styles/default/entry-shadow.png) right top no-repeat scroll;*/
}
.entry-shadow-top {
	display:block;
	width:auto;
	height:20px;
	/*background:transparent url(styles/default/entry-shadow-top.png) right top no-repeat scroll;*/
}
/*////////////////////////// SIDEBAR //////////////////////////*/

#sidebar { margin:0 25px; }
/*////////////////////////// FOOTER SECTION //////////////////////////*/

/*TOP*/
#footer-top-wrap {
	clear:both;
	width:100%;
	height:35px;
	background:transparent url(styles/default/footer-top-bg.png) left top repeat-x scroll;
}
/*FOOTER NAV*/
ul#footer-menu { float:left }
ul#footer-menu li {
	color:#ddd;
	font-size:11px;
	float:left;
	margin-right:5px;
	line-height:35px;
}
ul#footer-menu li a {
	display:block;
	font-weight:normal;
	text-decoration:none;
	color:#ddd;
	text-transform:uppercase;
}
ul#footer-menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
/*SOCIAL ICONS*/
#footer-social {
	float:right;
	margin-top:5px;
}
a.footer-rss, a.footer-twitter, a.footer-facebook, a.footer-flickr {
	width:16px;
	height:17px;
	float:right;
	margin:4px 0 0 8px;
	text-indent:-9999px;
	border:none;
}
a.footer-rss { background: transparent url(styles/default/footer-rss-icon.png) left top no-repeat; }
a.footer-twitter { background: transparent url(styles/default/footer-twitter-icon.png) left top no-repeat; }
a.footer-facebook { background: transparent url(styles/default/footer-facebook-icon.png) left top no-repeat; }
a.footer-flickr { background: transparent url(styles/default/footer-flickr-icon.png) left top no-repeat; }
/*FOOTER WIDGETS*/
#footer-widgets-wrap {
	clear:both;
	width:100%;
	height:auto;
	background:#333 url(styles/default/footer-widgets-bg.png) left top repeat-x scroll;
	border-bottom:1px solid #1d1d1d;
}
#footer-widgets-wrap .content {
	width:1000px;
	overflow:hidden;
}
/*FOOTER COPYRIGHT*/
#footer-c-wrap {
	width:100%;
	clear:both;
	height:auto;
	background:#434343 url(styles/default/footer-copyright-bg.png) left top repeat-x scroll;
}
#footer-c-wrap .content { overflow:hidden; }
#footer-c-wrap a {
	text-decoration:none;
	color:#ddd;
}
#footer-c-wrap a:hover {
	color:#ddd;
	text-decoration:underline;
}
#footer-c-wrap p {
	padding:10px 0;
	float:left;
	font-size:10px;
	line-height:14px;
	color:#999;
	width:900px;
}
#footer-c-wrap a.top {
	float:right;
	font-size:10px;
	padding:10px 0 0 0;
}
/*////////////////////////// MAIN MENU //////////////////////////*/

#menu-wrap {
	float:left;
	width:auto;
	z-index:100;
}
ul#menu {
	position:relative;
	margin-left:10px;
}
ul#menu li {
	position: relative;
	display: inline;
	float: left;
}
.menu-hover { background:transparent url(styles/default/menu-hover-bg.png) left top repeat-x scroll; }
ul#menu li.current_page_item a { color: #fff; }
ul#menu li a {
	display:block;
	height: 100%;
	padding:0 10px;
	text-align: left;
	line-height: 45px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
}
* html ul#menu li a { display: inline-block; }
ul#menu li a:hover { color: #fff; }
ul#menu ul {
	visibility:hidden;
	position:absolute;
	left:0;
	top:45px;
	width: 160px;
	z-index:1;
	background-color:#333;
	border-top:1px solid #1d1d1d;
}
ul#menu li li {
	display:block;
	width: 100%;
	cursor:pointer;
	background:transparent url(styles/default/menu-sub-bg.png) left bottom repeat-x scroll;
	border-bottom:1px solid #1d1d1d;
}
ul#menu li a.is_caption {
	line-height:13px;
	padding:8px 10px 0;
}
ul#menu li li a.is_caption {
	line-height:12px;
	padding:7px 10px 4px;
}
ul#menu li .menu-caption {
	display:block;
	font-size:9px;
	color:#666;
	line-height:23px;
}
ul#menu li li .menu-caption { color:#888; }
ul#menu li li a {
	height:auto;
	color:#ccc;
	line-height:30px;
	font-weight:normal;
	text-transform:none;
}
ul#menu li li a:hover { color: #fff; }
ul#menu ul ul {
	position:absolute;
	left:100%;
	top:-1px;
	width: 100%;
	visibility:hidden;
	z-index:2;
}
/*////////////////////////// PORTFOLIO //////////////////////////*/
.portfolio { margin:0; }
.entry-portfolio {
	float:left;
	height:100%;
	display:inline;
	width:300px;
	margin:0 30px 30px 0;
}
.last { margin:0 0 20px 0; }
.entry-portfolio-content p {
	line-height:18px;
	font-size:11px;
}
.entry-portfolio-content a { text-decoration:none; }
.entry-portfolio-content a:hover { text-decoration:underline; }
.entry-portfolio-img {
	display:block;
	width:300px;
	height:145px;
	position:relative;
	background:transparent url(styles/default/portfolio-bg.png) left top no-repeat scroll;
}
.entry-portfolio-img img {
	width:290px;
	height:110px;
}
.entry-portfolio-img a {
	position:absolute;
	z-index:2;
	left:5px;
	top:5px;
	width:290px;
	height:110px;
	border:none;
	margin:0;
	background:transparent url(styles/default/portfolio-loader.gif) 50% 50% no-repeat;
}
.entry-portfolio-content h2 {
	font-size:18px;
	padding-bottom:5px;
}
/*////////////////////////// COMMENTS //////////////////////////*/

#comments {
	width:100%;
	height:100%;
}
h5.comments-header {
	line-height:normal;
	font-size:30px;
	color:#666;
	width:100%;
	text-align:center;
	margin-bottom:20px;
	padding:0;
}
/*comment*/
.comment {
	padding:20px;
	border:5px solid #ccc;
	overflow:hidden;
	margin-bottom:20px;
}
.author { border:5px solid #999; }
.comment-header {
	overflow:hidden;
	height:100%;
	position:relative;
}
.comment-author, .comment-date {
	line-height:normal;
	width:auto;
	display:block;
}
.comment-author {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#666;
	padding-bottom:3px;
}
.comment-author a, .comment-author a:hover {
	text-decoration:none;
	color:#666;
}
.comment-date {
	font-size:11px;
	color:#999;
}
.comment-header img {
	display:inline;
	float:left;
	margin-right:20px;
	display:block;
}
.comment-text {
	margin-top:20px;
	clear:both;
}
/*COMMENT FORM*/
.comment-form {
	overflow:hidden;
	margin-top:20px;
	height:auto;
	width:100%;
}
.comment-form h3 { padding:10px 0 15px 0; }
p.login, p.login a {
	color:#999;
	text-decoration:none;
	font-size:11px;
}
p.login a:hover { color:#1d1d1d; }
.comment-form div {
	margin-bottom: 15px;
	clear:both;
	overflow:hidden;
}
.comment-form label {
	width:80px;
	padding-top:5px;
	margin:0 20px 0 0;
	text-align:right;
}
.comment-form input {
	width:250px;
	float:left;
	clear:none;
	margin:0;
}
.comment-form textarea {
	float:left;
	clear:none;
	margin:0;
}
input#comment-submit {
	display:inline;
	padding:5px;
	border:0;
	margin:0;
	width: 0;  /* IE table-cell margin fix */
	overflow: visible;
	background:#1d1d1d;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin-left:100px;
}
html > body input#comment-submit { width:auto; }
input#comment-submit:hover { background:#0099cc; }
/*////////////////////////// HOMEPAGE //////////////////////////*/

#homepage-wrap {
	clear:both;
	width:100%;
	height:auto;
	background:#00081d url(styles/default/homepage-wrap-bg.jpg) center top no-repeat scroll;
}
/*HOMEPAGE SLIDER*/
.rs {
	width:960px;
	height:360px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:transparent url(styles/default/rs-bg.png) left top no-repeat scroll;
}
.rs-projects {
	margin:25px 0 0 5px;
	width:950px;
	height:300px;
	overflow:hidden;
	z-index:0;
	position:relative;
}
.rs-project {
	position:absolute;
	width:950px;
	height:300px;
}
.rs-caption-bg {
	position:absolute;
	left:0;
	bottom:0;
	width:950px;
	background:#000;
	display:none;
	z-index:1;
}
.rs-caption {
	position:absolute;
	left:0;
	bottom:0;
	width:950px;
	z-index:2;
	visibility:hidden;

}
.rs-caption p {
	line-height:20px;
	padding:20px;
	color:#fff;
	font-size:12px;
}

.rs-caption strong {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	display:block;
}
.rs-projects a, span.ajax-loader {
	width:940px;
	height:300px;
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	text-indent:-9999px;
	background:transparent url(styles/default/rs-caption-button-bg.gif) left top repeat scroll;
}
span.ajax-loader {
	z-index:-1;
	background:transparent url(styles/default/rs-loader.gif) 48% 45% no-repeat;
}
.rs-setup { display:none; }
/*SLIDER CONTROLLER*/
.rs-ctrl {
	margin:8px 0 0 0;
	width:100%;
	text-align:center;
}
.rs-ctrl a {
	padding:0 4px;
	margin-left:2px;
	font-size:8px;
	background:#99d0f4;
	text-decoration:none;
	text-align:center;
}
.rs-ctrl a:hover { background:#fff; }
.rs-ctrl a.active { background:#fff; }
/*SERVICES BOXES*/
#sb-wrap {
	width:100%;
	overflow:hidden;
	height:auto;
	clear:both;
	background:transparent url(styles/default/sb-wrap-bg.png) left top repeat-x scroll;
}
#sb-bottom {
	width:100%;
	height:30px;
	clear:both;
	background:transparent url(styles/default/sb-bottom-bg.png) left top repeat-x scroll;
}
#sb {
	width:960px;
	overflow:hidden;
	margin:40px auto 0 auto;
}
.spin { margin-top:35px !important; }
.sb-col1, .sb-col2, .sb-col3 {
	width:300px;
	display:inline;
	float:left;
	margin-right:30px;
}
.sb-col3 { margin-right:0; }
.sb-img-bg, .sb-spin-bg {
	width:300px;
	height:140px;
	background:transparent url(styles/default/sb-img-bg.png) left bottom no-repeat scroll;
}
.sb-spin-bg { height:145px; }
.sb-shadow {
	width:300px;
	height:45px;
	background:transparent url(styles/default/sb-shadow.png) left top no-repeat scroll;
}
#sb img {
	border:1px solid #fff;
	padding:4px;
	background:#fff;
}
#sb h2 {
	font-size:18px;
	padding-bottom:5px;
	color:#fff;
}
#sb a {
	color:#fff;
	text-decoration:none;
}
#sb a:hover { text-decoration:underline; }
#sb p {
	font-size:11px;
	color:#999;
	line-height:18px;
}
/*WIDE BOX*/
#wb-wrap {
	width:620px;
	float:left;
	display:inline;
	clear:both;
	margin-top:20px;
	height:auto;
}
#wb-content {
	padding:15px;
	border:1px solid #ccc;
	background:#f0f0f0;
}
#wb-shadow {
	width:100%;
	clear:both;
	height:20px;
	display:block;
	background:transparent url(styles/default/entry-shadow.png) right top no-repeat scroll;
}
.wb-wide { width:960px !important; }
#wb-content p { padding-bottom:20px; }
#wb-content img { border:1px solid #fff !important; }
/*RECENT WORKS*/
#recent-wrap {
	float:right;
	margin-top:20px;
	width:310px;
	height:auto;
}
#recent {
	width:100%;
	background:#e0e0e0;
	border:1px solid #ccc;
}
#recent img {
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
}
#recent a {
	display:inline;
	margin:0 0 15px 12px;
	font-size:0;
	line-height:normal;
	overflow:hidden;
}
#recent-content {
	padding:15px;
	position:relative;
}
#recent-badge {
	position:absolute;
	right:-15px;
	top:-15px;
	width:71px;
	height:75px;
	z-index:2;
	background:transparent url(styles/default/recent-badge.png) left top no-repeat scroll;
}
a#recent-button {
	display:block;
	float:right;
	font-size:12px;
	line-height:20px;
	text-indent:25px;
	color:#333;
	width:115px;
	height:20px;
	margin:0;
	text-decoration:none;
	background:transparent url(styles/default/recent-button.png) left top no-repeat scroll;
}
a:hover#recent-button {
	text-decoration:none;
	background:transparent url(styles/default/recent-button.png) left bottom no-repeat scroll;
}
#recent-shadow {
	display:block;
	width:100%;
	height:20px;
	background:transparent url(styles/default/recent-shadow.png) right top no-repeat scroll;
}
/*////////////////////////// SHORTCODES //////////////////////////*/

/*COLUMNS LAYOUT*/
.column {
	float:left;
	display:inline;
	margin-bottom:20px;
	margin-right:48px;
	position:relative;
}
.col-1-2, .col-2-2 { width:45%; }
.col-1-3, .col-2-3, .col-3-3 { width:28%; }
.col-1-4, .col-2-4, .col-3-4, .col-4-4 { width:19%; }
.col-3-1, .col-3-2 { width:57%; }
.col-blog-1, .col-blog-2 {
	width:280px;
	margin-right:40px;
	float:left;
	display:inline;
	margin-bottom:20px;
	position:relative;
}
.last {
	clear:right;
	margin-right:0 !important;
}
/*LINE*/
.line {
	width:100%;
	line-height:0px;
	font-size:0px;
	display:block;
	height:1px;
	clear:both;
	margin:20px 0 20px 0;
	border-top:1px solid #e5e5e5;
	background:#fff;
	overflow:hidden;
}
/*MESSAGES*/
.message {
	margin:20px 0;
	width:100%;
	display:block;
}
.message p {
	color:#333;
	font-size:12px;
	margin:0;
	padding:10px 10px 10px 35px;
}
.message p a {
	font-weight:bold;
	color:#333;
}
.mclear {
	border: 1px solid #8dacf7;
	background: #d9e4ff;
}
.mclear p { padding:10px !important; }
/*DOWNLOAD*/
.download {
	border: 1px solid #8dacf7;
	background: #d9e4ff url(styles/default/action-download.png) 10px center no-repeat;
}
/*INFO*/
.info {
	border: 1px solid #8dacf7;
	background: #d9e4ff url(styles/default/action-info.png) 10px center no-repeat;
}
/*WARNING*/
.warning {
	border: 1px solid #e6db55;
	background: #fefbcc url(styles/default/action-warning.png) 10px center no-repeat;
}
/*SUCCESS*/
.success {
	border:1px solid #99dc8d;
	background: #d4fccd url(styles/default/action-check.png) 10px center no-repeat;
}
/*ERROR*/
.error {
	border:1px solid #e2918d;
	background: #ffcfcd url(styles/default/action-delete.png) 10px center no-repeat;
}
/*QUOTES*/
.quote-left, .quote-right {
	float:left;
	font-size:14px;
	line-height:25px;
	padding:10px;
	background:#e9e9e9;
	margin:20px 20px 20px 0;
	width:33%;
	overflow:hidden;
	color:#333;
	font-style:italic;
}
.quote-right {
	float:right;
	margin:20px 0 20px 20px;
}
/*HIGHLIGHT*/
.highlight { background: yellow }
.highlight2 {
	background: #1d1d1d;
	color:#fff;
}
/*LAST TWEET*/
.last-tweet {
	position:relative;
	width:100%;
	height:auto;
	padding:10px 0 75px;
	clear:both;
	margin-bottom:20px;
}
.last-tweet-content {
	background:#e3f4fa;
	border:1px solid #b2d0da;
}
.last-tweet p {
	padding:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:24px;
	color:#45555b;
}
.last-tweet p a { color:#0099cc; }
.last-tweet-icon {
	position:absolute;
	right:0;
	bottom:0;
	width:80px;
	height:76px;
	background:transparent url(styles/default/last-tweet-icon.png) left top no-repeat scroll;
}
/*BUTTON*/
a.cool-button {
	text-decoration:none;
	cursor:pointer;
	padding:10px;
	margin-bottom:20px;
	float:left;
	clear:both;
	line-height:normal;
	color:#fff;
	background:#333 url(styles/default/button-bg.png) left bottom repeat-x scroll;
	border:1px solid #1d1d1d;
}
a:hover.cool-button {
	background:#0099cc;
	border:1px solid #0099cc;
}
/*images*/
.image-xl, .image-l, .image-m, .image-s {
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	clear:both;
}
.image-xl {
	margin-bottom:20px;
	width:960px;
}
.image-l { width:620px; }
.image-m { width:450px; }
.image-s { width:280px; }
.image-shadow-l, .image-shadow-r {
	display:inline;
	height:20px;
	width:200px;
}
.image-shadow-r {
	float:right;
	background: transparent url(styles/default/entry-shadow.png) right top no-repeat scroll;
}
.image-shadow-l {
	float:left;
	background: transparent url(styles/default/entry-shadow2.png) left top no-repeat scroll;
}
/*VIDEO*/
span.video {
	display:block;
	text-align:center;
}
/*////////////////////////// PAGINATION //////////////////////////*/

.wp-pagenavi {
	width:600px;
	padding:10px 10px 10px 0px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px;
	margin-right: 5px;
	font-weight:normal;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #e9e9e9;
	color: #999;
	text-align:center;
}
.wp-pagenavi a:hover {
	border: 1px solid #999;
	background-color: #fff;
	text-decoration: none;
	color:#666;
}
.wp-pagenavi a:active {
	padding: 2px 4px;
	margin-right: 5px;
	border: 1px solid #999;
	background-color: #fff;
	color:#666;
}
.wp-pagenavi span.pages {
	padding:0;
	margin-right: 10px;
	color:#999;
}
.wp-pagenavi span.current {
	padding: 2px 4px;
	margin-right: 5px;
	font-weight: normal;
	color:#666;
	border: 1px solid #999;
	background-color: #fff;
}
.wp-pagenavi span.extend {
	padding: 2px 4px;
	margin-right: 5px;
	text-decoration: none;
	border: 1px solid #ccc;
	background: #e9e9e9;
	color: #999;
}
/*////////////////////////// RASCALS FORMS //////////////////////////*/

#rf h3 {
	font-size:22px;
	margin:0 0 10px;
	padding:0;
	width:100%;
}
p.rf {
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
	padding:0;
	width:456px;
}
p.rf span {
	float:left;
	padding:0 0 0 140px;
	color:red;
	clear:both;
	display:none;
	font-size:10px;
	width:400px;
}
p.rf-submit {
	width: auto;
	height: 28px;
	display: block;
	width:400px;
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
}
p.rf label {
	width:120px;
	padding-top:5px;
	margin:0 20px 0 0;
	text-align:right;
}
p.rf input {
	width:250px;
	float:left;
	clear:none;
	margin:0;
}
p.rf textarea {
	float:left;
	clear:none;
	margin:0;
	width:300px;
}
input#send {
	display:inline;
	padding:5px;
	margin:0 0 0 140px;
	width: 0;  /* IE table-cell margin fix */
	overflow: visible;
	background:#1d1d1d;
	color:#fff;
	cursor:pointer;
	text-align:center;
	border:none;
}
html > body input#send { width:auto; }
input#send:hover {
	background:#0099cc;
	border:none;
}
p.rf-submit span {
	margin-top: 2px;
	float: right;
	display: block;
	line-height: normal;
}
/*////////////////////////// PASSWORD PROTECTED //////////////////////////*/

form.protected-post-form {
	width:570px;
	height:auto;
}
form.protected-post-form p { overflow:hidden; }
input.pass { clear:none; }
input.pass_submit {
	display:inline;
	padding:5px;
	width:50px;
	background:#1d1d1d;
	color:#fff;
	cursor:pointer;
	text-align:center;
	margin:5px 0 0 10px;
	border:none;
	clear:none;
}
.entry input.pass_submit:hover {
	background:#0099cc;
	border:none;
}
/*////////////////////////// USER MENU //////////////////////////*/

p.user {
	font-size:10px;
	padding:0;
	color:#ccc;
}
p.user a {
	font-size:10px;
	color:#999;
	text-decoration:none;
}
p.user a:hover {
	color:#666;
	text-decoration:none;
}
/*////////////////////////// PAGE LINK //////////////////////////*/

#page-link p { color:#666; }
#page-link p a {
	color:#666;
	text-decoration:none;
}
#page-link p a:hover { text-decoration:none; }
/*////////////////////////// SIDEBAR WIDGETS //////////////////////////*/
.widget {
	height:100%;
	width:260px;
	clear:both;
	overflow:hidden;
	position:relative;
	padding-bottom:20px;
}
.widget p {
	padding:0;
	font-size:12px;
	line-height:20px;
}
.widget h3 {
	font-size:20px;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}
.widget li {
	/*background: transparent url(styles/default/sidebar-arrow.png) left 11px no-repeat;*/
	border-bottom:1px dotted #ccc;
	width:260px;
}
.widget li a {
	color:#666;
	font-size:12px;
	padding:0 0 0 3px;
	display:inline;
	text-decoration:none;
}
.widget li a:hover {
	color:#0099cc;
	text-decoration:none;
}

.widget_a_posts {

}
.widget_a_posts a {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(styles/default/shadowAlpha.png) no-repeat scroll right bottom !important;
border-color:#EEEEEE;
border-style:solid none none solid;
border-width:1px medium medium 1px;
float:left;

padding:9px;
}

/*///////////////////////////////////////////////////////////////*/

/*search*/
.widget .search-widget {
	width:260px;
	height:30px;
	margin-top:15px;
	background:transparent url(styles/default/sidebar-search-bg.png) left top no-repeat;
}
.widget input#s {
	float:left;
	background:none;
	border:0;
	margin:8px 0 6px 15px;
	display:inline;
	width:2005px;
	color:#666;
	padding:0;
}
.widget input#searchsubmit {
	width:30px;
	height:22px;
	border:0;
	text-indent: -9999px;
	font-size:0px;
	line-height:0px;
	float:right;
	cursor:pointer;
	clear:none;
	margin:4px 4px 0;
	background:none;
}
/*pages*/

.widget_pages li { border:none; }
.widget_pages li a { border-bottom:1px dotted #ccc; }
/*advertising*/
a.ad125 {
	width:128px;
	height:128px;
	float:left;
}
a.ad125 img {
	padding:2px !important;
	border:0;
	overflow:hidden;
}
a.ad img { padding:2px 0 !important; }
/*tag cloud*/
.widget_tag_cloud a {
	color:#999;
	line-height:normal;
	text-decoration:none;
}
.widget_tag_cloud a:hover {
	color:#0099cc;
	line-height:normal;
}
/* recent comments */
.widget li.recentcomments {
	width:260px;
	float:left;
	padding:4px 0 4px 10px;
	border-bottom:1px dotted #ccc;
	background: transparent url(styles/default/sidebar-arrow.png) left 12px no-repeat;
}
.widget li.recentcomments a {
	display:inline;
	padding:0;
	color:#333;
}
.widget li.recentcomments a:hover { color:#0099cc; }
/*categories / archive*/
.widget_categories li, .widget_archive li {
	color:#999;
	width:130px !important;
	float:left;
	background: transparent url(styles/default/sidebar-arrow.png) left 11px no-repeat;
	border-bottom:1px dotted #ddd;
	padding:4px 0;
	font-size:10px;
	text-transform:uppercase;
	line-height:18px;
}
.widget_categories li a, .widget_archive li a {
	line-height:18px;
	color:#666;
	font-size:12px;
	display:inline !important;
	background: none;
}
/*calendar*/
#calendar_wrap {
	width:100%;
	margin:0 auto;
}
#calendar_wrap a {
	border-bottom:none;
	line-height:25px;
}
table#wp-calendar {
	font-size:12px;
	width:255px;
	margin-left:5px;
	height:100%;
	line-height:25px;
}
table#wp-calendar caption {
	font-size:14px;
	padding:0;
	width:100%;
	color:#333;
}
table#wp-calendar thead { border: 0; }
table#wp-calendar th {
	font-weight: bold;
	color:#333;
	text-align: center;
	padding-bottom: 2px;
}
table#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #ddd;
	background-color:#f9f9f9;
	color:#666;
}
table#wp-calendar #next a, table#wp-calendar #prev a {
	padding: 5px 10px 0 10px;
	text-decoration:none;
	color:#666;
	background-color:transparent;
}
table#wp-calendar #next a {
	text-align: right;
	color:#666;
	line-height:15px;
}
table#wp-calendar #prev a {
	text-align: left;
	color:#666;
	line-height:15px;
}
table#wp-calendar #next a:hover, table#wp-calendar #prev a:hover { color:#666; }
table#wp-calendar a {
	display: block;
	background-color:#666;
	color:#fff;
	text-decoration:none;
}
table#wp-calendar a:hover {
	background-color:#333;
	color:#fff;
	text-decoration:none;
}
/*////////////////////////// RASCALS SIDEBAR WIDGETS //////////////////////////*/

/*R-Cat*/
.widget_r_cat li {
	color:#999;
	width:130px !important;
	float:left;
	padding:4px 0;
	font-size:10px;
	text-transform:uppercase;
	line-height:18px;
}
.widget_r_cat li a {
	line-height:18px;
	color:#666;
	font-size:12px;
	display:inline !important;
}
/*R-Flickr*/
#sidebar .flickr_badge_image {
	display:block;
	float:left;
	padding:5px;
	overflow:hidden;
	line-height:0;
}
.widget_r_flickr a {
	display:inline-block;
	line-height:0;
	font-size:0;
}
.widget_r_flickr img {
	width:66px;
	height:66px;
	padding:4px;
	background:#f9f9f9;
	border:1px solid #ddd;
}
/*R-Twitter*/
.widget_r_twitter h3 { background:transparent url(styles/default/twitter-standing.png) right -7px no-repeat scroll; }
.widget_r_twitter ul {
	list-style: none;
	padding:0;
}
.widget_r_twitter ul li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	background:none;
	border-bottom:1px dotted #ccc;
}
.widget_r_twitter ul li p { padding-bottom:5px; }
.widget_r_twitter ul li a {
	display:inline;
	padding:0;
	color:#333;
}
.widget_r_twitter ul li a:hover {
	text-decoration: none;
	border:0;
}
.widget_r_twitter ul li span {
	border:0;
	padding:0;
	display:block;
	text-align:right;
	font-size:10px;
	color:#666;
	border-top:1px dotted #ccc;
	padding-top:5px;
	line-height:normal;
	color:#999;
}
/*R-Comments*/
.widget_r_comments ul li {
	background:none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom:1px dotted #ccc;
}
.widget_r_comments ul li a, .widget_r_comments ul li a:hover { padding:0 0 5px 0; }
.widget_r_comments ul li span {
	text-align:right;
	line-height:normal;
	display:block;
	font-size:10px;
	border-top:1px dotted #ccc;
	padding-top:5px;
	color:#999;
}
/*R-Posts*/
.widget_r_posts ul li {
	background:none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom:1px dotted #ccc;
}
.widget_r_posts ul li p { padding-bottom:5px; }
.widget_r_posts ul li a {
	padding:0;
	margin:0;
	font-size:14px;
	color:#333;
	padding-bottom:5px;
}
.widget_r_posts ul li span {
	text-align:right;
	line-height:normal;
	display:block;
	font-size:10px;
	color:#999;
	border-top:1px dotted #ccc;
	padding-top:5px;
}
.widget_r_posts ul li img {
	float:left;
	padding:5px;
	background:#f9f9f9;
	border:1px solid #ddd;
	margin:0 10px 10px 0;
}
/*////////////////////////// FOOTER WIDGETS //////////////////////////*/
.widget_r_cat_footer {width:295px;}
.widget_r_posts_footer {width:230px;}
.widget_a_posts_footer {width:230px;}
.widget_text_footer {width:160px;}
.widget_a_posts_footer a img {margin:7px;
border:1px solid #444444;
padding:2px;}

.footer-widget {
	margin:20px 0 30px 4px;
	display:inline;
	
	height:auto;
	float:left;
	overflow:hidden;
}
.footer-widget h4 {
	width:100%;
	margin:0 0 5px 0;
	padding-bottom:5px;
	color:#fff;
	text-transform:uppercase;
	line-height:160%;
	border-bottom:1px solid #666;
}
.footer-widget p { line-height:16px; }
.footer-widget a { color:#ddd; }
.footer-widget a:hover { color:#ddd; }
.footer-widget img {
	margin:0;
	float:left;
	display:inline;
}
.footer-widget li {
	background: transparent url(styles/default/footer-arrow.png) left 11px no-repeat;
	color:#999;
	width:225px;
	font-size:11px;
	line-height:16px;
}
.footer-widget li a {
	color:#ddd;
	font-size:11px;
	padding:4px 0 4px 10px;
	text-decoration:none;
	display:block;
}
.footer-widget li a:hover {
	color:#ddd;
	text-decoration:underline;
}
/*///////////////////////////////////////////////////////////////*/

/*categories / archive*/
.widget_categories_footer li, .widget_archive_footer li {
	color:#666;
	width:112px;
	float:left;
	background:none;
	text-transform:uppercase;
	padding:4px 0;
	border-bottom:1px dotted #666;
	background: transparent url(styles/default/footer-arrow.png) left 11px no-repeat;
}
.widget_categories_footer li a, .widget_archive_footer li a {
	display:inline;
	border:0;
}
/*text*/
.widget_text_footer p {
	font-size:11px;
	line-height:16px;
	color:#999;
}
.widget_text_footer p a {
	text-decoration:underline;
	color:#ddd;
}
.widget_text_footer p a:hover {
	text-decoration:none;
	color:#ddd;
}
/*search*/
.footer-widget .search-widget {
	width:224px;
	height:26px;
	margin-top:10px;
	background:transparent url(styles/default/footer-search-bg.png) left top no-repeat;
}
.footer-widget input#s {
	float:left;
	background-color:transparent;
	border:0;
	margin:4px 0 0 10px;
	display:inline;
	width:175px;
	color:#333;
	background:transparent;
}
.footer-widget input#searchsubmit {
	width: 35px;
	height: 25px;
	border: 0;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 0px;
	float: right;
	cursor: pointer;
	clear:none;
	margin:0;
	background:transparent;
}
/* recent comments */
.footer-widget li.recentcomments {
	width:225px;
	float:left;
	padding:4px 0 4px 10px;
	background: transparent url(styles/default/footer-arrow.png) left 12px no-repeat;
	border-bottom:1px dotted #666;
}
.footer-widget li.recentcomments a {
	display:inline;
	padding:0;
	border:0;
}
/*tag cloud*/
.widget_tag_cloud_footer a {
	color:#999;
	line-height:normal;
	text-decoration:none;
}
.widget_tag_cloud_footer a:hover {
	text-decoration:none;
	line-height:normal;
}
/*calendar*/
.footer-widget table#wp-calendar a {
	display: block;
	background-color:#666;
	color:#fff;
	line-height:25px;
	text-decoration:none;
}
.footer-widget table#wp-calendar a:hover {
	background-color:#1d1d1d;
	color:#fff;
	line-height:25px;
	text-decoration:none;
}
.footer-widget table#wp-calendar {
	width:223px;
	margin-left:2px;
}
.footer-widget table#wp-calendar tbody td {
	text-align: center;
	border: 1px solid #666;
	background-color:#333;
	color:#ddd;
	font-size:11px;
}
.footer-widget table#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color:#ddd;
	padding:0;
}
.footer-widget table#wp-calendar th {
	font-weight: normal;
	color:#ddd;
	text-align: center;
	padding-bottom: 2px;
}
.footer-widget table#wp-calendar #next a {
	text-align: right;
	color:#ddd;
	line-height:10px;
}
.footer-widget table#wp-calendar #prev a {
	text-align: left;
	color:#ddd;
	line-height:15px;
}
.footer-widget table#wp-calendar #next a:hover, .footer-widget table#wp-calendar #prev a:hover { color:#ddd; }
/*////////////////////////// RASCALS FOOTER WIDGETS //////////////////////////*/

/*R-Cat*/
.widget_r_cat_footer li {
	color:#666;
	width:140px;
	float:left;
	text-transform:uppercase;
	padding:4px 0;
	border-bottom:1px dotted #666;
	background: transparent url(styles/default/footer-arrow.png) left 11px no-repeat;
}
.widget_r_cat_footer li a {
	color:#ddd;
	display:inline;
	border:0;
	text-decoration:none;
}
/*R-Flickr*/
#footer-widgets-wrap .flickr_badge_image {
	display:block;
	float:left;
	line-height:0;
}
.widget_r_flickr_footer a {
	display:inline-block;
	padding:4px;
}
.widget_r_flickr_footer img {
	margin:0 !important;
	border:1px solid #444;
	width:61px;
	padding:2px!important;
	height:61px;
}
/*R-Twitter*/
.widget_r_twitter_footer ul {
	list-style: none;
	padding: 0 0 0 0px;
}
.widget_r_twitter_footer ul li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	background:none;
	border-bottom:1px dotted #666;
}
.widget_r_twitter_footer ul li p {
	color:#999;
	padding-bottom:5px;
	font-size:11px;
}
.widget_r_twitter_footer ul li p a {
	display:inline;
	padding:0;
}
.widget_r_twitter_footer ul li span {
	border:0;
	padding:0;
	display:block;
	text-align:right;
	font-size:10px;
	color:#666;
	border-top:1px dotted #666;
	padding-top:5px;
	line-height:normal;
}
/*R-Comments*/
.widget_r_comments_footer ul li {
	background:none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom:1px dotted #666;
}
.widget_r_comments_footer ul li a, .widget_r_comments_footer ul li a:hover {
	background:none;
	padding:0 0 5px 0;
	margin:0;
	border:0;
	font-size:11px;
}
.widget_r_comments_footer ul li span {
	text-align:right;
	line-height:normal;
	display:block;
	font-size:10px;
	color:#666;
	border-top:1px dotted #666;
	padding-top:5px;
	line-height:normal;
}
/*R-Posts*/
.widget_r_posts_footer ul li {
	background:none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom:1px dotted #666;
}
.widget_r_posts_footer ul li img {
	border:1px solid #444;
	margin-bottom:10px;
	padding:2px;
}
.widget_r_posts_footer ul li p {
	font-size:11px;
	padding-bottom:10px;
	color:#999;
	width:auto;
}
.widget_r_posts_footer ul li a {
	background:none;
	padding:0;
	margin:0;
	border:0;
	color:#ddd;
	padding-bottom:5px;
}
.widget_r_posts_footer ul li span {
	text-align:right;
	line-height:normal;
	display:block;
	font-size:10px;
	color:#666;
	border-top:1px dotted #666;
	padding-top:5px;
	line-height:normal;
	clear:both;
}
/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 /*COIN SLIDER*/
.nivo-wrap {
	width:960px;
	height:360px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background:transparent url(styles/default/rs-bg.png) left top no-repeat scroll;
}
#nivo {
	margin:25px 0 0 5px;
	width:950px;
	height:300px;
	z-index:0;
	position:relative;
	overflow:hidden;
}
/* The Nivo Slider styles */
.nivoSlider { position:relative; }
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:300px;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:block;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:20px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav { left:0px; }
.nivo-nextNav { right:0px; }
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	bottom:-29px;
	left:0;
	width:100%;
	text-align:center;
	display:block;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	padding:0 4px;
	margin-left:5px;
	font-size:8px;
	background:#99d0f4;
	text-decoration:none;
	text-align:center;
}
.nivo-controlNav a:hover { background:#fff; }
.nivo-controlNav a.active { background:#fff; }
.catgal img {width:150px;}
.entrygalerie{float:left;
margin-bottom:9px;}
.catpic{width:140px;
border:1px solid #CCCCCC;
float:left;
margin:0 12px 8px 0;
padding:3px;}
	
.postpic{width:230px;
border:1px solid #CCCCCC;
float:left;
margin:0 12px 8px 0;
padding:3px;}
.galpic{height:150px;
border:1px solid #CCCCCC;
float:left;
margin:0 12px 8px 0;
padding:3px;}
.galeriebild{
border:1px solid #CCCCCC;
float:left;
max-width:700px;
padding:3px;
display:table-cell;
vertical-align:middle;
text-align:center;

}
.amazon{}
.galerieuntertitel{float:left;}
.entry-contentgalerie{}
.more-link-galerie2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/default/more-link-button.png) no-repeat scroll right top;
float:left;
font-size:10px;
height:20px;
line-height:20px;
margin-left:5px;
padding:0 0 0 0;
text-align:center;
width:150px;
}
.metadata-content{}
.equipment{float:left;}
.equipmentright{float:right;
width:350px;}
.nutzung{}
.inforechts{width:358px; float:right;}
.infolinks{width:358px; float:left;}
.preise{}


/* ________________________________________________________________________________________________________________
										13. Toggle Content 
   ________________________________________________________________________________________________________________ */


/* ------- 1. Minimal Toggles ------- */
.toggle {
	background: url(styles/_shared/toggle_sprite.png) no-repeat scroll -121px 5px;
	font-size:16px;
	line-height:30px;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	padding:0 0 0 30px;}
.toggle a {text-decoration: none;display: block;color:inherit;}
.active {background:url(styles/_shared/toggle_sprite.png) no-repeat scroll -81px -35px}
.toggle_content {clear:both;margin:0 0 20px 30px;overflow:hidden;}

/* ------- 2. Framed Toggles ------- */
.toggle_frame{padding:0 20px;margin:15px 2px;}
.toggle_frame .toggle_content{border:0;padding:0px;}
.toggle_frame .toggle_content .block {padding:0px;}
.toggle_frame .toggle {background-position: -41px -75px;}
.toggle_frame .active {background-position: -1px -115px;}

/*////////////////////////// ENTRY2 //////////////////////////*/

.entry2 {
float:left;
margin:0 9px 15px;
padding:9px;
position:relative;
width:43%;
}

h1.entry-short2, h2.entry-short2, h1.entry-wide2, h2.entry-wide2 { font-size:14px; }
h1.entry-short2, h2.entry-short2 { padding:0 75px 20px 0; }
h1.entry-wide2, h2.entry-wide2 { padding:0 0 10px 0; }
h1.entry-short2 a, h2.entry-short2 a, h1.entry-wide2 a, h2.entry-wide2 a { color:#333; }
h1.entry-short2 a:hover, h2.entry-short2 a:hover, h1.entry-wide2 a:hover, h2.entry-wide2 a:hover { color:#0099cc; }
.entry-badge2 {
	position:absolute;
	right:0;
	top:-15px;
	width:74px;
	height:74px;
	background:transparent url(styles/default/entry-badge.png) left top no-repeat scroll;
}
span.day2, span.year2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	color:#fff;
	width:74px;
	text-align:center;
	line-height:1;
}
span.day2 {
	font-weight:bold;
	font-size:30px;
	padding:8px 0 2px 0;
}
#praktikum{}
.formular{}



/* ________________________________________________________________________________________________________________
										14. Box Styles 
   ________________________________________________________________________________________________________________ */

.simple_box,.fancy_box,.fancy_titled_box_content,.color_scheme_box_content,.download_box,.warning_box,.info_box,.note_box{
	position:relative;
	overflow:hidden;
	clear:both;
	padding:20px;
	margin-bottom:20px;}

/* ------- 1. Simple Box ------- */
.simple_box{
	padding:20px;
	position:relative;
	margin:4px 4px 20px;}

/* ------- 2. Fancy Box ------- */
.fancy_box{
	border:1px solid #fff;
	margin:2px;
	color:#888;
	margin-bottom:20px;
	padding:20px;}

/* ------- 3. Fancy Titled Box ------- */
.fancy_titled_box{
	border:1px solid #fff;
	margin:2px;
	color:#888;}
h3.fancy_titled_box_header{
	font-size:12px; 
	text-transform:uppercase; 
	letter-spacing:1px;
	border-bottom:1px solid #fff;
	margin:0;
	padding:3px 3px 3px 20px;
	text-transform:uppercase;}
.fancy_titled_box_content{padding:20px;border-top:1px solid #eee;}

/* ------- 3. Fancy Colorscheme Box ------- */
.color_scheme_box{margin:2px;color:#888;}
.color_scheme_box_content{padding:20px;border:1px solid #e5e5e5;margin:0;}
h6.color_scheme_box_header{
	background:url(styles/_shared/button_sprite.png) no-repeat scroll right -165px transparent;
	color:#eee;
	text-shadow:0 -1px 0 #888888;
	border-bottom:1px solid #fff;
	font-size:11px;
	line-height:10px;
	margin:0 -4px 0 0;
	padding-bottom:0;
	padding-right:24px;
	text-transform:uppercase;}
h6.color_scheme_box_header span{
	background:url(styles/_shared/button_sprite.png) no-repeat scroll -7px -122px transparent;
	display:block;padding:15px 0 11px 20px;}

/* ------- 3.1 Tutorial Boxes -----------*/

.tut_box{-moz-box-shadow:4px 4px 6px #CCCCCC;
margin:10px 30px 10px 0;
color:#888;

}
.tut_box_content{padding:20px;border:1px solid #e5e5e5;margin:0;}
h6.tutleft_box_header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/_shared/button_sprite.png) no-repeat scroll right -165px;
border-bottom:0px solid #FFFFFF;
color:#444;
font-size:12px;
line-height:10px;
margin:0 -4px 0 0;
padding-bottom:0;
padding-right:24px;
text-transform:none;
}
h6.tut_box_header span{
	background:url(styles/_shared/button_sprite.png) no-repeat no-scroll -7px -122px transparent;
	display:block;padding:15px 0 11px 20px;
}






.tutleft_box{-moz-box-shadow:4px 4px 6px #CCCCCC;
margin:10px 30px 10px 0;
color:#888;
float:left;
-moz-border-radius:4px 4px 4px 4px;
border:1px solid #CCCCCC;

}
.tutleft_box_content{padding:20px;border:1px solid #e5e5e5;margin:0;}
h6.tutleft_box_header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/_shared/button_sprite.png) no-repeat scroll right -165px;
border-bottom:0px solid #FFFFFF;
color:#444;
font-size:12px;
line-height:10px;
margin:0 -4px 0 0;
padding-bottom:0;
padding-right:24px;
text-transform:none;
}
h6.tutleft_box_header span{
	background:url(styles/_shared/button_sprite.png) no-repeat scroll -7px -122px transparent;
	display:block;padding:15px 0 11px 20px;
}



.tutright_box {
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:4px 4px 6px #CCCCCC;
border:1px solid #CCCCCC;
color:#888888;
float:right;
margin:10px 9px 10px 30px;
}
.tutright_box_content{padding:20px;border:1px solid #e5e5e5;margin:0;}
h6.tutright_box_header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/_shared/button_sprite.png) no-repeat scroll right -165px;
border-bottom:0px solid #FFFFFF;
color:#444;
font-size:12px;
line-height:10px;
margin:0 -4px 0 0;
padding-bottom:0;
padding-right:24px;
text-transform:none;
}
h6.tutright_box_header span{
	background:url(styles/_shared/button_sprite.png) no-repeat scroll -7px -122px transparent;
	display:block;padding:15px 0 11px 20px;
}




/* ------- 4. Alert Boxes ------- */
.download_box,.warning_box,.info_box,.note_box{padding-left:55px;background:#eee;padding-bottom:25px;padding-top:20px;}
.info_box{
	background:#bfe4f9 url(styles/_shared/icons/info.png) no-repeat scroll 10px 15px;
	border:1px solid #68a2cf;
	border-color:#A4D4EF;
	color:#2e6093;}
.warning_box{
	background:#ffcccc url(styles/_shared/icons/stop.png) no-repeat scroll 10px 15px;
	border:1px solid #ff9999;
	color:#c31b00;}
.download_box{
	background:#dee3ab url(styles/_shared/icons/down_alt.png) no-repeat scroll 10px 15px;
	border:1px solid #a3c159;
	color:#5e6f33;}
.note_box{
	background:#fdebae url(styles/_shared/icons/notebook.png) no-repeat scroll 10px 15px;
	border:1px solid #e6c555;
	color:#9e660d;}

/* ________________________________________________________________________________________________________________
	 										16. EMBEDED PLUGINS
 ________________________________________________________________________________________________________________ */


/* ------- 1. WP Pagenavi ------- */
.wp-pagenavi{font-size:12px;letter-spacing:1.6px;text-transform:uppercase;clear:both;padding-top:10px;height:40px;text-align:right; font-weight:bold;}
.wp-pagenavi .pages{margin-right:4px;}
.wp-pagenavi a, .wp-pagenavi a:link,.wp-pagenavi a:visited,.wp-pagenavi a:active,.wp-pagenavi span.current,.wp-pagenavi span.extend {
	margin:2px;
	padding:4px 5px;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #fff;}


/* ________________________________________________________________________________________________________________
	 										17. PROGRESSIVE ENHANCEMENTS
 ________________________________________________________________________________________________________________ */


/* ------- 1. Border Radius ------- */
.simple_box,.fancy_box,.download_box,.warning_box,.info_box,.note_box,
.fancy_titled_box,.color_scheme_box,
table.fancy_table,.widget_calendar table,
fieldset,
input[type=text],input[type=password],input[type=file],textarea,select,
input[type="button"],input[type="reset"],input[type="submit"],
.framed, .toggle_frame , .pullquote_right, .pullquote_left,.wp-caption,#flickr a img, dl.gallery-item img,
#comments .date,
.jqueryslidemenu ul li ul li a:hover, .jqueryslidemenu ul ul li a:hover,
.jqueryslidemenu ul ul ul,button
{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.avatar,.webtreats_flickr_widget img,
.wp-pagenavi a,.wp-pagenavi span.current,.wp-pagenavi span.extend,
.small_frame img, img.small_frame,.highlight1,.highlight2,.fancy_header span{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.jqueryslidemenu ul ul,.fancy_titled_box_content,.color_scheme_box_content,.tab_content{
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-radius:0 0 4px 4px;}	
ul.tabs a, ul.tabs2 a, .color_scheme_box_header{
	-moz-border-radius:0 0 0 0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	border-radius:4px 4px 0 0;}

/* ------- 2. CSS Gradients ------- */
img.framed, .toggle_frame , .pullquote_right, .pullquote_left,.wp-caption,.webtreats_flickr_widget img, dl.gallery-item img,
.wp-pagenavi a:hover ,.wp-pagenavi span.current,.wp-pagenavi a,.wp-pagenavi span.extend{
	background-color:#f5f5f5;
	background:-moz-linear-gradient(bottom, #F2F2F2 0px, #fff 100%);
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #f2f2f2),color-stop(1, #fff))}
.jqueryslidemenu ul ul{
	background-color:#f5f5f5;
	background: -moz-linear-gradient(top,  rgba(255, 255, 255, 1), rgba(229, 229, 229, 1));
	background:-webkit-gradient(linear,left top,left bottom, color-stop(0, #fff),color-stop(1, #e5e5e5))}
.fancy_table,.widget_calendar table,
.fancy_titled_box,.fancy_box,.color_scheme_box_content,.framed_tab_set .tab_content{
	background-color:#f8f8f8;
	background:-moz-linear-gradient(bottom ,#f6f6f6 0px, #fff 100%);
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #f6f6f6),color-stop(100%, #fff))}
h3.fancy_titled_box_header,h3.color_scheme_box_header,.fancy_table th,.widget_calendar table th,.fancy_table tr:hover{
	background: #f3f3f3 url(styles/_shared/th.png) 0 0 repeat-x;}
#comments .date{ background-color:#f3f3f3;background:-moz-linear-gradient(center bottom , #F0F0F0 0px, #F5F5F5 100%);}
.framed_tab_set ul.tabs a.current, .framed_tab_set ul.tabs2 a.current, .wp-pagenavi a:hover {
	background: -moz-linear-gradient(bottom , #fff 0px, #f6f6f6 90%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear,left bottom,left top, color-stop(0, #fff),color-stop(90%, #f6f6f6));}




/* ------- 3. CSS Box Shadows ------- */
.wp-pagenavi a,.wp-pagenavi span.current,.wp-pagenavi span.extend {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);}
.fancy_table,.widget_calendar table,.fancy_titled_box,.fancy_box,
img.framed, .toggle_frame , .pullquote_right, .pullquote_left,.wp-caption,
.webtreats_flickr_widget img, dl.gallery-item img,
.avatar, .small_frame img, img.small_frame{
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);}
.color_scheme_box{
	box-shadow:0 0 2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.12);
	-o-box-shadow:0 0 2px rgba(0, 0, 0, 0.12);}
.jqueryslidemenu ul ul,input[type="button"],input[type="reset"],input[type="submit"],button{
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);}
img.fade_hover:hover,img.portfolio_hover:hover{
	box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .45);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, .45);}
input:focus,textarea:focus{
	-moz-box-shadow:1px 1px 5px rgba(0,0,0,.1);
	box-shadow:1px 1px 5px rgba(0,0,0,.1);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.1);
	-o-box-shadow:1px 1px 5px rgba(0,0,0,.1)}
pre,.simple_box{
	-moz-box-shadow:0px 1px 4px #ddd;
	box-shadow:0px 1px 4px #ddd;
	-webkit-box-shadow:0px 1px 4px #ddd;
	-o-box-shadow:0px 1px 4px #ddd;}

button.fancy_button,input.tooltip_search_field,input.tooltip_search_field:focus,
#footer input[type=text]:focus,#footer input[type=password]:focus,#footer textarea:focus{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;}

/* fix cufon optical illusion of text not lining up */
h1,h2,h3{margin-left:-1px;}
p,h5,h6,.read_more_link,.blog_meta{padding-left:1px;}


p .button_link{margin-left:-1px;}

/* ------- 2. Pullquotes ------- */
.pullquote_right,.pullquote_left{
	padding:20px;
	float:right;
	font-size:14px;
	letter-spacing:0px;
	line-height:25px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:2px;
	margin-top:20px;
	width:33%;}
.pullquote_left{float:left;margin-left:2px;margin-right:20px;}

/* ------- 6. Alternate Color Buttons & Box Headers ------- */
.coffee_gradient, .coffee_gradient span{background-image: url(styles/dark_wood/button_sprite-coffee.png) !important;}
.rich_black_gradient, .rich_black_gradient span{background-image: url(styles/dark_wood/button_sprite-richblack.png) !important;}
.sienna_gradient, .sienna_gradient span{background-image: url(styles/dark_wood/button_sprite-sienna.png) !important;}
.silver_gradient, .silver_gradient span{background-image: url(styles/dark_wood/button_sprite-silver.png) !important;}
.slate_grey_gradient, .slate_grey_gradient span{background-image: url(styles/dark_wood/button_sprite-slate.png) !important;}
.glossy_black_gradient, .glossy_black_gradient span{background-image: url(styles/dark_wood/button_sprite-black.png) !important;}
.classic_silver_gradient, .classic_silver_gradient span{background-image: url(styles/dark_wood/button_sprite-classic-silver.png) !important;}
.glossy_red_gradient, .glossy_red_gradient span{background-image: url(styles/dark_wood/button_sprite-red.png) !important;}
.frosted_glass_gradient, .frosted_glass_gradient span{background-image: url(styles/dark_wood/button_sprite-frost.png) !important;}
.white_glass_gradient, .white_glass_gradient span{background-image: url(styles/dark_wood/button_sprite-white.png) !important;}
input[type="button"], input[type="reset"], input[type="submit"], .fancy_button, .fancy_button span, .button_link, .button_link span, h6.color_scheme_box_header, h6.color_scheme_box_header span {
background-image:url(styles/dark_wood/button_sprite-hell.png);
}

.button_link span, .fancy_button span {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/_shared/button_sprite.png) no-repeat scroll -6px -122px;
display:block;
line-height:10px;
padding:15px 0 17px 21px;
}

.button_link, .fancy_button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/_shared/button_sprite.png) no-repeat scroll right -165px;
border:0 none;
color:#EEEEEE;
display:inline-block;
font-size:11px;
letter-spacing:1.6px;
margin:5px 10px 5px 0;
padding:0 24px 0 0;
text-shadow:0 -1px 0 #888888;
text-transform:uppercase;
text-decoration:none;
cursor:pointer;
}
.button_link.large_button{
	background-position:right -61px;
	font-size:24px;
	height:56px;
	padding-right:24px;}
.button_link.large_button span{
	background-position:-6px -3px;
	line-height:20px;
	padding:17px 0 20px 20px;
	text-transform:none;}
.button_link:hover{text-decoration:none;}
ul.arrow_list li, ul.check_list li, ul.star_list li, ul.colored_bullet_list li, a.download_link, a.email_link {
background-image:url(styles/dark_wood/mini_icons.png);
}
a.download_link {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/dark_wood/mini_icons.png) no-repeat scroll -378px -4px;
margin-right:10px;
padding-left:24px;
<!-- text-decoration:underline; -->
}

a.fancy_link {
background-image:url(styles/dark_wood/fancy_link.png);
}

a.fancy_link {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(styles/dark_wood/fancy_link.png) no-repeat scroll right top;
margin-right:10px;
padding-right:15px;
}

/* ------- 1. Dropcaps ------- */
.dropcap1{
	color:#fff;
	float:left;
	font-size:28px;
	height:44px;
	line-height:42px;
	margin-bottom:-5px;
	margin-right:10px;
	text-align:center;
	width:40px;
	background:url(styles/_shared/sprite.png) -5px -151px no-repeat;}
.dropcap2,.dropcap4{display:block;float:left;font-size:40px;line-height:40px;margin:0 8px -5px 0;}
.dropcap3 {
	background:url(styles/_shared/sprite.png) no-repeat scroll -7px -88px transparent;
	color:#fff;
	float:left;
	font-size:15px;
	height:40px;
	line-height:32px;
	margin-right:5px;
	text-align:center;
	width:37px;}

/* ------- 7. Alternate Color Dropcaps ------- */
.coffee_sprite{background-image: url(styles/coffee/sprite-coffee.png) !important;}
.rich_black_sprite{background-image: url(styles/dark_wood/sprite-richblack.png) !important;}
.sienna_sprite{background-image: url(styles/dark_wood/sprite-sienna.png) !important;}
.silver_sprite{background-image: url(styles/dark_wood/sprite-silver.png) !important;}
.slate_grey_sprite{background-image: url(styles/dark_wood/sprite-slate.png) !important;}
.glossy_black_sprite{background-image: url(styles/dark_wood/sprite-black.png) !important;}
.glossy_red_sprite{background-image: url(styles/dark_wood/sprite-red.png) !important;}

/* ________________________________________________________________________________________________________________
										12. TOOLTIPS 
   ________________________________________________________________________________________________________________ */


.tooltipxx,.tool_tip{display:none;z-index:100000;position:relative;cursor:pointer;}

/* ------- 1. Search Tooltip ------- */
#menu_search{
	background:url("styles/_shared/search.png") no-repeat scroll 22px 38px transparent;
	cursor:pointer;
	height:90px;
	left:847px;
	position:absolute;
	top:77px;
	width:60px;}
.search_tooltip{
	height:78px;
	padding:18px 30px 10px;
	background:url(styles/_shared/search_tooltip.png) no-repeat scroll top right transparent;}
input.tooltip_search_field,input.tooltip_search_field:focus{border:none;background:none;}
.tooltip_search_field{width:150px;}
.tooltip_search_button{display:none;}

/* ------- 2. Share This Post Tooltip ------- */	
.share_this_post_tooltip{
	display:none;
	position:absolute;
	height:70px;
	background:url(styles/_shared/share_this_post_tooltip.png) no-repeat scroll top left transparent;
	padding:10px 20px;}
.share_this_post{background:transparent url(styles/_shared/share_this_post.png) no-repeat -4px 0; display:block; height:28px; width:180px; }
.share_this_post_icons{padding:0px 6px 0;}
.share_this_post_icons img{margin:8px 4px 0;width:31px;}

/* ------- 3. Shortcode Tooltips ------- */
.tooltip_sc{cursor:pointer;}
.tooltip_body,.tooltipxx{
	overflow:auto;
	padding:10px 20px;
	border:4px solid #eee;
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
	box-shadow:0px 2px 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, .2);
	-o-box-shadow:0px 2px 3px rgba(0, 0, 0, .2);
	background: url(styles/_shared/black_arrow.png) bottom left repeat-x #fff;
	background-image: -moz-linear-gradient(top,  rgba(255, 255, 255, 1), rgba(229, 229, 229, 1));
	background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0, #fff),color-stop(1, #e5e5e5))}
.tooltip_tip{
	background: url(styles/_shared/tooltip-tip.png) no-repeat scroll 50% -2px transparent;
	height:30px;
	position:relative;
	top:-1px;
	overflow:auto;
	width:100%;}
/* So tooltips don't get cut-off */
#body_block.overflow_visible, .overflow_visible #main, .overflow_visible #sidebar, .overflow_visible #body_block_background {overflow:visible;}

/* ------- 7. Images------- */
.alignright{ float:right; margin:2px 2px 2px 16px !important; }
.alignleft,img.alignleft,a img.alignleft { float:left; margin:2px 16px 2px 2px !important; }
.aligncenter,img.aligncenter,a img.aligncenter { display: block; margin:2px auto !important; text-align:center; }
img.framed,.video_frame,.wp-caption,#flickr a img, dl.gallery-item img{ padding:6px;margin:2px; }
p.wp-caption-text{ margin-bottom:0px; text-align:center; }
.wp-caption{ margin-bottom:20px !important; padding-top:12px; text-align:center; }
.avatar{ float:left; margin:1px; padding:4px;background:#fff;}
.small_frame img, img.small_frame { background:#fff;padding:4px; }
.frame img{border:1px solid #fff;}
img.framed,.video_frame, .toggle_frame , .pullquote_right, .pullquote_left,.wp-caption,.webtreats_flickr_widget img, dl.gallery-item img{border:1px solid #fff !important;}


/* tooltip styling. by default the element to be styled is .tooltip  */
#fragezeichen img {float:right;
display:inline;
		
}
#fragezeichen {

		
}
.tooltip {
	display:none;
	background:transparent url(styles/_shared/black_arrow.png) no-repeat;
	font-size:12px;
	height:160px;
	width:170px;
	padding:20px;
	color:#fff;	
}

/* trigger button */
#download {
	background:transparent url(/img/home/download.png) no-repeat scroll 0 0;
	display:block;
	height:44px;
	margin-bottom:30px;
	overflow:hidden;
	width:159px;
	cursor:pointer;
}
#download a{
color:black; float:right;}


/* mouseover state */
#download:hover {
	background-position:0 -44px ;		
}

/* clicked state */
#download:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltipdownload {
	display:none;
	background:url(styles/_shared/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
        margin:-280px 0 0 -38px;
	z-index: 999;
}

/* a .label element inside tooltip */
.tooltipdownload .label {
	color:yellow;
	width:35px;
}

.tooltipdownload a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
#gal-lichtquellen {
float:right;
margin:-100px -111px 0 0;
width:400px;
}
#gal-lichtquellen img {
height:auto;
width:113px;
}

#gal-lichtformer{width:240px;
float:right;
margin:-226px 30px 0 0;}
#gal-lichtformer img{width:60px;
height:auto;}

#gal-zubehoer{width:240px;
float:right;
margin:-266px 30px 0 0;}
#gal-zubehoer img{width:60px;
height:auto;}

#gal-kamera{float:right;
margin:-266px -40px 0 0;
width:400px;
}
#gal-kamera img{height:auto;
width:113px;}

#gal-infra {
float:right;
margin:-62px 12px 0 0;
width:440px;
}
#gal-infra img{width:440px;
height:auto;}


/* root element for tabs  */
ul.tabs, ul.tabs2 { 
	list-style:none; 
	margin:0 !important; 
	margin-left: 1px !important; /* hinzugefuegt (MS) */
	padding:0;	
	border-bottom:auto solid #666;	
	height:30px;
}

/* single tab */
ul.tabs li, ul.tabs2 li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a, ul.tabs2 a { 
	background: url(styles/dark_wood/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 119px; /* ORIGINAL 119px */
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active, ul.tabs2 a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s, ul.tabs2 a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover, ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current, ul.tabs2 a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l, ul.tabs2 a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover, ul.tabs2 a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current, ul.tabs2 a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl, ul.tabs2 a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover, ul.tabs2 a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current, ul.tabs2 a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane, .panes2 .pane {
	display:none;		
}

/* Tabs mit Mouseover */
#products img {
	margin:0 20px 10px 0;	
	cursor:pointer;	
}

.description {
	background-color:#edecbc;
	border:1px solid #999;	
	width:450px;
	min-height:140px;
	display:none;
	margin-top:17px;
	-moz-border-radius:4px;
	padding:0 20px;
}

.description .arrow {
	width:34px;
	height:34px;
	background:transparent url(../img/tooltip/yellow.png) repeat scroll 0 -68px;
	margin-top:-28px;
	margin-left:36px;
	font-size:1px;
	position:relative;
}

#commercial .arrow {
	margin-left:210px;	
}

#multidomain .arrow {
	margin-left:385px;	
}
/* trigger button */
#tooltip {
	
	display:inline;
	height:40px;
	margin-bottom:30px;
	overflow:hidden;
	width:40px;
	cursor:pointer;
        float:left;
}
#tooltip a{
color:black;
}
/* mouseover state */

/* clicked state */
#tooltip:focus {
	background-position:0 -88px;
}
#icon1 {
	
	display:inline;
	height:40px;
	margin-bottom:30px;
	overflow:hidden;
	width:40px;
	cursor:pointer;
        float:left;
}
#icon1 a{
color:black;
}
/* mouseover state */

/* clicked state */
#icon1:focus {
	background-position:0 -88px;
}

/* tooltip styling */
.tooltipgrafik {
	display:none;
	background:url(styles/_shared/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
z-index:999;
}

/* a .label element inside tooltip */
.tooltipgrafik .label {
	color:yellow;
	width:35px;
}

.tooltipgrafik a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

/* tooltip styling */
.icon1 {
	display:none;
	background:url(styles/_shared/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
z-index:999;
}

/* a .label element inside tooltip */
.icon1 .label {
	color:yellow;
	width:35px;
}

.icon1 a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}
.akttext {
font-size:9px;
line-height:10px;
}
.fancy_ueberschrift {
border-bottom:1px solid #FFFFFF;
font-size:12px;
letter-spacing:1px;
margin:0;

text-transform:uppercase;
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
}
.fb_best_table_text{font-size:11px;}
.fb_best_table_cena{font-size:11px;}
.event-location{display:block;
font-size:11px;
line-height:11px;}
.event-description{display:block;font-size:11px;line-height:11px;}
.event-date{display:block;font-size:9px;line-height:11px;}
.widget_extevtcal_widget li a{font-size:14px;
padding:0;
color:#C55014;}
.widget_extevtcal_widget li h4{padding:0;}
.widget_extevtcal_widget li {
display:inline-block;
padding:4px 0;
}
.widget_extevtcal_widget img {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
border:1px solid #CCCCCC;
float:left;
margin:3px 4px 0 0;
padding:5px;
width:63px;
}
.bild-links{float:left;
margin:0 14px 6px 0px;}
.bild-rechts{float:right;
margin:0 0px 0px 32px;}
.abstand25 {
height:25px;
width:100%;
}
.abstand50 {
height:50px;
width:100%;
}
.abstand100 {
height:100px;
width:100%;
}
.abstand200 {
height:200px;
width:100%;
}
.abstand300 {
height:300px;
width:100%;
}
hr{border-bottom:1px double #efefef;}

.weiterlinks a {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    color: #0099CC;
    padding: 4px;
    text-decoration: underline; }
    
div.mietpreise {
	float: left;
	width: 300px;
	padding-right: 18px;
}

p.dlicht {
	padding: 6px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin-bottom: 36px;
}
/* STYLES fuer Kundenstimmen: */

.entryGradient {
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	width: 700px;
	
background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.19) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,0,0,0.19)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(45deg,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(45deg,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(45deg,  rgba(0,0,0,0.19) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30000000', endColorstr='#00000000',GradientType=1 );

border-radius: 9px 0px 0px 0px;
border-left: 1px solid #B8BAC6;
border-top: 1px solid #B8BAC6;

}

.singlePicKS {
	background: #fff;
	width: 150px;
	border: 1px solid #CCCCCC;
	float:left;
	margin: 0 12px 8px 0;
	padding: 3px;
	display: block;
	position: relative;
}

h2.entryKS {
	padding: 0px;
	font-size: 17px;
}

.kundenstimme {
	position: absolute;
	width: 512px;
	font-size: 13px;
	font-style: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
	margin-left: 206px;
}
p.genre {
	padding-bottom: 0px;
	font-size: 11px;
}	
p.genre span {
	color: #c55014;
	font-style: italic;
	font-weight: bold;
}

p.buchungsdauer, p.bilderzahl {
	/* float:left; */
	padding-left: 48px;
	font-weight: bold;
	min-height: 48px;
	padding-bottom: 0px;
}
p.buchungsdauer span, p.bilderzahl span {
	font-size: 14px;
}
	
p.bilderzahl {
	background: url("gfx/Pictures_32.png") no-repeat;
}
p.buchungsdauer {
	background: url("gfx/Clock-32.png") no-repeat;
	margin-right: 64px;
}
p.idNGG {
	padding: 0px;
	padding-left: 9px;
	font-weight: bold;
}
p.beschreibung {
	margin-top: 16px;
	float: right;
	width: 500px;
}
p.beschreibung span {
	font-weight: bold;
}
.infoBlockKS {
	/* float: left; */
	position: relative;
	margin-top: 138px;
}
.datKS {
	margin-top: 16px;
	float: left;
}
.spacerline {
    border-bottom: 1px dashed #999999;
    margin-bottom: 24px;
}

.iconspan {
    border: 1px solid #CCCCCC;
    border-radius: 0px 0px 9px 9px;
    width: 150px;
    padding: 3px;
    text-align: center;
    float: left;
    margin-top: 22px;
    background: #ffffff;
	background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}
.iconspan img {
    padding: 0px 8px;
    width: 24px;
}
.iconspan p {
	text-align: left;
	padding: 3px;
	padding-bottom: 6px;
}

.cntTop {
	position: relative;
	width: 100%;
}

.cntBottom {
	position: relative;
	width: 100%;
}
.popWin, .galWin {
	position: absolute;
	width: 1px;
	background: #fff;
	border: 3px solid #ccc;
	padding: 3px;	
}
.galWin {
	background: #fff;
	width: 485px;
	text-align: center;
	left: -5000px;
	opacity: 0;
}

.tooltipWin {
	position: absolute;
	width: 250px;
	border: 1px solid #ccc;
	padding: 6px;
	border-radius: 9px 9px 0px 0px;
	background: #ffffff;
	background: -moz-linear-gradient(45deg,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -o-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: -ms-linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	background: linear-gradient(45deg,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

	
}
.galBlock {
	float: right;
}

img.galThumbImg {
	padding: 3px;
	margin-left: 8px;
	border: 1px solid #ccc;
	background: #fff;
}
	
/* EXTRA STYLES FUER HOCHZEITSSAISON */

ul#menu li.menu-item-1066 a {
	font-weight: bold;
	color: #ff9494;
}

ul.hzPaket {
	list-style: outside;
	}
.hzbadge {
	position: absolute;
	top: 10px;
	left: 10px;
}


