/*--------------------------------------------------
global styles
--------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body {
	height:100%; 
	margin: 0;
	background-color: #000;
	font-family:'Tahoma', Verdana, Sans-Serif;
	color: #ccc;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

/*--------------------------------------------------
end global styles
--------------------------------------------------*/

/*--------------------------------------------------
top layout
--------------------------------------------------*/

#m_logo {
	background: url('../img/derekentringer_logo.jpg') top left no-repeat;
	width: 310px;
	height: 47px;
	float: left;
	margin: 7px 0 7px 5px;
}

/*--------------------------------------------------
end top layout
--------------------------------------------------*/

/*--------------------------------------------------
main navigation
--------------------------------------------------*/

#main_nav_background {
	background:url("../img/tab_back.jpg") repeat scroll left top transparent;
	float:right;
	height: 21px;
	position:relative;
	width:100%;
}

#main_nav_container {
	width: 100%;
	clear: left;
}

#main_nav {
	float:right;
	height:21px;
	margin:-21px 0 0;
	position:relative;
	width:100%;
}

#tab_1, #tab_2, #tab_3, #tab_4, #tab_5, #tab_6 {
	float: right;
	width: 53px;
	height: 21px;
}

/*--------------------------------------------------
end main navigation
--------------------------------------------------*/

/*--------------------------------------------------
content holder
--------------------------------------------------*/

#line {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	background: url('../img/line.jpg') top left repeat;
	clear: left;
}

#m_content_container {
	margin: 0;
	padding: 0;	
	width: 100%;
	background-color: #0f0f0f;
	position: relative;
	float: left;
}

#m_content {
	padding: 7px;
	line-height:1em;
}
h1 {
	font-weight: 700;
	font-size:18px;
	color: #fff;
	margin: 0 0 5px 0;
}
p {
	font-size: 14px;
	color: #ccc;
	margin: 0 0 15px 0;
}





#blog_row_1 {
	position: relative;
	margin: 0 0 15px 0;
	width: 100%;
}
#blog_row_1_left {
	float: left;
	width: 5%;
}
#blog_row_1_right {
	float: left;
	width: 95%;
}

#blog_post_1 {
	font-weight: 800;
	font-size: 16px;
}
#blog_post_1 a:link, #blog_post_1 a:visited {
	color: #3C9CD7;
	text-decoration: none;
}
#blog_post_1 a:hover, #blog_post_1 a:active {
	color: #3C9CD7;
	text-decoration: underline;
}

#blog_content_1 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #ccc;
}
#read_post_1 {
	font-size: 14px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_2 {
	position: relative;
	margin: 0 0 15px 0;
	width: 100%;
}
#blog_row_2_left {
	float: left;
	width: 5%;
}
#blog_row_2_right {
	float: left;
	width: 95%;
}

#blog_post_2 {
	font-weight: 800;
	font-size: 16px;
}
#blog_post_2 a:link, #blog_post_2 a:visited {
	color: #3C9CD7;
	text-decoration: none;
}
#blog_post_2 a:hover, #blog_post_2 a:active {
	color: #3C9CD7;
	text-decoration: underline;
}

#blog_content_2 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #ccc;
}
#read_post_2 {
	font-size: 14px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_3 {
	position: relative;
	margin: 0 0 15px 0;
	width: 100%;
}
#blog_row_3_left {
	float: left;
	width: 5%;
}
#blog_row_3_right {
	float: left;
	width: 95%;
}

#blog_post_3 {
	font-weight: 800;
	font-size: 16px;
}
#blog_post_3 a:link, #blog_post_3 a:visited {
	color: #3C9CD7;
	text-decoration: none;
}
#blog_post_3 a:hover, #blog_post_3 a:active {
	color: #3C9CD7;
	text-decoration: underline;
}

#blog_content_3 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #ccc;
}
#read_post_3 {
	font-size: 14px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_4 {
	position: relative;
	width: 100%;
}
#blog_row_4_left {
	float: left;
	width: 5%;
}
#blog_row_4_right {
	float: left;
	width: 95%;
}

#blog_post_4 {
	font-weight: 800;
	font-size: 16px;
}
#blog_post_4 a:link, #blog_post_4 a:visited {
	color: #3C9CD7;
	text-decoration: none;
}
#blog_post_4 a:hover, #blog_post_4 a:active {
	color: #3C9CD7;
	text-decoration: underline;
}

#blog_content_4 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #ccc;
}
#read_post_4 {
	font-size: 14px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_5 {
	position: relative;
	width: 100%;
}
#blog_row_5_left {
	float: left;
	width: 5%;
}
#blog_row_5_right {
	float: left;
	width: 95%;
}

#blog_post_5 {
	font-weight: 800;
	font-size: 16px;
}
#blog_post_5 a:link, #blog_post_5 a:visited {
	color: #3C9CD7;
	text-decoration: none;
}
#blog_post_5 a:hover, #blog_post_5 a:active {
	color: #3C9CD7;
	text-decoration: underline;
}

#blog_content_5 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #ccc;
}
#read_post_5 {
	font-size: 14px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_6 {
	position: relative;
	width: 100%;
}
#blog_row_6_left {
	float: left;
	width: 5%;
}
#blog_row_6_right {
	float: left;
	width: 95%;
}

#blog_post_6 {
	font-weight: 800;
	font-size: 16px;
}
#blog_post_6 a:link, #blog_post_6 a:visited {
	color: #3C9CD7;
	text-decoration: none;
}
#blog_post_6 a:hover, #blog_post_6 a:active {
	color: #3C9CD7;
	text-decoration: underline;
}

#blog_content_6 {
	margin: 5px 0 0 0;
	font-size: 14px;
	color: #ffffff;
}
#read_post_6 {
	font-size: 14px;
	color: #ffffff;
	margin: 5px 0 4px 0;
}

#twitter_div ul li {
	list-style:none;
	font-size: 11px;
	color: #ccc;
	width: 145px;
	margin: 18px 0 0 0;
}
#twitter_div ul li a {
	color: #3c9cd7;
	text-decoration: underline;
}
#twitter_div ul li a:hover {
	color: #3c9cd7;
	text-decoration: none;
}
#twitter_div ul li a:active {
	color: #3c9cd7;
	text-decoration: underline;
}
#twitter_div ul li a:visited {
	color: #3c9cd7;
	text-decoration: underline;
}
#twitter_badge {
	position: absolute;
	margin: -7px 0 0 117px;
}




#bread_crumbs {
	position: relative;
	float: left;
	width: 944px;
	height: 15px;
	margin: 0 0 7px 0;
	padding: 3px;
	background-color: #0f0f0f;
}
#bread_crumbs ul li {
	float: left;
	font-size: 12px;
	color: #ffffff;
	padding: 0 0 0 7px;
	display:block;
}
#projects_nav_background {
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	margin: 0 0 7px 0;
	background-color: #0f0f0f;
}
#previous_10 {
	float: left;
	width: 45px;
	height: 45px;
}
#next_10 {
	float: right;
	width: 45px;
	height: 45px;
}
#projects_nav {
	position: absolute;
	align: center;
	font-size: 11px;
	color: #7ad3ef;
	margin: 18px 0 0 445px;
}
#projects_nav a {
	font-size: 11px;
	color: #7ad3ef;
}
#projects_nav a:active {
	font-size: 11px;
	color: #7ad3ef;
}
#projects_nav a:hover {
	font-size: 11px;
	color: #7ad3ef;
}
#projects_nav a:visited {
	font-size: 11px;
	color: #7ad3ef;
}


#project_background_left {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	background-color: #0f0f0f;
	line-height:1em;
}
#project_screenshot {
	float: left;
	width: 100px;
	margin: 10px 7px 0 10px;
}
#project_title {
	margin: 8px 0 0 7px;
}

#project_background_right {
	position: relative;
	float: left;
	width: 220px;
	height: 188px;
	margin: 0 0 7px 7px;
	padding: 7px;
	background-color: #0f0f0f;
}

#read_more {
	position: relative;
	padding: 0 0 0 5px;
	font-size: 12px;
}


#project_one_left {
	position: relative;
	float: left;
	width: 100%;
	background-color: #0f0f0f;
	font-size: 14px;
}
#project_one_right {
	position: relative;
	float: left;
	width: 100%;
	background-color: #0f0f0f;
	font-size: 14px;
}
#project_one_right h1 a, #project_one_right h1 a:link, #project_one_right h1 a:active, #project_one_right h1 a:hover, #project_one_right h1 a:visited {
	text-decoration: none;
}
#project_one_left h1 a, #project_one_left h1 a:link, #project_one_left h1 a:active, #project_one_left h1 a:hover, #project_one_left h1 a:visited {
	text-decoration: none;
}
#project_one_left ul {
	margin: 10px 0 10px 30px;
}
#project_one_right ul {
	margin: 10px 0 10px 30px;
}

#project_two_left {
	position: relative;
	clear: both;
	float: left;
	width: 400px;
	margin: 8px 0 7px 0;
	padding: 7px;
	background-color: #0f0f0f;
}
#project_two_right {
	position: relative;
	float: left;
	width: 514px;
	height: 453px;
	margin: 8px 0 7px 8px;
	padding: 7px;
	background-color: #0f0f0f;
	font-size: 12px;
}
#project_two_right h1 a, #project_two_right h1 a:link, #project_two_right h1 a:active, #project_two_right h1 a:hover, #project_two_right h1 a:visited {
	text-decoration: none;
}
h3{
	font-size: 14px;
	margin: 12px 0 0 0;
	color: #fff;
}
h2 {
	color: #fff;
	font-size: 14px;
	margin: 5px 0 0 0;
}

#services_container_left {
	position: relative;
	float: left;
	width: 100%;
	
}
#service_one, #service_two, #service_three, #service_four, #service_five, #service_six, #service_seven, #service_eight, #service_nine, #service_ten, #service_eleven {
	font-size: 14px;
	background-color: #0f0f0f;
	margin: 0 0 7px 0;
	padding: 4px 7px 7px 7px;
}
#services_container_right {
	float: left;
	background-color: #0f0f0f;
	padding: 10px 10px 10px 10px;
	margin: 7px 0 0 0;
	font-size: 12px;
}
#contact_form_top {
	position: relative;
	float: left;
	width: 95%;
	background-color: #0f0f0f;
	font-size: 14px;
	padding: 7px;
}
#contact_form_left {
	position relative;
	float: left;
	width: 100%;
}
#contact_form_right {
	position relative;
	float: left;
	width: 315px;
	background-color: #0f0f0f;
	padding: 7px;
	font-size: 12px;
	margin: 7px 0 7px 0;
}
#map_canvas {
	width: 314px;
	height: 304px;
	margin-top: 17px;
	color: #000;
}

#contact_form_top input {
	background: #333333 none repeat scroll 0% 50%;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-size: 12px;
	margin: 5px 5px 1px 0pt;
	width: 250px;
	padding: 2px;
}
#contact_form_top textarea {
	background: #333333 none repeat scroll 0% 50%;
	border: 1px solid #333333;
	color: #FFFFFF;
	font-size:12px;
	margin: 5px 5px 1px 0pt;
	width: 250px;
	padding: 2px;
	font-family: 'Tahoma',Verdana,Sans-Serif;
}

#live_video_chat_top {
	position: relative;
	float: left;
	width: 936px;
	height: 360px;
	background-color: #0f0f0f;
	padding: 7px;
	font-size: 12px;
	margin: 7px 7px 7px 0;
}
#live_video_chat {
	position relative;
	float: left;
}

#videorecorder_top {
	position: relative;
	float: left;
	width: 936px;
	height: 620px;
	background-color: #0f0f0f;
	padding: 7px;
	font-size: 12px;
	margin: 7px 7px 7px 0;
}
#videorecorder {
	position relative;
	float: left;
}
#emailsent_text {
	margin: 0 0 30px 0;
	color: #FF0000;
	font-weight: bold;
}

/*--------------------------------------------------
end content holder
--------------------------------------------------*/

/*--------------------------------------------------
footer
--------------------------------------------------*/

#footer_container {
	width: 100%;
	margin: 0px auto 0px auto;
	clear: left;
	background: url('../img/footer_back_large.jpg') top left repeat-x;
	height: 72px;
}
#footer {
	position: relative;
	text-align: center;
	font-size: 12px;
}

/*--------------------------------------------------
end footer
--------------------------------------------------*/

.dsq-dc-logo {
	display: none;
}
.dsq-brlink {
	display: none;
}
#dsq-sort-select {
	width: 200px;
}
#dsq-content .dsq-options {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(http://media.disqus.com/images/themes/narcissus/gray-50.png) repeat-x scroll center bottom;
	clear:left;
	margin-bottom:1em;
	padding-top:1em;
	padding-bottom:1em;
}
#dsq-content .dsq-subscribe a:hover {
	background-color:#0f0f0f;
}
.dsq-sharing-options {
	display: none;
}
html a.fb_sharebutton {
	color: #ffffff;
	text-decoration: none;
}
.dsq-h3-reactions {
	margin-bottom:20px;
}
