/*
Theme Name: Portfolio Press
Description: A portfolio theme for showcasing your work with custom post types.  WordPress 3.0 required.  For a video screencast showing how to set up the portfolio, visit http://wptheming.com/portfolio-theme.  Spanish and French translations included.
Author: Devin Price
Author URI: http://wptheming.com/
Theme URI: http://wptheming.com/portfolio-theme/
Version: 0.5.4
Tags: translation-ready, microformats, two-columns, custom-menu

Credits:

Portfolio was built on the solid foundation of Toolbox:
http://wordpress.org/extend/themes/toolbox

Styles, 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/

*/

@import "css/reset.css";

/* Base Styles */

body {
	font: 13px/20px Arial, Helvetica, Sans-serif;
	color: #333;
	
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight:normal;
}

h3, h4, h5, h6 {
	color: #111;
}

h2, h1 {
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFF;
	font-weight:normal;
}

h1 {
	font-size:50px;
}
h2 {
	font-size:45px;
}
h3 {
	font-size: 15px;
    font-weight: bold;
    line-height: 23px;
}
h4 {
	font-size:16px;
}
h5, h6 {
	font-size: 14px;
}
p {
	font:13px/20px  Arial, Helvetica, Sans-serif;
	margin:0;
}
hr {
	    background-color: #F1F1F1;
    border: 0 none;
    height: 2px;
    margin-bottom: 20px;
}
input, textarea {
	padding: 7px 0 7px 7px;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
	color: #555;
	   font: 13px/20px Arial,Helvetica,Sans-serif;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	display:none;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	font-size: 9px;*
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */

.screen-reader-text {
	position: absolute;
	left: -9000em;
}

/* Hyperlinks */

a:link, a:visited {
	color: #333333;
	text-decoration:underline;
}
a:hover {
	color: #000;
}
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;
	color: #111111;
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}

/* Structure */

#main {
	padding:20px 0 0 0;
	background: url("images/bg1-blabar.jpg") no-repeat scroll center bottom #F1F1F1;
	min-width: 1000px;
	overflow:hidden;
}

.page-id-9617 #main {
	padding:20px 0 0 0;
	background: url("images/bg1-blabar.jpg") no-repeat scroll center bottom #F1F1F1;
	min-width: 1000px;
	overflow:hidden;
}

#main .col-width {
	width: 960px;
	margin: 0 auto;
	z-index:2;
	position:relative;
	padding: 0 10px;
}

#branding .col-width {
	width: 960px;
	margin: 0 auto;
}

#colophon .col-width {
   background: url("images/bg2-blabar.jpg") no-repeat scroll center 0 transparent;
    margin-top: -20px;
    min-width: 1293px;
    padding: 730px 0 0;
    width: 100%;
}


/* Navigation */

#navigation {
	display:block;
	float:right;
	font:14px/14px Arial, Helvetica, sans-serif;
	padding:20px 0;
}
.menu ul {
}
.menu ul a {

}
.menu ul a:hover, .menu ul li.current_page_item, .menu ul li.current_page_parent, .menu ul li.current-menu-item {

}
.menu ul li {
	float:left;
	width: auto;
	padding-left:10px;
	width:160px !important;
}
.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;
}
.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:#000;
	height: 81px;
    padding: 20px 0 0;
	min-width: 1000px;
}
#logo {
	float:left;
}
#logo #site-title, #logo #site-description {
	font-family: Arial, Helvetica, Sans-serif;
	color: #000;
}
#logo #site-title a {
	color:#fff;
	font-size:40px;
	line-height:40px;
	text-transform:none;
	font-weight:normal;
	text-decoration:none;
}
#logo #site-title a:hover {
	text-decoration:underline;
}
#logo #site-description {
	color:#000;
	font: 24px/15px Arial,Helvetica,Sans-serif;
}

#site-description {
	width: 410px;
	margin: 5px 0 0 50px;
	float:left;
	   display: block;
	
}

#site-title {
	width: 160px;
	float:left;
}

#logo {
	background: url("images/bakterie.gif") no-repeat scroll right 0 transparent;
    width: 763px;
}

/* Content */

#content {
	padding:20px;
	float:left;
	position:relative;
	width:540px;
	background:#fff;
	  min-height: 540px;
}

.post {
    float: left;
    margin: 10px 0;
    border-bottom: 2px solid #f1f1f1;
	padding: 0 0 20px;
	 width: 540px;
}

/* Sidebar */
#sidebar {
	overflow:hidden;
	float:left;
	padding:0 20px 0 0;
	width:170px;
}

#sidebar-right {
	overflow:hidden;
	float:right;
	width:170px;
	margin:0 0 0 20px;
	padding:0;
	
}

/* Footer */

#footer-widget-area ul li{
	font-size:11px;
	color:#333;
	display: inline;
	padding:0;
}


#first {
	width:80px;
	margin:0 40px 0 87px;
	float:left;
	
}

#second {
	width:270px;
	margin:0 40px 0 0;
	float:left;
}

#third {
	width:366px;
	margin:0 40px 0 0;
	float:left;
}

#fourth {
	width:280px;
	margin:0;
	float:left;
}

#colophon {
    background: url("images/bg2-h.jpg") repeat-x scroll 0 0 transparent;
    display: block;
    height: 830px;
    margin: -580px 0 0 -292px;
    padding: 20px 0;
	z-index:1;
	position:relative;
}

#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:0px auto;
	    padding:25px 0 0 292px;
    width: 960px;
	    height: 100px;
}
#colophon #site-generator p {
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
}

/* Posts */

#content article {
	display:block;
	clear:both;
	margin-bottom:20px;
}

#content img {max-width:540px;}

#content p img {
    margin: 0 0 -10px 0;
}


.entry-meta {
    float: right;
    font: bold 11px/18px Arial,Helvetica,sans-serif;
    margin: 8px 0 0;
    text-align: right;
}

.entry-meta-left {
    float: left;
    font: bold 11px/18px Arial,Helvetica,sans-serif;
    margin: 8px 0 0;
    text-align: left;
}

.entry-meta a:link, .entry-meta a:visited, .entry-meta-left a:link, .entry-meta-left a:visited{
  	clear: both;
    color: #999999 ;
    font: bold 11px/11px Arial,Helvetica,sans-serif;
    padding-top: 10px;
    text-align: right;
	text-decoration:none;
	
}

.parent-pageid-56 h1.entry-title {
	font-size:10px;
}

.depth-5 ul {
    margin: -10px 0 0 !important;
}

.entry-utility {clear:both;}

/* Typographic Elements */

	
#content h1 {
	padding-bottom: 20px;
}
#content h2 {
	padding-bottom:10px;
}
#content h3 {
	padding-bottom:10px;
}
#content p {
	margin: 0 0 20px 0;
}
#content blockquote {
	background:url(images/blockquote.png) no-repeat 0 12px;
	padding: 0;
	color: #444;
}
#content blockquote p {
	font-style:italic;
	font-size:11px;
}
#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 20px 0;
}
#content ol ol {
	margin: 0;
}
#content ol li {
}
#content ol li ol li {
	list-style-type: lower-latin;
}
/* Images */
#content img, img.thumbnail {
	
}
img.wp-smiley {
	padding: 0;
	border: none;
}

p .alignleft {
	float: left;
	width: auto;
	margin: 20px 15px 5px 0 !important;
}

p .alignright {
	float: right;
	width: auto;
	margin: 20px 0 5px 15px !important;
}

.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;
}

/* Increase the size of the content area for templates without sidebars */

.full-width #content,
#portfolio.full-width {
	width: 980px;
}

#portfolio.full-width .portfolio-item {
	width:308px;
	height:220px;
}

/* Pagination / WP-Pagenavi */

/* If you're using PageNavi you should turn the css in its settings page */

.wp-pagenavi {
	clear:both;
	font-size:13px;
	padding:10px 15px;
	border:1px solid #ddd;
	border-width:1px 0 1px;
}
.menu ul-entries a, .menu ul-entries a:visited, .wp-pagenavi a:link, .wp-pagenavi a:visited, .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 13px/16px  Arial, Helvetica, Sans-serif;
	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 */

.widget-container {
	margin: 0 0 30px 0;
	font-size:13px;
}
.widget-container h3 {
    background: url("images/widgethead.png");
    color: #FFFFFF;
    font: bold 13px Arial,Helvetica,sans-serif;
    height: 26px;
    padding: 10px 0 0 10px;
}
.widget-container p {
    background: none repeat scroll 0 0 #FFFFFF;
    font: 13px/20px Arial,Helvetica,sans-serif;



    padding: 9px 10px;
}
.widget-container ul {
	clear:both;
	padding-left:0px;
	list-style:none;
	   width: 170px;
}
.widget-container ul li a, .widget-container ul li a:visited {
	margin: 0;
    padding: 9px 0 9px 10px;
	display:block;
	text-decoration: none;
}

.widget-container ul li {
	border-bottom:2px solid #f4f4f4;
	background:#fff;
}

.widget-container ul li.current-menu-item, .widget-container ul li.current-post-parent, .widget-container ul li.current-page-ancestor {
    background: url("images/current.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    position: relative;
    width: 185px;
	font-weight:bold;
}

#sidebar .widget-container ul li a:hover {
	text-decoration:none;
	font-weight:bold;
}

#sidebar-right .widget-container ul li a:hover {
	text-decoration:underline;
}

.widget-container ul ul {
	display:none;
}

.widget-container .current_page_item ul, .widget-container ul li.current-page-ancestor ul {
    width: 160px !important;
	display:block;
    height: 200px;
	    border-bottom: 2px solid #F2F2F2;
}

.widget-container ul li.current-menu-item ul li, .widget-container ul li.current-page-ancestor ul li {
    font-weight: normal;
	    border-bottom: 2px solid #FFF;
}

.widget-container ul li.current-menu-parent ul li.current-menu-item {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 2px solid #F2F2F2;
    font-weight: bold !important;
}

#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 {
	  background: url("images/sokruta.gif") repeat scroll 0 0 transparent;
    border: medium none;
    color: #777777;
    float: left;
    font: 13px/20px Arial,Helvetica,Sans-serif;
    height: 27px;

    padding: 3px 0 0 7px;
    width: 114px;
}
.widget-container input.submit {
	margin-left:5px;
	float:left;
}
#searchsubmit {
	background:url(images/sok.gif);
	border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: none;
	  width: 44px;
}

/* COMMENTS */

#comments {
}
#comments .commentlist {
	padding-left:0px;
}
#comments h3 {
	color:#111;
	font-weight:normal;
	font-size:30px;
}
#comments .comment.thread-even {
}
#comments .comment {
	margin-top:10px;
	width:100%;
	list-style-type:none;
}
#comments .comment .comment-body {
	position:relative;
	border-bottom:2px solid #f2f2f2;
}

#comments .comment ul.children li .comment-body {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 2px solid #F2F2F2;
    padding: 10px;
}

#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 .url {
	text-decoration:none;
	}

#comments .comment-meta, #comments .comment-meta a {
	font: bold 11px/18px Arial,Helvetica,sans-serif;
	color: #999999;
	text-decoration:none;
	margin: 0 0 13px 0;
}
#comments .comment-entry p {
	margin: 0 0 10px 0;
}

#comments ul.children {
	margin:-10px 0 0 40px;
	padding:0;
}
#comments ul.children li {
	}
#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:#111;
	font-weight:normal;
	font-size: 30px;
	padding: 0;
}
#respond label {
	font-size:13px;
	color:#333;
}
#commentform {
}

.depth-1 #commentform textarea {
    width: 500px;
}

.depth-2 #commentform textarea {
    width: 460px;
}

.depth-3 #commentform textarea {
    width: 420px;
}

.depth-4 #commentform textarea {
    width: 380px;
}

.depth-5 #commentform textarea {
    width: 340px;
}

.comment #respond {
    background: #f8f8f8;
    height: 285px;
    padding: 10px;
    border-bottom: 2px solid #f1f1f1;
}

#commentform p, #si_contact_form1 p {
    float: left;
	margin: 0 0 10px;

}
#commentform p input , #si_contact_form1 p input{
	max-width:170px;
	margin: 0 20px 0 0;
	font:13px/20px Arial, Helvetica, sans-serif;
	color:#777777;
}

#commentform input.txt, #commentform textarea, , #si_contact_form1 input.txt, #si_contact_form1 textarea {
	font:13px/20px Arial, Helvetica, sans-serif;
	border-color: #ccc #efefef #efefef #ccc;
	border-width:1px;
	border-style:solid;
}

#commentform input.txt, #si_contact_form1 input.txt {
	color:#555;
	background: #fcfcfc;
	width: 170px;
	margin: 0 5px 10px 0;
	padding: 5px 7px;
}
#commentform textarea, #si_contact_form1 textarea {
	color:#777;
	background: #fcfcfc;
	width: 520px;
	 max-height: 102px;
	padding: 5px 7px;
}

#cancel-comment-reply-link {
    float: right;
    background: url(images/stang.png) no-repeat right;
    padding: 6px 32px 0;
    height: 25px;
    font: 11px/18px Arial, helvetica, sans_serif;
    color: #999;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    margin: -28px 0 7px 0;
}

#commentform .form-allowed-tags {
	display: none;
	font-size:13px;
	color:#777;
}
#commentform #submit , #si_contact_form1 #submit{
	    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
	width:142px;
}

#submit2 {
	    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
}

#submit3, #content #searchsubmit {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #F1F1F1;
    border: medium none;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
}

.submit4, #si_contact_form1 input[type=submit]{
	    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 10px;
    position: relative;
    text-decoration: none !important;
}

.comment #commentform #submit {
	    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 6px 10px;
    position: relative;
    text-decoration: none;
	width:142px;
}

.comment .form-submit {
	width:142px !important;
	}
	
.comment .comment-form-author {
	width: 47%;
	}
	
.comment .comment-form-email {
	padding: 0 0 0 20px;
    width: 47%;
	}

.comment #commentform p input{
	min-width: 98% !important;
	max-width: 98%;
	margin: 0 20px 0 0;
}


.reply a {

	padding: 2px 6px;
-moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #f2f2f2;
    border: medium none;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
    text-decoration: none;}

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

/* Search Form */

.error404 #searchform {
	margin-bottom:30px;
}

.header-search {
    float: right;
    height: 30px;
    margin: 28px 0 0;
    padding: 0;
text-align: right;
    width: 170px;
}

/* Other Classes */

.clear {
	clear:both;
}

.comments-link {
    background: url("images/kommentarer.gif") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 40px;
    width: 108px;
	}
	
.comments-link a {
    color: #FFFFFF !important;
    text-decoration: none;
	display: inline-block;
    text-align: center !important;
    text-decoration: none !important;
	padding:10px;
    width: 88px;
	margin: 0 !important;
	}
	
.category-magcoachen .entry-meta {
}

.magcoachen-top {border-bottom: 2px solid #F1F1F1;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 20px;
	}
.faq-title {   font-size: 20px;
    font-weight: bold;
	color: #111;
    line-height: 28px;
	}
	
.search-magcoachen {
	float:right;
	margin:-60px 0 0;
	}
	
.thanks {
	    border: 2px solid #F2F2F2;
    margin-bottom: 20px;
    padding: 20px 20px 0;
	}

.thanks h3 {
	color: #67cc24;
	}
	
.thanks	p {
	color: #333;
	}
		
#fel h3 {
	color: #cc2424;
	}
	
#fel p {
	color: #333;
	}
	
.author_box {
	color: #999;
	margin: 5px 0 10px 0;
	}
	
	.author_box a {
	color: #999;
	}

/* Tävling */

#tavling #content {
    background: none;
	 width: 920px;
	     height: 807px;
		 padding: 10px 20px;
}

/* Overlay
----------------------------------------------- */

#overlay {
  visibility:  visible;
	background: url(images/overlay.png);
	    position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
	
}


#overlay div#holder {

    background:url("images/komments.png") no-repeat scroll 400px 5px #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #666666;
    margin: 50px auto;
    padding: 40px;
    text-align: left;
    width: 600px;
		
}

#overlay-avslut {
  visibility:  hidden;
	background: url(images/tavling/bg-modal.png);
	    position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
	
}


#overlay-avslut div#holder-avslut {
    background: url(images/tavling/modal.png) no-repeat;
    height: 700px;
    margin: 93px auto;
    padding: 40px 60px;
    text-align: left;
    width: 700px;
	
}

#overlay-avslut div#holder-avslut .scroll {
  background: none repeat scroll 0 0 transparent;
    height: 320px;
    margin: 61px 0px;
    padding: 0 40px;
    text-align: left;
    width: 540px;
	
}

#overlay-villkor {
  visibility:  hidden;
	background: url(images/tavling/bg-modal.png);
	    position: fixed;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
	
}


#overlay-villkor div#holder {
    background: url(images/tavling/modal.png) no-repeat;
    border: 20px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px #666666;
    height: 76%;
    margin: 50px auto;
    overflow: auto;
    padding: 20px;
    text-align: left;
    width: 600px;
		
}

#overlay-villkor .entry-title {
clear:none;
}


.closemodal{
  background: none repeat scroll 0 0 #EFEFEF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: -20px 509px 0;
    padding: 10px;
    position: fixed;
    width: 69px;
}

.villkor {
    clear: none;
    display: block;
    float: left;
    padding: 0 6px;
}

.stang {
   background: none repeat scroll 0 0;
    font-weight: bold;
    margin: -52px 0 0 290px;
    padding: 11px;
    position: fixed;
    width: 74px;
}

a.stang {
    text-decoration: underline;
}

div.wpcf7-mail-sent-ok {
	    background: none repeat scroll 0 0 #EEFFDD;
    border: 2px solid #B9DB9B;
}


div.wpcf7-validation-errors {
	    color: #cf4747;
}

div.wpcf7-response-output {

    float: right;
    margin: -32px 0;
    padding: 6px 16px;
	    max-width: 200px;
}

input[type=checkbox]{
	
    border: none;

	padding:0;

}

