/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #666;
	line-height: 1.3em;
	font: 11px Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 { margin: 0; font-size: 12px; }
.clr { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
a, a:link, a:visited { outline: none; }
input:focus, textarea:focus { outline: none; }
img { border: 0; }

a.dl_btn {
	background: url(images/download_btn.png) no-repeat left top;
	display: block;
	width: 130px;
	height: 34px;
	margin: 20px auto 0;
	font-size: 0;
	text-indent: -9999px;
}

a.dl_btn:hover {
	background: url(images/download_btn.png) no-repeat left bottom;
} 

#page {
	text-align: left;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 110px;
}

#headerimg {
	width: 900px;
	height: 110px;
	margin: 0 auto;
}

#header h1 {
	margin: 0 auto;
	width: 350px;
	height: 110px;
}

#header h1 a {
	display: block;
	height: 110px;
	font: 30px Georgia, serif;
	color: #666;
	background: url(images/logo.jpg) no-repeat left top;
	text-indent: -9999px;
	font-size: 0;
	outline: none;
}

#header h1 a:hover {
	background: url(images/logo.jpg) no-repeat left bottom;
	color: #888;
	text-decoration: none;
}

#rss {
	width: 120px;
	height: 90px;
	background: url(images/rss.png) no-repeat right top;
	margin: 0 auto;
}

#rss a {
	display: block;
	text-indent: -9999px;
	font-size: 0;
	width: 90px;
	height: 90px;
}

div.flickr {
	text-align: right;
}

#sidebar div.flickr h2 {
	color: #FF0084;
}

div.flickr a {
	float: left;
	margin: 0 3px 3px 0;
}

div.flickr a img {
	width: 67px;
	height: 67px;
}

div.flickr a.more {
	clear: both;
	float: none; 
	margin: 0 3px 0 0;
	color: #F89E1B;
}

#header div.description {
	font: 11px Tahoma, Arial, sans-serif;
	color: #666;
}

#menu {
	width: 900px;
	margin: 0 auto;
	height: 34px;
	background: url(images/mainmenu.gif) no-repeat left top;
}

#menu div.nav {
	float: left;
	width: 650px;
}

#menu ul {
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	float: left;
	height: 30px;
	background: url(images/mainmenu_li.gif) no-repeat right top;
	padding: 0 2px 0 0;
}

#menu ul li.page_item a {	
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	float: left;
	line-height: 31px;
	padding: 0 15px;
	color: #333;
	text-decoration: none;
	font-weight: 700;
	text-shadow: 1px 1px 0px #fcc45d;
}

#menu ul li.page_item a:hover {	
	background: url(images/mainmenu_hover.gif) repeat-x left top;
}

#menu ul li.page_item a.home:hover {
	background: url(images/mainmenu_home_hover.gif) no-repeat left top;
}
	
#menu ul li.page_item.current_page_item a {
	background: url(images/mainmenu_hover.gif) repeat-x left top;
}

#menu #searchform {
	float: right;
	width: 240px;
	height: 20px;
	background: url(images/search.gif) no-repeat right top;
	padding: 5px;
}

#menu #searchform #s {
	float: left;
	background: none;
	border: none;
	padding: 3px;
	color: #333;
	font-size: 11px;
	height: 14px;
	margin: 0;
	width: 210px;
}

#menu #searchform #searchsubmit {
	float: left;
	background: none;
	border: none;
	color: #666;
	font-size: 0px;
	cursor: pointer;
	height: 20px;
	width: 24px;
	text-indent: -9999px;
}

#menu #searchform #searchsubmit:hover {
	color: #999;
}

#all {
	background: url(images/content.gif) repeat-y left top;
	width: 900px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 650px;
}

#content_top {
	background: url(images/content_top.gif) no-repeat left top;
	width: 900px;
	margin: 0 auto;
	height: 10px;
	font-size: 0;
}

#content_bottom {
	background: url(images/content_bottom.gif) no-repeat left bottom;
	width: 900px;
	margin: 0 auto;
	height: 10px;
	font-size: 0;
}

#thebest {
	width: 610px;
	padding: 10px 20px;
	border-bottom: 10px solid #ebebeb;
	position: relative;
	top: -20px;
	left: -30px;
}

div.featuredposts {
	height: 140px;
	font-size: 11px;
	background: #fff;
	color: #777;
}

div.featuredposts h3 {
	margin: 0 0 15px;
	background: #ebebeb;
	color: #747474;
	height: 28px;
	line-height: 27px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

div.featuredposts ul {
	margin: 0;
	padding: 0 5px;
	list-style: none;
}

div.featuredposts ul li {
	float: left;
	width: 271px;
	background: url(images/featured_arrow.gif) no-repeat left center;
	padding: 0 0 0 14px;
	margin: 0 0 6px;
}

div.featuredposts h2 {
	margin: 0;
	font-size: 11px;
	color: #777;
}

div.featuredposts h2 a {
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #777;
	text-decoration: none;
}

div.featuredposts h2 a:hover {
	color: #666;
	text-decoration: underline;
}
	
a, h2 a:hover, h3 a:hover {
	text-decoration: none;
}

a, a:link, a:visited {
	font: 12px Tahoma, Arial, sans-serif;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Georgia, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	margin: 0;
}

h2 {
	font-size: 24px;
}

h3 {
	margin: 10px 0;
	font: 700 14px Tahoma, Arial, sans-serif;
	}
	
#related {
	clear: both;
	margin: 20px 0 0;
	padding: 0 10px;
}
	
#related h5 {
	font-family: Arial, Tahoma, 'Lucida Grande', Verdana, sans-serif;
	margin: 0 0 5px;
	font-size: 14px;
}

#related ul li {
	background: none;
	padding: 0 0 0 10px;
}

#related ul li:before {
	content: "\00BB \0020";
}

#related ul li a {
	padding: 0 0 0 2px;
}

h2.pagetitle {
	font-size: 18px;
	text-align: center;
	margin: 10px 0;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #333;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font: 12px Tahoma, Arial;
	line-height: 18px;
	color: #444;
}

.narrowcolumn .entry p, .widecolumn .entry p {
	margin: 10px 0;
}

.narrowcolumn .entry h1, .widecolumn .entry


.thread-alt {
	background: #fff;
}

.thread-even {
	background: #f5f5f5;
}

.depth-1 { }

.even, .alt {}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a, .entry p a:link, .entry p a:visited {
	color: #f89e1b;
	text-decoration: underline;
}

.entry p a:hover {
	text-decoration: none;
}
.entry h2 a { text-decoration: underline; }
.entry h2 a:hover { text-decoration: none; }
.entry h6 { font-size: 12px; margin: 1px 0 0; font-weight: 400; }

.entry p.post_pages { margin: 25px 0; text-align: center; border: 1px solid #ccc; padding: 10px; }
.entry p.post_pages a { display: inline-block; padding: 2px 5px; border: 1px solid #666; background: #666; color: #fff; text-decoration: none; }
.entry p.post_pages a:hover { background: #888; }

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 11px Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 20px 0 0;
	}
	
.commentlist cite.fn {
	border-right: 1px solid #999;
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

.commentlist cite.fn, .commentlist cite.fn a {
	font: normal 400 24px/38px Tahoma, Arial, sans-serif; 
	color: #777;
}

span.says { display: none; }

#commentform p {
	font-family: Tahoma, Arial, 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	float: left;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 20px;
}

.commentmetadata a, .commentmetadata a:link, .commentmetadata a:visited {
	float: left;
	line-height: 40px;
	font-size: 11px;
	margin: 0 10px 0 0;
	color: #666;
}

div.comment-author {
	float: left;
}


small, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

.narrowcolumn {
	float: left;
	width: 590px;
	padding: 20px 30px;
}

.widecolumn {
	float: left;
	width: 590px;
	padding: 20px 30px;
}

.postholder {
	position: relative;
	width: 590px;
}

div.date {
	position: absolute;
	top: 6px;
	left: -80px;
	background: url(images/date.png) no-repeat left top;
	width: 50px;
	height: 84px;
	padding: 1px 5px;
}

div.date div.post-day {
	font: 24px Georgia, serif;
	color: #fff;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

div.date div.post-month-year {
	font: 14px Georgia, serif;
	color: #fff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	text-transform: lowercase;
}

.post {
	background: #fff;
	padding: 0 0 30px;
	width: 590px;
}

.post h2, .post h2 a, .post h2 a:link, .post h2 a:visited {
	color: #444;
	font: 400 24px/normal Georgia, 'Lucida Grande', Verdana, Arial, sans-serif;
}

.post h2 a:hover {
	color: #F89E1B;
}

.post h3 {
	font: 700 italic 18px/normal Georgia, 'Lucida Grande', Verdana, Arial, sans-serif;
	margin: 10px 0;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.post span.modtools {
	display: block;
}

.post span.modtools a {
	font: 11px Tahoma, Arial, sans-serif;
	color: #F89E1B;
	text-decoration: none;
}

.post span.modtools a:hover {
	text-decoration: underline;
}

.postmetadata {
	clear: both;
	border-bottom: 1px solid #ebebeb;
	font: 11px Tahoma, Arial, sans-serif;
	color: #999;
	text-transform: lowercase;
	padding: 0 0 5px;
	width: 590px;
	margin: 5px 0 10px;
}

.postmetadata a, .postmetadata a:link, .postmetadata a:visited {
	color: #666;
	font: 11px Tahoma, Arial, sans-serif;
}

.postmetadata span.left {
	float: left;
}

.postmetadata span.comm {
	height: 16px;
	background: url(images/comments.gif) no-repeat left center;
	float: right;
	margin: 0;
	padding: 0 0 0 18px;
}

.postmetadata span.comm a,.postmetadata span.comm a:link, .postmetadata span.comm a:visited {
	color: #f89e1b;
	font: 700 11px Tahoma, Arial, sans-serif;
}

a.dl_button { 
	float: left; 
	background: url(images/dl_button.png) no-repeat left top; 
	height: 40px; 
	width: 146px; 
	text-indent: -9999px;
	font-size: 0;
}

a.dl_button:hover { 
	background: url(images/dl_button.png) no-repeat left bottom; 
	height: 40px;
}

a.demo_button { 
	float: left; 
	background: url(images/demo_button.png) no-repeat left top; 
	height: 40px; 
	width: 146px;
	text-indent: -9999px;
	font-size: 0;
}

a.demo_button:hover { 
	background: url(images/demo_button.png) no-repeat left bottom; 
	height: 40px;
}

#share {
	margin: 20px 0;
}

a.share123 {
	float: left;
	margin: 0 10px 0 0;
}

div.tweetmeme_button {
	float: left;
	height: 21px;
	padding: 6px 0 0;
}

a.facebook_share {
	float: left;
	padding: 5px 0 0;
}

span.keywords {
	clear: both;
	display: block;
	padding: 6px;
	line-height: 13px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f8f8f8;
	color: #666;
	font-size: 11px;
}

span.keywords a {
	font-size: 11px;
	color: #999;
}

.clear {
	clear: both;
}

#footer {
	font: 11px Tahoma, Arial, sans-serif;
	margin: 10px auto 0;
	width: 900px;
}

#footer a {
	color: #89a4ae;
}

#footer p {
	padding: 0 0 20px;
	margin: 0;
	text-align: center;
}

/* End Structure */

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	}

img.alignright {
	padding: 5px;
	margin: 5px 0 5px 10px;
	display: inline;
	border: 1px solid #ddd;
	}

img.alignleft {
	padding: 5px;
	margin: 5px 10px 5px 0;
	display: inline;
	border: 1px solid #ddd;
	}

.alignright {
	float: right;
	margin: 5px 0 5px 10px;
	display: inline;
	}

.alignleft {
	float: left;
	display: inline;
	margin: 5px 10px 5px 0;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 0;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(images/lists.gif) no-repeat left center;
	color: #444;
	font-size: 12px;
	}
	
.entry ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.entry ul li {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/lists.gif) no-repeat left center;
	color: #666;
	font-size: 11px;
}

.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;
	list-style: none;
	}

#sidebar ul li {
	margin-bottom: 30px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul li ul, #sidebar ul li ol {
	margin: 0 0 0 10px;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	color: #666;
	margin: 0;
	font: 11px/17px Tahoma, Arial, sans-serif;
}

#sidebar ul li ul li.recentcomments {
	padding: 0 0 0 12px;
	background: url(images/side_menu_row.gif) no-repeat left center;
}

#sidebar ul li ul li.recentcomments a {
	background: none;
	padding: 0;
}

#sidebar ul li ul li.recentcomments a.url {
	color: #666;
	text-decoration: none;
	padding: 0 2px 0 0;
	font-size: 11px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}
	
#sidebar ul li ul li a {
	color: #F89E1B;
	padding: 0 0 0 12px;
	background: url(images/side_menu_row.gif) no-repeat left center;
	text-decoration: none;
}

#sidebar ul li ul li a:hover {
	text-decoration: underline;
}

/* End Entry Lists */

/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
}

#commentform {
	margin: 0;
}

#commentform textarea {
	width: 584px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	font-size: 12px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	color: #999;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	cursor: pointer;
	margin: 0;
	}
	
#commentform #submit:hover {
	color: #666;
}
/* End Form Elements */



/* Begin Comments*/

#respond h3.title {
	font: 700 12px Tahoma, Arial, sans-serif;
}

#respond p.logdetails {
	color: #666;
}

#respond p.logdetails a {
	color: #F89E1B;
	font-size: 11px;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	margin: 0;
	text-align: justify;
}

.commentlist li {
	list-style: none;
	margin: 15px 0;
	padding: 10px;
	font-weight: 700;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 1.3em;
	text-transform: none;
}

.commentlist li div p {
	clear: both;
}

.commentlist li div p a {
	font: 11px Tahoma, Arial, sans-serif;
	color: #F89E1B;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


/* End Comments */

/* Begin Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 20px;
}

#sidebar h2 {
	font: 400 20px Arial, Tahoma, 'Lucida Grande', Verdana, Sans-Serif;
	color: #666;
	margin: 0 0 12px;
	text-align: left;
}

#sidebar form {
	margin: 0;
}
	
/* End Sidebar */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0;
}

.navigation a, .navigation a:link, .navigation a:visited {
	font: 700 12px Tahoma, Arial, sans-serif;
	color: #666;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ddd;
	padding: 5px;
}

div.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	padding: 5px 0;
}

div.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 5px 0 0;
	margin: 0;
	color: #666;
}
/* End captions */
