/*
Theme Name: DCS New Theme
Theme URI: http://krizalis.my/
Description: DCS New Theme designed and developed by <a href='http://krizalis.my' title='Krizalis Creative Studio'>Krizalis Creative Studio</a>.
Version: 1.0.
Author: Krizalis Creative Studio
Author URI: http://krizalis.my/
Tags: black, white, custom front page, custom portfolio page, 2 columns, sidebar widget
*/

/* Colaborate Font by Ralph Oliver du Carrois */
@font-face {
 font-family: 'Colaborate-Regular';
 src: url("fonts/ColabReg.eot");
 src: local('Colaborate-Regular'), url("fonts/ColabReg.otf") format('opentype');
}
 @font-face {
 font-family: 'Colaborate-Medium';
 src: url("fonts/ColabMed.eot");
 src: local('Colaborate-Medium'), url("fonts/ColabMed.otf") format('opentype');
}

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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { line-height: 18px; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	display: block;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 .67em;
}

h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .83em;
}

h3 {
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 0 0 1em;
}

h4 {
	display: block;
	font-weight: bold;
	margin: 0 0 1.33em;
}

h5 {
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin: 0 0 1.67em;
}

h6 {
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 0 0 2.33em;
}

q:before { content: open-quote; }

q:after { content: close-quote; }

b, strong { font-weight: bolder; }

i, cite, em, var, dfn { font-style: italic; }

tt, code, kbd, samp { font-family: -moz-fixed; }

u, ins { text-decoration: underline; }

s, strike, del { text-decoration: line-through; }

blink { text-decoration: blink; }

big { font-size: larger; }

small { font-size: smaller; }

sub {
	vertical-align: sub;
	font-size: smaller;
	line-height: normal;
}

sup {
	vertical-align: super;
	font-size: smaller;
	line-height: normal;
}

nobr { white-space: nowrap; }

pre, address { font-family: "Courier New", Courier, monospace; }

p, address, pre { margin: 10px 0; }

div.entry {
	font-size: 12px;
	line-height: 20px;
	color: #69696a;
}

a {
	color: #0171bd;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

div.entry ul {
	list-style: disc;
	padding-left: 40px;
	margin: 10px 0;
}

div.entry li {
	line-height: 20px;
	padding: 5px 0;
}

div.entry ul ul { list-style: circle; }

div.entry ul ul ul { list-style: square; }

div.entry ol {
	list-style: decimal;
	padding-left: 40px;
	margin: 10px 0;
}

div.entry ol ol { list-style: lower-alpha; }

div.entry ol ol ol { list-style: lower-roman; }

div.entry ol ol, div.entry ul ul, div.entry ol ul, div.entry ul ol { padding-left: 30px; }

div.entry blockquote {
	margin: 10px 20px;
	padding: 0 10px;
	background: #ddd;
	border: 1px dotted #ccc;
}

div.entry blockquote blockquote {
	background: #ccc;
	border: 1px dotted #bbb;
}

div.entry img.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}

div.entry a img { border: none; }

div.entry img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

div.entry img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}

div.entry .alignleft, .alignleft { float: left; }

div.entry .alignright, .alignright { float: right; }

div.entry .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.clear {
	height: 0;
	clear: both
}

/* Overall Styling */
body {
	background: url(images/main_bg.png) repeat-x 0 0 #f3f3f3;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Header Styling */
#header {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding-bottom: 40px;
}

#header #headerimg { float: left; }

#header #headerimg h1 { margin: 0; }

#header #headerimg h1 a {
	display: block;
	padding-left: 65px;
	line-height: 40px;
	height: 40px;
	background: url(images/header_logo.png) no-repeat 0 0;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Colaborate-Regular';
}

#header #headerimg h1 a:hover { text-decoration: none; }

#header .menu { float: right; }

#header .menu ul {
	display: block;
	line-height: 40px
}

#header .menu ul ul {
	display: block;
	position: absolute;
	top: 40px;
	z-index: 2;
	visibility: hidden;
	width: 200px;
	background: #000;
}

#header .menu ul ul ul {
	top: 0;
	left: 200px;
}

#header .menu li {
	float: left;
	height: 40px;
	position: relative;
}

#header .menu li.hoverclass ul, #header .menu li.hoverclass ul li.hoverclass ul { visibility: visible }

#header .menu li.hoverclass ul ul { visibility: hidden }

#header .menu li li {
	float: none;
	height: 40px;
	line-height: 14px;
	position: relative;
}

#header .menu a {
	font-size: 14px;
	color: #ededed;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px;
	display: block;
}

#header .menu li li a { padding: 10px 15px; }

#header .menu a:hover { text-decoration: underline; }

/* Homepage Styling */
#content {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

.anythingSlider {
	width: 960px;
	height: 550px;
	position: relative;
	margin: 0;
	text-align: center;
}

.anythingSlider .wrapper {
	width: 960px;
	overflow: auto;
	height: 550px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

.anythingSlider .wrapper ul.slider {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

.anythingSlider ul li.main_featured {
	display: block;
	float: left;
	padding: 0;
	height: 550px;
	width: 960px;
	margin: 0;
}

.anythingSlider .arrow { display: none; }

.anythingSlider .forward { display: none; }

.anythingSlider .back { display: none; }

#thumbNav {
	position: relative;
	width: 162px;
	padding: 0 18px;
	top: 520px;
	text-align: left;
	margin: 0 auto;
	background: url(images/main_slider_navigation_bg.png) no-repeat 50% 0;
}

#thumbNav a {
	display: block;
	float: left;
	width: 20px;
	height: 30px;
	margin: 0;
	background: url(images/main_slider_navigation.png) no-repeat -20px 0;
	text-indent: -9999px;
}

#thumbNav a:hover { background: url(images/main_slider_navigation.png) no-repeat 0 0; }

#thumbNav a.cur { background: url(images/main_slider_navigation.png) no-repeat 0 0; }

#start-stop { display: none; }

#home_subcontent {
	background: url(images/main_subcontent_bg.png) repeat-x 0 0 #191919;
	text-align: center;
}

#home_subcontent #wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	border-bottom: 1px solid #353535;
}

#home_subcontent #wrapper h2 {
	display: block;
	height: 38px;
	background: url(images/main_subcontent_title.png) no-repeat 0 0;
	font-size: 18px;
	color: #318dd6;
	text-transform: uppercase;
	line-height: 38px;
	text-indent: 10px;
	margin-bottom: 30px;
	font-family: 'Colaborate-Regular';
}

#home_subcontent #wrapper .static_content {
	width: 167px;
	margin-right: 25px;
	float: left;
}

#home_subcontent #wrapper .static_content h3 {
	font-size: 18px;
	color: #ddd;
	text-transform: uppercase;
	font-family: 'Colaborate-Regular';
}

#home_subcontent #wrapper .static_content p {
	font-size: 12px;
	color: #9d9d9d;
}

#home_subcontent #wrapper .static_content a.button:link span {
	display: block;
	height: 30px;
	padding-left: 15px;
	background: url(images/main_subcontent_button.png) no-repeat 0 0;
	cursor: pointer;
	text-align: center;
}

#home_subcontent #wrapper .static_content a.button:link {
	display: block;
	height: 30px;
	padding-right: 28px;
	background: url(images/main_subcontent_button.png) no-repeat 100% 0;
	font-size: 12px;
	color: #474c4f;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	font-family: 'Colaborate-Medium';
}

#home_subcontent #wrapper .static_content a.button:visited span {
	display: block;
	height: 30px;
	padding-left: 15px;
	background: url(images/main_subcontent_button.png) no-repeat 0 0;
	cursor: pointer;
	text-align: center;
}

#home_subcontent #wrapper .static_content a.button:visited {
	display: block;
	height: 30px;
	padding-right: 28px;
	background: url(images/main_subcontent_button.png) no-repeat 100% 0;
	font-size: 12px;
	color: #474c4f;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 30px;
	float: left;
	font-family: 'Colaborate-Medium';
}

#home_subcontent #wrapper .static_content a.button:hover span { background: url(images/main_subcontent_button.png) no-repeat 0 0; }

#home_subcontent #wrapper .static_content a.button:hover {
	background: url(images/main_subcontent_button.png) no-repeat 100% 0;
	text-decoration: none;
	color: #318dd6;
}

#home_subcontent #wrapper .static_content a.button:active span { background: url(images/main_subcontent_button.png) no-repeat 0 -30px; }

#home_subcontent #wrapper .static_content a.button:active {
	background: url(images/main_subcontent_button.png) no-repeat 100% -30px;
	text-decoration: none;
}

#home_subcontent #wrapper .bottomline {
	clear: both;
	height: 0;
	border-top: #000 solid 1px;
}

#home_subcontent #wrapper .static_content ul li {
	border-bottom: 1px dotted #9d9d9d;
	font-size: 12px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#home_subcontent #wrapper .static_content ul li a {
	display: block;
	color: #9d9d9d;
}

#home_subcontent #wrapper .static_content ul li a:hover {
	color: #318dd6;
	text-decoration: none;
}

/* Individual Featured Slides Styling */
div.wrapper li.main_featured div.featured_image {
	width: 500px;
	margin-left: 15px;
	margin-right: 30px;
	float: left;
	text-align: center;
}

div.wrapper li.main_featured div.featured_image img, div.portfolio_single_image img {
	border: 4px #c8cfe6 solid;
	padding: 1px;
	background: #e5e9f6;
	text-align: left;
	margin: 0 auto;
	display: block;
}

div.wrapper li.main_featured div.featured_details {
	width: 400px;
	margin-right: 15px;
	float: left;
}

div.wrapper li.main_featured div.featured_details h2.title, div#content h2.title, div#content h2.title a {
	font-family: 'Colaborate-Regular';
	font-size: 24px;
	color: #b7b7b7;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 0;
}

div.wrapper li.main_featured div.featured_details h3.title, div#content h3.title {
	font-family: 'Colaborate-Regular';
	font-size: 36px;
	color: #0171bd;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 34px;
	margin-bottom: 30px;
}

div.wrapper li.main_featured div.featured_details span.description {
	display: block;
	font-family: 'Colaborate-Regular';
	font-size: 15px;
	color: #5a5959;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 20px;
	border-bottom: 1px solid #d8d8d8;
	background: url(images/main_featured_sprites.png) no-repeat 0 0;
	padding: 0 0 10px 25px;
}

div.wrapper li.main_featured div.featured_details span.features {
	display: block;
	font-family: 'Colaborate-Regular';
	font-size: 15px;
	color: #5a5959;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 20px;
	border-bottom: 1px solid #d8d8d8;
	background: url(images/main_featured_sprites.png) no-repeat 0 -37px;
	padding: 0 0 10px 25px;
}

div.wrapper li.main_featured div.featured_details div.entry {
	font-size: 12px;
	color: #69696a;
	line-height: 20px;
}

div.greyline {
	clear: both;
	height: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

div.entry a.button:link span {
	display: block;
	height: 37px;
	padding-left: 19px;
	background: url(images/main_featured_button.png) no-repeat 0 0;
	cursor: pointer;
	text-align: center;
}

div.entry a.button:link {
	display: block;
	height: 37px;
	padding-right: 28px;
	background: url(images/main_featured_button.png) no-repeat 100% 0;
	font-size: 12px;
	color: #318bc8;
	line-height: 37px;
	text-transform: uppercase;
	margin: 15px 0;
	float: right;
	font-family: 'Colaborate-Medium';
}

div.entry a.button:visited span {
	display: block;
	height: 37px;
	padding-left: 19px;
	background: url(images/main_featured_button.png) no-repeat 0 0;
	cursor: pointer;
	text-align: center;
}

div.entry a.button:visited {
	display: block;
	height: 37px;
	padding-right: 28px;
	background: url(images/main_featured_button.png) no-repeat 100% 0;
	font-size: 12px;
	color: #318bc8;
	line-height: 37px;
	text-transform: uppercase;
	margin: 15px 0;
	float: right;
	font-family: 'Colaborate-Medium';
}

div.entry a.button:hover span { background: url(images/main_featured_button.png) no-repeat 0 -37px; }

div.entry a.button:hover {
	background: url(images/main_featured_button.png) no-repeat 100% -37px;
	text-decoration: none;
}

div.entry a.button:active span { background: url(images/main_featured_button.png) no-repeat 0 -74px; }

div.entry a.button:active {
	background: url(images/main_featured_button.png) no-repeat 100% -74px;
	text-decoration: none;
}

div.wrapper li.main_featured div.featured_details ul.features { list-style: none; }

div.wrapper li.main_featured div.featured_details ul.features li {
	background: url(images/main_featured_bullet.png) no-repeat 0 50%;
	padding-left: 15px;
	margin: 3px 15px 3px 0;
	width: 170px;
	font-size: 12px;
	color: #6a6a6a;
	float: left;
}

div.wrapper li.main_featured div.featured_details ul.features li a { color: #6a6a6a; }

div.wrapper li.main_featured div.featured_details ul.features li a:hover { color: #0171bd; }

div.wrapper li.main_featured div.featured_details a.thickbox {
	background: #fbfbfb;
	padding: 1px;
	border: 3px solid #d3d3d3;
	margin: 10px 5px 0;
	display: inline-block;
}

div.wrapper li.main_featured div.featured_details a.thickbox:hover { border: 3px solid #999; }

/* Blog Styling */
div#blogposts_outer {
	width: 700px;
	border-right: 1px solid #fff;
	float: left;
}

div#blogposts_inner {
	padding: 0 20px;
	border-right: 1px solid #d8d8d8;
}

div.sidebar {
	width: 219px;
	padding: 0 20px;
	float: left;
}

h2.blogposttitle a {
	font-size: 20px;
	color: #5a5959;
	font-weight: normal;
}

h2.blogposttitle a:hover { color: #0171BD; }

div.blogposts_thumbnail {
	float: left;
	margin: 0 15px 15px 0;
}

div.blogposts_thumbnail img {
	border: 4px #363636 solid;
	padding: 1px;
	background: #a6a4a4;
	text-align: left;
	display: block;
}

body.blog div.entry, body.archive div.entry { border-bottom: 1px solid #d8d8d8; }

body.blog div.post, body.archive div.post {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

div.wp-pagenavi {
	font-size: 12px;
	text-align: center;
	font-variant: small-caps;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A5959;
	color: #5A5959;
	background-color: #F3F3F3;
	display: inline-block;
}

.wp-pagenavi a:hover {
	border: 1px solid #0171bd;
	color: #0171bd;
}

.wp-pagenavi a:active {
	padding: 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #333;
	color: #333;
	background-color: #F3F3F3;
}

.wp-pagenavi span.pages {
	padding: 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A5959;
	color: #5A5959;
	background-color: #F3F3F3;
	display: inline-block;
}

.wp-pagenavi span.current, .wp-pagenavi span.pagenumber {
	padding: 2px 8px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #5A5959;
	color: #5A5959;
	background-color: #F3F3F3;
	display: inline-block;
}

.wp-pagenavi span.extend {
	padding: 2px 8px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #5A5959;
	color: #5A5959;
	background-color: #F3F3F3;
	display: inline-block;
}

.wp-pagenavi a span.pagenumber {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #5A5959;
	background-color: #F3F3F3;
	display: inline-block;
	cursor: pointer;
}

.wp-pagenavi a:hover span.pagenumber {
	padding: 0;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: #0171bd;
	background-color: #F3F3F3;
	display: inline-block;
	cursor: pointer;
}

/* Sidebar Styling */
div.sidebar h1.projects {
	font-family: 'Colaborate-Regular';
	font-size: 15px;
	color: #b7b7b7;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 15px;
	margin-bottom: 5px;
}

div.sidebar h2 {
	font-family: 'Colaborate-Regular';
	font-size: 24px;
	color: #0171bd;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 24px;
	margin-bottom: 15px;
}

div.sidebar li li a, div.sidebar li li {
	font-size: 13px;
	color: #69696a;
}

div.sidebar li li a:hover { color: #0171bd; }

div.sidebar li li {
	margin: 0 0 20px;
	line-height: 13px;
}

div.sidebar li li ul { margin-top: 12px; }

div.sidebar li li li { margin: 0 15px 12px; }

table#wp-calendar {
	font-size: 13px;
	color: #69696a;
	padding: 2px;
}

table#wp-calendar a {
	font-size: 13px;
	font-weight: bold;
	display: block;
}

table#wp-calendar a:hover {
	background: #ccc;
	color: #69696a;
}

table#wp-calendar { width: 100%; }

table#wp-calendar caption {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

table#wp-calendar tbody td, table#wp-calendar thead th {
	border: 1px dotted #ccc;
	text-align: center;
}

table#wp-calendar thead th { background: #bbb; }

/* Single Portfolio Styling */
div.portfolio_single_image {
	width: 360px;
	margin-right: 20px;
	float: left;
}

div.portfolio_single_details {
	width: 279px;
	float: left;
}

span.clients, div.portfolio_single_details span.features {
	display: block;
	font-family: 'Colaborate-Regular';
	font-size: 15px;
	color: #5a5959;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 15px;
	padding-bottom: 10px;
}

div.portfolio_single_clients {
	color: #69696a;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 30px;
}

div.portfolio_single_details ul.features {
	list-style: none;
	margin-bottom: 30px;
}

div.portfolio_single_details ul.features li {
	background: url(images/main_featured_bullet.png) no-repeat 0 50% #f3f3f3;
	padding-left: 15px;
	margin: 3px 15px 3px 0;
	font-size: 12px;
	color: #6a6a6a;
}

div.portfolio_single_details ul.features li a { color: #6a6a6a; }

div.portfolio_single_details ul.features li a:hover { color: #0171bd; }

div.thumbnail_images a.thickbox {
	background: #fbfbfb;
	padding: 1px;
	border: 3px solid #d3d3d3;
	margin: 10px 5px 0;
	display: inline-block;
}

/* Portfolio Styling */
div#blogposts_outer.portfolio {
	width: auto;
	border-right: none;
	float: none;
}

div#blogposts_outer.portfolio div#blogposts_inner { border-right: none; }

div.portfolio_details {
	float: left;
	width: 164px;
	height: 210px;
	margin: 0 10px;
}

h3.title a.portfolio { text-transform: none; }

span.portfolio_clients {
	font-size: 11px;
	font-weight: bold;
	color: #69696a;
	line-height: 14px;
	display: block;
}

a.portfolio_projectname {
	font-size: 12px;
	font-weight: normal;
	color: #69696a;
	display: block;
	line-height: 16px;
	text-decoration: none;
}

div.portfolio_thumbnail {
	text-align: left;
	margin: 15px 0 30px;
}

div.portfolio_thumbnail a { display: inline-block; }

div.portfolio_thumbnail img {
	border: 4px #d3d3d3 solid;
	padding: 1px;
	background: #fff;
}

div#tooltip {
    position: absolute;
    z-index: 3000;
    background-color: #a9a7a7;
    padding: 1px;
    border: 4px solid #363636;
    display: none;
}

/* Comments Template Styling */
h3#comments, div#respond h3 {
	margin: 30px 0;
	font-family: 'Colaborate-Regular';
	font-size: 18px;
	color: #0171bd;
	text-shadow: 2px 2px 2px #fff;
	text-transform: uppercase;
	line-height: 18px;
}

ol.commentlist { border-bottom: 1px solid #fff; }

ol.commentlist li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #d8d8d8;
	background: #ebebeb;
	font-size: 12px;
	color: #69696a;
}

ol.commentlist li.comment-author-admin { background: #dfdfdf; }

ol.commentlist li div.comment-body {
	padding: 15px;
}

ol.commentlist li div.comment-body span.says, ol.commentlist li div.comment-body img.avatar { display: none; }

ol.commentlist li div.comment-body cite.fn {
	font-style: normal;
	font-size: 15px;
	text-transform: capitalize;
}

ol.commentlist li div.comment-body em {
	color: #CA7D7D;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
}

ol.commentlist li div.comment-body div.comment-meta, ol.commentlist li div.comment-body div.comment-meta a, div.textfield label small {
	font-style: normal;
	font-size: 11px;
	color: #a4a4a4;
}

p.comment_logged_in {
	font-size: 12px;
	color: #69696a;
}

div.textfield {
	float: left;
	margin-right: 20px;
}

div.textfield label {
	color: #69696a;
	font-size: 15px;
}

input.textfield {
	border: 1px solid #d2d3d4;
	background: url(images/comment_fields_bg.png) repeat-x 0 0 #fff;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	width: 268px;
	padding: 5px;
}

textarea.textarea {
	border: 1px solid #d2d3d4;
	background: url(images/comment_fields_bg.png) repeat-x 0 0 #fff;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 347px;
	height: 200px;
	margin: 0;
}

input#submit {
	display: block;
	width: 78px;
	height: 30px;
	background: url(images/comment_button.png) no-repeat 0 0;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	border: none;
	cursor: pointer;
	float: right;
	margin-right: 140.5px;
}

input#submit.submit_hover { background: url(images/comment_button.png) no-repeat 0 -30px; }

body.single div.post {
	border-bottom: 1px solid #fff;
}

body.single div.post div.normal_entry {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
}

body.home a.more-link { display: none; }

/* Footer Styling */
.home #footer {
	background: #191919;
	margin-top: 0;
	padding-top: 0;
}

#footer {
	background: url(images/footer_bg.png) repeat-x 0 0 #191919;
	padding-top: 3px;
	margin-top: 40px;
}

#footer #wrapper {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	font-size: 11px;
}

#footer #wrapper .menu { float: left; }

#footer #wrapper .menu ul { line-height: 40px; }

#footer #wrapper .menu li {
	float: left;
	margin: 0 8px;
}

#footer #wrapper a, #footer #wrapper #copyright {
	color: #9d9d9d;
	text-decoration: none;
}

#footer #wrapper #copyright { float: right; }

#footer #wrapper a:hover { text-decoration: underline; }

#footer #wrapper #copyright { line-height: 40px; }
