/*
Theme Name: MultimediaWP
Theme URI: 
Description: A WordPress Tumblog theme
Version: 1.0.3
Author: Tony Nachev
Author URI: http://themeforest.net/user/tonyc/
*/
 
@import "css/reset.css";
@import "css/text.css";
@import "css/nivo-slider.css";
@import "css/prettyPhoto.css";

html, body{
	margin:0;
	text-align: center;
	background: #16171b url(images/bg.gif) top left repeat-x;
	color: #26282d;
}
#bgLayer{
	width: 100%;	height: 100%;	padding: 0 0 20px 0;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER STYLING */
#topnavigation{
	height: 34px;
	text-align: left;
}
#topnavigation ul{
	list-style: none;
}
#topnavigation ul.sub-menu{
	position: absolute;
	width: 160px;
	margin: 0 0 0 -10px;
	top: 34px;
	display: none;
	background: #040406;
	list-style: none;
	list-style-position:inside;
	z-index: 150;
	border: 1px solid #25272D;
	border-top: 1px solid #040406;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
}
#topnavigation ul.sub-menu li{
	border-bottom: 1px solid #25272D !important;
	display: block;
	width: 160px;
}
#topnavigation ul.sub-menu li a{
	padding: 0 5px 0 10px;
}
#topnavigation ul li{
	float: left;
	margin: 0 20px 0 0;
}
#topnavigation ul li a{
	color: #AFAFAF;
	text-decoration: none;
	font-size: 17px;
	line-height: 34px;
	font-weight: bold;
	display: block;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif; 
}
#topnavigation ul li a:hover{
	color: #e4e4e4;
}
#header{
	background: url(images/header.png) no-repeat;
	background-position: 0 4px;
	margin: 17px 0 0 0;
}
#logo {
	float: left;
	width: 200px;
	height: 50px;
	display: block;
	margin: 0 0 0 20px;
}
#logo a{
	display: block;
	width: 200px;
	height: 50px;
	background: url(images/logo.png) top left no-repeat;
	text-indent: -9999px;
}
#logo a:hover{
	background-position: 0 -50px;
} 
#tagline{
	line-height: 48px;
	float: left;
	text-transform: uppercase;
	color: #27313a;
	text-shadow: 1px 1px 0px #768ba4;
	font-size: 16px;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif; 
}
/* Container & Layout */
#container-top{
	height: 22px;

}
#container{
	background: #b4b5b6 url(images/container.png) top left no-repeat;
	border: 1px solid #dddcdd;
	padding-bottom: 20px;
}
#content{
	width: 615px;
}
.content-left{
	float: left;
	padding: 15px 0 0 30px;
}
.content-right{
	float: right;
	padding: 15px 30px 0 0px;
}
.content-wide{
	padding: 15px 30px 22px 30px;
	width: 898px;
}
.content-wide .post{
	width: 898px;
}
#sidebar{
	width: 303px;
	margin: 0 0 0 0;

}
.sidebar-right{
	float: right;
	margin: 0 10px 0 0 !important;
}
.sidebar-left{
	float: left;
	margin: 0 0 0 10px !important;
}
/* Featured Area */
#featured h1{
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 30px 0;
	text-shadow: 1px 1px 0px #e0e4e9;
}
#slider-container{
	background: #DCDCDC url(images/post.gif) top left repeat-x;
	box-shadow: 0 1px 3px #6F6F6F;
	-moz-box-shadow: 0 1px 3px #6F6F6F;
	-webkit-box-shadow: 0 1px 3px #6F6F6F;
	border: 1px solid #A19DA1;
	width: 603px;
	clear: both;
	margin-bottom: 20px;
}
#slider-frame{
	border: 1px solid #fff;
	padding: 20px;
}
/* Content area */
#posts{
	margin: 0 0 0 0;
	width: 615px;
	overflow: hidden;
}
.post-small,.post-wide,.post{
	width: 289px;
	background: #DCDCDC url(images/post.gif) top left repeat-x;
	float: left; 
	display: inline;
	margin: 0 0 20px 0;
	margin: 0 0 20px 0;
	box-shadow: 0 1px 1px #6F6F6F;
	-moz-box-shadow: 0 1px 3px #6F6F6F;
	-webkit-box-shadow: 0 1px 3px #6F6F6F;
	border: 1px solid #A19DA1;
}
.post{
	width: 613px;
}
.post a,.post-small a,.post-wide a{
	color: #327CCC;
	text-decoration: none;
}
.post a:hover,.post-small a:hover,.post-wide a:hover{
	text-decoration: underline;
}
.post-container{
	border: 1px solid #fff;
	padding: 20px;
	display: block;
}
.post-container img, div.audio ,div.video{
	border: 1px solid #c9c9cb;
	background: #fff;
	padding: 4px;
}
div.video{
	padding-bottom: 0px;
}
embed,object { display:block; }

.post-wide{
	width: 603px !important;
}
.post-icon{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	margin: 8px 10px 0 0;
}
.post-icon a{
	text-indent: -9999px;
	display: block;
	width: 50px;
	height: 50px;
}
span.video a{
	background: url(images/video_icon.png) center left no-repeat;
}
span.image a{
	background: url(images/images_icon.png) center left no-repeat;
}
span.audio a{
	background: url(images/audios_icon.png) center left no-repeat;
}
span.quote a{
	background: url(images/posts_icon.png) center left no-repeat;
}
span.link a{
	background: url(images/links_icon.png) center left no-repeat;
}
span.article a{
	background: url(images/discuss_icon.png) center left no-repeat;
}
.post-container h2{
	font-size: 28px;
	margin: 8px 0 0 0;
	padding: 0;
	line-height: 28px;
}
.post-container p{
	margin-bottom: 10px;
}
.post-container h2 a{
	color: #26282d;
	text-decoration: none !important;
	line-height: 24px;
}
.post-container h2 a:hover{
	border: 0px solid;
}
.post-meta-data{
	font-size: 13px;
	color: #535353 !important;
	display: block;
	margin: 0 0 8px 0;
}
.single .post-meta-data{
	margin-top: 5px;
	float: left;
}
.post-stats{
	float: left;
}
.post-comments{
	background: url(images/comments.png) no-repeat;
	background-position: 0 2px;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #535353;
	padding: 0  10px 0 24px;
	font-weight: bold;
}
.post-likes{
	background: url(images/likes.png) no-repeat;
	background-position: 0 center;
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #535353 !important;
	padding: 0  10px 0 24px;
	font-weight: bold;
}
.single .post-likes{
	display: block;
	float: right;
}
.post-likes a{
	color: #535353 !important;
	text-decoration: none;

}
.loading {
	background: url(images/ajax-loader.gif) center left no-repeat !important;
}
.post-meta-data a{
	background: #a0adb5;
	padding: 3px 7px 3px 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff !important;
	text-decoration: none;
}
.read-more{
	background: url(images/read_more.png) top left no-repeat;
	line-height: 30px;
	float:right;
	moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.read-more a{
	display: block;
	text-decoration:none;
	padding: 0 15px;
	font-weight: bold;
	font-size: 11px;
	text-shadow: 1px 1px 1px #444;
	color: #e8ecf2 !important;
	text-transform: uppercase;
	background: url(images/read_more_right.png) top right no-repeat;
	moz-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}
.read-more a:hover{
	color: #fff;
	border: 0px solid;
	}
.pagination{
	margin: 10px 0 25px 0;
	float: right;
}
.pagination span.current{
	display: block;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 10px 0 0;
	padding: 3px 6px;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
	background: #fff;
}
.pagination a{
	display: block;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 10px 0 0;
	padding: 3px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #7F7F7F;
}
/* Sidebar */

#search{
	width: 270px;
	margin: 13px auto 31px auto;
}
#searchform fieldset{
	background: #403F43;
	background: -moz-linear-gradient(bottom, #52565C, #767A7F);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1E1D1F), to(#403F43));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#403F43', EndColorStr='#1E1D1F'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#403F43', EndColorStr='#1E1D1F')"; /* IE8 only */
	display: block;
	margin: 0;
	border: 1px solid #434447;
	padding: 5px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	-webkit-box-shadow: 0x 1px 0px #fff;
}
#s{
	border: none;
	background: none;
	color: #bac9d8;
	width: 200px;
	padding: 2px 0 0 0;
}
#searchsubmit {
	background: url(images/search_btn.png) top left no-repeat;
	display: block;
	float:right;
	width: 21px;
	height: 19px;
	text-indent: -9999px;
	border: 0px;
	cursor: pointer;
	outline: none;
}
.widget{
	margin: 20px auto 0 auto;
	width: 225px;
}
.widget h2{
	font-size: 26px;
	text-shadow: 1px 1px 1px #eee;
	margin: 0 0 5px 0;
}
.widget ul{
	margin:0;
	padding:0;
}
.widget li{
	list-style: none;
	margin:0;
	padding:0;
}
.widget li a{
	text-decoration: none;
	color: #26282D;
	text-shadow: 1px 1px 0 #eee;
	line-height: 28px;
	font-size: 15px;
	background: url(images/arrow.png) no-repeat;
	background-position: 0px 1px;
	padding:0 0 0 21px;
}
#footer .widget_explorer em{
	float: right;
	margin: 0 20px 0 0;
}
#sidebar .widget_explorer{
	background: url(images/explorer.png) top center no-repeat;
	width: 230px;
	margin: 0 auto 20px auto;
	padding: 15px 20px 20px 19px;
	border: 0px solid;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0 2px 5px #808182;
	-moz-box-shadow: 0 2px 5px #808182;
	-webkit-box-shadow: 0 2px 5px #808182;
}
#sidebar .widget_explorer h2{
	color: #fff;
	text-shadow: 1px 1px 1px #2964a6;
	margin: 0 0 5px 0;
}
#sidebar .widget_explorer ul{
	margin: 0;
	padding: 0;
}
#sidebar .widget_explorer ul li{
	list-style: none;
}
#sidebar .widget_explorer ul li a{
	color: #fff;	
	text-shadow: 1px 1px 1px #2964a6;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 35px;
	padding: 0 0 0 35px;
	background: none;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif; 
}
#sidebar .widget_explorer ul li a:hover{
	color: #fff;
	text-shadow: 1px 1px 1px #2964a6;
}
#sidebar .widget_explorer ul li a em{
	float: right;
	font-style: normal;
	color: #000000;
	text-shadow: 1px 1px 0 #52a4fc;
}
#sidebar .explorer-images,#sidebar .explorer-image{
	background: url(images/photos.png) no-repeat;
	background-position: 0 7px;
}
#sidebar .explorer-audio{
	background: url(images/audios.png) no-repeat;
	background-position: 6px 4px;
}
#sidebar .explorer-video{
	background: url(images/videos.png) no-repeat;
	background-position: 0px 4px;
}
#sidebar .explorer-quotes,#sidebar .explorer-quote{
	background: url(images/posts.png) no-repeat;
	background-position: 0px 8px;
}
#sidebar .explorer-links,#sidebar .explorer-link{
	background: url(images/links.png) no-repeat;
	background-position: 0px 6px;
}
#sidebar .explorer-articles,#sidebar .explorer-aside{
	background: url(images/discuss.png) no-repeat;
	background-position: 0px 7px;
}
#sidebar .widget_tag_cloud{
	position: relative;
	width: 230px;
	padding: 20px;
	padding-top: 15px;
	margin: 0 auto 20px auto;
	background: #CCD8E3 url(images/tags.jpg) top left no-repeat;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: 0 2px 5px #808182;
	-moz-box-shadow: 0 2px 5px #808182;
	-webkit-box-shadow: 0 2px 5px #808182;
	border: 1px solid #8b878b;
	position: relative;
	z-index: 1;
}
#sidebar .widget_tag_cloud:before{
	content: "";
	position: absolute;
	width: 268px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	border: 1px solid white;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}
#sidebar .widget_tag_cloud h2{
	color: #404f66;
	text-shadow: 1px 1px 1px #fff;
	margin: 0;
}
#sidebar .widget_tag_cloud div{
	margin-top: 5px;
}
#sidebar .widget_tag_cloud div a{
	background: #a0adb5;
	padding: 3px 7px 3px 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	text-decoration: none;
	margin: 5px 5px 0 0;
	display: block;
	float: left;
}
#sidebar .widget_text , #sidebar .widget_polls-widget, #sidebar .widget_gmaps, #sidebar .widget_mostliked{
	position: relative;
	z-index: 5;
	width: 230px;
	padding: 20px;
	padding-top: 15px;
	margin: 0 auto 20px auto;
	background: #DCDCDC url(images/categories.jpg) top left no-repeat;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	box-shadow: 0 2px 5px #808182;
	-moz-box-shadow: 0 2px 5px #808182;
	-webkit-box-shadow: 0 2px 5px #808182;
	border: 1px solid #8b878b;
	position: relative;
	z-index: 1;
}
#sidebar .widget_categories:before, #sidebar .widget_gmaps:before, #sidebar .widget_mostliked:before{
	content: "";
	position: absolute;
	width: 268px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	border: 1px solid white;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
}
#sidebar .widget_categories h2{
	text-shadow: 1px 1px 1px #fff;
	margin: 0;
}
#sidebar .widget_categories ul, #sidebar .widget_mostliked ul{
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#sidebar .widget_categories li a, #sidebar .widget_mostliked li a{
	text-decoration: none;
	color: #535353;
	text-shadow: 1px 1px 0 #fff;
	font-size: 15px;
	background: url(images/arrow.png) no-repeat center left;
	padding:0 0 0 21px;
	display: block;
	float: left;
	width: 180px;
}
#tweets-feed a{
	background: none !important;
	padding: 0 !important;
}
#sidebar .jta-tweet-timestamp{
	color: #444;
}
#sidebar .jta-tweet-link{
	text-decoration: underline;
	text-shadow: 0px 0px 0px;
	font-size: 14px;
}
span.post-count{
	float: right;
	display: block;
	background: #a5a5a5;
	padding: 0px 4px 0px 4px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	margin-top:4px;
}
#ads{
	width: 269px;
	margin: 20px auto 0px auto;
}
#ads img{
	margin: 0 0 20px 0;
}
/* Footer */
#footer{
	margin: 20px 0 0 0;
	padding:30px;
	background: #FFFFFF;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	color: #b4b5b6;
}
#footer .widget{
	margin:0;
	padding:0;
}
#footer .col{
	width: 210px;
	float: left;
	margin: 0 20px 0 0;
	color: #b4b5b6;
}
#footer h1{
	color: #eee;
	font-size: 24px;
	line-height: 30px;
}
#footer p{
	color: #b4b5b6;
}
#footer h3{
	color: #d4d4d4;
}
#footer .widget_recent_comments a{
	background: none;
}
#footer .widget_recent_comments li{
	background: url(images/arrow_white.png) center left no-repeat;
	padding: 0 0 0 20px;
}
.rss-link{
	background: #23252A;
	padding: 3px 7px 3px 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #8797AC;
	text-decoration: none;
	margin: 5px 5px 0 0;
	display: block;
	float: left;
}
.rss-link:hover{
	color: #b4b5b6;
}
#footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #d4d4d4;
}
#footer ul li a{
	line-height: 25px;
	color: #d4d4d4;
	background: url(images/arrow_white.png) top left no-repeat;
	text-decoration: none;
	padding: 0 0 0 20px;
	background-position: 0 2px;
	text-shadow: 0 0 0;
}
.jta-tweet-list li{
	background: url(images/arrow_white.png) top left no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
}
.jta-tweet-timestamp{
	display: block;
	font-size: 11px;
}
/* Forms styling */
.forms{
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%;}
ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
ol.forms input,ol.forms textarea{	border: 1px solid #b0b1b0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	display: block;
	outline: none;
	padding: 7px;
	margin: 2px 5px 0 0;
	width: 170px;
	-moz-box-shadow: 0px 3px 3px #eee inset;
	-webkit-box-shadow: 0px 3px 3px #eee inset;
	box-shadow: 0px 3px 3px #eee inset;
	}
ol.forms input#sendCopy{border:none;}
ol.forms textarea{height:300px;width:400px;}
ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
ol.forms li.textarea .error{display:block; margin-left:120px}
ol.forms li.screenReader{margin-bottom:0; display: none;}
.buttons{text-align: center;}
.submit{
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	display: block !important;
	margin: 0 auto !important;
	width: auto !important;
	/* GRADIENTS */
	background: #fff;
	background: -moz-linear-gradient(bottom, #FFF, #ebebeb);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), to(#ebebeb));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b0b1b0;

	/* COLOR & SHADOW */
	color:#666;
	text-shadow: 0 1px 1px #FFF;
}
ol.forms li.inline input{width:auto;margin-left:120px;}
ol.forms li.inline label{display:inline;float:none;width:auto;}
#contactForm ol.forms .inputError { border: 3px solid #EFDADA; }
p.error { background:#f6a6a6;border:1px solid #e76868;padding:10px; margin-bottom:20px; }
.thanks{background:#fafafa;border:1px solid #ddd;padding:10px 20px; margin-bottom:20px;}

/* COMMENTS STYLING */

.commentlist{
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #B0B1B0;
}
.commentlist ul.children{
	margin: 0;
	border-top: 1px solid #B0B1B0;
}
.commentlist li{
	border: 1px solid #B0B1B0;
	border-top: 0px solid;
	background: #F4F4F4;
	padding: 15px;
}
.even{
	background: #fff !important;
}
.avatar{
	float: left;
	margin: 0 10px 5px 0;
}
.reply a, .edit a{
	background: #a0adb5;
	padding: 3px 7px 3px 7px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff !important;
	text-decoration: none;
	margin: 5px 5px 0 0;
	display: block;
	float: left;

}
.name a{
	font-weight: bold;
	text-decoration: none;
	font-size: 20px;
	color: #111;
	line-height: 40px;
}
.date a{
	text-decoration: none;
	font-size: 14px;
	color: #535353;
	line-height: 40px;
}
.comment-entry {
	clear: both;
	
}
.reply{
	float: none;
}
.edit{
	float: right;
}
.lightbox{
	background: #fff url(images/zoom.gif) center center no-repeat;
	adwidth: 558px;
	margin:0;
	padding:0;
	line-height:0;
	display:block;
}
/* Archives Styling */

.monthtitle{
	float: left;
	width: 120px;
	display: block;
	background: url(images/archive.png) top left no-repeat;
	padding: 0 0 0 40px !important;
	line-height: 32px !important;
}
.montharchive{
	float:right;
	width: 652px;
	list-style: none;
}

.montharchive li{
	float: left;
	width: 276px;
	display: block;
	border-bottom: 1px solid #c6c6c6;
	margin: 0 20px 0 0;
	padding: 4px 10px 4px 20px;
}
.montharchive li.image{
	background: url(images/pict_photo.png) center left no-repeat;
}
.montharchive li.video{
	background: url(images/pict_video.png) center left no-repeat;
}
.montharchive li.audio{
	background: url(images/pict_audio.png) center left no-repeat;
}
.montharchive li.default{
	background: url(images/pict_article.png) center left no-repeat;
}
.montharchive li.quote{
	background: url(images/pict_quote.png) center left no-repeat;
}
.montharchive li.link{
	background: url(images/pict_link.png) center left no-repeat;
}
.montharchive li.article{
	background: url(images/pict_article.png) center left no-repeat;
}
.montharchive li a{
	text-decoration: none;
	color: #26282d;
	float: left;
	width: 246px;
}
.montharchive li a:hover{
	border-bottom: 0px solid !important;
}
.montharchive li em{
	font-weight: bold;
	font-style: normal;
	float: right;
	width: 30px;
}
/*Styleswitcher*/
      .slide-out-div {
          padding: 15px 15px 0 15px;
          width: 150px;
          background: #3b4041;
		  z-index: 999;
			color: #fff;
			text-align: left;
      }      
	.handle{
		background: url(images/styleswitcher.png) top left no-repeat;
		width: 40px;
		height: 122px;
	}
	.slide-out-div select{
		margin: 0 0 10px 0;
	}

.ribbon {background: url(images/ribbon.png) top left no-repeat;position:relative;margin-left:-100px;height:120px;width:678px;}
.list{background-color:#fff;width:566px;margin-left:-8px;padding:0px 0px 0px 10px;display:block;}
.list td {padding:2px;}
.list img {border:none;padding:0px;}
.bottom {background: url(images/bottom.png) top left no-repeat;display:block;position:relative;margin-left:-10px;height:19px;width:577px;}
.booktitle {width:190px;font-weight:bold;color: #26282d !important;}
.bookyear {width:50px;text-align:center;font-size:12px;line-height:22px;color: #26282d !important;}

@media screen and (max-width: 640px) {
    #wrapper{
        width: 100%;
    }    
    #sidebar{
        width: 100%;
    }
    .sidebar-right{
        margin: 0px !important;
    }
    #sidebar .widget_text, #sidebar .widget_polls-widget, #sidebar .widget_gmaps, #sidebar .widget_mostliked{
        width: 84%;
    }
    
    #search{
        width: 95%;
    }
    
    .post-wide{
        width: 100% !important;
    }
    
    #header a img{
        max-width: 100%;
    }
    
    .post-container p img{
        max-width: 100%;
    }
    
    .post-wide {
        width: 100% !important;
    }
    
    #posts{
        width: 100%;
    }
    
    #content{
        width: 100%;
    }
    
    .content-left{
        padding: 15px 0 0;
    }
    
    .wp-polls-ul li{
        padding-bottom: 10px;
    }
    
    .textwidget {
        line-height: 25px;
    }
    
    .pagination{
        margin: 0px;
    }
    .ribbon,.bottom {
        display:none;
    }
    .list {width:95%;}
    .post-wide {border:none;}
    
    .list table tr td a:nth-child(n+2) {display:none;}
    .list td {color:#fff;}
}