@import url('/wp-content/themes/sandbox/style.css');


/**** General styles ****/

body {
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	text-align: left;
	width: 780px;
	font-family: Verdana;
	font-size: 10pt;
}

div#container, div.sidebar {
	margin-top: 1em;
}

body.single div#nav-below {
	display: none;
}

body.home div#nav-above {
	display: none;
}

/**** Header styles ****/

#blog-title {
	display: none;
}

#blog-description {
	display: none;
}

div#header {
	background-image: url(/wp-content/themes/sandbox/cnb/cnb.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 780px;
	cursor: pointer;
	margin-bottom: 1em;
}

.skip-link {
	display: none;
}

div#menu ul li.page_item a {
	padding: 0px .5em;
}


/**** Entry styles ****/

h2.entry-title {
	font-size: 12pt;
	margin: 0px;
}

div.entry-meta {
	font-size: 8pt;
	text-align: center;
	border: 1px solid #DDDDDD;
	padding: 3px;
}

abbr {
	border-bottom: 0px;
}

div.entry-date {
	font-size: 9pt;
}	

div.post {
	margin-bottom: 2em;
}


/**** Sidebar styles ****/
div.sidebar ul ul li {
	background: transparent url(/wp-content/themes/sandbox/cnb/arrow.gif) no-repeat scroll 0pt 0.3em;
	font-size:8pt;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding-left:10px;
}

div.sidebar li {style.css (line 46)
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

/**** Home Page styles ****/
body.home div#content {
	padding-top: 70px;
	background: transparent url(http://ult-tex.net/counts/christmas/bans/30.jpg) no-repeat scroll top center;
}

div#footer {font-size: 9pt}
