ï»¿/*  
Theme Name: Moleskine.in.ua
Theme URI: http://www.solostream.com
Author: Michael D. Pollock
Author URI: http://www.solostream.com/

	Bosco 2.0 + Widgets
	http://www.solostream.com

	This theme was designed and built by Michael D. Pollock of Solostream Web Studio.

	The CSS, XHTML and design is copyright of Michael D. Pollock:
	http://www.solostream.com.

	You may use or modify this theme for your own blog or website. You MAY NOT REDISTRIBUTE this theme in any fashion without prior permission from Michael Pollock.
 

*/

@font-face {
	font-family: 'LiberationSerifRegular';
	src: url('/wp-content/uploads/fonts/liberationserif-regular-webfont.eot');
	src: local('â˜º'), url('/wp-content/uploads/fonts/liberationserif-regular-webfont.woff') format('woff'), url('/wp-content/uploads/fonts/liberationserif-regular-webfont.ttf') format('tryetype'), url('/wp-content/uploads/fonts/liberationserif-regular-webfont.svg#webfontcXK1ElQu') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 9pt;
	font-family: 'Droid Sans', 'DejaVu Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #eee;
	color: #333;
	text-align: left;
	margin: 0;
	padding: 0px;
	line-height: 150%;
	}

#blogtitle {
	width: 850px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	background: url('images/titlebg.gif') bottom left no-repeat;
	}

#homelink {
    position: relative;
    float: left;
    top: 50px;
    left: 40px;
    width: 0px;
    height: 0px;
    }
    
/*#homelink a {
    padding: 0 0 35px 235px;
} */

#homelink a:hover {
    background: transparent;
}

#vangogh {
	width: 250px;
	height: 110px;
	z-index: 2;
	position: relative;
	top: 0;
	left: 555px;
	float:left;
	background: url('images/van-gogh.png') top left no-repeat;
	}

#containertop {
	clear: both;
	width: 850px;
	height: 20px;
	background: transparent url('images/containerbg.gif') top left no-repeat;
	margin: 0 auto;
	padding: 0;
	}

#container {
	width: 850px;
	background: url('images/containermid.gif') top left repeat-y; 
	margin: 0 auto;
	padding: 0;
	}

#page {
    clear: both;
	width: 770px;
	margin: 0 auto;
	padding: 0;
	}   

#content {
    width: 496px;
    float: left;
    margin: 0;
    padding: 0;
	}

#sidebar {
    font-size: 8pt;
    width: 270px;
    float: right;
    margin: 0;
	
    padding: 0;
	margin-right: -6px;
    line-height: 130%
	}

#containerbot {
        clear: both;
        width: 850px;
        height: 30px;
        background: url('images/containerbg.gif') bottom left no-repeat;
        margin: 0 auto 0px auto;
        padding: 0;
        }

#footer {
        color: #fff;
        clear: both;
        width: 750px;
        margin: 0 auto;
        padding: 25px 50px 15px 50px;
        text-align: center;
        font-size: 10px;
        background: url(images/footerbg.gif) top left no-repeat;
        }

/* -------------------[ Headings ]------------------- */

h1, h2, h3,h4,h5 {
	font-family: 'LiberationSerifRegular', 'Droid Serif', georgia, times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	letter-spacing: -1px;
	text-align: left;
	line-height: 110%;
	}

h1 {
	font-size: 2em;
	/*border-top: 1px solid #ññññññ;*/
	padding: 5px 0;
	margin: 0;
	}

h2 {
	font-size: 1.7em;
	/*border-top: 1px solid #cccccc;*/
	padding: 5px 0;
	margin: 0;
	}

h3 {
	font-size: 1.7em;
	}

h4,h5 {
        font-size:1.5em;
        }

#blogtitle h1 {
	border: none;
	font-size: 2.2em;
	font-family: arial;
	font-weight: bold;
	text-transform: capitalize;
	text-indent: -3000px;
	letter-spacing: -1px;
	margin: 0px;
	float: right;
	}
	
#blogtitle  p { text-indent: -3000px; }

.pagetitle {
	font-size: 2em;
	/* border-top: 4px solid #cccccc;*/
	padding: 5px 0px;
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 10px 0;
	}

h2#comments,h2#respond,h2#trackbacks {
        border-bottom: 1px solid #000;
        padding-bottom:3px;
        margin-bottom:1px;
        }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
        border:0;
        padding:0;
        margin-bottom:10px;
        }

/* -------------------[ Links ]------------------- */

a, a:link, a:visited {
	color: #004a80;
	text-decoration: none;
	padding-bottom: 2px;
	}

a:hover, a:active {
	color: #fff;
    background: #004a80;
	/* border-bottom: 1px solid #004a80;
	padding-bottom: 2px;*/
	}

.noback a:hover, .noback  a:active {
	background: none;
}	
#footer a {
	color: #fff;
	text-decoration: underline;
	}

#blogtitle h1 a {
        color: #fff;
        }
        
	
/* -------------------[ Images ]------------------- */

.entry img {
        /* float: right;
        clear: right;
        margin: 0 0 5px 10px;*/
		margin: 5px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
/*		-moz-border-radius-bottomleft:5px;
		-moz-border-radius-bottomright:5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;*/
        }

img.alignright {
        float: right;
        clear: right;
        margin: 0 0 5px 10px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.alignleft {
        float: left;
        clear: left;
        margin: 0 10px 5px 0px;
        background: #fff;
        padding: 2px;
        border: 1px solid #ccc;
        }

img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }

/* -------------------[ Form Elements ]------------------- */

#commentform {
        background: #eee;
        font-size:8pt;
        padding: 15px 15px 1px;
        margin: 0 0 10px 0;
        }

#commentform label {
        display:block;
        margin: 0;
        }

#commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#commentform textarea {
        width: 400px;
        padding: 0;
	margin: 0px 0px 10px 0; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	}

#commentform p {
        margin: 5px 0;
	}

/* -------------------[ Sidebar ]------------------- */

#phone {margin-top: 10px; width: 100%; text-align: center; font-size: 24px; font-weight: bold; }
#phone-code {font-size: 14px; font-weight: normal; margin-right: 10px;}

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

#sidebar ul li {
	list-style-type: none;
	margin: 0; padding: 0;
	/*margin: 0 0 15px 0;
	padding: 10px;
	background: #eee url(images/sideboxbg.gif) top left repeat-x;
	border: 1px solid #ddd;*/
	}
	
#sidebar ul ul ul{ margin-left: 10px; }

.current_page_item a { font-weight: bold;}

#sidebar h2 {
        border:0;
		border-bottom: 1px dotted #cccccc;
		font-size: 12px;
		/* font-family: Georgia, Times, Sans-serif; */
		font-weight: bold;
		/*text-transform: uppercase;*/
		letter-spacing: 0px;
		margin: 0;
		color: #aaaaaa;
		
	}

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

#sidebar li li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background:transparent;
	border: 0;
        }


/* -------------------[ Comments ]------------------- */


ol.commentlist {
        font-size:8pt;
        padding: 0;
        margin: 0;
        }

ol.commentlist li {
	display: block;
	list-style: none;
        padding: 15px 15px 1px;
	margin: 0 0 1px ;
        background: #eee;
	}

ol.tblist {
	list-style: none;
        background: #eee;
        padding: 15px 15px 10px;
        font-size: 8pt;
        margin: 0 0 1px;
        }

ol.tblist li {
	display: block;
	list-style: none;
        padding: 0;
        margin: 0;  
        background: #eee;    
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
        color: #666;
	}

.center {
	text-align: center;
	}

a img, img a {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	}

.navigation .alignright {
	float: right;
	margin: 0 0 10px 0;
	}
	
.navigation .alignleft {
	float: left;
	margin: 0 0 10px 0;
	}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	} 

.entry {
	padding: 10px 0 0 0;
	margin: 0;
	font-family: 'Droid Serif', georgia, times, serif;
	line-height: 20px;
	font-size: 9pt;
	}

.postinfo {
    font-size:10px;
	margin: 0px;
	border-bottom: 1px dotted #cccccc;
	padding: 0px 0px 5px 0px;
	}

.postinfo2 {    
        clear: both;
	margin: 10px 0 0 0px;
        font-size:10px;
	padding: 5px 0 5px 0px;
        border-top: 1px dotted #cccccc;
	}

.post {
	margin: 0 0 20px 0px;
	padding: 0;
	line-height: 130%;
	}

.post h2 {clear: both;}
	
.featurepost {
	margin: 0 0 40px 0px;
	padding: 20px;
	line-height: 130%;
	background: #eee url(images/featuredbg.gif) top left no-repeat;
	border: 1px solid #ddd;
	}

.description {
        color: #fff;
        text-align: center;
        padding: 0 50px;
        }

.date {
        float: left;
        text-align: left;
        font-size: 11px;
        font-weight: bold; 

        width: 100%;
        height: 40px;
        color: #aaaaaa;
        /* background: url(images/datebg.gif) top left no-repeat;*/
		background: transparent;
        padding: 8px 0 0 0;
        margin: 0;
		border-bottom: 1px solid #cccccc;
		/* border-top: 4px solid #cccccc;*/
        }

.x-date-time {
	font-size: 36px;
	float: left;
	text-align: left;
	height: 50px;
	overflow: visible;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 50px;
	font-family: times, serif;
	}
.x-date-month {
	width: 160px;
	font-size: 11px;
	float: left;
	text-align: left;
	padding-top: 2px;
	height: 40px;
	}
.x-date-week {
	float: right;
	text-align: right;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
   
/* -------------------[ Top Navigation Bar ]------------------- */

#nav {
	clear: both;
	width: 770px;
	margin: 0 auto;
	padding: 0 0 4px 0;
	margin-bottom: 5px;
	border-bottom: 2px solid #cccccc;
	font-family: 'LiberationSerifRegular', 'Droid Serif', Georgia, Times, serif;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
        float:left;
        margin:0;
        padding:0;
        list-style-type: none;
        }

#nav li a {
        float:left;
        /*background: #eee url(images/buttonbg.gif) top left repeat-x;*/
        font-size: 11pt;
        display: block;
        /*border: 1px solid #ddd;*/
        padding: 3px 5px;
        margin: 0 4px 0 0;
        color: #004a80;
        }

#nav li a:hover {
        background: #004a80;
        color: #fff;
        }

#nav li ul {
        float:left;
        }

#nav #homelink {
	text-indent: -3000px;
	height: 18px;
	width: 18px;
	border: 0;
	background: #fffceb url(images/homelink.png) center center no-repeat;
}
		
/* -------------------[ Search ]------------------- */

#searchform {
	margin: 0;
	padding: 0; 
        }

#searchform #s {
        width: 120px;
	margin-right: 2px;
	}

#searchform #submit {
	}
	
/* #langswitch {padding:0;margin:0;float:left; text-indent:-160px;}
#langswitch ul {list-style-type: none; margin: 0; padding: 0; }
#langswitch ul li {list-style-type: none; display:inline; margin-right: 10px; color: white; font-size: 10px;border-bottom: 1px dotted white;}
#langswitch ul li a {border-bottom: none; padding-bottom: 1px; color: white !important;}*/

#langswitch-sidebar {list-style-type: none; margin: 0; padding: 0; text-align: center}
#langswitch-sidebar li {list-style-type: none; display:inline; font-size: 10px; background:none !important;}
#langswitch-sidebar li a {padding: 0 5px 0 20px !important; }
#langswitch-sidebar li span {padding: 0 5px 0 20px !important; }

.gengo_lang_uk {background:url('images/ua.png') center left no-repeat;}
.gengo_lang_ru {background:url('images/ru.png') center left no-repeat;}
.gengo_lang_en {background:url('images/gb.png') center left no-repeat;}


/* ----------- MDB CATALOG ---------------- */

.mdb_catalog ul {list-style-type: none; padding: 0; margin: 0;}
.mdb_price {display:block; float:right; font-family: georgia, times, serif; font-size: 1.4em; color: black; } 
.mdb_price img {float: none !important; margin: 0 !important;} 

.mdb_price_entry {-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; background: #700; color: white; margin: 3px 0 5px 5px !important; padding: 2px 5px 5px 5px !important;}

.mdb_old_price {color: black; text-decoration: line-through;}
.mdb_special_price {color: red; font-size: 1.2em !important;}

.mdb_altprice {display: block; clear: both; font-size: 0.7em; color: #555555}
.mdb_item { border-bottom: 1px solid #cccccc; list-style-type: none; padding-top: 2px; padding-left: 20px; background: url('images/icon-black.png') left 3px no-repeat; font-size: 11px}
.mdb_item:last-child { border-bottom: 0; }
.mdb_group { list-style-type: none; margin-bottom: 30px}
.mdb_group_desc { padding-left: 110px; margin-bottom: 10px;}
.mdb_group_desc img { float:left; clear:left; margin-left: -110px;}
.mdb_description {display: block; font-size:0.8em; color: #777777}
.mdb_item_image {background: url('images/camera.png') top right no-repeat; padding-right: 22px; }

.mdb_group_desc ul.desc { padding-left: 20px; font-size: 0.9em; color: #444444; line-height: 120%; list-style-type: disc; margin-top: -8px; margin-bottom: 8px;}
.mdb_group_desc ul.desc li { margin-bottom: 4px;}


/* MDB-NEW */

.mdb_new_emblem {font-size:0.8em; text-transform: uppercase; color: red}

#x-cat {text-align: center;}
#x-cat li { display: inline; background: transparent !important;}
#x-cat li a { margin:0; padding: 0; border: 0;}
#x-cat li a:hover { margin:0; padding: 0; border:0; background: transparent;}

/* ------- X WIDGETS ---------------- */

#sidebar h2 {margin-bottom: 3px}
#sidebar ul li {background: url('images/sidebar-mid.png');}
.x-widget { width: 238px; padding: 0 16px 0 16px;}
.x-widget-top { width: 270px; height: 16px; background: url('images/sidebar-top.png') top left no-repeat;}
.x-widget-bottom { width: 270px; height: 16px; background: url('images/sidebar-bottom.png') top left no-repeat}

/* -------- FLICKR IMAGES -------------------------- */

.flickr_badge_image {display: inline; margin-left: 3px;}

/* ------------- TEASER --------------- */

#teaser {
	width:496px;
	border: 0;
	border-bottom: 1px dotted #cccccc;
	height: 200px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#teaser img {
	border: 0;
}

.slide {
	width: 240px;
	padding: 0;
	margin: 0;
}

#info-slide { 
	float: left;
}

#info-blogs { 
	float: right;
	padding-left: 9px;
	border-left: 1px dotted #cccccc;
}

.slide h2 {
	font-size: 18px;
	margin-bottom: 0px;
}

#banners {
	text-align: center;
	margin-top: 10px;
}

ul#mls-order-list {
    background: white;
    font-size: 9pt;
}

ul#mls-order-list li {
    padding-bottom: 10px;
    background: white;
    list-style-type: square;
    margin-left: 15px;
    }




