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

h1, h2, h3, h4, h5, h6 { margin: 0; font-family: Tahoma, Arial, sans-serif; font-size: 12px; }
.clr { clear: both; display: block; height: 0; line-height: 0; font-size: 0; }
a, a:link, a:visited { outline: none; font: 12px Tahoma, Arial, sans-serif; color: #444; text-decoration: underline;  }
a:hover { text-decoration: none; }
p { margin: 0; }
input:focus, textarea:focus { outline: none; }
img { border: 0; }

#page {
	text-align: left;
}

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

#header {
	height: 76px;
	background: url(images/header.gif) repeat-x left top;
	margin: 0 0 26px;
}

#headerimg {
	position: relative;
	width: 920px;
	height: 76px;
	margin: 0 auto;
}

#header h1 {
	width: 482px;
	height: 76px;
}

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

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

#header #searchform {
	position: absolute;
	top: 22px;
	right: 0px;
	width: 300px;
	height: 29px;
	background: url(images/search_field.png) no-repeat left top;
}

#header #searchform #s {
	position: absolute;
	top: 3px;
	left: 28px;
	background: none;
	border: none;
	color: #767466;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	height: 18px;
	width: 183px;
	padding: 4px 0 0;
	line-height: 18px;
}

#header #searchform #searchsubmit {
	position: absolute;
	top: 1px;
	right: 0;
	background: url(images/search_button.png) no-repeat left top;
	border: none;
	color: #fff;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 700;
	width: 80px;
	height: 27px;
	padding: 0 0 2px;
	cursor: pointer;
	line-height: 26px;
}

#header #searchform #searchsubmit:hover {
	background: url(images/search_button.png) no-repeat left bottom;
}

#whatis {
	position: relative;
	width: 920px;
	height: 124px;
	margin: 0 auto 50px;
}

#whatis #fridayguy {
	position: absolute;
	top: -36px;
	left: -28px;
	background: url(images/fridayguy.png) no-repeat left top;
	width: 142px;
	height: 183px;
}

#whatis #info {
	float: right;
	background: #f3f2ee url(images/whatis_bg.png) no-repeat right bottom;
	width: 778px;
	height: 102px;
	border: 1px solid #d4d4d2;
	padding: 12px 20px 10px;
	font: 12px/18px Tahoma, Verdana, Arial, sans-serif;
}

#whatis h2 {
	color: #525252;
	font-size: 14px;
}

#whatis p {
	color: #444;
	margin: 8px 0;
}

#whatis p a {
	font-weight: 700;
	color: #ae3636;
}

#sidebar #menu {
	width: 238px;
	margin: 0 0 20px;
}

#sidebar #menu h2 {
	background: url(images/sidebar_nav_title.png) no-repeat left top;
}

#sidebar #menu ul li {
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	height: 28px;
	line-height: 28px;
	background: url(images/sidebar_underline.gif) repeat-x left bottom;
}

#sidebar #menu ul li.page_item a {	
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(images/sidebar_bullet.gif) no-repeat left center;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 28px;
}

#sidebar #menu ul li.page_item a:hover/*, #sidebar #menu ul li.page_item.current_page_item a*/ {	
	text-decoration: underline;
}

#all {
	width: 920px;
	margin: 0 auto 100px;
}
	
#related {
	clear: both;
	margin: 10px 0 0;
}
	
#related h5 {
	font-family: Arial, Tahoma, 'Lucida Grande', Verdana, sans-serif;
	margin: 0;
	font-size: 14px;
}

#related ul {
	margin: 6px 0 14px;
}

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

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

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

/* Contact Form */

div.wpcf7 form {
	text-align: left;
}

div.wpcf7 form span input {
	background: #fff;
	border: 1px solid #CCCCCC;
	color: #444;
	font-size: 14px;
	margin: 0;
	padding: 8px;
	width: 250px;
	cursor: text;
}

div.wpcf7 form span input:hover {
	border: 1px solid #CCCCCC;
	color: #444;
}

div.wpcf7 form span textarea {
	background: #fff;
	border: 1px solid #CCCCCC;
	color: #444;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 8px;
	width: 622px;
}

div.wpcf7 form span input:focus, div.wpcf7 form span textarea:focus, div.wpcf7 form span.wpcf7-form-control-wrap.Captcha input.captcha_field:focus  {
	border: 1px solid #ae3636;
	
}

div.wpcf7 form input {
	width: 170px;
	background: #fff;
	border: 1px solid #CCCCCC;
	color: #444;
	cursor: pointer;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	margin: 0;
	padding: 4px 0;
}

div.wpcf7 form input:hover {
	color: #ae3636;
	border: 1px solid #ae3636;
}

div.wpcf7 form img.captcha_image {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ccc;
}

div.wpcf7 form span.wpcf7-form-control-wrap.Captcha {
	display: inline;
	margin: 0;
}

div.wpcf7 form span.wpcf7-form-control-wrap.Captcha input.captcha_field {
	width: 170px;
	background: #fff;
	border: 1px solid #CCCCCC;
	color: #444;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 4px 8px 5px;
}

/* */

#sidebar #menu a.exclusive, #sidebar #menu a.exclusive:link, #sidebar #menu a.exclusive:visited {
	color: #AE3636;
	font-weight: 700;
}

h2.pagetitle {
	font-size: 22px;
	text-align: center;
	margin: 10px 0 30px;
	color: #444;
}

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;
	padding: 14px 0 0;
}

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

.thread-alt {
	background: #fff;
}

.thread-even {}
.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: #477cb1;
	text-decoration: underline;
}

.entry p a.more-link {  font-weight: 700; background: url(images/readmore_bg.gif) no-repeat left center; padding: 0 0 0 16px; }

.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; }

.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;
}

div.comment-author {
	float: left;
	margin: 0 0 10px;
}

.commentlist li .avatar { 
	float: left;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 3px;
	margin: 0 10px 0 0;
	width: 44px;
	height: 44px;
}
	
.commentlist cite.fn {
	margin: 0 10px 0 0;
}

.commentlist cite.fn {
	font: normal 700 18px Arial, Tahoma, sans-serif; 
	color: #444;
}

.commentlist cite.fn a {
	font: normal 700 18px Arial, Tahoma, sans-serif; 
	color: #477cb1;
	text-decoration: none;
}

.commentlist cite.fn a:hover {
	text-decoration: underline;
}

span.says { display: none; }

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

.commentmetadata {
	float: left;
	font-weight: normal;
	margin: 5px 0 0;
}

.commentmetadata a, .commentmetadata a:link, .commentmetadata a:visited {
	float: left;
	font-size: 12px;
	margin: 0 10px 0 0;
	color: #666;
	text-decoration: none;
}

.commentmetadata a:hover {
	text-decoration: underline;
}

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 */

/* About Us */
h2.author_heading {
	color: #444;
	font: 700 24px/normal Arial, Tahoma, Georgia, 'Lucida Grande', Verdana, sans-serif;
	text-decoration: none;
	padding: 0 0 20px;
	border-bottom: 1px solid #ddd;
	margin: 0 0 40px;
}

div.author {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #ddd;
	color: #444;
	font: 12px/18px Tahoma,Arial;
}

div.author div.author_avatar {
	float: left;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 3px;
	margin: 0 10px 0 0;
}

div.author div.author_info {
	float: left;
	width: 572px;
}

 div.author_info h3 {
	color: #444;
	font: 700 18px/normal Arial, Tahoma, Georgia, 'Lucida Grande', Verdana, sans-serif;
	text-decoration: none;
	margin: 0 0 4px;
}

 div.author_info p a {
	color: #477CB1;
	font-weight: 700;
 }
/**/

/* Begin Structure */

.narrowcolumn, .widecolumn {
	float: left;
	width: 652px;
}

.post {
	position: relative;
	margin: 0 0 60px;
	width: 652px;
}

.post .title_bg {
	position: absolute;
	width: 700px;
	height: 51px;
	top: 0;
	left: -40px;
	z-index: -1;
	background: url(images/post_title_bg.png) no-repeat left top;
}

.post .author_avatar {
	float: left;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 3px;
	margin: 0 10px 0 0;
}

.post .heading {
	float: left;
	width: 562px;
}

.post h2, .post h2 a, .post h2 a:link, .post h2 a:visited {
	color: #477CB1;
	font: 700 18px/normal Arial, Tahoma, Georgia, 'Lucida Grande', Verdana, sans-serif;
	text-decoration: none;
}

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

.post h3 {
	font: 700 16px/normal Arial, Tahoma, Verdana, Georgia, 'Lucida Grande', sans-serif;
	margin: 10px 0;
	color: #AE3636;
}

.post hr {
	display: block;
}

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

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

.postmetadata {
	float: left;
	font: 12px Tahoma, Arial, sans-serif;
	color: #999;
	margin: 6px 6px 0 0;
}

.postmetadata a, .postmetadata a:link, .postmetadata a:visited {
	color: #477cb1;
	font: 12px Tahoma, Arial, sans-serif;
}

.postmetadata a:hover {
	text-decoration: none;
}

.post span.modtools {
	float: left;
	margin: 7px 0 0 0;
}

.post span.modtools a {
	display: block;
	background: url(images/post_edit.gif) no-repeat left top;
	font: 11px Tahoma, Arial, sans-serif;
	color: #ae3636;
	text-decoration: none;
	outline: none;
	width: 30px;
	height: 13px;
	text-indent: -9999px;
}

div.social {
	float: left;
	margin: 19px 0 0 5px;
}

div.bottommeta {
	background: url(images/post_bar.png) no-repeat left top;
	width: 620px;
	height: 24px;
	padding: 5px 10px;
}

div.bottommeta .read_more_btn {
	float: right;
}

div.bottommeta .read_more_btn a {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #AE3636;
	line-height: 24px;
}

div.bottommeta span.keywords {
	float: left;
	color: #8b8a82;
	font-size: 12px;
	line-height: 23px;
}

div.bottommeta span.keywords a {
	font-size: 12px;
	color: #8b8a82;
	text-transform: lowercase;
}

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

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

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

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

.clear {
	clear: both;
}

#footer  {
	background: #f3f2ee url(images/footer.gif) repeat-x left bottom;
	height: 40px;
	padding: 6px 0 0;
}

#footer #ftr_content {
	position: relative;
	width: 920px;
	height: 40px;
	margin: 0 auto;
}

#footer ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 40px;
}

#footer ul li {
	float: left;
	margin: 0 6px 0 0;
	padding: 0 6px 0 0;
	background: url(images/ftr_sep.gif) no-repeat right 17px;
	line-height: 36px;
	height: 40px;
}

#footer ul li a {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #8d8a80;
	text-decoration: none;
	line-height: 36px;
}

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

#footer span.copy {
	position: absolute;
	top: 0;
	right: 0;
}

#footer span span {
	float: left;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9px;
	font-weight: 700;
	color: #8d8a80;
	height: 40px;
	line-height: 36px;
}

#footer a.cclic {
	float: left;
	margin: 13px 0 0 10px;
}

#footer #ftr_content a.twitter {
	background: url(images/twitter_icon.png) no-repeat top right;
	position: absolute;
	width: 104px;
	height: 90px;
	top: -80px;
	right: 0;
	text-indent: -9999px;
}

#footer #ftr_content a.rss {
	background: url(images/rss_icon.png) no-repeat top right;
	position: absolute;
	width: 82px;
	height: 60px;
	top: -66px;
	right: 115px;
	text-indent: -9999px;
} 

/* 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: #666;
	font-size: 11px;
}*/
	
.entry ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 10px 20px;
}

.entry ul li {
	background: url(images/content_bullet.gif) no-repeat left top;
	color: #444;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0 0 0 12px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 10px 0;
}

.entry ol li {
	color: #444;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	display: list-item;
}

.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: 0 0 20px;
}

#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;
}

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

#sidebar ul ol li {
	list-style: decimal outside;
}
	
#sidebar ul li ul li a {
	color: #F89E1B;
	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: 250px;
	padding: 8px;
	margin: 0 5px 0 0;
	background: #fff;
	border: 1px solid #ccc;
	color: #444;
	font-size: 14px;
}

#commentform {
	margin: 0;
}

#commentform small {
	font-size: 11px;
}

#commentform textarea {
	width: 622px;
	padding: 8px;
	background: #fff;
	border: 1px solid #ccc;
	color: #444;
	font-size: 14px;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #ae3636;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
#commentform #submit {
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	color: #444;
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	cursor: pointer;
	margin: 10px 0 0;
	}
	
#commentform #submit:hover {
	color: #ae3636;
	border: 1px solid #ae3636;
}

/* End Form Elements */

table.paging {
	margin: 0 auto;
}

/* Begin Comments*/

h3#comments {
	font: 700 18px Arial, Tahoma, sans-serif;
	color: #444;
	margin: 0 0 20px;
}

#respond h3.title {
	font: 700 18px Arial, Tahoma, sans-serif;
	color: #444;
	margin: 0 0 10px;
}

#respond p.logdetails {
	font-size: 12px;
	color: #444;
}

#respond p.logdetails a {
	color: #ae3636;
	font-size: 12px;
	font-weight: 700;
}

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

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

.commentlist li {
	list-style: none;
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
}

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

.commentlist p {
	margin: 0 0 10px;
	font-weight: normal;
	line-height: 18px;
	font-size: 12px;
	text-transform: none;
	color: #444;
}

.commentlist li div p {
	clear: both;
}

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

.children { padding: 0; }

#commentform p {
	margin: 0 0 5px;
}

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


/* End Comments */

/* Poll */

#sidebar div.wp-polls input.Buttons {
	background: url(images/search_button.png) no-repeat left top;
	border: none;
	color: #fff;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 700;
	width: 80px;
	height: 27px;
	margin: 1px 0 0;
	padding: 0 0 2px;
	cursor: pointer;
	line-height: 26px;
}

#sidebar div.wp-polls input.Buttons:hover {
	background: url(images/search_button.png) no-repeat left bottom;
}

#sidebar div.wp-polls ul.wp-polls-ul {
	width: 200px;
	margin: 0 auto;
}

#sidebar .wp-polls {
	border: 5px solid #f3f2ee;
}

#sidebar .wp-polls ul li, wp-polls-ul li {
	background: url(images/sidebar_underline.gif) repeat-x left bottom;
}

#sidebar .wp-polls .wp-polls-ans ul li {
	background: none;
}

/* Begin Sidebar */

#sidebar {
	float: right;
	width: 238px;
	padding: 0 0 0 14px;
}

#sidebar h2 {
	position: relative;
	left: -14px;
	top: 0;
	width: 250px;
	height: 40px;
	font: 400 20px Arial, Tahoma, 'Lucida Grande', Verdana, Sans-Serif;
	color: #666;
	margin: 0 0 10px;
	text-align: left;
	text-indent: -9999px;
}

#sidebar ul li.widget_categories h2 { background: url(images/sidebar_cat_title.png) no-repeat left top; }
#sidebar ul li.widget_views h2 { background: url(images/sidebar_mostread_title.png) no-repeat left top; }
#sidebar ul li.widget_polls-widget h2 { background: url(images/sidebar_poll_title.png) no-repeat left top; }
#sidebar ul li.widget_links h2 { background: url(images/sidebar_links_title.png) no-repeat left top; }
#sidebar ul li.ctc h2 { background: url(images/sidebar_tags_title.png) no-repeat left top; }

#sidebar  ul li.widget_categories ul li  {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	height: 28px;
	line-height: 28px;
	background: url(images/sidebar_underline.gif) repeat-x left bottom;
}

#sidebar  ul li.widget_categories ul li a {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	color: #666;
	background: url(images/sidebar_bullet.gif) no-repeat left center;
	padding: 0 0 0 12px;
}

#sidebar ul li.widget_links ul li, #sidebar ul li.widget_views ul li {
	background: url(images/sidebar_li_bottom.gif) no-repeat left bottom;
	margin: 0 0 10px;
	width: 236px;
}

#sidebar ul li.widget_links ul li:hover, #sidebar ul li.widget_views ul li:hover {
	background: url(images/sidebar_li_bottom_hover.gif) no-repeat left bottom;
}

#sidebar ul li.widget_links ul li a, #sidebar ul li.widget_views ul li a {
	background: url(images/sidebar_li_top.gif) no-repeat left top;
	display: block;
	color: #666;
	padding: 8px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
}

#sidebar ul li.widget_links ul li a span {
	display: block;
	margin: 4px 0 0;
}

#sidebar ul li.widget_links ul li a:hover, #sidebar ul li.widget_views ul li a:hover {
	background: url(images/sidebar_li_top_hover.gif) no-repeat left top;
	text-decoration: none;
}

#sidebar ul li.widget_links ul li a h6 {
	font-size: 12px;
	font-weight: 700;
}

#sidebar ul li.widget_links ul li a:hover h6, #sidebar ul li.widget_views ul li a:hover h3 {
	color: #ae3636;
}

#sidebar ul li.widget_views ul li a h3 {
	font-size: 11px;
	font-weight: 400;
	margin: 0;
}

#sidebar ul li.widget_views ul li a span {
	color: #bbb;
}

#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;
}

pre {
	display:block;
	background:#F9F9F9;
	border:1px dashed #D0D0D0;
	color:#333;
	font-size:11px;
	overflow:hidden;
	padding:10px;
}


/* End captions */

/* table_example */
.table_example {
	width:100%;
	border-top:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	border-spacing:0;
	margin:0 0 20px;
}

.table_example th {
	border-right:1px solid #f4f4f4;
	border-bottom:1px solid #f4f4f4;
	background:#f2f2f2;
	font: 16px Arial,Tahoma, sans-serif;
	color:#2F7DBA;
	font-weight:700;
	padding:14px 10px;
	text-align:left;
}

.table_example td {
	border-right:1px solid #f4f4f4;
	border-bottom:1px solid #f4f4f4;
	font-weight:400;
	padding:14px 10px;
}

.table_example tr.even td {
	background:#f8f8f8;
}

.table_example tr:hover td {
	background:#f2f2f2;
}

/* table_example */