/*--------------------------------------------------
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
--------------------------------------------------*/


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

#main_nav_background_large {
	position: relative;
	float: left;
	width: 100%;
	height: 335px;
	background: url('../img/tab_back_large.jpg') top left repeat;
}
#main_nav_background {
	position: relative;
	float: left;
	width: 100%;
	height: 36px;
	background: url('../img/tab_back.jpg') top left repeat;
}
#main_nav_container {
	width: 950px;
	margin: 0px auto 0px auto;
}
#main_nav {
	position: relative;
	width: 540px;
	height: 36px;
	float: right;
	margin: -36px 0 0 0;
}
#tab_1 {
	position: relative;
	float: left;
	width: 90px;
	height: 36px;
}
#tab_2 {
	position: relative;
	float: left;
	width: 90px;
	height: 36px;
}
#tab_3 {
	position: relative;
	float: left;
	width: 90px;
	height: 36px;
}
#tab_4 {
	position: relative;
	float: left;
	width: 90px;
	height: 36px;
}
#tab_5 {
	position: relative;
	float: left;
	width: 90px;
	height: 36px;
}
#tab_6 {
	position: relative;
	float: left;
	width: 90px;
	height: 36px;
}

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

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

#top_container {
	width: 950px;
	margin: 0px auto 0px auto;
}
#top {
	position: relative;
	width: 950px;
	height: 74px;
}
#logo {
	position: relative;
	float: left;
	background: url('../img/derekentringer_logo.jpg') top left no-repeat;
	width: 353px;
	height: 53px;
	margin: 11px 0 0 0;
}
#search {
	position: relative;
	float: right;
	/*background: url('../img/phone_number.jpg') no-repeat;*/
	/*width: 50px;*/
	height: 16px;
	margin: 27px 0 0 0;
	border: none;
	vertical-align: top;
}
#search_blog {
	position: relative;
	float: right;
	/*background: url('../img/phone_number.jpg') no-repeat;*/
	/*width: 50px;*/
	height: 16px;
	margin: 27px 0 0 0;
	border: none;
	vertical-align: top;
}
#social_addthis {
	clear: right;
	position: relative;
	float: right;
	margin: 10px 0 0 0;
}

input#site_search {
	color: #000000;
	background: #ffffff;
	border: 1px solid #ffffff;
	padding: 1px;
	margin-bottom: 5px;
	vertical-align: top;
	height: 100%;
}

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

/*--------------------------------------------------
flash display
--------------------------------------------------*/

#flash_container {
	width: 100%;
	margin: 0px auto 0px auto;
	height: 300px;
	background: url('../img/top_back_large.jpg') top left repeat-x;
}

/*--------------------------------------------------
end flash display
--------------------------------------------------*/

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

#line {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	background: url('../img/line.jpg') top left repeat;
	/*border-bottom: solid 1px #666666;*/
	clear: left;
}
#content_wrapper {
	width: 950px;
	margin: 0px auto 7px auto;
}
#content_left {
	position: relative;
	float: left;
	width: 439px;
	height: 750px;
	margin: 7px 7px 7px 0;
	padding: 7px;
	background-color: #0f0f0f;
	line-height:1em;
}
#search_item {
	position: relative;
	float: left;
	width: 937px;
	margin: 10px 0 0 0;
	padding: 7px;
	background-color: #0f0f0f;
}
#search_url {
	font-weight: 200;
	font-size:14px;
	color: #148cd7;
	margin: 0 0 5px 0;
}
#search_info {
	font-size:12px;
	color: #fff;
	margin: 0 0 5px 0;
}
#search_fullurl {
	font-size:10px;
	color: #3C9CD7;
	margin: 5px 0 5px 0;
}
#content_middle {
	position: relative;
	float: left;
	width: 300px;
	height: 750px;
	margin: 7px 7px 7px 0;
	padding: 7px;
	background-color: #0f0f0f;
}
#content_right {
	position: relative;
	float: left;
	width: 155px;
	height: 750px;
	margin: 7px 0 7px 0;
	padding: 7px;
	background-color: #0f0f0f;
}
h1 {
	font-weight: 700;
	font-size:18px;
	/*color: #148cd7;*/
	color: #fff;
	margin: 0 0 5px 0;
}
p {
	font-size: 12px;
	color: #ccc;
	margin: 0 0 35px 0;
}
span {
	margin: 0 0 5px 0;
}

#blog_row_1 {
	position: relative;
	margin: 0 0 15px 0;
}
#blog_row_1_left {
	float: left;
	width: 16px;
}
#blog_row_1_right {
	float: left;
	width: 280px;
}

#blog_post_1 {
	font-weight: 800;
	font-size: 11px;
}
#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: 10px;
	color: #ccc;
}
#read_post_1 {
	font-size: 10px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_2 {
	position: relative;
	margin: 0 0 15px 0;
}
#blog_row_2_left {
	float: left;
	width: 16px;
}
#blog_row_2_right {
	float: left;
	width: 280px;
}

#blog_post_2 {
	font-weight: 800;
	font-size: 11px;
}
#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: 10px;
	color: #ccc;
}
#read_post_2 {
	font-size: 10px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_3 {
	position: relative;
	margin: 0 0 15px 0;
}
#blog_row_3_left {
	float: left;
	width: 16px;
}
#blog_row_3_right {
	float: left;
	width: 280px;
}

#blog_post_3 {
	font-weight: 800;
	font-size: 11px;
}
#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: 10px;
	color: #ccc;
}
#read_post_3 {
	font-size: 10px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_4 {
	position: relative;
}
#blog_row_4_left {
	float: left;
	width: 16px;
}
#blog_row_4_right {
	float: left;
	width: 280px;
}

#blog_post_4 {
	font-weight: 800;
	font-size: 11px;
}
#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: 10px;
	color: #ccc;
}
#read_post_4 {
	font-size: 10px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_5 {
	position: relative;
}
#blog_row_5_left {
	float: left;
	width: 16px;
}
#blog_row_5_right {
	float: left;
	width: 280px;
}

#blog_post_5 {
	font-weight: 800;
	font-size: 11px;
}
#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: 10px;
	color: #ccc;
}
#read_post_5 {
	font-size: 10px;
	color: #ccc;
	margin: 5px 0 21px 0;
}

#blog_row_6 {
	position: relative;
}
#blog_row_6_left {
	float: left;
	width: 16px;
}
#blog_row_6_right {
	float: left;
	width: 280px;
}

#blog_post_6 {
	font-weight: 800;
	font-size: 11px;
}
#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: 10px;
	color: #ffffff;
}
#read_post_6 {
	font-size: 10px;
	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: 950px;
	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: 695px;
	height: 188px;
	margin: 0 0 7px 0;
	padding: 7px;
	background-color: #0f0f0f;
	line-height:1em;
}
#project_screenshot {
	float: left;
	width: 230px;
	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: 455px;
	height: 500px;
	margin: 8px 0 8px 0;
	padding: 7px;
	background-color: #0f0f0f;
	font-size: 12px;
}
#project_one_right {
	position: relative;
	float: left;
	width: 455px;
	height: 500px;
	margin: 8px 0 8px 8px;
	padding: 7px;
	background-color: #0f0f0f;
	font-size: 12px;
}
#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 20px;
}
#project_one_right ul {
	margin: 10px 0 10px 20px;
}

#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: 686px;
	margin: 0;
	padding: 7px;
	
}
#service_one, #service_two, #service_three, #service_four, #service_five, #service_six, #service_seven, #service_eight, #service_nine, #service_ten, #service_eleven, #service_tweleve, #service_thirteen, #service_fourteen {
	font-size: 12px;
	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: 600px;
	height: 557px;
	background-color: #0f0f0f;
	padding: 7px;
	font-size: 12px;
	margin: 7px 7px 7px 0;
}
#contact_form_left {
	position relative;
	float: left;
}
#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: 350px;
	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: 500px;
	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: 11px;
}

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

/*--------------------------------------------------
discus comments
--------------------------------------------------*/
.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;
}
/*--------------------------------------------------
end discus comments
--------------------------------------------------*/

/*--------------------------------------------------
html5
--------------------------------------------------*/
#html5_container {
	position: relative;
	float: left;
	width: 950px;
	margin: 0;
	padding: 7px;
}
#html5 {
	position: relative;
	text-align: center;
	padding: 50px 0 50px 0;
	background-color: #0f0f0f;
}

/*--------------------------------------------------
end html5
--------------------------------------------------*/