/*
Theme Name: ShopDoc
Theme URI: http://www.shopdocforum.com
Description: ShopDoc for BBPress
Version: 1.0 
Author: JC Mae Palmes
Author URI: http://www.khleomix.com/
*/

* {
	margin:0;
	padding:0;
}

html {
}

body {
	font: 12px/22px Arial, Helvetica, sans-serif;
	font-weight:400;
	line-height: 1.3;
	background: #ebf6fb url(images/bg.jpg) repeat-x 0 0;
	text-align:left;
	}

/* Body container */
#body-container {
	background: #ffffff;
	width:1010px;
	margin:15px auto 30px;
	border:1px solid #B5BDC1;
	}

#main_border {
	width:980px;
	margin:12px auto;
	background:transparent;
	border:3px double #000000;
	position:relative;
	z-index:0;
}
#container {
	overflow: hidden;
	width: 940px;
	margin: 140px auto 0;
	padding: 20px 0 20px 0;
	background-color: #fff; /* url(images/container-bg.png) repeat-y right 0; */
	clear:both;
	}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:1em 0;
}

a {
	color:#9D1414;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

td a, th a {
	background:url(images/link_underline.gif) bottom repeat-x;
	padding-bottom:0.1em;
}

ul {
	list-style:none;
}

/**
* Page Navigation
************************************************/
#navigation {
	width: 940px;
	height: 26px;
	background: #3477A9 url(images/navigation.png) top repeat-x;
	position:absolute;
	top:110px;
	left: 20px;
	z-index:0;
	border-top:1px solid #005988;
	border-bottom:2px solid #021f38;
	border-left:1px solid #005988;
	border-right:1px solid #005988;
	display:inline;
	}
	
#page-nav {
	float: left;
	width: 720px;
	height:27px !important;
	margin: -1px 0 0 0;
	overflow:hidden;
	display:inline;
	}

*html #page-nav{
	position:relative;
}

#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 0 0 0 0;
	padding: 6px 0 8px 0;
	display:inline;
	border-right: 1px solid #353535;
	background: #4bb3d9 url(images/nav.gif) repeat-x 0 0;
	height:21px;	
	}
#page-nav li:hover, #page-nav li.current_page_item{
	background: #4bb3d9 url(images/nav.gif) repeat-x 0 -29px;
	height:27px;
}	
#page-nav a {
	display: inline;
	font: 11px/11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #fff !important;
	padding: 15px 14px;
	height:21px;
	overflow:hidden;
	margin-top:15px;
	}


/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 19px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #222;
	background: #111;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #222;
	}
#page-nav li li a {
	padding: 7px 7px;
	border: none;
	}

/**
* Search form (in navigation)
************************************************/
#navigation .search {
	float: right;
	width: 220px;
	height: 25px;
	}
#navigation input {
	float: left;
	width: 175px;
	height: 16px;
	margin: 3px 0 0 0;
	padding: 2px 5px 0;
	font: normal normal normal 12px/15px Arial, Helvetica, sans-serif;
	color: #6591AB;
	background: #ffffff ;
	border: 1px solid #005988;
	}
#navigation .search-submit, #navigation .button {
	background:#accee3 url(images/go.png) top repeat-x;
	font:11px/15px Arial, Helvetica, sans-serif;	
	color:#2c92bb;
	font-weight:bold;
	width:27px;
	height:20px;
	float:left;
	padding: 1px 2px;
	margin-left:-1px;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	height: 100px;
	width:960px;
	position:absolute;
	top:0;
	left: 10px;
	z-index:300;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 100px;
	margin: 0px auto;
	background-color:#FFFFFF;
	}
#site-title {
	float: left;
	width: 300px;
	line-height: 35px;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 0 0 0;
	display:none;
	}
#site-title a {
	color: #fafafa;
	}
#site-description {
	display: none;
	}

/**
* Category Navigation
************************************************/
#cat-nav {
	width: 960px;
	height: auto;
	left:11px;
	position:absolute;
	top:151px;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	border-right: 1px solid #5289a5;
	text-align:left;
	padding: 0px 10px 0px 10px;	
/*	border-bottom: 1px solid #2b526b;		*/
	}
#cat-navigation a {
	display: block;
	color: #5289a5;
	text-decoration:none;
	font-size:12px;
	}
#cat-navigation a:hover{
	text-decoration:underline;
	}	
#cat-navigation li li a {
	width: 160px;
	font: normal normal bold 10px/10px Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	color: #5289a5;
	background: #fff;
	border-top: 1px solid #244960;
	}

/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 2.05em;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #fff;
	}

/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}


#masthead {
	width:100%;
	height:135px;
	position:relative;
	margin-bottom:0.1em;
	background:url(images/masthead_bg.gif) repeat-x;
	line-height:14em;
}

#masthead h1 {
	font-size:3em;
	font-family:"trebuchet ms";
	margin-left:1em;
	color:#FFF;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:0.5em;
}

#logo {
	background:transparent url(images/logo.png) no-repeat top left;
	width:194px;
	height:100px;
	float:left;
	margin: 0 0 0 10px;
	display: inline;
	display:block;
}

/* Main Column */

#wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
}

#mainContent {
	width:610px;
	padding:0 0 2em 0;
	float:left;
	margin-top:25px;
	overflow:hidden;
}

#mainContent .title{
	height: 21px;
	width:590px;
	margin: 0px 0 0px 0;
	overflow:hidden;
	padding: 5px 10px 0;
	font: 13px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: #B24742 url(images/title-bg-red.gif) repeat-x 0 0;
	clear:both;
}
#mainContent h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 0px 10px 8px 9px;
	margin:0 auto 0px auto;
	text-transform: uppercase;
	color: #fff;
}

#mainContent p + h2 {
	margin-top:1.5em;
}

#mainContent h3 {
	font-size:1.25em;
}

#mainContent li {
	list-style:none;
	font-size:1.2em;
	padding-left:1em;
	margin:0 0 0.5em 1em;
	color:#333;
}

#mainContent blockquote {
	padding:0 2em;
	font-style:italic;
	font-size:0.9em;
	color:#444;
	border-left:4px solid #F90;
}

#mainContent ul {
	color:#F90;
}

/* Search form (in header) */

#top {
	width: 960px;
	height: 25px;
	margin: -25px auto 0 auto;
	}

#top .search {
	float: right;
	width: 200px;
	height: 25px;
	}
	
#top input {
	float: right;
	width: 170px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 1px 8px 1px 22px;
	font: normal normal normal 11px/15px Verdana, Geneva, Tahoma, sans-serif;
	color: #aaa;
	background: #001328 url(images/search-icon.png) no-repeat 5px 0;
	border: 1px solid #011e3f;
	}
	
#top .search-submit, #top .button {
	display: none;
	}


/* Main Column Table */

#mainContent table {
	margin-top:1.5em;
}

#mainContent thead th {
	background:#EAEAEA;
}

#mainContent td {
	padding:0.5em;
	background:#F2F2F2;
}

#mainContent td:hover {
	background:#A0A6AD;
}

#mainContent tr.alt td {
	background:#DDDDDD;
}

#mainContent th {
	padding:0.5em;
	background:#F4F4F4;
	color:#004D85;
}

#mainContent th strong {
	color:#F60;
}

ul#views {
	margin:15px 0 0 0;
	background-color:#EAEAEA;
	padding:10px 0;
}

/* Sidebar */

a{
	border:none;
	outline:none;
}

#sidebar {
	width: 300px;
	float: left;
	color: #000;
	list-style-type: none;
	margin:20px 0 0 25px;
  }

#sidebar .widget{
	border:1px solid #bababa;
	border-top:none;
	background: #fff;
	margin:0 0 10px 0;
	color: #000;
	width:298px;	
}

.widget-title {
	height: 27px;
	margin: 0px 0 0px 0;
	overflow:hidden;
	background: #B24742 url(images/title-bg-red.gif) repeat-x 0 0;
	clear:both;
	text-indent:10px;
	}

.widget-title h2 {
	padding:5px 0;
	font: 13px/16px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	clear:both;
	text-align: left;
	margin:0;
	width:100%;
	text-transform: uppercase;
  }

#sidebar img{
	width:298px;
	border:1px solid #bababa;	
}

#sidebar a {
	color: #676767;
	text-decoration: none;
	padding: 0;
	border:none;
  }

#sidebar a:hover {
	color: #000;
	text-decoration: underline;
  }

#sidebar ul { 
	background-color:#F0F0F0 ;
	list-style-type: none;
	margin: 0; 
	font-size: 11px;
	padding: 12px;
  }

#sidebar li { 
	margin: 0;
	line-height: 14pt; 
	padding: 0;
  }
  
#sidebar li a{ 
	margin: 0;
	padding: 0;
  }

#sidebar ul li ul { 
	margin: 0 14px 0 14px;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	color: #797979; 
  }


tags-input {
	border: 1px solid #868686;
	}

.frontpageheatmap {
	background-color: #fff;
	list-style-type: none;
	margin: 0; 
	font-size: 11pt;
	padding: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #797979;
	line-height: 14pt;
}

#hottags h2 {
  font-family: arial, verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
	padding: 8px;
	margin: 0;
	text-transform: uppercase;
	color:  #fff;
	background: #ADADAD;
  }
  
/* Sidebar Search */

#sidesearch{
	padding: 0 0 10px 0;
	font-family: verdana, arial, times;
	margin:20px 0 50px 0;
	clear:both;
}

#sidesearch input[type="text"]{
	width: 180px;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 5px 2px 6px 2px;
	border: 1px solid #005988;
	float:left;
	margin:0 3px 0 30px;
	display:inline;
	}	

#sidesearch input[type="submit"]{
	width: 50px;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 5px 2px;
	border: 1px solid #005988;
	background: #E7F2F9 url(images/go.png) repeat-x bottom left;
	color: #797979;
	cursor:pointer;
	float:left;
	display:inline;
	margin-bottom:20px;
}

#sidesearch input[type="text"]:hover, #sidesearch input[type="submit"]:hover{
	border:1px solid #001838;
	color:#001838;
}

*html #sidesearch input.text{
	width: 180px;
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 5px 2px 6px 2px;
	border: 1px solid #005988;
	float:left;
	margin:0 3px 0 30px;
	display:inline;
	}	

*html #sidesearch .submit{
	width: 50px;
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 5px 2px;
	border: 1px solid #005988;
	background: #E7F2F9 url(images/go.png) repeat-x bottom left;
	color: #797979;
	cursor:pointer;
	float:left;
	display:inline;
	margin-bottom:20px;
}

/* Form */

fieldset {
	padding:1em 1em 0.5em;
	border:1px solid #EAEAEA;
	margin-top:2em;
	background:#F7F7F7;
}

label {
	display:block;
	padding-bottom:0.5em;
	font-weight:bold;
}

input, textarea {
	border:1px solid #CCC;
	padding:0.25em;
	width:14em;
}

textarea {
	width:28em;
	height:5em;
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border-color:#999;
}

#submit {
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	width:auto;
	background:#F90 url(images/nav_bg.gif) bottom repeat-x;
}

input#submit:hover {
	border-color:#F60;
}


/**
* Footer
************************************************/
#footer-container {
	clear: both;
	background: #ffffff;
	width:980px;
	margin:0 auto;
	}
#footer {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0 10px 0;
	color: #f7f7f7;
	text-align:center;
	}
#footer a,
#footer a:hover,
#footer a:visited {
	color:#235787;
	font-style: normal;
}
#footer .copyright {
	display: inline;
	text-align:center;
	margin-right: 9px;
	color:#5d5a5a;
	font-size:12px;
	}

#footer ul {
	margin:0 auto 10px;
	text-align:center;
	list-style:none;
}


#footer ul li a{
	color:#004670;
}

ul#footer-nav{
	float: left;
	width:960px;
	overflow:hidden;
	list-style:none;
	text-align:center;
}	

ul#footer-nav li{
	display:inline;
	font-size:12px;
	border-right:1px solid #d2d3d3;
	font-weight:bold;	
}

ul#footer-nav li.last{
	border:none !important;
}
ul#footer-nav li a {
	font-weight:bold;
	padding:0 5px 0px 5px;
}

ul#footer-nav2 {
	float: left;
	width:960px;
	overflow:hidden;
	list-style:none;
	text-align:center;
}	

ul#footer-nav2 li{
	display:inline;
	font-size:12px;
	border-right:1px solid #d2d3d3;
}

ul#footer-nav2 li.last{
	border:none !important;
}

ul#footer-nav2 li a{
	color:#004670;
	font-weight:normal;
	padding:0 5px 0px 5px;
}

/* Front Page
=================================== */

#front-page #hottags {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions {
	margin-left: 170px;
	width: 590px;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

#front-page #main h2, #forum-page #main h2, #userlogin, #currentfavorites, #register, #passwordrecovery {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background-color: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;	
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; font-size:14px; }

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 0.9em 1em 1em 1em;
	margin-left: 140px;
	background-color: #eee;
}

.threadpost .post p{
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	}

#thread li.alt .threadpost { background-color: transparent; }

#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;	
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-top:10px;
	margin-bottom: 1em;
}

.postform textarea {    
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 600px;	
}

.postform label { display: block; }

.admin {     
    height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 634px;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags {
	margin: 10px 0;
	list-style: none;
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

.rss-link {
	display: block;
	padding: 6px 0;
	text-indent: 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

/* Other
=================================== */
#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

/* Profile Page
=================================== */

#profile-menu {
	float:left;
	margin:0;
}

#profile-menu li a{
	color: #5289a5;
	text-decoration:none;
	font-size:12px;
}

#profile-menu li a:hover{
	text-decoration:underline;
}

#profile-menu li {
	padding: 0px 7px;
	display: inline;	
	position: relative;
	border-right:1px solid #5289a5;
}

#profile-menu li.current {
	color:#a80000;
}

#userinfo { margin-top: 10px; }
#userinfo dt { font-weight: bold; }
#userinfo dd { margin: 0 0 5px; } 
#user-replies, #user-threads {width:90%;}

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; width: 700px;}
.user-recent ol { margin: 5px 0 0 28px; }
.user-recent ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

#loginform{
	float:right;
	margin:-15px 10px 0 0;
}

#loginform a{
	color: #5289a5;
	text-decoration:none;
	font-size:12px;
}

#loginform a:hover{
	text-decoration:underline;
}

.login{
	float:right;
	margin:-5px 10px 0 0;
}

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	background-color: #f6f6f6;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

/**
* Header utility widget
************************************************/
#utility-header {
	display:inline;
	float:right;
	height:90px;
	margin:10px 8px 0 0;
	overflow:hidden;
	width:728px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}

#utility-before-content {
	width:299px;
	float:right;
	margin:1px 0px 0 323px;
	padding:0;
	position:absolute;
	display:none;
}

#utility-before-content .entry-title{
	height: 28px;
	margin: 0px 0 15px -10px;
	padding: 3px 10px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7f7f7;
	background: #fff url(images/title-bg-blue.gif) repeat-x 0 0;
	width:100%;
	text-indent:25px;
}

#utility-before-content  .entry-title a {
	color: #f7f7f7;
}	


#utility-after-content {
	width:277px;
	float:left;
	margin:0 0px 0 0px;
	border-left:1px solid #034574;
	padding:10px;
	background-color: #fff;	
}

#utility-after-content .entry-title{
	height: 28px;
	margin: 0px 0 15px -10px;
	padding: 3px 10px;
	font: 15px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f7f7f7;
	background: #fff url(images/title-bg-blue.gif) repeat-x 0 0;
	width:100%;
	
}
#utility-after-content .entry-title a {
	color: #f7f7f7;
}	
