/*  
Theme Name: DeepOrder-Mix
Author URI: http://ithemes.com/
Version: 1.1.1
Author: iThemes
Description: DeepOrder is a Web 2.0 premium WordPress theme designed for businesses.
All the CSS, XHTML and design is copyrighted. Please don't steal. 
	
	Changelog:
		v1.0 - 03.01.08
		First Release
		v1.1 - 08.26.08
		Added theme options
		v1.1.1 - 09.09.08
		-Updated with WP 2.6 image styles
*/

html, body {
	margin: 0;
	padding: 0;
	border: thin solid #ededed;
}

body { 
	background: #000000 url(images/body-bg.jpg) top left repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
}

body * {margin: 0px; padding: 0px;}

/*********************************************
		Link Styles
*********************************************/
a {
	color: #FF5C14;
	text-decoration: underline;
}
a:hover { color: #9BD8F5; text-decoration: underline; }

/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}
blockquote {
	margin: 5px 10px;
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #A4D0EF;
	border-left: 1px solid #A4D0EF;
	border-bottom: 1px solid #1B6293;
	border-right: 1px solid #1B6293;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #801E03;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	background: url(images/h2-bg.gif) no-repeat;
	font-size: 15px;
	color: #FFF;
	font-family: Georgia, Times, serif;
	margin: 5px 0px 5px 0px;
	padding: 3px 8px;
	font-weight: normal;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #801E03;
	text-decoration: none;
}
h3 a {
	color: #FF5C14;
	text-decoration: none;
}
h3 a:hover {
	color: #FF5C14;
	text-decoration: underline;	
}
	
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #801E03;
	text-decoration: none;
}
h5 {
	font-family: Gorgia, Times, serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0px 8px 0px;
	margin: 0px;
	color: #801E03;
	text-decoration: none;
}
h6 { /* This style used as title on single posts and pages */
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #801E03;
	text-decoration: none;
	text-align: center;
}
/*********************************************
		Container Div
*********************************************/
#container {
	background: #DBF6FF url(images/container-bg.jpg) 50px 0px repeat-y;
	border-left: 15px solid #801E03;
	border-right: 15px solid #801E03;
	text-align: left;
    margin: 0px auto;
    width: 901px;
    padding: 0px;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 901px;
	height: 429px;
	background-color: #801E03;
	background-image: url(images/header-bg2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header #title, #header #title a {
	margin: 0px; padding: 7px 0px 0px 0px;
	color: #9BD8F5;
}
#header #title a {
	margin: 0px 0px 0px 0px; padding: 0px;
        font-family: Georgia, Times, serif;
	font-size: 29px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 35px;
}
#header #title a:hover {
	color: #FF5C14;
	text-decoration: none;
}
#header #desc {
	margin: 0px; padding: 0px;
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
}
/*********************************************
		Horizontal Navigation Styles
*********************************************/
#menu {
	color: #FFF;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin: 2px 0px 0px 0px;
	display: block;
	float: right;
	width: auto;
}
#menu ul {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	overflow: hidden;
	}
#menu ul li {
	background: #801E03 url(images/menu-bg.gif) right 0px repeat-x;
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: auto;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	}
#menu ul li a {
	display: block;
	color: #FFF;
	padding: 10px 20px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #9CD9F5 url(images/menu-bg-active.gif) right 0px repeat-x;
}

/*********************************************
		Header Blurb
*********************************************/
#blurb {
	margin: 85px 0px 0px 48px; padding: 0px 23px;
	display: block;
	width: 310px;
	height: 185px;
	overflow: hidden;
}
#blurb p {
	margin: 0px 0px 5px 0px; padding: 0px;
	color: #333;
}
#blurb img.floatright {
	float: right;
	padding: 0px 0px 5px 5px;
}
#blurb img.floatleft {
	float: left;
	padding: 5px 5px 0px 0px;
}

/*********************************************
		Header Search
*********************************************/
#search {
	width: 270px;
	height: 50px;
	float: right;
	padding: 0px 30px 0px 30px;
	text-align: center;
}
#search #s {
	width: 215px; height: 19px;
	padding: 3px 3px 3px 3px; margin: 0px 10px 0px 0px;
	background: url(images/s.gif) no-repeat;
	border: none;
	float: left;
}
#search .submit-button {
	width: 30px; height: 28px;
	background: url(images/submit-button.gif) 0px 0px no-repeat;
	border: none;
	float: right;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px 25px 20px 25px;
	width: 540px;
	display: block;
	border: 0px solid black;
	overflow: hidden;
}
#content .floatleft {
	float: left;

	margin: 0px 8px 3px 0px; padding: 0px;
}
#content .floatright {
	float: right;
	margin: 0px 0px 3px 8px; padding: 0px;
}
#content img { border: 0px; background: none; padding: 5px; }
.feature {
	display: inline;
	display: block;
	width: 260px;
	float: left;
	background: #FFF url(images/feature-footer.jpg) bottom left no-repeat;
	margin: 15px 10px 0px 0px; padding: 0px 0px 10px 0px;
}
#content ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
content ul li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
.feature h6 {
	background: #FFF url(images/feature-header.jpg) top left no-repeat;
        font-family: Georgia, Times, serif;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	padding: 3px 10px; margin: 0px;
}
.feature p {
	margin: 10px 10px 0px 10px; padding: 5px;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 8px 0px;
	margin: 0px 0px;
	border-top: 1px solid #801E03;
	color: #999;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
	margin: 0px;
}
.meta-top a, .meta-bottom a {
	color: #999;
	text-decoration: none;
}
.meta-top a:hover, .meta-bottom a:hover {
	color: #1B6293;
	text-decoration: underline;
}
.meta-date {
	margin: 0px 0px; padding: 3px 0px 3px 18px;
	background: url(images/calendar.gif) 0px 2px no-repeat;
}
.meta-author {
	margin: 0px 5px; padding: 3px 0px 3px 18px;
	background: url(images/user.gif) 0px 2px no-repeat;
}
.meta-comments {
	margin: 0px 5px; padding: 3px 0px 3px 18px;
	background: url(images/comment.gif) 0px 3px no-repeat;
}
.meta-category {
	margin: 0px 5px;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar {
	background: url(images/sidebar-top.gif) top right no-repeat;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 260px;
	margin: 0px 0px 15px 0px; padding: 0px 0px 0px 50px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#l_sidebar p, #l_sidebar .textwidget {
	padding: 10px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul {
	list-style-type: none;
	padding: 0px 11px 0px 10px;
	margin: 0px;
}
#l_sidebar ul li {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#l_sidebar ul li ul li {
}

/* Default / Fallback */
#l_sidebar ul li ul {
	border-top: 1px solid #E8E8E8;
	margin: 0px 10px; padding: 0px;
}
#l_sidebar ul li ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E8E8E8;
}
#l_sidebar ul li ul li a {
	display: block;
	background: url(images/bullet_blue.gif) 2px 9px no-repeat;
	color: #801E03;
	text-decoration: none;
	padding: 4px 0px 4px 15px; margin: 0px;
	font-weight: bold;
}
#l_sidebar ul li ul li a:hover {
	color: #594B3A;
	text-decoration: none;
	background: #EFEDED url(images/bullet_blue.gif) 2px 9px no-repeat;
}

/* Categories */
#l_sidebar ul li.categories ul {
	padding: 0px;
	margin: 0px;
	border: none;
}
#l_sidebar ul li.categories ul li {
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	border: none;
}
#l_sidebar ul li.categories ul li a {
	display: block;
	background: url(images/cat.gif) 8px 6px no-repeat;
	text-decoration: none;
	padding: 4px 10px 4px 25px;
	font-weight: bold;
}
#l_sidebar ul li.categories ul li a:hover {
	text-decoration: none;
	background: #EFEDED url(images/cat.gif) 8px 6px no-repeat;
}
#l_sidebar ul li.categories ul li ul {
	padding: 0px;
	margin: 0px 10px;
	border-top: 1px solid #E8E8E8;
}
#l_sidebar ul li.categories ul li ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E8E8E8;
	font-weight: normal;
	text-transform: none;
}
#l_sidebar ul li.categories ul li ul li a {
	display: block;
	background: url(images/subcat.gif) 10px 7px no-repeat;
	color: #666;
	text-decoration: none;
	padding: 3px 10px 3px 20px;
	font-weight: normal;
}
#l_sidebar ul li.categories ul li ul li a:hover {
	color: #666;
	text-decoration: none;
	background: #EFEDED url(images/subcat.gif) 10px 7px no-repeat;
}

/* Recent Posts */
#l_sidebar ul li.recentposts ul {
	margin: 0px; padding: 0px;
	border: none;
}
#l_sidebar ul li.recentposts ul li {
	padding: 0px;
	margin: 0px;
	border: none;
}
#l_sidebar ul li.recentposts ul li a {
	display: block;
	background: url(images/recentpost.gif) 8px 6px no-repeat;
	text-decoration: none;
	margin: 0px; padding: 4px 10px 4px 25px;
	font-weight: bold;
}
#l_sidebar ul li.recentposts ul li a:hover {
	text-decoration: none;
	background: #EFEDED url(images/recentpost.gif) 8px 6px no-repeat;
}

/* Links */
#l_sidebar ul li.links ul {
	border-top: 1px solid #E8E8E8;
	margin: 0px 10px; padding: 0px;
}
#l_sidebar ul li.links ul li {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E8E8E8;
}
#l_sidebar ul li.links ul li a {
	display: block;
	background: url(images/link.gif) 0px 6px no-repeat;
	text-decoration: none;
	padding: 4px 0px 4px 15px; margin: 0px;
	font-weight: bold;
	border: none;
}
#l_sidebar ul li.links ul li a:hover {
	text-decoration: none;
	background: #EFEDED url(images/link.gif) 0px 6px no-repeat;
}

/* Social Bookmarking */

.bookmark {
	margin: 18px 0 0 10px;
}

.bookmark ul {
	display: inline;
}

.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}

.bookmark_line img {
	border: 0;
}

.bookmark_icon {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
	_filter: alpha(opacity=100);
}

.bookmark_icon:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 0px;
	display: block;
	width: 520px;
	border-top: 1px dotted #17547E;
}
#comments .even, #comments .odd {
	margin: 15px 0px;
	padding: 0px;
	background: #FFF url(images/comment-footer-bg.jpg) bottom left no-repeat;
	overflow: hidden;
}
#comments .odd {
}
#comments .odd p, #comments .even p {
	padding: 10px 12px 10px 12px;
}
.comment-head {
	background: #FFF url(images/comment-head-bg.jpg) top left no-repeat;
	padding: 7px;
	color: #FFF
}
.comment-head a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.comment-head a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 50px 0px;
	clear: both;
	background: #801E03 url(images/footer-bg.jpg) top left no-repeat;
	border-top: 0px solid #697279;
	text-align: left;
	width: 901px;
	color: #FFF;
}
#footer-text {
	margin: 20px 0px 0px 55px;
	padding: 0px 0px 50px 0px;
	clear: both;
	text-align: left;
	width: 901px;
	color: #FFF;
}
#footer a.theme {
	color: #9BD8F5;
	text-decoration: none;
}
#footer a.theme span {
	color: #FF5C14;
}
#footer a.theme:hover {
	color: #9BD8F5;
	text-decoration: none;
}
#footer a.theme:hover span {
	color: #FF5C14;
}
#footermenu {
	color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;	
	padding: 5px 60px 40px 0px;
	margin: 0px;
	display: block;
}
#footermenu ul {
	background: transparent;
	margin: 0px;
	padding: 5px 0px;
	height: auto;
	display: block;
	}
#footermenu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px -4px 0px 0px;
	padding: 5px 0px;
	}
#footermenu ul li a {
	color: #FFF;
	padding: 5px 15px;
	margin: 0px;
	text-decoration: none;
	border-left: 1px solid #829B9B;
	border-right: 1px solid #465858;
	}
#footermenu ul li.home a {
	border-left: none;
}
/* if you want to set a "current page item" style, do it here */
#footermenu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
#footermenu ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}

/*********************************************
		The Obligatory WP Stuff
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Class Table
*********************************************/
caption.mytable
  {
	background-color:#DBF6FF;
  }

table.mytable
  {
	font-family:Tahoma;
	font-size:9pt;
	background-color:#DBF6FF;
	width:100%;
	border: thin solid #ededed;
  }

th.mytable
  {
     font-size:9pt;
     color:#000000;
  }


tr.mytable
  {
	vertical-align:top;
	border: thin solid #ededed;
  }

td.mytable
  {
	font-size:9pt;
	background-color:#DBF6FF;
	color:#000000;
	text-align:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ededed;
	padding: 3px;
	clear: none;
	width: 100px;
  }

td.mytabletime
  {
	font-size:9pt;
	background-color:#DBF6FF;
	color:#000000;
	text-align:left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ededed;
	padding: 3px;
	width: 75px;
  }
  
td.mytablereg
  {
	font-size:9pt;
	background-color:#DBF6FF;
	color:#ededed;
	text-align:left;
	padding: 3px;
	width: 15px;
  }

hr {
	height:2px;
	width:100%;
	background:#333333;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
   }