/* General */
* {
padding:0;
margin:0;
}

body {
font-size:12px;
font-family:Verdana,Tahoma,Arial,sans-serif;
color:#333;
line-height:140%;
text-align:left;
background:#ddd;
}

fieldset,select,img {
border:0;
}

hr,#searchform br,.counter {
display:none;
}

a,a:link,a:active,a:visited {
color:#6BA4DC;
text-decoration:none;
}

a:hover {
color:#fff;
background:#6BA4DC;
text-decoration:none;
}

p {
margin:0 0 10px;
}

ol li {
list-style:decimal outside;
}

acronym,abbr,span.caps {
cursor:help;
font-size:10px;
letter-spacing:.07em;
}

acronym,abbr {
border-bottom:1px dashed #ddd;
}

blockquote {
border-left:3px solid #BEDCFF;
margin:20px;
padding-left:10px;
}

cite,ins {
text-decoration:none;
}

code,pre,kbd {
font:14px 'Courier New',Courier,sans-serif;
}

small {
font:10px Arial,Helvetica,sans-serif;
color:#777;
}

strike,del {
color:#777;
text-decoration:line-through;
}

label {
cursor:pointer;
}

h1,h2,h3,h4 {
font-family:"Times New Roman",Times,sans-serif;
font-weight:700;
font-size:14px;
}

h1 {
font-size:24px;
text-align:left;
padding:20px 0 5px 20px;
}

h1 a,h1 a:link,h1 a:active,h1 a:hover,h1 a:visited {
color:#fff;
background:none;
}

h2 {
margin:5px 0;
}

h3,h4 {
margin:20px 0 0;
}

/* Structure Divs */
#header {
height:78px;
margin:0 auto;
width:960px;
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/bg_header.jpg) no-repeat top center;
}

#container {
margin:0 auto;
width:970px;
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/bg_content.jpg) repeat-y left top #fff;
}

#primary-content {
float:left;
margin:5px 25px !important;
margin:5px 12px;
width:500px;
background:#fff;
overflow:hidden;
}

#secondary-content {
float:left;
width:100%;
overflow:hidden;
}

#toggle {
width:960px;
margin:0 auto;
}

#footer {
clear:both;
color:#fff;
height:80px;
width:100%;
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/bg_footer.jpg) repeat-x bottom left #ddd;
}

#sidebar {
float:left;
margin:20px 10px 20px 0;
width:400px;
text-align:left;
overflow:hidden;
}

/* Config Structure Divs */
	/* Header and Navigation */
	.description {
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:0 0 5px 20px;
	}
	
	.pagetitle {
	margin-top:30px;
	text-align:center;
	}
	
	/* Navigation */
	.nav {
	width:960px;
	background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/bg_nav.jpg) repeat-x left top #333;
	height:32px;
	margin:0 auto;
	}
	
	.nav ul {
	list-style-type:none;
	text-align:left;
	padding:7px !important;
	padding:6px;
	}
	
	.nav li {
	display:inline;
	}
	
	.nav li a {
	letter-spacing:0.2em;
	text-transform:uppercase;
	margin:0;
	padding:9px 8px;
	}
	
	.nav li a,.nav li a:link,.nav li a:visited {
	color:#fff;
	text-decoration:none;
	}
	
	.nav li a:hover,.nav li.current_page_item a,.nav li.current_page_item a:hover {
	color:#ddd;
	border-bottom:1px solid #ffcc00;
	background:none;
	}
	
	/* Primary Cotent and Entries */
	.content-top {
	background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/bg_content_top.jpg) no-repeat left top;
	height:15px;
	width:100%;
	}

	.entry {
	text-align:left;
	padding:20px 8px;
	}
	
	.entry ul,.entry ol {
	margin:0 0 0 40px;
	}
	
	.entry li {
	padding-bottom:8px;
	}
	
	.date-header {
	font-size:11px;
	color:#ddd;
	text-align:right;
	margin:0 0 10px;
	padding:0 5px;
	}
	
	.entry-header {
	border-bottom:1px solid #ddd;
	font-size:18px;
	margin:0;
	}
	
	.entry-footer {
	color:#ddd;
	font-size:10px;
	text-align:right;
	border-top:1px solid #ddd;
	margin:0 0 20px;
	padding:4px 2px 2px;
	}
	
	/* Footer */
	#footer p {
	font-size:10px;
	text-align:center;
	line-height:18px;
	padding:5px 0;
	}
	
	/* Sidebar */
	#sidebar h2 {
	color:#6BA4DC;
	font-size:12px;
	letter-spacing:.2em;
	text-transform:uppercase;
	margin:15px 2px 0 10px;
	padding:2px 0;
	}
	
	#sidebar ul {
	color:#777;
	list-style:none;
	}
	
	#sidebar li {
	width:100%;
	}
	
	#sidebar ul ul li {
	width:100%;
	margin:0 10px;
	padding:2px;
	}
	
	#sidebar ul ul li a,#sidebar ul ul li a:link,#sidebar ul ul li a:visited {
	color:#6BA4DC;
	background:none;
	padding:4px;
	}
	
	#sidebar ul ul li a:hover {
	color:#6BA4DC;
	background:none;
	text-decoration:underline;
	}
	
	.left-sidecolumn {
	clear:left;
	float:left;
	width:55%;
	padding:0 0 0 5px;
	}
	
	.right-sidecolumn {
	clear:right;
	float:right;
	width:38%;
	padding:0 5px 0 0;
	}
	
	.intro {
	color:#777;
	width:90%;
	margin:5px;
	padding:5px;
	text-align:left;
	}
	
	/* Secondary Content */	
	.inner {
	background:#000;
	list-style:none;
	overflow:hidden;
	}
	
	.inner h2 {
	color:#fff;
	font-size:12px;
	letter-spacing:.2em;
	text-transform:uppercase;
	margin:15px 2px 0;
	}
	
	.inner ul {
	width:100%;
	list-style:none;
	margin:10px 0 10px;
	}
	
	.inner li {
	float:left;
	width:20%;
	background:transparent;
	margin-left:15px !important;
	margin-left:12px;
	padding:0 4px 6px 4px;
	display:inline;
	}
	
	.inner ul li {
	width:100%;
	margin:2px 0;
	padding:0 8px;
	overflow:hidden;
	}
	
	.inner ul li a,.inner ul li a:link,.inner ul li a:visited {
	display:block;
	background:transparent;
	color:#fff;
	white-space:nowrap;
	padding:2px;
	border-top:1px solid #3465A4;
	border-bottom:1px solid #3465A4;
	}
	
	.inner ul li a:hover {
	border-top:1px solid #ffcc00;
	border-bottom:1px solid #ffcc00;
	}
	
	.inner li.tags {
	width:45%;
	}
	
	.inner li.tags a:hover {
	background:none;
	text-decoration:underline;
	}
	
	#sidebar ul ul,.inner ul {
	margin:0;
	padding:0 0 10px;
	}
	
	/* Footer */
	#footer p {
	text-align:center;
	line-height:18px;
	padding:25px 0 5px;
	}

/* Search */
li#search {
width:95%;
margin:2px 3%;
}

#searchform {
color:#fff;
line-height:100%;
padding:0 0 5px 0;
display: block;
}

#searchform input {
border:0;
color:#fff;
margin:2px 4px;
}

#searchform input#searchinput {
width:92%;
height:16px;
color:#333;
border:1px solid #ddd;
background:url(images/bg_search.jpg) no-repeat right -21px #fff;
margin:5px 0 2px;
padding:2px;
}

#searchform input#searchinput:focus {
border:1px solid #ffcc00;
background:url(images/bg_search.jpg) no-repeat right 0 #fff;
}

#live-results {
color:#333;
margin:0;
padding:2px 0;
}

#live-results h2 {
display:block;
margin:5px 0;
padding:0;
}

#live-results h3 {
font-weight:400;
margin:0;
padding:0;
}

#live-results .more-results {
display:block;
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/search-more.png) left center no-repeat;
margin:5px 15px 0 0;
padding:2px 0 2px 18px;
}

#search-loading {
height:18px;
width:18px;
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/spinner.gif) center center no-repeat;
}

#search-reset {
height:18px;
width:18px;
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/cancel.png) center center no-repeat;
cursor:pointer;
}

#search-results ul {
margin:0;
padding:0;
}

#search-results li {
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/item.png) left center no-repeat;
margin:0;
padding:0;
}

#search-results h3 {
margin:0;
padding:0 0 0 8px;
}
/* Comments and Trackbacks */
#comment-section {
margin:40px 0 0;
}

#leavecomment {
text-align:center;
color:#ddd;
font-size:18px;
letter-spacing:-2px;
margin:30px 0;
}

#commentform {
margin:15px 0;
padding:10px;
}

input#author,input#email,input#url,textarea#comment {
border:1px solid #ddd;
padding:1px;
background:url(images/bg_input.jpg) repeat-x left top;
}

#commentform input:focus,#commentform textarea:focus {
color:#3377E3;
border:1px solid #ffcc00;
}

textarea#comment {
width:99%;
}

#submit,#previewcomment {
float:right;
margin:0 0 0 10px;
border:1px solid #3377E3;
color:#fff;
background:#6BA4DC;
padding:0 2px;
}

#submit:hover,#previewcomment:hover {
background:#4986e3;
}

.comment-header {
font-size:18px;
color:#ddd;
}

.comment-header a,.comment-header a:active,.comment-header a:visited,.comment-header a:link {
color:#ddd;
background:none;
}

.comment-header a:hover {
color:#ddd;
background:none;
text-decoration:underline;
}

.comment-content {
width:94%;
}

.comment-footer {
font-size:10px;
margin:4px 0;
padding:0;
}

.commentlist,.pinglist {
list-style:none;
margin:10px 0;
}

.commentlist li {
width:94%;
list-style:none;
padding:4px;
}

.commentlist p,.preview-content {
margin:10px;
}

.class-comment1 {
margin:15px 10px;
border:1px solid #6BA4DC;
}

.class-comment2 {
margin:15px 10px;
border:1px solid #ddd;
}

.pinglist li {
width:94%;
border:1px solid #0A396E;
list-style:none;
margin:15px 10px;
padding:4px;
}

.pinglist p {
text-align:left;
padding:8px 10px;
}
 
#error {
line-height:2.0;
padding:4px;
color:#FF0000;
background-color:#FFFF99;
}

#commentload {
padding-top:3px;
float:right;
vertical-align:middle;
}
/* Images */
p img {
border:0;
max-width:100%;
padding:2px;
}

.entry p img {
border:1px solid #ddd;
background:none;
}

img.center {
display:block;
margin:auto;
}

img.alignright {
float:right;
display:inline;
margin:0 0 2px 7px;
padding:2px;
}

img.alignleft {
float:left;
display:inline;
margin:0 7px 2px 0;
padding:2px;
}

.feedlink img {
float:right;
height:12px;
width:12px;
border:0;
margin:-19px 0 0;
}

/* Text align */
.center {
text-align:center;
}

.alignleft {
text-align:left;
}

.item,.alignright {
text-align:right;
}

/* Float */
div.floatright {
float:right;
}

div.floatleft {
float:left;
}

/* Classes */
.toggle-button {
float:right;
color:#6BA4DC;
background:none;
margin-right:10px;
}

.navigation {
display:block;
text-align:center;
padding:15px 0;
}

.alert {
width:90%;
background:#FFFF99;
border-left:4px solid #FFD324;
text-align:center;
margin:10px 0;
padding:5px 10px 5px 0;
}

.metacmt {
background:url(http://techbytesonline.com/wordpress/wp-content/themes/dipdolt-v1-10/images/arrow.png) left center no-repeat;
padding-left:18px;
}

.clear {
clear:both;
}