
/*
Theme Name: Repro Krcky
Theme URL: http://www.premiumpixels.com
Description: A Premium News Theme by Orman Clark
Author: Orman Clark
Author URI: http://www.premiumpixels.com
Version: 1.0
*/

/* Import stuff -------------------------------------------------------------- */

@import url('css/reset.css');
@import url('css/960.css');
@import url('css/superfish.css');
@import url('css/coda-slider-2.0.css');
@import url('css/tooltips.css');

/* Global -------------------------------------------------------------------- */

body{
	font:12px/20px  "Arial", Helvetica, Arial, sans-serif;
	/*Helvetica Neue*/
	color:#444444;
	/*background:url(images/body_bg.gif) repeat*/;
	background: url(images/header_bg.jpg) repeat-x; height:480px
}

a{
	text-decoration:none;
}

a:hover{
	color:#cc6633;
	text-decoration:none;
}

a:focus{
	outline: none;
}

hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}

h1{font-size:25px;font-family:'DroidSerifRegular';font-weight:normal;}
h2{font-size:22px;font-family:'DroidSerifRegular';font-weight:normal;}
h3{font-size:21px;font-family:'DroidSerifRegular';font-weight:normal;}
h4{font-size:16px;font-family:'DroidSerifRegular';font-weight:normal;}
h5{font-size:17px;font-family:'DroidSerifRegular';font-weight:normal;}
h6{font-size:15px;font-family:'DroidSerifRegular';font-weight:normal;}

input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/search_inset.gif) repeat-x top #fff;
	border:1px solid #e0e0e0;
	padding:10px;
	font-size:12px; 
	color:#999;
}

.left{
	text-align:left;
}
.right{
	text-align:right;
}

pre, code {
	font: 11px/19px Consolas,"Andale Mono",Courier,"Courier New",monospace;
}

pre {
	border: 1px solid #DDDDDD;
	margin: 30px 0 40px 0;
	overflow-x: visible;
	overflow-y: hidden;
	padding: 1px;
	background: url(images/bg-code.gif);
}

/* HEADER -------------------------------------------------------------------- */

#header{
	position:relative;
	z-index:2;
	min-width: 1180px;
}

#top{
	width:100%;
	height:45px;
	background:url(images/top_bar_bg.gif) repeat-x;
	color:#565659;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	font-size:11px;
	position:relative;
	z-index:2;
}

/* RSS -------------- */

#rss{
	padding:7px 0 9px 18px;
	background:url(images/rss.png) no-repeat center left;
}

#rss span{
	font-style:normal;
	color:#8d8888;
}

#rss a{
	font-style:normal;
	color:#8d8888;
}

#rss a:hover{
	color:#bfbfbf;
}

/* Secondary Nav -------------- */

#second_nav{
	float:right;
	font-style:normal;
	padding:11px 0 0 0;
}

#second_nav a, #second_nav li.current-menu-item ul a{
	color:#8d8888;
}

#second_nav a:hover,
#second_nav li.current-menu-item a,
#second_nav li.current-menu-item ul a:hover {
	color:#bfbfbf;
}

#second_nav li{
	float:left;
	padding:0 10px 0 10px;
	background:url(images/second_nav_border.gif) center right no-repeat;
}

#second_nav li.last{
	float:left;
	padding:0 0 0 10px;
	background:none;
}

#second_nav ul ul{
	background:url(images/second_nav_bg.gif) repeat;
	margin:-9px 0 0 0;
	padding:8px 15px 6px 15px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
}

#second_nav ul ul li{
	background:none;
	padding:10px 0 10px 0;
	border-bottom:1px solid #1f1b1b;
	border-top:1px solid #332e2e;
}

#second_nav ul ul li.first{
	border-bottom:1px solid #1f1b1b;
	border-top:none;
}

#second_nav ul ul li.last{
	border-bottom:none;
	border-top:1px solid #332e2e;
	padding:10px 0 8px 0;
}

#second_nav ul ul ul{
	background:url(images/second_nav_bg.gif) repeat;
	margin:-7px 0 0 15px;
	padding:8px 15px 10px 15px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

/* logo -------------- */

#logo{
	padding:43px 0 40px 0;
}

#logo h1{
	font-size:46px;
	margin:0 0 10px 0;
	line-height:50px;
}

#logo h1 a{
	color:#332e2e;
}

/* Header Advert -------------- */

#header_advert{
	margin:35px 0 40px 0;
	float:right;
	width:468px;
}

#header_advert a{
	float:right;
	height:60px;
	background:url(images/header_advert_border.gif) repeat;
	display:block;
	padding:6px;
}

#header_advert a:hover{
	background:url(images/header_advert_border_hover.gif) repeat;
}

/* Main Navigation -------------- */

#nav{
	border:1px solid #d5d5d5;/*
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	*/
	background:url(images/nav-bg.jpg) repeat;	/* background:url(images/nav_bg.gif) repeat; */
	height:43px;
	position:relative;
	z-index:1;
	margin:4px 0 16px;
	width: 1180px;
}

#nav li{
	background: url(images/li_border.gif) no-repeat top right;
}

#nav li a{
	display:block;
	float:left;
	padding:16px 28px 13px;	/* padding:16px 22px 15px 22px; */
	color:#555555;
	text-shadow: 0 1px 0px rgb(255, 255, 255);
}

#nav li a:hover,
#nav li.current-menu-item {
	background:url(images/nav-bg-hover.jpg) repeat-x;/*	 background:url(images/nav_bg.gif) repeat; 
	background:#fff;*/
}
#nav li.current-menu-item,
#nav li a:active{background:#fff;}

#nav li.first a:hover{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}

#nav ul ul{
	background:url(images/nav_dropdown_shadow.gif) repeat-x top;
	padding:6px 0 0px 0px;
	margin:13px 0 0 -1px;
	border:1px solid #d5d5d5;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	width:150px;
}

#nav ul ul ul{
	background:none;
	margin:-1px 0 0 30px;
	/* IE: margin:-1px 0 0 20px; */
	padding:0px 0 0 0;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}

#nav ul ul li{
	background:url(images/nav_dropdown_bg.gif) repeat;
	border:none;
	border-bottom:1px solid #e3e3e3;
	border-top:1px solid #fff;
}

#nav ul ul li.first{
	border-top:none;
}

#nav ul ul li.last{
	border-bottom:none;
}

#nav ul ul li.last a{
	padding-bottom:20px;
}

#nav ul ul li a{
	padding: 13px 20px 11px 19px;
	color:#777777;
	font-weight: normal;
}

#nav ul ul li a:hover{
	background:none;
	color:#444;
}

/* THE BODY -------------------------------------------------------------------- */

#the_body{
	position:relative;
	z-index:1;
}

/* Slider -------------- */

#slider{
/*float: left*/;
}


.slider-wrapper{float:left;position: relative;width:1141px;background: url(images/slider_bg.png) no-repeat;height: 360px;padding-left:38px}

#archive #slider{
	height:300px;
	margin:0 0 30px 0;
}

#slider .item{
	padding:10px 0 10px 10px;
	width:545px;
	float:left;
	background:url(images/featured_watch_bg.jpg) no-repeat;
	text-align:center;
	margin-left:27px;
}

.coda-slider { 
	padding: 10px; 
	width:580px;
	overflow:hidden;
	height:260px;
}

.slider_image{
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
	float:left;
	width:275px;
	height:270px;
}

.slider_image a{
	height:270px;
	float:left;
}

#slider .details{
	float:left;
	margin:0 0 0 20px;
	width:246px;
}

#slider .cats{
	margin:0 0 15px 0;
}

#slider .date, #slider .date a{
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#8c8989;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	margin: 2px 0 12px 0;
}

#slider .date a:hover{
	color:#bfbfbf;
}

#slider .cats span {
	display:block;
	float:left;
	padding:1px 5px 1px 5px;
	font-size:10px;
	color:#fff;
	background:#cc6633;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#slider .header h2{
	font-weight: normal;
	font-family:'DroidSerifRegular';	
	color:#fff;
	font-size:14px;
	margin:0 0 8px 0;
	line-height:21px;
}

#slider .header h2 a{
	color:#fff;
}

#slider .header h2 a:hover{

}

#slider .excerpt{
	color:#aeaeae;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
	line-height:21px;
	font-size:12px;
	
	/*IE 6 bug fix */
	margin-right:-3px;
}

#slider .header, #slider .cats, #slider .date, #slider .excerpt{
	width:235px;
	float:left;
}

#slider_nav{
	height:60px;
	padding:8px 0px 6px 25px;
	background:#171414;
	border-top:7px solid #1d1b1b;
	border-bottom:7px solid #1d1b1b;
	float:left;
	width:595px;
}

#slider_nav li{
	float:left;
	margin-right:12px;
}

#slider_nav li a{
	height:60px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	float:left;
}

#slider_nav li a.current { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Post Columns, Post Grid, Category List -------------- */

.post_columns h4, .post_grid h4, .category_list h4, #sidebar .widget h4, #author h4, #related h4, #content .features h4{
/*	background:url(images/header_bg.gif) center repeat-x;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#cc6633;
	margin:0 0 30px 0;
*/
color: #404040;
font: 16px/18px 'DroidSerifRegular',Arial,sans-serif;
text-align: center;
text-decoration: none;
}

.post_grid h4{
	width:620px;
}

#author h4, #related h4{
	width:610px;
	text-transform:uppercase;
}

.post_columns h4 span, .post_grid h4 span, .category_list h4 span, #sidebar .widget h4 span, #author h4 span, #related h4 span, .features h4 span{
/*	background: url(images/body_bg.gif) repeat;
	padding:0 10px 0 10px;
	margin:0 0 0 19px;
*/
color:#404040;
}

.category_list h4{
	margin:0 0 15px 0;
}

.category_list h4 a{
	color:#cc6633;
}

.category_list h4 a:hover{
	color:#444444;
}

.post_columns .column{
	width:194px;
	float:left;
/*	margin:0 8px 40px 0;*/
	margin:0 8px 40px 2px;
	text-align: center;
}

.post_grid, .category_list, .tab{
	margin:0 0 28px 0;
	float:left;
}

.post_columns .column.last, .post_columns .column-brands.last{
	margin:0 0 40px 0;
}

.post_columns .column .image a, .post_columns .column-brands .image a{
	width:184px;
	height:144px;
}

.category_list li .image a, .tab li .image a{
	width:45px;
	height:45px;
}

#author .image{
	width:80px;
	height:80px;
	float:left;
}

.category_list h5{
	line-height:17px;
}

.full_posts .image a{
	display:block;
	width:109px;
	height:109px;
}

.full_posts .image{
	float:left;
}

#related .column .image a{
	display:block;
	width:130px;
	height:94px;
	float:left;
}

#comments li .image a{
	float:left;
	width:61px;
	height:61px;
}

#comments li .image{
	float:left;
	width:61px;
	height:61px;
}

.category_list li .image, .full_posts .image{
	margin:0 14px 0 0;
}


.post_columns .column .image a, .post_grid li a, .category_list li .image a, .tab li .image a, .flickr div a, .full_posts .image a, #content img, #content2 img, #author .image, #related .column .image a, #comments li .image, .description img{
	padding:2px;
	border:1px solid #c6c6c6;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	margin:0 0 15px 0; 
	display:block;
}
.description .watch-slider-wrapper img{
	padding:0;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow: none;
}

.post_columns .column .image a:hover, .post_columns .column-brands .image a:hover, .image a:hover, .category_list li .image a:hover, .tab li .image a:hover, .full_posts .image a:hover, #related .column .image a:hover, #comments li .image a:hover{

}


.post_columns .column h3, #related .column h3 a, .post_columns .column-brands h3{
	display:block;
	color:#444444;
	font-size:14px;
	font-weight:normal;
	line-height:21px;
	margin: 0 0 15px 0;
}

.post_columns h3 a{
	color:#444444;
}

.post_columns h3 a:hover, #related .column h3 a:hover{
/*	color:#cc6633;*/
	text-decoration:none;
}

.post_columns .column .date, .post_columns .column-brands .date, .category_list li .details .date, .tab li .details .date, .full_posts .details .date{
	font-family:Arial, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	color:#aaaaaa;
	margin: 0 0 15px 0;
}

.category_list li .details .date, .category_list li .details .date a, .tab li .details .date, .tab li .details .date a, .full_posts .details .date a{
	margin:0;
}

.post_columns .column .date a, .post_columns .column-brands .date a, .category_list li .details .date a, .tab li .details .date a, .full_posts .details .date a{
	color:#aaaaaa;
}

.post_columns .column .date a:hover, .post_columns .column-brands .date a:hover, .category_list li .details .date a:hover, .tab li .details .date a:hover, .full_posts .details .date a:hover{
	color:#444444;
}

.post_columns .column .excerpt p, .post_columns .column-brands .excerpt p{
	font-size:12px;
	line-height:20px;
}

.post_grid li{
	float:left;
	margin:0 12px 12px 0;
}

.category_list ul, .post_grid ul, .tab ul{
	float:left;
}
/* changed from 61 */
.post_grid li a{
	width:81px;
	height:81px;
	margin:0;
}

.post_grid li.last{
	margin:0 0 12px 0;
}

.post_grid li a:hover, .flickr div a:hover{
	border:1px solid #999;
}

.category_list li, .tab li{
	float:left;
	border-bottom:1px solid #e2e2e2;
	padding:15px 0 15px 0;
}

.category_list li.last, .tab li.last{
	border:none;
}

.category_list li .image, .tab li .image{
	float:left;
}

.category_list li .image a, .tab li .image a{
	margin:0;
}

.category_list li .details{
	float:left;
	width:226px;
}

.category_list li .details h5 a, .tab li .details h5 a, .full_posts .details h5 a{
	font-size:12px;
	font-weight:normal;
	color:#444444;
}

.category_list li .details h5 a:hover, .tab li .details h5 a:hover, .full_posts .details h5 a:hover{
	color:#cc6633;
}

/* Footer -------------------------------------------------------------------- */

#footer_border{
	height:8px;
/*	border-bottom:1px solid #fff;*/
	
	/* IE fix */
	font-size:1px;
	
	width:100%;
/*	background:url(images/footer_border.gif) repeat;*/
	margin:20px 0 20px;
}

#footer{
	background:url("images/footer_bg.jpg") repeat-x #000000;
	color:#8c8989;
	min-width: 1200px;
}

#footer_bottom{
	margin:19px 0 0 0;
	padding:6px 0 0 0;
	background:url(images/footer_border.png) no-repeat top center;
}

#footer #footer_bottom p{
	font-size:11px;
	text-align:center;
}

#footer h4{
	font:17px/20px 'DroidSerifRegular';
	display:block;
	font-weight:normal;
	color:#fff;
	margin:0 0 10px 0;
}

#footer h4 span{
	background:url(images/footer_bg.gif) repeat;
	padding:0 10px 0 10px;
	margin:0 0 0 19px;
}

#footer .widget{
	margin:0 0 25px 0;
}

#footer p, #footer #twitter_update_list{
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	font-size:12px;
	margin:0 0 25px 0;
}

#footer #twitter_update_list li{
	padding-bottom:15px;
}
	
#footer #twitter_update_list{
	margin: 0 0 20px 0;
}

#sidebar #twitter_update_list{
	font-size:12px;
	margin:0 0 25px 0;
}
	
#sidebar #twitter_update_list{
	margin: 0;
}

#sidebar #twitter_update_list li{
	border-bottom:1px solid #ebebeb;
	border-top: 1px solid #fff;
	padding:10px 0;
	margin:0;
}

#sidebar #twitter_update_list li.first{
	border-bottom:1px solid #ebebeb;
	border-top:none;
	padding:0 0 10px 0;
}

#sidebar #twitter_update_list li.last{
	border-bottom:none;
	border-top: 1px solid #fff;
	padding:10px 0 25px 0;
}

#sidebar #twitter_update_list li a, #sidebar a.twitter-link{
	color:#cc6633;
	border-bottom:1px solid #e2e2e2;
}

#sidebar #twitter_update_list li a:hover, #sidebar a:hover.twitter-link{
	border-bottom:1px solid #f1cba5;
}


#footer a{
	color:#757575;
	font:12px/20px  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#footer a:hover{
	color:#fff;
}

#footer li{
	padding:2px 0 7px;
	background: url(images/footer_dots.png) left bottom repeat-x;
	margin:0;
	width: 200px;
/*	float: left; */
	text-align:center;
	margin-left:22px;
}

#footer ul.first li {margin-left:0} 
#footer li.first, #footer li:first-child{

}


#footer li.last{
	border-bottom:none;
	padding-bottom:0;
}

/* Sidebar -------------------------------------------------------------------- */

#sidebar{
	float:left;
	width:285px;
}

#sidebar p{
	margin:0 0 15px 0;
}

#sidebar .widget{
	float:left;
	margin:0 0 35px 0;
	width:285px;
}

#sidebar .widget input{
	width:140px;
	margin:0;
}

#sidebar .widget .details{
	float:left;
	font-weight:normal;
	width:70px;
}


/* Twitter & RSS -------------- */


#sidebar .tz_rsstwitter_widget {
	margin: 0 0 25px 0;
}

.rss_widget, .twitter_widget{
	float:left;
}

.rss_widget{
	padding:0 25px 0 25px; 
}

.twitter_widget{
	padding:0 25px 0 0; 
}

span.icon{
	float:left;
	margin:5px 10px 0 0;
}

span.count{
	float:left;
	font-size:21px;
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
}

a span.count{
	color:#444444;
	float:left;
}

span.desc{
	float:left;
	font-size: 11px;
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
}

a span.desc{
	color:#888888;
	float:left;
}

a:hover span.desc{
	color:#444444;
}

/* Advert -------------- */

#sidebar .advert li{
	float:left;
	margin:0 0 10px 0;
}

#sidebar .advert li a{
	width:125px;
	height:125px;
	display:block;
	background:url(images/header_advert_border.gif) repeat;
	padding:10px;
}

#sidebar .advert li a:hover{
	background:url(images/header_advert_border_hover.gif) repeat;
}

#sidebar .advert li.left{
	margin:0 10px 10px 0;
}

/* TABS -------------- */

.tabs{
	float:left;
	background: url(images/header_advert_border.gif) repeat;
	padding:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.tab_wrap{
	background:#fff;
	border:1px solid #d2d2d2;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float:left;
}

.tabs ul.nav{
	float:left;
	background:url(images/nav_bg.gif) repeat;
	/*IE 6 fix 
	width:278px;
	*/
	width:280px;
	height:43px;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.tabs ul.nav li a{
	display:block;
	padding:12px 0 11px 0;
	text-align:center;
	background:url(images/tab_border.gif) repeat-y left;
}

.tabs ul.nav li a:hover{
	background:url(images/tab_border.gif) repeat-y left #fff;
}

.tabs ul.nav li{
	float:left;
	width:25%;
	border-bottom:1px solid #d9d9d9;
}

.tabs ul.nav li.tab_nav_1{
	width:25%;
}

.tabs ul.nav li.tab_nav_2{
	width:25%;
}

.tabs ul.nav li.tab_nav_3{
	width:30%;
}

.tabs ul.nav li.tab_nav_4{
	width:20%;
}

.tabs ul.nav li.ui-tabs-selected{
	border-bottom:none;
}

.tabs ul.nav li.ui-tabs-selected a{
	background:url(images/tab_border.gif) repeat-y left #fff;
}

.tabs ul.nav li.first a{
	background-image:none;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
}

.tabs ul.nav li.first a:hover{
	background-image:none;
}

.tabs ul.nav li.last a{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
}

.tabs .tab{
	float:left;
	padding:0;
	margin:0;
}

.tab li{
	float:left;
	width:244px;
	padding:12px 18px;
}

.tab li:first-child {
	padding: 20px 18px 12px 18px;
	}

.tabs .tab_tags { padding: 15px;
}

.tab_tags a{
	float:left;
	display:block;
	padding:3px 8px;
	background:#efefef;
	color:#444;
	margin: 0 4px 4px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tab_tags a:hover{
	background:#cc6633;
	color:#fff;
}

.tab li .image{
	float:left;
}

.tab li .details{
	float:left;
	margin:0 0 0 14px;
}

.tab li .details h5, .tab li .details .date{
	float:left;
	width:175px;
}

.tab li .details h5 a{
	float:left;
	cursor:pointer;
}

/* Search -------------- */
#sidebar .widget_search {
	margin: 0 0 25px 0;
}


/* Video -------------- */

.video{
	padding:5px;
	background:url(images/header_advert_border.gif) repeat;
	float:left;
}

/* Flikr -------------- */

#sidebar .widget .flickr div{
	float:left;
	margin:0 10px 10px 0;
}

#sidebar .widget .flickr img{
	width:61px;
	height:61px;
}


#sidebar .flickr div.last{
	margin:0 0px 10px 0px;
}

#sidebar .flickr div a{
	float:left;
	display:block;
	width:61px;
	height:61px;
	margin:0;
}

#footer .widget .flickr div{
	float:left;
	margin:0 10px 10px 0;
}

#footer .widget .flickr img{
	width:60px;
	height:60px;
}

#footer .flickr div.last{
	margin:0 0px 10px 0px;
}

#footer .flickr div a{
	float:left;
	display:block;
	width:60px;
	height:60px;
	margin:0;
	padding:2px;
	border:1px solid #221e1e;
	background:url(images/footer_bg.gif) repeat;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}

.post_grid li a:hover, .flickr div a:hover{
	border:1px solid #999;
}

/* Half widgets -------------- */

.widget .half{
	width:140px;
	margin:0 20px 0 0;
	float:left;
}

.widget .half.last{
	margin:0 0px 0 0;
}

.widget .half .wrap{
	margin:0 0px 25px 0;
}

.sidebar_ad{
	float:left;
}

.sidebar_ad a{
	display:block;
	padding:10px;
	height:240px;
	float:left;
	background:url(images/header_advert_border.gif) repeat;
}

.sidebar_ad a:hover{
	background:url(images/header_advert_border_hover.gif) repeat;
}

.widget li a{
	color:#444444;
}

.widget li a:hover{
	color:#cc6633;
}

.widget li{
	margin:0 0 5px 0;
}

/* archive list -------------- */

.full_posts .details h5 a{
	font-size:14px;
}
.full_posts{float:left;margin-left:25px}
.full_posts li{
	float:left;
	padding:25px 0 25px 0;
	width: 120px;
	text-align: center;
	height: 177px;
}

.middle-content-wrapper .first{margin-left:3px}


.full_posts li .image a{
	margin:0;
}

.full_posts .details h5{
	font:14px/16px 'DroidSerifRegular';	
	line-height:19px;
	margin:5px 0 5px 0;
	width:114px;		/* added */
}

.full_posts .details{
	float:left;
}

.full_posts .details.no_thumb p{
	width:610px;
}

.full_posts .details p{
	margin:11px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:20px;
	width:480px;
}

/* Pagination -------------- */

.pagination{
	width:620px;
/*	float:left;*/
/*	border-top:1px solid #e2e2e2;*/
	padding:45px 0 45px 0;
}

.pagination.comments{
	border:none;
}

.pagination span.pages{
	float:left;
	display:block;
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	color:#666666;
	padding:3px 20px 0 0;
}


.pagination a, .pagination span.current{
	display:block;
	float:left;
	padding:3px 9px 2px 9px;
	border:1px solid #c6c6c6;
	color:#999;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.pagination a:hover{
	border:1px solid #999;
	color:#444444;
}

/* Breadcrumb -------------- */

.breadcrumb{
	font:11px/18px  "DroidSerifRegular", Helvetica, Arial, sans-serif;	
	color:#fff;
	margin:0 0 7px 0;
	float:left;
	background: url(images/title_lines.png) repeat-x 0 6px; width:1180px;	
}

.single .breadcrumb, .page .breadcrumb {
/*	width: 580px;*/
}

#fullwidth .breadcrumb {
	width: 910px!important;
}

.breadcrumb a{
	color:#f5f2b8;
	text-decoration:underline;
	font:11px/18px  "DroidSerifRegular", Helvetica, Arial, sans-serif;	
}

.breadcrumb a:hover{
	color:#f5f2b8;
	text-decoration: none;
}

/*	.description.archive p{ width:620px; }	*/

.description h1, .error p, .error h1{	/* removed .description p, */
	float:left;
	font-size:12px;
	padding:0 0 15px 0;
	background:url(images/header_bg.gif) repeat-x bottom;
	margin:0 0 2px 0;		/* margin:0 0 25px 0; */
}
.title-style{width:580px;}
.error p, .error h1{
	background:none;
	margin:0;
}

.description h1, .error h1{
	font:26px/24px 'DroidSerifRegular',Arial,sans-serif;
	padding-top:10px;
/*	padding:11px;*/
	font-weight:normal;
	background:none;
	float:none;
	text-align:center;
	line-height:35px;
}
span.heading-bg{/*background:#f5f2b8*/;padding:1px 0px;}
h1 span.heading-bg{line-height:35px;/*padding:0 10px;*/}
.description{
text-align:left;
}

.single .description, .page .description {
	width: 610px;
}

#fullwidth .description {
	width: 940px;
}

.error input{
	width:350px;
	margin:0 0 25px 0;
}

/* meta -------------- */

.meta{
	float:left;
	width:590px;
	font-size:11px; font-family:DroidSerifRegular, "Times New Roman", Times, serif;
	font-style:italic;
	color:#999;
	margin:0 0 18px 0;
	text-align:center;
	margin-top:5px;
}

.meta a{
	color:#999;
}

.meta a:hover{
	color:#444444;
}

/* Main Content -------------- */

.single #content, .page #content {
	width: 610px;
	text-align:left;
}

#fullwidth #content {
	width: 940px;
}

#content form{
	display:block;
	float:left;
	padding:25px 0 0 25px;
}

#content form p{
	float:left;
	width:100%;
	margin:0 0 10px 0;
}

#content input{
	margin:0 18px 0 0;
	width:45%;
}

#content textarea{
	margin:0 0 0 0;
	width:543px;
	float:left;
}

#content label{
	width:100%;
	display:block;
	float:left;
	padding:0 0 5px 0;
}

#content button{
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:auto;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	border:1px solid #d5d5d5;
	padding:10px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#content button:hover{
	background:#fff;
}

label.error{
	color:#F00;
	font-style:italic;
	margin: 10px 0 0;
}

#content img{
/*	margin: 0 0 30px 0;*/
	margin:0 auto;
	margin-bottom:15px;
}
#content2 img{
/*	margin: 0 0 30px 0;*/
	margin:0 auto;
	margin-bottom:15px;
}

#content ul li{
	list-style:inside disc;
}

#content ul, #content ol{
	margin:0 0 25px 30px;
}

#content ul ul, #content ol ol{
	margin:0 0 0 0;
}

#content li li{
	margin:0 0 0 15px;
}

#content ol li{
	list-style:inside decimal;
}

#content p{
	font-size:12px;
	line-height:22px;
	margin:0 15px 15px;
}

#content2 p{
	font-size:12px;
	line-height:22px;
	margin:0 15px 15px;
}

#content span.one_half{
	float:left;
	width:48%;
	padding:0 20px 25px 0;
}

#content span.one_third{
	float:left;
	width:31%;
	padding:0 20px 25px 0;
}

#content span.one_half.last, #content span.one_third.last{
	padding:0 0 25px 0;
}

#content a, #author a, .comment .details p a{
	color:#cc6633;
/*	border-bottom:1px solid #e2e2e2;*/
}

#content a:hover, #author a:hover, .comment .details p a:hover {
/*	border-bottom:1px solid #bbb;*/
}

#content2 a:hover, #author a:hover, .comment .details p a:hover {
/*	border-bottom:1px solid #bbb;*/
}

#content img.alignleft, .description img.alignleft{
	float:left;
	margin:0 30px 10px 0;
}

#content2 img.alignleft, .description img.alignleft{
	float:left;
	margin:0 30px 10px 0;
}

#content img.alignright{
	float:right;
	margin:0 0 25px 30px;
}

#content2 img.alignright{
	float:right;
	margin:0 0 25px 30px;
}

#content .wp-caption img{
	float:left;
	margin:0;
}

#content .wp-caption p{
	text-align:center;
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px
}

#content .wp-caption.alignleft{
	float:left;
	margin:0 15px 25px 22px;	/*	margin:0 30px 25px 0;	*/
}

#content .wp-caption.alignright{
	float:right;
	margin:0 0 25px 30px;
}

.alignright{
	float:right;
	margin:0 0px 25px 30px;
}

#content blockquote{
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	line-height:22px;
	background:url(images/quote.png) no-repeat top left;
	padding:0 50px 0 50px;
	margin:0 0 30px 50px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
	margin:0 0 25px 0;
	font-weight: normal;
}

/* Author bio -------------- */

#author{
	margin:30px 0 20px 0;
}

#author p{
	padding:0 0 0 20px;
	float:left;
	width:510px;
	line-height:22px;
}

/* Related posts -------------- */

#related{
	margin: 0 0 15px 0;
}

#related .column{
	width:136px;
	margin:0 22px 0 0;
	float:left;
}

#related .column h3 a{
	font-size:14px;
	line-height:20px;
	color: #E2E2E2;	text-decoration: underline;	/* added */
}

#related .column h3 a:hover { color: #bbbbbb !important; }		/* added */
#related .column h3 span.orange { color: #404040; }		/* added */

#related .column .image a{
	margin:0px 0 15px 0 ;
}

#related .column.last{
	margin:0 0 0 0;
}

/* Comments -------------- */

#comments{
	margin:0 0 40px 0 ;
}

#comments h3, #respond h3{
	font-weight:normal;
	font-size:16px;
	display:block;
	float:left;
	width:610px;
	padding:0 0 20px 0;
/*	background:url(images/header_bg.gif) repeat-x bottom;*/
	margin:0 0 0px 0;
}

#comments .image{
	float:left;
}

#comments ol{
	margin:25px 0 0 0;
}


#comments ol.pinglist li{
	padding:0;
	margin:0;
	border:none;
	width:100%;
}

#comments ol.pinglist li a{
	font-weight:normal;
}

#comments h3.pingheader{
	margin:80px 0 0 0;
}

#comments ol, #comments ul{
	width:580px;
	float:left;
	margin-left:12px;	
}

#comments ol ul{
	width:510px;
	float:left;
	border-left:1px solid #e2e2e2;
	margin:15px 0 0 30px;
	padding:15px 0 0 50px
}


#comments ol ul ul{
	width:470px;
	margin:8px 0 0 30px;
}

#comments ol ul ul ul{
	width:451px;
}

#comments ol ul ul ul ul{
	width:397px;
}

#comments ol ul ul ul ul ul{
	width:344px;
}

#comments ol ul .line{
	width:30px;
	height:50px;
	position:absolute;
	border-bottom:1px solid #e2e2e2;
	margin:-10px 0 0 -50px;
}

#comments ol ul li{
	padding:17px 0px 17px 0px;
	border:none;
}

#comments ol ul .details {
	margin: 0 0 0 20px;
	float:left;
	width:415px;
}

#comments ol ul ul .details {
	width:325px;
}

#comments ol ul ul ul .details {
	width:270px;
}

#comments ol ul ul ul ul .details {
	width:240px;
}

#comments ol ul ul ul ul .details {
	width:180px;
}

#comments ol li{
	padding:27px 10px 27px 10px;
	border-bottom:1px solid #e2e2e2;
	float:left;
	background:#F3F3F3;	
	margin-bottom: 2px;
}

#comments ul li{
	padding:27px 0 27px 0;
}

#comments .details {
	margin: 0 0 0 20px;
	float:left;
	width:471px;
}

#comments .details .name span.date{
	font-size:11px;
	font-family:DroidSerifRegular, "Times New Roman", Times, serif;
	color:#999;
	font-style:italic;
	padding-left: 5px;
}

#comments .details .name span.date a{
	color:#999;
}

#comments .details .name a{
	font-size:12px;
}

#comments .details .name{
	margin:0 0 15px 0;
}

#comments .details .name span.author a:hover, #comments .details .name span.date a:hover, #respond a:hover, ol.pinglist li a:hover{
	color:#cc6633;
}

#comments .details .name span.author a, #respond a, ol.pinglist li a{
	font-weight:bold;
	color:#444444;
}

/* respond -------------- */

#respond form{
	display:block;
	float:left;
	padding:25px 0 0 25px;
}

#respond{
	float:left;
	width:610px;
	margin: 15px 0 0 0;
}

ul #respond, ul #respond h3{width:520px;}
ul #respond textarea{width:490px;}

ul ul #respond, ul ul #respond h3{width:370px;}
ul ul #respond textarea{width:340px;}

ul ul ul #respond, ul ul ul #respond h3{width:290px;}
ul ul ul #respond textarea{width:260px;}

#respond p{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}

#respond input{
	margin:0 18px 0 0;
	width:45%;
	float: left;
}

#respond textarea{
	margin:0 0 0 0;
	width:535px;
	float:left;
}

#respond label, .cancel-comment-reply{
	display:block;
	float:left;
	padding:10px 0 0 0;
}

#respond input.btn{
	background:url(images/button_bg.gif) repeat-x;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float:left;
	cursor:pointer;
	width:auto;
	color:#666666;
	font-size:13px;
	font-weight:bold;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border: 1px solid #d5d5d5;
}

/* Mandatory styling for tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.nav-next{
	float:left;
	margin-left:25px;
}

.nav-previous{
	float:right;
	margin-right:25px;	
}

/* added */
.description.archive h3 { font-weight: normal; font-size: 21px; float: left; width: 560px; padding: 0 0 15px;text-align:left; }
.description.archive p { background: none; font-size:12px; padding:0 0 15px 0; margin: 0px; float:left;/*margin:0 10px 0 10px;*/}
.description.archive p.wide { width: 552px; float: left; background: none; font-size:12px; padding:0 0 15px 0; margin: 0px; }
#content2 .ngg-gallery-thumbnail img { margin-bottom: 10px; }

.post-meta-table { width: 610px; font-size: 16px; border: 1px solid #000000; margin: 0 0 30px; }
.post-meta-table td { border: 1px solid #000000; padding: 5px; }
.post-meta-table td.left-td { width: 100px; font-weight: bold; }

#sidebar .widget_subcats { margin: 0; }
.widget_subcats_ul { float: left; margin-bottom: 10px; }
.widget_subcats_ul li { float: left; margin: 0 12px 12px 0; width: 92px; }
.widget_subcats_ul h3 { font-weight: normal; font-size: 14px; color: #444444; }
.widget_subcats_ul h3 a { font-weight: normal; font-size: 14px; color: #444444; }
.widget_subcats_ul h3 a:hover { font-weight: normal; font-size: 14px; color: #CC6633; }
.subcat_image_link { width: 81px; height: 81px; padding:2px;
	border:1px solid #c6c6c6;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	margin:0 0 2px 0; 
	display:block; }
.image .subcat_image_link:hover { /*border:1px solid #CC6633;*/ }

.widget_style_ul { float: left; margin-bottom: 10px; }
.widget_style_ul li { float: left; margin: 0px 12px 12px 0; width: 200px; }
.widget_style_ul a { font-weight: normal; font-size: 14px; color: #444444; }
.widget_style_ul a:hover { font-weight: normal; font-size: 14px; color: #CC6633; }

.description.archive h2 { font-weight: normal; font-size: 18px; padding: 0px 0 20px 0;text-align:left;font:18px/20px 'DroidSerifRegular',Arial,sans-serif; float: left; width:575px;/*removed text-decoration:underline;*/}	/* removed float: left; width:620px;  */
.description.archive h2.wide { float: left; width:620px; }
#content h2 { margin-bottom: 20px; font-size: 18px; text-decoration:none;margin-left:15px}

.post_columns .column-brands { width:190px; float:left; margin:0 20px 40px 0; }
.post_columns .column-brands .image a { padding:2px; border:1px solid #c6c6c6; -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); margin:0; display:block; }

.description p.fb-like { float: right; width: 165px; background: none; margin: 0; padding: 0; }

#bottom { }

/*WP NAVI */
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	margin: 0 0 0 160px;
    padding: 14px 0 0;
}

.wp-pagenavi a{
	text-decoration: none;
	  background: none repeat scroll 0 0 #545454;
    border: 1px solid #D8D8D8;
	padding: 3px 5px;
	margin: 2px;
	color:#fff;
	font-weight:bold;
}

 .wp-pagenavi span {
    text-decoration: none;
	padding: 3px 5px;
	margin: 2px;
	color:#000;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background:#FFFFFF;
	color:#000;
	border: 1px solid #424242;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* END */

.rss { float: left; background:url(images/rss.png) no-repeat center left; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7); font-size:11px; padding:7px 0 9px 18px; }

.logo {
height: 86px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
padding-top: 17px;
width: 617px;}
.logo a { display: block;margin-top:12px }
.rss span{
	font-style:normal;
	color:#8d8888;
}

.rss a{
	font-style:normal;
	color:#8d8888;
}

.rss a:hover{
	color:#bfbfbf;
}

.description.archive p a {/* background-color: #F5F2B8;
border: medium none;
color: #000000;
cursor: pointer;
float: none;
font: 14px/16px 'DroidSerifRegular',Arial,sans-serif;*/
color:#CC6633;
}
.description.archive p a:hover { /*border-bottom: 1px solid #BBBBBB;*/ }

.description h1.taxonomy { width: 100%; background:url(images/header_bg.gif) repeat-x bottom; margin:0 0 18px 0; }

.about-home { float: left; width: 265px; margin: 0 0 35px; background:url(images/header_advert_border.gif) repeat; padding: 10px; }

div>img#si_image_ctf1 { -moz-box-shadow: none !important; padding:0; }

.subscribe2 { width: 220px; padding: 10px 10px 15px 21px; background:url(images/subscribebox_bg.jpg) no-repeat 5px 5px; height: 130px;border:2px solid #D9D9D9;margin:5px 0 0 10px;text-align:center;position:relative}
#sidebar #s2email { width: 200px; margin: 3px 0 0 -10px; -moz-border-radius: 4px; padding: 10px 10px 10px 5px; cursor: text; }

#sidebar .subscribe2 input {margin: 0 0 10px 0; width: 258px; -moz-border-radius: 4px; width: 100px; padding: 5px; cursor: pointer; }
#sidebar .subscribe2 input#submitbtn {background:url(images/btn_subscribe.gif) no-repeat; -moz-border-radius: none;padding:0;width: 82px;height: 35px;border:none;float: left;margin-left:15px } 
#sidebar .subscribe2 input#unsubscrbtn {background:url(images/btn_unsubscribe.gif) no-repeat; -moz-border-radius: none;padding:0;width: 96px;height: 35px;border:none;float: left;margin-left:10px }

p.s2_error { color: red; }
#sidebar .subscribe2 input.unsubscribe {float: right;}

.disabled { display: none !important; }

#content2 a#prev-slide {
	background:url("images/arrows_slider.png") no-repeat -1px -3px;
	float:left;
	cursor:pointer;
	width:35px;
	height:125px;
	margin-top: -762px;
	border:none;
	text-indent:-9999px;
	margin-left:30px;

}

#content2 a#next-slide {
	background:url("images/arrows_slider.png") no-repeat -7px -280px;
	float:right;
	cursor:pointer;
	width:35px;
	height:125px;
	margin-top: -762px;
	border:none;
	text-indent:-9999px;
	margin-right:30px;
}

#content2 a#prev-slide:hover { 	background-position: -1px -143px; }
 #content2 a#next-slide:hover { 	background-position: -7px -410px; }

#content2 p.slide-counter { margin: 0 0 40px 180px; font-size:13px; font-weight:bold; text-align: right; width: 200px; padding-top: 10px; }

.slider-table td { padding: 0 5px; vertical-align:middle; }
.slider-table tr.gray, .slider-table tr.gray td { background: #f3f3f3; }
#content2 .slider-table h2 { margin: 12px 0; }
#content2 table.slider-table img { margin: 5px 0 }
#content2 table.slider-table a, #content2 table.slider-table a:hover { display: block; text-decoration: none; border: none; }

/*REDESIGN*/
.header-featured-news-title{text-align: center;color:#fff;font:14px/16px 'DroidSerifRegular',Arial,sans-serif;float:left;margin:0 11px}
.title-lines{background: url(images/title_lines.png) repeat-x; width:488px;height: 9px;margin-top: 4px;float:left}
.long-one{width:1039px;margin-top:6px;float:right;margin-left:9px;}
.h-title-lines{background: url(images/h3_border.gif) repeat-x; width:auto;height: 5px;margin:4px 20px 0 11px;}
.slider-shadow-left{background: url(images/slider_shadow_left.png) no-repeat;width:16px ;height:358px ;position: absolute;top:182px;left:-16px}
.slider-shadow-right{background: url(images/slider_shadow_right.png) no-repeat;width:16px ;height:358px ;position: absolute;top:182px;right:-15px}
.slideimage{padding:2px;}
.slidingdiv a.slider-news{background-color: #000;padding:3px 10px;display: inline-block;font-family: Helvetica, Arial;cursor:pointer;font:14px/16px 'DroidSerifRegular',Arial,sans-serif;color:#fff;margin:0 5px 0 5px;line-height:19px;}
.slidingdiv a.slider-news:hover{background-color: #cbc16b;color:#000}
.slidingdiv span{background-color: #cbc16b;padding:1px 10px 0;display: inline-block;font-family: Helvetica, Arial;margin-bottom:1px}
.social-icons{position:absolute;right:0px;top:-24px;width:185px;height:21px;}
.social-icons .fb{ background:url(images/social_sprites.png)no-repeat 0px -3px;display:block;width:20px;height:16px;float:left;}
.social-icons .fb:hover{background:url(images/social_sprites.png)no-repeat 0px -23px;}
.social-icons .tw{ background:url(images/social_sprites.png)no-repeat 0 -45px;display:block;width:23px;height:16px;float:left;margin-left:5px;}
.social-icons .tw:hover{background:url(images/social_sprites.png) no-repeat 0 -64px;}
.social-icons .rss-ico{ background:url(images/social_sprites.png)no-repeat 0px -81px;display:block;width:20px;height:16px;float:left;margin-left:5px;}
.social-icons .rss-ico:hover{background:url(images/social_sprites.png)no-repeat 0px -99px;}
.slidingdiv-content{position: absolute;width: 278px;bottom:10px}
ul.brands-list{float: left}
ul.brands-list li{float:left;width: 120px;height:70px;border:1px solid #ddd;margin:10px 0 0 10px;position: relative}
ul.brands-list li a{width: 100px;height:60px;display: block;position: absolute;top:5px;left:10px}

ul.brands-list li.breitling a{background: url(images/brand_sprites.png) no-repeat 0 -56px;height: 60px}
ul.brands-list li.breitling a:hover{background-position: 0 0px}

ul.brands-list li.bulova a{background: url(images/brand_sprites.png) no-repeat 0 -1028px;left:18px}
ul.brands-list li.bulova a:hover{background-position:0px -966px; }

ul.brands-list li.casio a{background: url(images/brand_sprites.png) no-repeat 0 -143px;height: 22px;top:27px}
ul.brands-list li.casio a:hover{background-position:0px -118px; }

ul.brands-list li.certina a{background: url(images/brand_sprites.png) no-repeat 0 -1137px;left:6px;height: 59px}
ul.brands-list li.certina a:hover{background-position:0px -1090px; }

ul.brands-list li.citizen a{background: url(images/brand_sprites.png) no-repeat 0 -263px;height: 65px;left: 18px}
ul.brands-list li.citizen a:hover{background-position:0px -193px; }

ul.brands-list li.festina a{background: url(images/brand_sprites.png) no-repeat 0 -1246px;left:13px;height: 53px}
ul.brands-list li.festina a:hover{background-position:0px -1196px; }

ul.brands-list li.fortis a{background: url(images/brand_sprites.png) no-repeat 0 -376px;}
ul.brands-list li.fortis a:hover{background-position:0px -325px; }

ul.brands-list li.fossil a{background: url(images/brand_sprites.png) no-repeat 0 -1367px;left:8px;}
ul.brands-list li.fossil a:hover{background-position:0px -1309px; }

ul.brands-list li.invicta a{background: url(images/brand_sprites.png) no-repeat 0 -477px;left:6px}
ul.brands-list li.invicta a:hover{background-position:0px -429px; }

ul.brands-list li.movado a{background: url(images/brand_sprites.png) no-repeat 0 -1462px;left:8px;width: 104px;left:3px;height: 50px}
ul.brands-list li.movado a:hover{background-position:0px -1424px; }

ul.brands-list li.nautica a{background: url(images/brand_sprites.png) no-repeat 0 -608px;left:0;width:107px}
ul.brands-list li.nautica a:hover{background-position:0px -542px; }

ul.brands-list li.omega a{background: url(images/brand_sprites.png) no-repeat 0 -1571px;left:11px}
ul.brands-list li.omega a:hover{background-position:0px -1517px; }

ul.brands-list li.panerai a{background: url(images/brand_sprites.png) no-repeat 0 -713px;width:107px;left:4px}
ul.brands-list li.panerai a:hover{background-position:0px -670px; }

ul.brands-list li.rolex a{background: url(images/brand_sprites.png) no-repeat 0 -1687px;left:11px}
ul.brands-list li.rolex a:hover{background-position:0px -1633px; }

ul.brands-list li.sector a{background: url(images/brand_sprites.png) no-repeat 0 -1918px;width:107px;height: 45px;left:7px}
ul.brands-list li.sector a:hover{background-position:0px -1960px; }

ul.brands-list li.seiko a{background: url(images/brand_sprites.png) no-repeat 0 -2053px;left:11px}
ul.brands-list li.seiko a:hover{background-position:0px -2006px; }

ul.brands-list li.heuer a{background: url(images/brand_sprites.png) no-repeat 0 -896px;}
ul.brands-list li.heuer a:hover{background-position:0px -835px; }

ul.brands-list li.tissot a{background: url(images/brand_sprites.png) no-repeat 0 -1865px;left:11px;height: 48px}
ul.brands-list li.tissot a:hover{background-position:0px -1817px; }

ul.brands-list li.swatch a{background: url(images/brand_sprites.png) no-repeat 0 -2440px;left:11px;height: 71px}
ul.brands-list li.swatch a:hover{background-position:0px -2353px; }

ul.brands-list li.swissarmy a{background: url(images/brand_sprites.png) no-repeat 0 -2240px;left:11px;height: 71px}
ul.brands-list li.swissarmy a:hover{background-position:0px -2152px; }

ul.brands-list li.bulova-ac a{background: url(images/brand_sprites.png) no-repeat 0 -2549px;left:11px;height: 71px}
ul.brands-list li.bulova-ac a:hover{background-position:0px -2629px; }

ul.brands-list li.iwc a{background: url(images/brand_sprites.png) no-repeat 0 -2794px;left:11px;height: 70px}
ul.brands-list li.iwc a:hover{background-position:0px -2726px; }

ul.brands-list li.chanel a{background: url(images/brand_sprites.png) no-repeat 0 -2929px;left:11px;height: 70px}
ul.brands-list li.chanel a:hover{background-position:0px -2859px; }

ul.brands-list li.baume-mercier a{background: url(images/brand_sprites.png) no-repeat 0 -3070px;left:11px;height: 70px}
ul.brands-list li.baume-mercier a:hover{background-position:0px -3000px; }

ul.brands-list li.longines a{background: url(images/brand_sprites.png) no-repeat 0 -3211px;left:11px;height: 70px}
ul.brands-list li.longines a:hover{background-position:0px -3141px; }

ul.brands-list li.audemars-piguet a{background: url(images/brand_sprites.png) no-repeat 0 -3352px;left:11px;height: 70px}
ul.brands-list li.audemars-piguet a:hover{background-position:0px -3282px; }


#content2 .ngg-gallery-thumbnail a{display:block;border:none;}
#content a{/*background-color: #f5f2b8*/;cursor: pointer;display: inline-block;font-family:'Arial',Arial,sans-serif;/*color:#000*/;float:none;border:none;text-decoration:underline;}
.middle-content-wrapper{padding:0 25px}
.grid_15 h3,.grid_8 h3,.grid_4 h3{text-align: center;color:#404040;font:16px/18px 'DroidSerifRegular',Arial,sans-serif;}
.grid_8 .column h3{text-decoration:none;}
.news-block{position:relative;float:left;width:343px;padding:0 0 15px 0}
a.content-links{/*background-color: #f5f2b8*/;color: #FFFFFF;cursor: pointer;display: inline-block;font: 14px/16px 'DroidSerifRegular',Arial,sans-serif;padding: 3px 4px;/*float:left*/;width:267px;   text-align:left;line-height:20px;text-decoration:underline;}
.image{float:left}
a.news-ico{display:block;width:48px;height: 48px;border:1px solid #c6c6c6;padding:2px 0 0 2px;margin-right:10px;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);}
.excerpt p{color:#949494}
.date{width:200px;display: inline;color:#bababa;font-style: italic;margin-left:0px;font-family:Arial, "Times New Roman", Times, serif;font-style:italic;font-size:11px;}
.date a{color:#949494;text-decoration:underline;}
a.read-more{color:#3a3a3a;text-decoration: underline}
a.read-more:hover{text-decoration: none;color:#3a3a3a;}
a.small-w{width:150px;margin-left:0;text-align:center;}
.news-block-wrapper{border-left:1px solid;width:340px;float:left;padding-left:12px;color:#d9d9d9}
.sidebarbox{  border: 2px solid #D9D9D9;float: left; padding: 10px; width: 232px;margin-top:5px}
.yellow-wrapper{background:#ebf9e8;padding:5px 5px 1px 5px;position: relative;}
span.rog{font-family: Helvetica,Arial;font-size:12px;position: absolute;top:10px;left:93px;}
.sidebar-wrapper{margin-left:10px;float:left;}
.blue-wrapper{background:#eef9fd;padding:7px 5px 2px 5px;position: relative;}
span.subscribe-text{font-size:11px;color:#949494}
#get_recent_comments_wrap{width:250px;margin-left:15px;}
#get_recent_comments_wrap a{color:#161616;text-decoration:underline;}
#get_recent_comments_wrap ul li{color:#787878;background:url(images/comments_border.gif) no-repeat bottom left;width:250px;height:90px;margin-bottom:0px;}
.grid_4 #sidebar .widget h4{color:#404040;margin-bottom:6px}
.grid_4 #sidebar #get-recent-comments h4{color:#404040;margin-bottom:15px;}
.watches-edu{background:url(images/watches_education.jpg) no-repeat;width:251px;height:147px;margin-left:13px;}
.centered-text{text-align:center;color:#949494;padding:5px 0 0 22px;width:235px;}
.tagcloud a{
background: none repeat scroll 0 0 #EFEFEF;
border-radius: 3px 3px 3px 3px;
color: #444444;
display: block;
float: left;
margin: 0 4px 4px 0;
padding: 3px 8px;	
font-size:12px;
}
.tagcloud{margin-left:15px;}
.wj-branding{background:url(images/wj_branding.jpg) no-repeat;width:242px;height:107px;margin-left:13px;}
p.about-text{text-align:center;width:229px;text-transform:uppercase;font-size:10px;line-height: 16px;padding: 10px 0 0 23px;}
#bottom.archive{background:#000 url("images/bg_inner.jpg") no-repeat top center; height:626px;}
#bottom.page{background:#000 url("images/bg_inner.jpg") no-repeat top center; height:626px;}
#bottom.error404{background:#000 url("images/bg_inner.jpg") no-repeat top center; height:626px;}
#bottom.single{background:#000 url("images/bg_inner.jpg") no-repeat top center; height:626px;}

/* body.archive .full_posts ul li{width:auto;height:auto;}	*/
body.archive .full_posts li{ float:left; padding:25px 0 25px 0; width: 120px; text-align: center; height: 186px; }
/*	body.single .full_posts ul li{width:auto;height:auto;}
body.single .full_posts .details {width:435px;}	*/
/* body.archive .full_posts .details {width:435px;}		*/
body.archive .full_posts .details p{
	margin:11px 0 0 0;
	padding:0;
	font-size:12px;
	text-align:left;
	line-height:20px;
	width:425px;
	float:left;
}
body.archive .full_posts span.date{float:left;	text-align:left;margin:0px;width:410px;} 
/* body.archive .full_posts .details h5 {width:400px;text-align:left; background-color: #f5f2b8;color: #FFFFFF;padding: 3px 4px;float:left;width:auto;}	*/

body.single .full_posts .details p{
	margin:11px 0 0 0;
	padding:0;
	font-size:12px;
	text-align:left;
	line-height:20px;
	width:425px;
	float:left;
}
body.single .full_posts span.date{float:left;	text-align:left;margin:0px;width:410px;} 
/*	body.single .full_posts .details h5 {width:400px;text-align:left; background-color: #f5f2b8 ;color: #FFFFFF; padding: 3px 4px ;float:left;width:auto;margin-top:0px;} bg-col and padding should be removed	*/

p.bread-bg{float:left;background: url("images/bg_bread_crumb.jpg") repeat-x top center;padding-right:10px;}



/* SLIDER */
.infiniteCarousel {
  width: 395px;
  position: relative;
  height:120px;
}

.infiniteCarousel .wrapper {
  width: 315px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}
.watch-slider-wrapper{float:left;position: relative;width:580px;}
/*#content img.ngg-singlepic{margin-left:17px;}*/
.thumb-titles h5{
font-family:Arial;
margin-bottom: 0;
width: 250px;
font-size:12px;
font-weight:normal;line-height:17px;}
.thumb-titles h5 a{color: #787878;}
.thumb-titles h5 a:hover{text-decoration:underline;}
ul#sidebar-w-list{padding:10px 0 0 10px}
ul#sidebar-w-list li{padding:5px 0 10px 0;background: url("images/comments_border.gif") no-repeat left bottom;}
.watches-collections-bar{float:left;margin-left:10px}
.socials{float: left;width: 540px; height:30px;margin-left:50px}
ul.sitemap{float:left;width:234px}
.post-colums-wrapper{display:table;margin:0 auto;margin: 0 auto;width: 461px;}
.watch-separator{background: url("images/watch_separator.gif") repeat-y top right;height:370px;width:5px;padding-right:35px;}
#content .wp-caption{margin: 0 auto;}
.widget h4{text-align:center;/*margin-bottom:10px;*/}
.grid_8 h3 span.emphasis { background: #CBC16B; padding: 0 5px; }

.phone-app { margin: 0 0 0 10px; }
/* bb */
div.dir-search {
	float: right;
}
.filter {
	clear: both;
	float: right;
	margin-left:400px;
}
#contentb a{/*background-color: #f5f2b8*/;cursor: pointer;display: inline-block;font-family:'Arial',Arial,sans-serif;/*color:#000*/;float:none;border:none;text-decoration:underline;}

#contentb a {
	color:#cc6633;
/*	border-bottom:1px solid #e2e2e2;*/
}


#contentb img{
	padding:2px;
	border:1px solid #c6c6c6;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
	margin:0 0 5px 0; 
	display:block;
}
#contentforum {
	padding:10px;
}
#contentforum a{
	padding:10px;
	color:#cc6633;
	
}
#contentforum a:hover{
	text-decoration:underline;	
}


