/*
Theme Name: DTTW Orange
Theme URI: http://lightmix.com
Description: DTTW Theme for WordPress
Version: 0.95
Author: LightMix
Author URI: http://lightmix.com
Tags: dttw
*/

a.slink { color:#000; font-style:normal; text-decoration:none; }
a.slink:hover { text-decoration:underline; }

html { 
	width: 100%;
	overflow-y: scroll; 
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	background: #f4f4f4 url(images/bg.png) 0 0 repeat-x;
	color: #000;
}

ul  { 
	list-style: square; 
	margin-bottom: 20px;
}
.fl { float: left; }
.fr { float: right; }

a, a:visited { color: #000; text-decoration: underline; }
a:hover, a:visited:hover { color: #ff5625; text-decoration: underline; }

h2 {
	margin: 0 0 7px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #f57501;
}

h2 a, h2 a:visited { color: #f57501; text-decoration: none; }
h2 a:hover, h2 a:visited:hover { color: #f57501; text-decoration: underline; }

.numbercomments a, .numbercomments a:visited { 
	font-size: 12px; 
	font-weight: bold; 
	color: #828282 !important;
}

h3 { 
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 7px 0;
	color: #000;
}

p {
	margin: 0 0 15px 0;
}

input, textarea { font-family: Arial, Helvetica, sans-serif; margin: 0; font-size: 13px; }

form { margin: 0; padding: 0; border: 0; }

a img { border: none; }

.floatfix {
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* top nav */
.top_nav_box {
	width: 954px;
	height: 35px;
	overflow: hidden;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 35px;
	color: #fff;
}

.ul_nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ul_nav li { 
	float: left;
	background: url(images/hline_nav_dark.gif) right 0 no-repeat;
}

.ul_nav li a, .ul_nav li a:visited {
	padding: 0 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url(images/hline_nav_light.gif) 0 0 no-repeat;
}

.ul_nav li a:hover, .ul_nav li a:visited:hover {
	text-decoration: none;
	color: #191919;
	background: #f5f5f5;
}

#id_nav .selected {
	background: #fff;
	color: #191919;
}
.search_box { float: right; }

.input_search {
	width: 255px;
	margin: 5px 0 0 0;
	padding: 3px 5px;
	font-size: 11px;
	background: #fff url(images/bg_search.gif) 0 0 repeat-x;
	border: #ccc 1px solid;
	color: #ccc;
}

/* // top nav */

.logo_area_box { 
	height: 75px;
	overflow: hidden;
	margin: 0 0 13px 0;
	padding: 0 10px 0 0;
	background: url(images/bg_logo_area.png) right top no-repeat;
}

.logo {
	width: 386px;
	height: 75px;
	float: left;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.icons_box {
	width: 117px;
	height: 39px;
	overflow: hidden;
	position: relative;
	margin: 32px 0 0 0;
	float: right;
}

.banner_box { 
	width: 918px;
	margin: 0 auto;
}

.document {
	width: 988px;
	margin: 0 auto;
	background: url(images/bg_content.png) center top repeat-y;
}

.content_box {
	width: 954px;
	float: left;
}

.breadcrumbs_box {
	margin: 0 18px 0 18px;
	padding: 15px 52px 15px 52px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
	line-height: 19px;
	font-weight: bold;
	border-top: #464646 2px solid;
	border-bottom: #ccc 1px dotted;
}

.content_area { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 52px 0 52px; 
}

/* FOOTER */
.footer_box {
	width: 954px;
	margin: 0 auto;
	padding: 55px 0 0 0;
	font-size: 11px;
	line-height: 14px;
	background: url(images/footer_bg.png) 0 0 repeat-x;
}

.footer_box p {
	margin: 0 0 14px 0;
	padding: 0;
}

.footer_box a, .footer_box a:visited {
	margin: 0 9px;
	text-decoration: none;
	color: #000;
}

.footer_box a:hover, .footer_box a:visited:hover {
	text-decoration: none;
	color: #f95a02;
}

.footer_bottom_box { padding: 10px 0 15px 0; }
.mcaffee_box { float: left; }
.lm_copy { float: right; text-align: right; }


/* // FOOTER */

.left_column { 
	width: 570px;
	padding: 0 0 30px 0;
	float: left;
}

.right_column { 
	width: 230px;
	padding: 0 0 30px 15px;
	float: right;
	border-left: #ccc 1px dotted;
}

.post_details {
	padding-bottom: 2px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	border-bottom: #7f7f7f 1px solid;
}

.post_details a, .post_details a:visited { color: #ff5625; font-weight: bold; text-decoration: none; }
.post_details a:hover, .post_details a:visited:hover { color: #ff5625; text-decoration: underline; }


.excerpt_box {
	margin-bottom: 30px;
}

.p_tags {
	color: #464646; 
	font-size: 12px; 
	background: #f7f7f7 url(images/shadow_01.gif) left bottom repeat-x;
	padding: 5px 7px 14px 7px;
}
.p_tags a { font-weight: bold; }

.socialize {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
}

.socialize {
	border: 1px dotted #ccc; 
	border-left: none; 
	border-right: none; 
	padding: 7px; 
	font-weight: bold; 
	text-align: center;
	margin-bottom: 15px;
	background: #f5f5f5;
}

.socialize span	{ text-align: left; }
.socialize  a {
	display:block; 
	padding:4px 0; 
	padding-left:21px; 
	display: inline; 
	margin-right: 10px; 
	background-position: left 5px; 
	background-repeat: no-repeat;
}
 
#id_socialize .digg 		{background-image: url('images/digg.png'); }
#id_socialize .delicious	{background-image: url('images/delicious.png');}
#id_socialize .technorati	{background-image: url('images/technorati.gif');}
#id_socialize .google		{background-image: url('images/google.gif');}
#id_socialize .stumbleupon {background-image: url('images/stumbleupon.gif');}
#id_socialize .yahoo		{background-image: url('images/yahoo.png');}


.comments-template h2 { color: #000; margin-bottom: 15px; }
#author, #email, #url, #comment {
	border:1px solid #828282;
	margin-top:0;
	padding:5px;
}

#sidebar { font-family: Arial, Helvetica, sans-serif; }

#sidebar h4  { 
	margin: 0 0 4px 0;
	padding-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: #464646 1px solid;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f57501;
}

#sidebar a {
	text-decoration: none;
}

#sidebar ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	background: url("images/bullet_pale.gif") no-repeat 0 5px;
	padding: 2px 0 2px 12px;
	border-bottom: #ccc 1px dotted;
}

#id_tag_cloud { margin-bottom: 15px; }

#submit {
	border: #828282 1px solid;
	background: #E35C00;
	padding: 10px;
	color: #fff;
}
