/*basic formatting*/
html {margin:0;padding:0}
body {
	font: .8em/150% 'Century Gothic',"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #fff;
	background-image: url(wp-content/themes/dc2010/toptile.png);
	background-repeat: repeat-x;
	color:#333333;
}
#page {
	background-image:url(wp-content/themes/dc2010/2010tile.jpg);
	width: 910px;
	margin: 0 auto;
	background-repeat: repeat-y;
}

#content {
	margin:20px 30px 0 50px;
	padding-bottom:10px;
	float:left;
	width:550px;
	
}
#page #footer a {
	color: #fff;
}
#header {
	background-image: url(wp-content/themes/dc2010/2010header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 910px;
}

/*html>body #content {margin: 0 30px 0 20px}*/

/* -------header---------- */


#header h1 {
	height: 15px;
	font-size:8px;
	line-height:10px;
	text-align:left;
	margin:0 0 0 -3000px;
}
#banner2 h3 {
	font-weight: normal;

}
#banner2 p {
	color:#fff;
}
#nav {
	width: 750px;
	height:50px;
	margin: 0;
	font-size:1em;
}
#nav ul {
	display:block;
	float:left;
	margin:0 0 0 40px;
	padding:25px 0 0 0;
}
#nav li {
	display:block;
	float:left;
	text-align:center;
	list-style-type:none;
	color:#ffffff;
}
#nav li a {
	padding: 2px 10px;
	color:#ffffff;
	text-decoration:none;
	text-transform: uppercase;
	font: normal  "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}
#nav li a:hover {
	color:#aaa;
	background:none;
	border:none
}


/* -------basic anchors---------- */

a {color:#265D92;text-decoration:none}
a:hover {text-decoration:underline;}


/* -------websites side bar---------- */

#websites {
	float: right;
	margin: 20px 5px 20px 0;
	padding:0;
	width: 220px;
	font-size:.9em;
}
#websites #siteimages {
	width:202px;
	height:146px;
	background:url(wp-content/themes/default/8siteframe.jpg) no-repeat;
}
#websites #siteimages #site {
	margin: 12px 13px;
}
#websites li {list-style-type: none; padding: 3px 0}
#websites li a {width:200px;text-decoration:none; text-indent:10px;font-weight:normal;}

#websites li img {padding: 10px 0 0 10px}
#siteimages {
	height: 114px;
	width: 170px;
	margin: 10px 2px 10px 0;
}
#websites ul, #websites  li {
	margin-left: 0;
	padding:0;
}


/* -------footer-------- */

#footer {
	color:#fff;
	letter-spacing: 0.1em;
	clear:both;
	font-size: 0.8em;
	line-height: 61px;
	text-align:center;
	padding:0;
	background-image: url(wp-content/themes/dc2010/2010footer.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 910px;
}

/* ----------tech tips------------ */

.odd {
	background: #F3F4F8;
}
.even {background: #fff}
#tips {
	margin:1em 0;
	padding:0;
	font-size: 90%;
	border: 1px solid #4171A0;
	width: 600px;
	float:left

}

#tips p {line-height:25px;margin:0;padding: 0 5px;}
/*#tips a {font-weight: normal;display:block;width:100%}
#tips a:hover {color:#fff}*/

/* --------headings--------- */
/* colour was #5e7e4f or #244360*/
#content h2, #content h2 a {
	color:#4171a0;
	margin: 1em 0 .5em 0;
	text-decoration:none;
	border:none;
	font-family: 'Century Gothic',"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:normal;

}
#content h2 a:hover {color:#4A70A3}


/* ---------wp specific tags----------- */

small {
	margin:0;
	font-size:0.8em;
	text-transform: uppercase;
	letter-spacing:1px;
}
.postmetadata {
	font-size:.8em;
	font-weight: normal
}

/* ----- wp sidebar ----- */

#sidebar {
	width: 220px;
	float:right;
	font-size: .9em;
	margin: 0 5px 0 0;
	padding:0
}
#sidebar h2, #websites h2 {
	margin: 1em 0 0 0;
	color:#244360;
	font: normal 1.8em 'Century Gothic',"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
#sidebar ul, #sidebar li {
	padding:0;
	margin:0;
	list-style:none;
}
#s {width: 120px}
#sidebar a {font-weight:normal;text-decoration:none;padding: 0 5px}
#searchsubmit {font-size:9px;width: 45px;height: 22px}


/* ----- from styles.css ----- */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before, #websites ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}


ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}#page #content .img {
	margin-right: 1em;
}
.entry a img {border:solid 2px #4A70A3}
.rightimg {	margin-left:10px}
.entry  a img.noborder {
	border:none;	
}
