@import url("css/suckerfishoriginal.css");
@import url("css/tabs.css");

/*
Theme Name: Erotske
Theme URI: http://www.divinedeveloper.com/2008/06/22/webbdesign-free-wordpress-theme/
Description: 2-column wordpress theme, widget-ready, fixed-width, fully gettext. Original <a href="http://www.divinedeveloper.com/">Webbdesign</a> by Mladjo. Released under a <a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. This means you may use it for any purpose, and make any changes you like. Just leave my <a href="http://www.divinedeveloper.com/">Webbdesign</a> link under your footer.
Version: 1.0
Author: Mladjo
Author URI: http://www.divinedeveloper.com/
*/

/* ************** GENERAL RESET ************** */
* {
	margin: 0;
	padding: 0;
}
/* CLEARFIX */
.clearfix {
	clear:both;
}
body {
	color:#444444;
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:75%;
	text-align:center;
	background: url(images/bgr.gif) #d9d4cb repeat-x;
	line-height:1.5;
}
a {
	text-decoration: underline;
	color: #E6C173;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.ads_main{
	float:left;
	margin: 0 1em 1em 0;
}
#topads{
	margin: 100px 120px 0;
}
/* Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 1.6em;
	margin-bottom: 0.75em;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
}
/* Use this if the image is at the top of the <p>. */

ul, ol {
	margin: 0 0 1em 1em
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
blockquote{
	margin: 0 0 1em 1.5em;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 1.5em 0 0 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
pre {
	font: 1em 'Courier New', Courier, monospace;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	background-color:#E8F2FB;
	border: solid 1px #CADFEF;
	color:#CADFEF;
	padding:10px;
	margin: 0 0 1em 0;
}
/* Tables
-------------------------------------------------------------- */

table {
	margin: 1.4em auto;
}
th {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
td {
	border-bottom: 1px solid #ddd;
}
th, td {
	padding: 4px 10px 4px 0;
}
tfoot {
	font-style: italic;
}
caption {
	background: #dfcb28;
}
/* Use this if you use span-x classes on th/td. */
table .last {
	padding-right: 0;
}
/* **************** CONTAINER *************** */

#container {
	margin:0 auto;
	padding:0;
	width:960px;
	text-align: left;
}
/* **************** HEADER *************** */

#header {
	height:250px;
	background: #FFFFFF url(images/header.jpg) no-repeat left top;
	margin:0;
	padding:0;
	width:960px;
}
.headerright {
float:right;
margin:0;
padding:18px 0 0;
width:486px;
}
#header h1 {display:none;}
#header h1 a {}
#header h1 a:hover {}
#header #desc {display:none;}

/* **************** Content *************** */
#content {
	width:960px;
	clear: both;
	background: #FFFFFF url(images/content.jpg) repeat-y center top;
}
#main {
	float:left;
	width:660px;
	}
/* Search */
#searchbox {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
#searchform {
	margin: 0px;
	padding: 6px 0px 0px;
	float: left;
	height: 37px;
	width: 97%;
	overflow: hidden;
}
#searchform #sbox {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 100%;
}
#sbox input {
	width: 96%;
	border-width: 0px;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	padding: 4px;
	color: #333333;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 11px;
}
#sbutton {
	margin: 0px;
	padding: 0px;
	float: left;
}
select {
	border:1px solid #67829D;
	width:100%;
	margin: 6px 0 0 0;
}
/* SIDEBAR */
ul.sidebartabs  {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebartabs li {
	background-image: url(images/ullibullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
#sidebar {
	width: 300px;
	float:right;
	padding-top: 0px;
}
#sidebar h3 {
	margin:10px 30px 0 0;
	border-bottom: 1px dotted #000;
	padding: 6px 6px;
}
#sidebar .noborder {
	border-bottom: none;
}
ul.sidebarmenu  {
	margin: 0 0 15px 0;
	padding: 0 30px 0 0;
	list-style-type: none;
}
#sidebar .sidebarmenu li  {
	margin: 0;
}
#sidebar .sidebarmenu li strong {
	margin: 0;
	padding: 8px 8px;
}
#sidebar .sidebarmenu a  {
	display: block;
	padding: 8px 8px;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar .sidebarmenu a:hover {
	background-color: #67829d;
	color: #FFF;
}
#sidebar .textwidget, #sidebar #calendar_wrap, #sidebar #tag_wrap, #sidebar .archive, #sidebar .ads_wrap {
	margin:6px 0 0 0;
	padding:0 30px 0 0;
}
#sidebar fieldset {
	border:1px solid #67829D;
	width:80%;
	padding:10px;
	margin-top: 10px;
}
#sidebar legend {
	line-height: 27px;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	color:#67829D;
}
ol.login {
	list-style: none;
	padding:0;
	margin: 0;
}
ol.login li {
	list-style: none;
	margin: 0 0 0.5em;
}
ol.login label {
display:inline-block;
width:80px;
line-height:1.5;
vertical-align:top;}
ol.login input {

}
ol.login #wp-submit {
	height: 27px;
	background: #E6C173;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0 3px;
	line-height:27px;
}
ol.forms input, ol.forms textarea, ol.forms button {
	font: 1em Georgia, "Times New Roman", Times, serif;
}
#login_error {
	color: #FF0000;
	margin: 0 0 0.5em;
}

/* POST */

.post {
	padding: 12px 8px 12px 30px;
	margin: 0 0 8px;
}
.post h2 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: #67829d;
	width: 100%;
}
.sticky h2 {
	margin: 0;
	padding: 0;
	height: 40px;
	background: #970f00;
	width: 100%;
}
.post h2 a {
	padding: 0 12px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}
.post h2.pagetitle {
	text-align: center;
	line-height: 40px;
	color: #fff;
	}
.post .entry, .post .entrytext {
	padding:5px 12px 5px;
}
.postmetadata {
	padding: 5px 12px 0;
	clear: left;
}

.time, .category, .tags, .commenter, .author, .edit {
	padding: 0 10px 0 20px;
}
.time {
	background: url(images/calendar.gif) no-repeat 0 0;
}
.category {
	background: url(images/folder.gif) no-repeat 0 .1em;
}
.tags {
	background: url(images/tags.gif) no-repeat 0 .2em;
}
.commenter, .author {
	background: url(images/commenter.gif) no-repeat 0 .1em;
}
.edit {
	background: url(images/edit.gif) no-repeat 0 0;
}
/* .more-link {
	padding: 0 20px 0 0;
	background: url(images/comment.gif) no-repeat right .2em;
}*/

.post p {
}
code {
	font-family: "Courier New", Courier, monospace;
}
.post ul, .post ol {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1em 1em
}
.post ul li, .post ol li {
	background-image: url(images/ullibullet.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
}
.center {
	text-align: center;
}
.post .postmetadata ul li{
	float: left;
	list-style: none;
	background-image: none;
}
/* FOOTER */

#footer {
	padding: 0 0 0 0;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat center top;
	height: 80px;
	font-size: 0.94em;
	width: 100%;
  	display: table;
}
#footer p {
	text-align: center;
	padding: 25px 0 0 0;
	margin: 0;
}
/* images */

img.floatleft {
	float: left;
	padding: 6px 8px 4px 0;
}
img.floatright {
	float: right;
	padding: 6px 0 4px 8px;
}
/* alignment classes */
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.navigation {
	padding: 0 24px 10px 24px;
	margin: 0;
}
.previous {
	float:left;
	width:47%;
}
.next {
	float:right;
	text-align:right;
	width:47%;
}
#next {
	text-align:right;
}
/* comments */
.commnavigation {
	padding: 5px 0;
	display:block;	
}
#comments-template {
	clear:right;
	padding: 3px 12px 0 30px;
	margin: 15px auto 20px;
}
#commentform textarea {
	border:1px dotted #b93f31;
	margin-top:10px;
	padding:5px;
	width:96%;
}
#commentform input {
}
#commentform #submit {
	height: 20px;
	background: #E6C173;
	border: none;
	font-size: 12px;
	color: #FFFFFF;
	padding: 3px 3px;
}
.commentlist li {
	clear:both;
}
.commentlist li {
	margin:10px 0;
	list-style: none;
}
.commentlist cite, .commentlist cite a {
	background: url(images/comment.gif) no-repeat 0 0;
	border-bottom: 1px dotted #B93F31;
	padding: 0 10px 0 20px;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
.commentmetadata {
	padding: 0;
}
.alt {
	padding:5px;
	border-bottom:1px solid #b93f31;
	border-top:1px solid #b93f31;
	margin:6px 0 0;
}
.commentlist {
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.avatar {
 	float: right;
	margin: 0 0 0 10px;
}
.post-ratings {
    margin: 10px 0;
}
