body  {
	background: #ccc url(dannylarsen/bg.jpg);
}

h1, h2, h3, h4, h5, h6  {
	color: #666;
}

a  {
	color: #093;
}

/* STRUCTURE */
#header {
	background: url(dannylarsen/bg-header.jpg) top left no-repeat;
}

#header .container_16 {
	width: 980px;
}

#logo {
	float: right;
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
}

#logo h1 {
	width: 100%;
	background: url(dannylarsen/logo.gif) top right no-repeat;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 120px;
}

#header h1.title a  {
	display: none;
}

#header p.description  {
	display: none;
}

#tagline {
	display: none;
}

#rss a  {
	color: #093;
}

#content  {
	background-color: #fff;
}

#bottom  {
	background-color: #f2f7fb;
	padding:20px 0;
	border-left: 1px dotted #a6b3b9;
	border-right: 1px dotted #a6b3b9;	
}

#footer  {
	color: #666;
	background: url(dannylarsen/bg-footer.gif) repeat-x top left;
	height: 50px;
	line-height: 50px;
	padding-top: 10px;
}

#footer p a  {
	color: #666;
}

#footer .rss {
	float: right;
}

/* NAVIGATION */

#nav  {
	background: #3074a1 url(dannylarsen/bg-menu.gif) repeat-x top left;
}

#nav ul li a  {
	color: #093;
	text-transform: uppercase;
}

.current_page_item a:link, .current_page_item a:visited  {
	color: #000 !important;
}

/* BLOG CSS */
.screenshot {
	overflow: hidden;
}

.post p.categories span  {
	background-color: #fff;
	color: #666;
}

.post p.categories span a  {
	color: #093;
}

.post p.categories span.date a  {
	color: #666;
}

.post p.categories span.date  {
	background-color: #fff;
	color: #666;
	margin-left:5px;
}

.screenimg {
	overflow: hidden;
}

.screenimg span a {
	background: #ccc;
}

.theme .tags, .theme .tags a, .theme .rating, .post-ratings-text {
	color: #ccc !important;
}

h2.title a  {
	color: #000;
}

.post p {
	color: #666;
}

.post p.comments a  {
	background: url(limefresh/comments.jpg) no-repeat center left;
	color: #000;
}

p.continue a  {
	color: #286697;
}

.widget {
	background: #eaeaea;
}

.widgetlist  h3  {
	color: #fff;
	background-color:#093;
	text-transform: uppercase;
}

.widgetlist ul li a:link, .widgetlist ul li a:visited  {
	color: #000;
}

.widgetlist ul li {
	border-bottom: 1px solid #ccc;
}

#comments h2  {
	color:#093;
}

.commentlist li {
	background-color:#ccc;
	border:1px dotted #666;
}

#commentform #submit {
	background-color:#093 !important;
	border:1px solid #eaeaea;
	text-transform: lowercase;
	color: #fff !Important;
}

/* WP-PAGENAVI */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px !important;
	margin: 2px !important;
	text-decoration: none !important;
	background-color: #ffffff !important;
	border: 1px dotted #a6b3b9 !important;
	color: #A7C601 !important;
}
.wp-pagenavi a:hover {	
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A7C601;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A7C601;
	color: #A7C601;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	margin: 2px;
	color: #A7C601;
	font-size:13px;
	text-align:left;
	padding: 2px 10px 2px 5px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-size:18px;
	border: 1px dotted #ffffff;
	color: #ffffff;
	background-color: #A7C601;
}