/*  
Theme Name: Arthemia Premium
Theme URI: http://colorlabsproject.com/
Description: Designed by <a href="http://michaelhutagalung.com">Michael Jubel Hutagalung</a> of <a href="http://colorlabsproject.com">Colorlabs Project</a>.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #fff url(images/bodyBG.png) repeat-x;
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #e12600;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italics;
}

/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:0px 5px 15px 5px;
	font-size:0.7em;
	background: none;
	}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	background:#eeeeee url(images/diag_stripe.gif);
	font-size:12px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#fff;
	width:940px;
	font-size:14px;
	border-top: 3px double #ccc;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li,#menu-main-nav .menu-item {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	}

#page-bar li:hover {
	background: #fff;
	}

#page-bar a, #page-bar a:visited,#menu-main-nav .menu-item a {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#777;
	display:block;
	}

#page-bar li.current a:link,
#page-bar li.current a:visited,
#page-bar li.current a:active,
#menu-main-nav .current-menu-item a {
	color: #ba2700 !important;
	}

#page-bar a:hover,#menu-main-nav .menu-item a:hover {
	text-decoration:none;
	display:block;
	color: #ba2700;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:160px;
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:3px;
	}
	
#subscribeNav {
	background: url(images/navRSS.png) no-repeat 85px center;
	width: 100px;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	color: #ccc;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #ba2700;
	color: #fff;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:12px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	text-transform: capitalize;
	
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:453px;
	height:135px;
	background: none;
	margin: 0;
	padding: 0;
	}

#tagline {
	margin-top:0px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	background:#dedede;
	width:930px;
}

.middle_buttons { margin-bottom:10px;text-align:center; }

#headline {
	width:585px;
	float:left;
	padding:0px 24px 0px 20px;
    font-size:12px;
	line-height:1.5em;
	margin: 10px 0 10px 10px ;
	background:#fff;
	color:#666;
	height: 415px;
	/*border-bottom: 3px solid #c80c0c;*/
	}

#headline a {
	color:#666;
	}

#headline a:hover {
	color:#444;
	text-decoration: none;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:40px verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	color: #444;
	}



#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:10px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured {
	width:271px;
	float:right;
	padding:0px 0px 0px 20px;
	font-size:12px;
	background: #fff;
	margin: 10px 0px 0 0px;
	height: 415px;
}

#featured li {
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
 
    width:270px;
    height: 310px !important;
}

#featured .arthemia-carousel ul li {
    width:275px;
}

#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}
	
#featured div.label {
	font-size: 20px;
	margin: 0;
	height: 25px;
	text-transform: capitalize;
	vertical-align: middle;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#featured #af-form-1743387264 { text-align:justify;width:auto; }

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px georgia, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;



	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	text-transform: capitalize !important;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform: capitalize;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	color:#e12600;
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 920px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
	float:left;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px georgia, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}
	
#paged-list h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	font-size:30px;
	font-weight:normal;
	color:#A41600;
  }

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:14px;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	}

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	font-size:30px;
	font-weight:normal;
	color:#A41600;
	}

#content h2.title .reverse {
    background-color: #E12600;
    color: #FFFFFF;
    
}

.home #content h2.title { color:#000;font-size:18px;font-weight:bold; }

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 0px;
	background: none;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

#sidebar .catpoststitle h3 {
    background: none center #E12600;
    padding: 3px 10px;
	color: white;
    font-size: 13px;
    font-variant: normal;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-bottom: 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

#sidebar li.cat-post-item {
	
	border-bottom: 1px solid #2D2824;
	font-size: 14px;
	list-style:none;
	display:block;
	}
	
#sidebar a:hover.post-title {
background: url("images/tabsBG.png") no-repeat scroll 5px 50% #f2ece6;
color:#000;
font-size: 14px;
list-style:none;
padding: 8px 10px 7px 30px;
display:block;
text-decoration:none;
}
	
#sidebar a.post-title {
	background: url("images/tabsBG.png") no-repeat scroll 5px 50% transparent;
	color:#000;
	font-size: 14px;
	list-style:none;
	padding: 8px 10px 7px 30px;
	display:block;
	}




/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search #s {
	color: #666;
	border: 1px solid #999;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comments {
	line-height:1.5em;
	}

.commentlist cite {
	font-style:normal;
	margin-bottom:0px;
	display:block;
	font-size:11px;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	color:#4d4d4d;
	padding: 10px 14px 10px 14px;
	background:#f2f2f2;
	border-bottom: 1px solid #dcdbd7;
	list-style:none;
	margin-bottom:3px;
	line-height:1.25em;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	width:482px;
	float:right;
	line-height:1.5em;
    font-size:11px;
	}
	
li.my_comment {
	background: #fff;
	}

li cite strong {
	font-size: 14px;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0; 
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:10px;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.commentlist li .avatar {
	border:1px solid #ccc;
	margin:15px 8px 6px 0;
	float:left;
	padding:2px;
	width:45px;
	height:45px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 910px;
	background:#303030;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	line-height:15px;
	text-align:justify;
	}
#recent_comments h3 { margin-bottom:10px; }

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 920px;
	font-size:10px;
	background:#dedede;
	color:#333333;
	padding:5px 10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#footer a:hover {
	color:#808080;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
.sideTabs {
	width:290px !important;
	height:auto !important;
	min-height:258px;
	padding:5px;
	background: url(images/tabsTop.jpg) no-repeat top left;
	background-color:#303030;
	float:left;
	display: block;
}
#sidebar .mootabs_title{
	font-size: 12px;
	width: 100%;
	float:left;
}

#sidebar .mootabs_title li{
	float: left;
	display:inline;
	font-size: 11px;
	line-height: 26px;
	background: #ffffff;
	color: #303030;
	font-weight: bold;
	font-size: 11px;
	margin:0px 2px 5px 0px !important;
	padding:0px 8px !important;
	cursor: pointer;
	border-bottom: none;
}

#sidebar .mootabs_title li:hover, #sidebar .mootabs_title li.active{

	background: #e12600;
	color: #fff;
	text-decoration: none;
}

#sidebar .mootabs_panel {
	display: none;
	clear: none;
	float:left;
	height:auto !important;
	margin: 5px 0 0 0;
}

#sidebar .mootabs_panel.active {
	display: block;
	float:left;
	overflow: hidden;
}

#sidebar .mootabs_panel ul{
	width: 280px !important;
	padding:5px !important;
	border:1px solid #ddd !important;
	margin:0px 0px 0px !important;
	background-color: #FFFFFF;
	min-height:203px;
	overflow: hidden;
	}

#sidebar .mootabs_panel ul li {
	background: url(images/tabsBG.png) left no-repeat;
	padding: 5px 0;
	}

#sidebar .mootabs_panel ul li a {
	color: #333;
	font: 11px bold verdana, sans-serif;
	font-weight: bold;
	padding: 3px 0 0 18px;
	display: block;
	}

#twitter {width: 160px; float: left; margin: 0 0 0 5px; }
#twitter a {color: #23375a;}
#twitter a:hover {text-decoration: underline;}
#twitter_div {padding:5px 10px 5px 10px; background: url(images/twitterBoxBG.png) repeat-y; color: #fff !important;}
#twitter_div img {float:right;}
#twitter_update_list li {list-style: none; border: none; margin-bottom: 4px;}

#newsletterButton {
	background: #e12600;
	color: #fff;
	font-weight: bold;
	border: none;
	padding: 2px 2px;
	
	}
#product {
	width:450px;
	border:1px solid #E2E1DF;
	float:left;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	}
#prod_left {
	width:140px;
	float:left;
	margin:0px;
	padding:0px;
	}
#prod_right {
	width:310px;
	float:left;
	margin:0px;
	padding:0px;
	}
#prod_right h3{
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	}
#prod_right p{
	margin:20px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	}
#prod_right img{
	float:right;
	margin-top:0px;
	}
#prod_right a img {
	border:none;
	}
/* add entry to allow links to display correctly - PW 5/11/2010 */
#prod_link {
	float:left;
	margin:0px;
	padding:0px;
	}
	#contTable {
	background-image:url(http://bigredtomatocompany.co.uk/wp-content/uploads/2010/11/CT_bar.png);
	background-repeat:no-repeat;
	background-position:0 0;
	width: 575px;
	border:thin #CCC solid;
	margin-bottom: 10px;
	padding: 0;
	padding:10px 10px;
}

#contTable  p {
	padding-bottom: 0;
	}
#contTable  img {
	margin:10px 10px;
	text-align:center;
	}

.add_border { background:transparent;border:1px solid #444;padding:1px; }
.home #fb_share_1,.home .tweetmeme_button,.home .added_signature { display:none; }
.home .title { border-top:none; }
.home .more-link { background:#f8d6ce;font-size:14px;font-weight:bold;margin-left:420px;padding:3px;text-align:center;text-decoration:none;text-transform:uppercase; }
.feature_subscribe_form input[type="text"] { border:1px solid #aaa;padding:5px 3px;width:123px; }
.feature_subscribe_form h3 { color:#E12600;font-size:24px;font-weight:bold;line-height:1;margin-bottom:15px;margin-top:15px;text-align:center; }
.feature_subscribe_form input[type="submit"] { background:#F8D6CE;border:none;color:#E12600;font-weight:bold;padding:6px; }
.home #featured { background: white;float:left;font-size:12px;padding:0px 0px 0px 20px;width:271px; margin-left:10px }
.home #headline { padding-right:56px; margin-left:0px }
#featured_content_gallery { margin:33px 0px 0px 13px; }
#photos { background:transparent;border:none;font-size:13px;line-height:1;margin-top:22px; }
#photos h2 { font-size:15px;margin:5px 0; }
#photos .panel-overlay { font-size:12px;height:100px !important;padding-top:6px; }
#photos .overlay-background { height:100px !important; }
.panel { background:#222; }
#top #featured .label { margin-bottom:12px;margin-top:12px; }
#myTabs1 { margin-bottom:20px; }


.linkwithin_hook {
width:470px;
margin-top:80px;
}



.sm img {
width: 35px;
height: 35px;
}

body .homebox {
display: none;
}

body.home .homebox {
display: block;
}

/* HOME OPT IN BOX */

body.home.customize-support #page, body.home.customize-support #featured, body.home.customize-support #headline, body.home.customize-support .middle_buttons {
display: none;
}

body {
background-color: none;
overflow-x: hidden;
}

.homebox {
width: 920px;
margin: auto;
padding: 15px 15px 15px 15px;
height: 550px;
}

.wideoptin {
height: 400px;

color: #444;
text-shadow: 1px 1px 2px #eee;
border-top: 3px dashed #ccc;
padding-top: 15px;


}

.wideoptin img.optinlady {
width: 200px;
float: left;
border: none;
margin-top: 7px;
margin-left: 15px;
margin-bottom: px;
}

.wideoptin .text {
width: 350px;
float: left;
margin-right: 30px;
}

.wideoptin .opt {
width: 250px;
float: left;
background: #99000b;
padding: 10px;
margin-top: 10px;
margin-left: 0px;
box-shadow: 0px 0px 3px 1px #000;
background-image: linear-gradient(bottom, #99000A 25%, #C41823 63%, #C72E3B 82%);
background-image: -o-linear-gradient(bottom, #99000A 25%, #C41823 63%, #C72E3B 82%);
background-image: -moz-linear-gradient(bottom, #99000A 25%, #C41823 63%, #C72E3B 82%);
background-image: -webkit-linear-gradient(bottom, #99000A 25%, #C41823 63%, #C72E3B 82%);
background-image: -ms-linear-gradient(bottom, #99000A 25%, #C41823 63%, #C72E3B 82%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, #99000A),
	color-stop(0.63, #C41823),
	color-stop(0.82, #C72E3B)
);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}

.wideoptin .opt:hover {
box-shadow: 0px 0px 8px 1px #111;
}

.opt, .opt:hover, .opt:focus  
{  
    text-decoration: none;  
    color: #aaf;  
    text-shadow: none;  
    -webkit-transition: 300ms linear 0s;  
    -moz-transition: 300ms linear 0s;  
    -o-transition: 300ms linear 0s;  
    transition: 300ms linear 0s;  
    outline: 0 none;  
} 


.wideoptin .opt h3 {
color: #fff;
text-align: center;
font-family: helvetica, arial;
font-weight: bold;
text-shadow: 0px 1px 5px #000;
font-size: 17px;
}

.wideoptin .opt h3  span {
display: block;
font-style: italic;
font-size: 14px;
}

.wideoptin .opt input[type="text"] {
background: #fff;
padding: 6px;
font-size: 16px;
width: 235px;
margin-bottom: 15px;
}

.wideoptin .opt input[type="submit"] {
font-size: 15px;
background-color: #700101;
background-image: linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -o-linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -moz-linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -webkit-linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -ms-linear-gradient(bottom, #700101 25%, #A30505 82%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, #700101),
	color-stop(0.82, #A30505)
);
color: #fff;
padding: 10px;
border: 1px solid #930e13;
box-shadow: inset 0px 0px 2px 0px #111;
float: right;
}

.opt input[type="submit"]:hover, .opt input[type="submit"]:focus  
{  
    color: #fff;  
    text-shadow: -1px 1px 3px #333;  
}  

.wideoptin .opt input[type="submit"]:hover {
border: 1px solid #333;
cursor: pointer;
}


.text {
background: none;
}

.wideoptin h2 {
font-size: 38px;
margin-bottom: 0px;
margin-top: 5px;
width: 960px;
text-align: center;
text-transform: uppercase;
font-family: "myriad pro", arial, helvetica;
}

.wideoptin h4 {
font-size: 19px;
width: 870px;
font-style: italic;
font-family: georgia;
margin-bottom: 15px;
}

.wideoptin h2 span {
color: #c72e3b;

}


.wideoptin .text ul li {
font-size: 15px;
list-style-type: none;
padding-left: 0px;
margin-top: 5px;
margin-left: 15px;
font-style: italic;
font-family: georgia;
}

.text li:before {
content: "» ";
}

.wideoptin .featured {
width: 865px;
float: none;
display: block;
clear: left;
border: 1px solid #ccc;
height: 65px;
border-radius: 3px;
margin-left: -5px;
}

.wideoptin .featured .feattext {
float: left;
margin-top: 25px;
margin-left: 15px;
font-weight: bold;
color: #777;
}

.wideoptin .featured img {
border: none;
float: left;
}

.wideoptin .featured img.at {
margin-top: 10px;
margin-left: 40px;
width: 90px;
}

.wideoptin .featured img.cd {
margin-top: 5px;
margin-left: 20px;
margin-right: 20px;
height: 50px;
}

.wideoptin .featured img.cima {
margin-top: 12px;
}

.wideoptin .featured img.nyt {
margin-top: 15px;
margin-left: 20px;
}

.threeboxes .box {
width: 205px;
position: relative;
height: 100px;
float: left;
border: 1px solid #ccc;
border-radius: 4px;
margin-left: 32px;
padding: 10px 30px;
background: #E0E0E0;
background-image: linear-gradient(right bottom, #FFFCFE 3%, #E0E0E0 53%);
background-image: -o-linear-gradient(right bottom, #FFFCFE 3%, #E0E0E0 53%);
background-image: -moz-linear-gradient(right bottom, #FFFCFE 3%, #E0E0E0 53%);
background-image: -webkit-linear-gradient(right bottom, #FFFCFE 3%, #E0E0E0 53%);
background-image: -ms-linear-gradient(right bottom, #FFFCFE 3%, #E0E0E0 53%);

background-image: -webkit-gradient(
	linear,
	right bottom,
	left top,
	color-stop(0.03, #FFFCFE),
	color-stop(0.53, #E0E0E0)
);
}

.threeboxes .box h2 {
text-align: center;
font-family: "myriad pro";
font-size: 28px;
}

.threeboxes .box p {
text-align: center;
margin-top: 5px;
line-height: 130%;
font-style: italic;
}

.threeboxes .box a {
position: absolute;
bottom: 7px;
left: 100px;
}

#top1 {
display: none;
}

.newsidebar {
padding: 15px;
border: 0px solid #bbb;
height: 270px !important;

background-color: #ffffff;
 
}

.newsidebar h2 {
font-size: 22px;
text-align: center;
font-family: 'myriad pro', helvetica, arial;
line-height: 120%;
}

.newsidebar h2 span {
color: #c72e3b !important;
font-size: 27px;
display: block;
}

.newsidebar h3 {
background: none !important;
color: #333 !important;
font-style: italic !important;
font-family: georgia !important;
font-weight: normal !important;
font-size: 16px !important;
padding: 0px !important;
margin-bottom: 10px !important;
}

.newsidebar .formlist {
font-size: 13px;
color: #55;
font-family: georgia, times;
font-style: italic;
padding-left: 10px;
}

.newsidebar input[type="text"] {
font-size: 14px;
width: 260px;
border: 1px solid #ccc;
background: #eee;
padding: 5px;
margin-bottom: 10px;
}

.newsidebar input[type="submit"] {
font-size: 15px;
background-color: #700101;
background-image: linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -o-linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -moz-linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -webkit-linear-gradient(bottom, #700101 25%, #A30505 82%);
background-image: -ms-linear-gradient(bottom, #700101 25%, #A30505 82%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.25, #700101),
	color-stop(0.82, #A30505)
);
color: #fff;
padding: 10px;
border: 1px solid #930e13;
box-shadow: inset 0px 0px 2px 0px #111;
float: right;
}


 