* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background: #c1c1c1 url(bg.jpg) repeat-x;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color:#444444; 
	text-decoration: none;
    font-weight:bolder;
}

a:hover {
	text-decoration: underline;
}

input,select,textarea {
	background-color: #FFF;
	border: #c1c1c1 1px solid;
	padding: 5px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
	letter-spacing: 0;
}

#comment textarea {
	padding-top: 10px;
}

input:focus, select:focus ,textarea:focus {
	background-color: #f1f1f1;
	font-weight: bold;
}

select {
	padding: 0;
}

li {
	list-style: none;
}

/*========= LAYOUT =========*/

#container {
	background: url(bg_footer.jpg) bottom repeat-x;
}

#wrap {
	width: 947px;
	background-color: #888;
	padding-top: 1px;
	margin: 10px auto 0px auto;
}

#page {
	width: 945px;
	background-color: #FFFFFF;
	padding-top: 5px;
	margin: 0px auto 0px auto;
}

/*--- Main Columns ---*/

#columns {
	padding: 10px 15px 25px;
	background-color: #FFFFFF;
	margin: 0px;
}

.col1 {
	float: left;
	width: 572px;
	padding-right: 10px;
	padding-left: 2px;
	border-right: 1px solid #ddd;
}

.col1_single {
	float: left;
	width: 564px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #ddd;
}

.col2 {
	float: left;
	padding-left: 10px;
	width: 320px;
}

.featured_gallery {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

/*--- Sidebar Content ---*/

.sidebar_header {
	width: 320px;
}

.sidebar_header_left {
	width: 150px;
}

.sidebar_header_left h2 {
	padding: 0 0 10px;
	color: #FFFFFF;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar_header h2 {
	text-align: left;
	color: #FFFFFF;
	background-color: #222;
	border: 3px double #FFF;
	font: 10px Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home_albumreviews {
	float: left;
	text-align: center;
	width: 320px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	display: inline;
	border-bottom: 1px solid #ccc;
}

.home_albumreviews h2 {
	text-align: left;
	color: #FFFFFF;
	background-color: #222;
	border: 3px double #FFF;
	font: 10px Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.home_albumreviews a img {
	height: 75px;
	width: 75px;
	margin: 5px 2px 1px 2px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #888;
}

.home_albumreviews a:hover img {
	height:75px;
	width: 75px;
	margin: 5px 2px 1px 2px;
	padding: 4px;
	background: #ddd;
	border: 1px solid #888;
}



.sidebar_albumreviews {
	float: left;
	text-align: center;
	width: 320px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

.sidebar_albumreviews h2 {
	text-align: left;
	color: #FFFFFF;
	background-color: #222;
	border: 3px double #FFF;
	font: 10px Georgia, "Times New Roman", Times, serif;
	padding: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.sidebar_albumreviews a img {
	height: 59px;
	width: 59px;
	margin: 5px 2px 1px 2px;
	padding: 4px;
	background: #FFF;
	border: 1px solid #888;
}

.sidebar_albumreviews a:hover img {
	height: 59px;
	width: 59px;
	margin: 5px 2px 1px 2px;
	padding: 4px;
	background-color: #333;
	border: 1px solid #888;
}

.ad_rectangle {
	float: left;
	text-align: center;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

/*========= HEADER =========*/

/*- Page Navigation -*/

.nav2 li:hover, .nav2 li.sfHover,.nav2 li.current,.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #333333;
}

#nav .current_page_item {
	background-color: #333;
	color: #FFFFFF;
	border-right: 1px solid #fff;
	height: 30px;
}

#nav ul  li.back {
	background-color: #777777;
	color: #FFFFFF;
}

#nav_container {
	height: 30px;
	padding: 1px 1px 1px 1px !important;
	background-color: #FFF;
	margin: 10px 15px 0px !important;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	width: 915px !important;
}

#nav {
	padding: 0px 0px 0px 0px !important;
	background-color: #FFF;
	width: 915px !important;
	height: 30px !important;
}

#nav-left {
	float: left;
	display: inline;
	width: 520px;
}

#nav-right {
	float: right;
	display: inline;
	width: 326px;
	margin: 0px !important;
	padding: 0px !important;
}

#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
}

#nav ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #c1c1c1;
	height: 30px;
}

#nav ul li:hover {
	background: #ddd;
	border-right: 1px solid #FFF;
}

#nav .current_page_item a {
	color: #FFFFFF;
}

#nav ul li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul li a {
	text-decoration: none;
	outline: none;
	color: #222;
	text-align: center;
	top: 9px;
	letter-spacing: 1px;
	z-index: 10;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin: auto 10px auto 10px;
	text-transform: uppercase;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
}

#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}

/*- Page Navigation (Different Colors) -*/

#nav ul li.page_item:hover {
	background: #f1f1f1;
	border-right: 1px solid #c1c1c1;
}

#nav ul li.page_item.page-item-2:hover {
	background: #f1f1f1;
	border-right: 1px solid #c1c1c1;
}

#nav ul li.page_item.page-item-6:hover {
	background: #f1f1f1;
	border-right: 1px solid #c1c1c1;
}

#nav ul li.page_item.page-item-8:hover {
	background: #f1f1f1;
	border-right: 1px solid #c1c1c1;
}

#nav ul li.page_item.page-item-10:hover {
	background: #f1f1f1;
	border-right: 1px solid #c1c1c1;
}

#nav ul li.page_item.page-item-11:hover {
	background: #f1f1f1;
	border-right: 1px solid #c1c1c1;
}

#nav .page_item.page-item-2.current_page_item {
	background-color: #222;
	color: #FFFFFF;
}

#nav .page_item.page-item-6.current_page_item {
	background-color: #222;
	color: #FFFFFF;
}

#nav .page_item.page-item-8.current_page_item {
	background-color: #222;
	color: #FFFFFF;
}

#nav .page_item.page-item-10.current_page_item {
	background-color: #222;
	color: #FFFFFF;
}

#nav .page_item.page-item-11.current_page_item {
	background-color: #222;
	color: #FFFFFF;
}

/*- END Page Navigation (Different Colors) -*/

/*- Category Navigation -*/

#nav2_container {
	background: #FFF;
}

ul#nav2 {
	border: 3px double #FFF;
	background: #222;
}

#nav2 li a:hover {
	background: #444;
	color: #fff;
	text-decoration: none;
}

#nav2, #nav2 * {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav2 {
	height: 30px;
	background: #222;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	line-height: 30px;
	margin: 0px 15px;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	z-index: 10 !important;
}

#nav2 li {
	line-height: 30px;
	float: left;
	list-style: none;
	z-index: 10 !important;
}

#nav2 li a {
	background: #222;
	color: #FFF;
	display: block;
	padding: 0 13px;
	border-right: 1px solid #ddd;
	z-index: 10 !important;
	text-transform: uppercase;
	font: 10px/30px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

#nav2 li ul {
	position: absolute;
	left: -999em;
	margin-top: 3px;
	z-index: 10 !important;
}

#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index: 10 !important;
}

#nav2 li ul li {
	display: block !important;
	float: none !important;
	border: 1px solid #ddd !important;
	border-top: none !important;
	background: #fff;
	z-index: 10 !important;
}

/*- Gallery Holder -*/

.gallery_container {
	width: 300px;
	background-color: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
}

/*- Search -*/

#search {
	float: right;
	width: 204px;
	margin: 0px 0px 1px !important;
	padding: 0px !important;
}

* html #search {
	margin-right: 8px;
}

#search input {
	background: #fff;
	border: 1px solid #c1c1c1;
	color: #222;
	float: left;
	width: 154px;
	margin: 2px 2px 2px 0px;
	padding: 6px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#search .btn {
	background: #222;
	color: #FFF;
	width: 32px;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*- Header -*/

#header {
	height: 70px;
	background-color: #ffffff;
	margin: 10px 15px 10px 15px;
	padding: 0px;
}

/*- Logo -*/

#header h1 {
	float: left;
	display: inline;
	line-height: 70px;
	font-size: 24px;
}

#header h1 a {
	display: block;
	height: 70px;
	width: 854px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/

#topbanner {
	float: right;
	width: 468px;
	padding: 20px 0px 0px;
}

#topbanner img {
	float: right;
}

.featured h3 a:hover {
	color: #000;
}

.video-right ggg {
	color: #000;
}

.catlist h2 {
	color: #fff;
	background-color: #777777;
	background-image: url(ico-catlist.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#footer a {
	color: #777777;
}

#archivebox h4 em, #archivebox h2 em, #archivebox h3 em {
	color: #999;
}

ul.list1 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul.list1 a {
	color: #222;
}

.list1 li, .list3 li {
	background: url(ico-star.gif) no-repeat left center !important;
}

.list2 li {
	background: url(ico-feat.gif) no-repeat left center !important;
}

#rss h2 {
	background-color: #f5cccc;
	border: 1px solid #e06666;
	color: #000000;
}

/*- RSS -*/

#rss a {
	color: #666666;
}

#rss h2 {
	padding: 10px;
	font-size: 14px;
	margin-bottom: 10px;
}

#rss ul {
	margin: 0px;
	padding: 10px;
	float: left;
}

#rss li {
	margin: 0px;
	border: none !important;
	padding: 5px;
}

#rss img {
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}

/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background: #eee;
	float: left;
	width: 583px;
	height: auto;
	margin: 15px 0px 0px;
	padding: 5px;
	border: 1px solid #ddd;
}

.video-left {
	float: left;
	width: 285px !important;
	display: inline;
	background-color: #FFFFFF;
}

.video-left p {
	padding: 0px !important;
	margin: 0px !important;
}

.video-left h2 {
	display: none;
}

.video-right {
	float: right;
	width: 273px;
	display: inline;
	background-color: #FFFFFF;
	padding: 10px;
}

.video-right h2 {
	color: #000000;
	font-size: 11px;
	line-height: normal;
	font-weight: bold !important;
	margin: 0 !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.video-right p {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0px;
}

.video-right h3 {
	font-style: normal !important;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 0px;
}

.video-right .mootabs_title {
	border-top: 1px solid #FFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.video-right .mootabs_title li {
	color: #000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 1px solid #dddddd;
	background: #f7f7f7;
	line-height: 10px;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.video-right .mootabs_title li:hover, .video-right .mootabs_title li.active {
	background: #dddddd url(ico-watch.gif) right center no-repeat !important;
}

/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/

.post {
	margin: 0;
}

.post h2 {
	font-size: 18px;
	padding: 0 0 5px;
}

.post h3 {
	font-size: 14px;
}

.post h3 a {
	color: #000000;
}

.post p {
	padding: 0 0 15px;
	line-height: 15px;
}

/*- Article Listing -*/

.heading {
	height: 50px;
	padding: 0px 0px 0px 0px;
	color: #444 !important;
}

h3 {
	color: #999;
	font: 20px baskerville, "palatino linotype", "times new roman", serif;
	letter-spacing: 1px;
	padding-top: 5px;
	text-transform: uppercase;
}

h3 a {
	color: #999;
	text-decoration: none;
}

.heading h3 {
	float: left;
}

.heading .rss, .rss a {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
}

.article_listing {
	width: 100%;
	position: relative;
	display: table;
}

.contentbox {
	border-top: 1px solid #ddd;
	width: 100%;
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
}

.contentbox h2 {
	font: normal normal 10px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
}

.contentbox_container {
	float: left;
	width: 568px;
	background: #FFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
}

.contentbox_header {
	background: #222;
	height: 14px;
	padding: 5px 2px 2px 5px;
	margin-bottom: 5px;
	margin-top: -10px;
}

.contentbox_header h2, .contentbox_header h2 a {
	color: #FFF;
	font: 10px/12px Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.contentbox img {
	border: 1px solid #c1c1c1;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

.contentbox_left {
	float: left;
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 0px;
}

.contentbox_left .pic {
	height: 200px;
	width: 125px;
}

.contentbox_left .pic .info {
	float: right;
	width: 125px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFF;
}

.contentbox_left h3 a {
	padding: 0 0 0 3px !important;
	text-transform: uppercase;
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #000;
}

.contentbox_left .pic .info h3, contentbox_left .pic .info h3 a {
	padding: 0 0 0 0px !important;
	text-align: center;
	text-transform: uppercase;
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #000;
}

.contentbox_left .pic .info h3, contentbox_left .pic .info h3 a:hover {
	color: #fff !important;
	text-decoration: none;
}

.contentbox_left .pic .info p, contentbox_left .pic .info p a {
	padding: 0 0 0 6px !important;
	color: #f2f2f2 !important;
	line-height: 12px;
	text-decoration: none;
}

.contentbox_left .pic .info p a:hover {
	text-decoration: none;
}

.contentbox_right {
	float: left;
	width: 414px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.contentbox_right .post_date {
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.contentbox_right p {
	padding-top: 10px;
	line-height: 18px;
	font-size: 12px;
}

.contentbox_right h1 a {
	text-decoration: none;
	font: 23px/23px Palatino, Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
	letter-spacing: 0;
	color: #444;
}

.contentbox_right .continue a {
	color: #92849c;
	text-transform: uppercase;
	font: 10px Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-align: center;
}

/*- Syndication -*/

.syndication {
	clear: both;
	height: 1%;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}

/*- Box -*/

.box {
	clear: both;
	height: 1%;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}

.box .post {
	float: left;
	width: 278px;
}

.box .article_listing {
	padding-top: 10px;
	float: right;
	width: 270px;
}

.box_footer {
	height: 30px;
	border-top: 1px solid #ddd;
	background: #FFF;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 10px Palatino, Georgia, "Times New Roman", Times, serif;
}

.box .post_date {
	color: #999999;
	text-transform: uppercase;
	font: normal 10px Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
}

.box .post h2 a {
	font-family: Palatino, Georgia, "palatino linotype", "times new roman", serif;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

.box .post h2 {
	font-size: 14px;
	padding: 10px 0px 5px 0px;
	line-height: 14px;
}

.box .post p {
	font-size: 10px;
	line-height: 14px;
	padding: 10px 0px 0px 10px;
}

.box .post img {
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px 10px 0px 10px;
}

/*=== Traditional Blog Post ===*/

.post-alt {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}

.post-alt h2 {
	font-size: 24px;
	padding: 0;
	color: #000000;
	line-height: 26px;
}

.post-alt h3 {
	font-size: 13px;
	padding-bottom: 5px;
	line-height: 18px;
	color: #000000;
}

.post-alt h4 {
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}

.post-alt h1 a {
	text-decoration: none;
	font: 10px/10px Palatino, Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
	letter-spacing: 1px;
	color: #888;
	text-transform: uppercase;
}

.post-alt h2 a {
	text-decoration: none;
	font: 22px/23px Palatino, Georgia, "Times New Roman", Times, serif;
	text-indent: 0;
	letter-spacing: 0;
	color: #444;
}

.post-alt h3 a {
	text-decoration: none;
	font: 27px/23px Arial, Helvetica, Geneva, sans-serif;
	text-indent: 0;
	letter-spacing: -1px;
	color: #444;
}

.post-alt p {
	
}

.post-alt h3.post_date {
	color: #999999;
	padding: 0px 0px 10px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}

.post-alt h3.post_date em {
	text-transform: lowercase;
	font-style: italic;
}

h1.posted, h2.posted {
	background-color: #f1f1f1;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font: normal 10px/15px Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

h1.posted, h2.posted a {
	color: #333;
	font-size: 10px;
}

h3.posted {
	font-size: 10px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	background-color: #eeeeee;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: left;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

h3.posted a {
	color: #000000;
	font-size: 10px;
}

/*=== Buttons ===*/

.continue {
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#comment {
	clear: left;
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 0px;
}

.comments_rss {
	float: right;
	text-transform: uppercase;
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.comment_gravatar {
	float: left;
	width: 100px;
	display: table;
}

.comment_gravatar img {
	text-align: center;
	border: 1px solid #ddd;
	padding: 2px;
	height: 60px;
	width: 60px;
	margin: 0px 0px 10px 0px;
}

.comment_intro {
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.comment_post {
	padding: 1px;
	width: 428px;
	float: left;
}

#commentwrap {
	display: block;
	width: 570px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 5px;
}

.commentlist li {
	display: block;
	float: left;
	clear: both;
	margin-left: 0px;
	margin-bottom: 10px;
}

.commentlist ol {
	margin-left: 0px;
	padding-left: 0px;
}

.commentlist {
	margin-left: 0px;
	padding-left: 0px;
}

.comment-inside {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	width: 408px;
	float: left;
	color: #666;
}

#commentform {
	margin: 1em 0;
	background: #FFFFFF;
	margin-left: 0px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 370px;
}

#commentform #author {
	font-size: 1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#commentform #email {
	font-size: 1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#commentform #url {
	font-size: 1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#commentform #author:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#commentform #email:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 4px;
	padding-top: 4px;
	margin-bottom: 10px;
}

#commentform textarea:focus {
	background: #ffffff;
}

#commentform input {
	margin-bottom: 3px;
}

#submit {
	background: #222;
	color: #FFF;
	border: 3px double #FFF;
	padding: 10px;
	margin-bottom: 3px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*===



.comments {



	padding-bottom: 0px !important;



}







.commentmetadata {



	float: right;



	font-family: Baskerville, Georgia, "Palatino Linotype", "Times New Roman", serif;



	text-transform: uppercase;



	letter-spacing: 1px;



}







.comments a {



	background: url(images/ico-comm.gif) no-repeat left;



	color: #000000;



	font-weight: normal;



	font-size: 11px;



	padding: 0px 0px 0px 18px;



	margin-left: 5px;



}







a.more {



	background: url(images/ico-arrow2.gif) no-repeat right;



	color: #888;



	padding: 0 20px 0 0;



	text-transform: uppercase;



	font: 10px Georgia, "Times New Roman", Times, serif;



	letter-spacing: 1px;



}







===*/

/*=== Traditional Blog Post ===*/

.navigation {
	
}

.navigation a {
	color: #c0c0c0;
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	height: 50px;
	margin-bottom: 0px;
	padding: 0px;
	color: #444 !important;
}

#archivebox_about {
	height: 50px;
	margin-bottom: 0px;
	padding: 0px;
}

#archivebox_archives {
	height: 40px;
	margin-bottom: 0px;
	padding: 0px;
}

#archivebox_information {
	height: 50px;
	margin-bottom: 0px;
	padding: 0px;
}

#archivebox_merchandise {
	height: 50px;
	margin-bottom: 0px;
	padding: 0px;
}

#archivebox_submissions {
	height: 50px;
	margin-bottom: 0px;
	padding: 0px;
}

#archivebox h4, #archivebox h3, #archivebox h2 {
	color: #b3b3b3;
	float: left;
}

#archivebox h3 a {
	color: #c1c1c1;
	font-size: 18px;
}

#archivebox h4 strong, #archivebox h2 strong, #archivebox h3 strong {
	font-weight: normal;
	color: #333;
}

#archivebox a, #archivebox h2 {
	color: #c1c1c1;
}

.archivefeed {
	margin-top: 0px;
	padding-bottom: 0px;
}

.archivefeed a {
	background: url(icon_rss.jpg) top left no-repeat;
	float: right;
	display: block;
	height: 42px;
	font-weight: bold;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0px 0px 25px;
}

.arclist {
	width: 260px;
	margin: 0px 0px 25px 20px;
	padding: 5px 0px 0px;
	border-bottom: 1px solid #eee;
}

.arclist h2 {
	color: #222;
	padding: 0px 0px 15px;
	font-family: Baskerville, "Palatino Linotype", "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
}

.arclist ul li {
	color: #c0c0c0;
	font-size: 11px;
	padding: 1px 0 1px 5px;
	border-top: 1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top: 5px;
	font-weight: bold;
	color: #000 !important;
}

.singletags a {
	font-weight: normal !important;
}

.entry {
	font-size: 12px;
	line-height: 18px;
}

.entry a {
	font-weight: bold;
}

.entry p {
	padding: 0 0 15px;
	text-align: left;
}

.entry h3 {
	clear: both;
	font: 16px Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0;
	color: #222;
}

.entry blockquote {
	padding: 10px;
	border-top: 3px double #d1d1d1;
	border-bottom: 3px double #d1d1d1;
	color: #000;
	width: 80%;
	margin: 5px auto 15px;
}

.entry blockquote p {
	padding: 5px 0px;
	margin: 0px 0px;
	font: 10px/17px Baskerville, Georgia, "Palatino Linotype", "Times New Roman", serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry img {
	padding: 0px;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 15px;
}

.entry ul, .entry ol {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}

.entry ul li ul, .entry ol li ol {
	margin-bottom: 0px;
	padding-top: 3px;
}

.entry ul li {
	list-style: circle inside !important;
	margin-left: 15px;
	padding: 3px 0px;
}

.entry ul li ul li {
	list-style: disc inside !important;
}

.entry ol li {
	list-style: decimal inside !important;
	font-size: 12px;
	padding: 3px 0px;
	line-height: 11px;
}

.entry ol li ol li {
	list-style: decimal-leading-zero inside !important;
}

/*========= COMMENTS =========*/

h2#comments {
	padding: 0 0 5px;
	color: #c1c1c1;
	text-transform: uppercase;
	font: normal normal 18px Baskerville, Georgia, "palatino linotype", "times new roman", serif;
}

h2#postcomment {
	clear: left;
	padding: 0 0 5px;
	color: #c1c1c1;
	text-transform: uppercase;
	font: normal normal 18px Baskerville, Georgia, "palatino linotype", "times new roman", serif;
}

ol.commentlist {
	display: table;
	width: 530px;
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

ol.commentlist p {
	margin-bottom: 10px;
	font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
}

ol.commentlist cite {
	letter-spacing: 1px;
	text-transform: uppercase;
	font: 10px Georgia, "Times New Roman", Times, serif;
}

ol.commentlist div {
	font: 10px Georgia, "Times New Roman", Times, serif;
}

ol.commentlist img {
	
}

ol.commentlist li {
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #ddd;
}

ol.commentlist li.alt {
	padding: 10px 10px 15px 10px !important;
	background: #f7f7f7;
	border: 1px solid #eee;
}

/*========= SIDEBAR =========*/

.sidebar_left {
	float: left;
	width: 150px;
	padding-right: 10px;
}

.sidebar_right {
	float: left;
	padding-left: 10px;
	width: 320px;
}

.sidebar_text {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#ad_rectangle {
	width: 300px;
	height: 250px;
	background-color: #eeeeee;
	margin-bottom: 15px;
	padding: 9px;
	border: 1px solid #dddddd;
}

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/

.sideTabs {
	width: 308px !important;
	height: auto !important;
	min-height: 258px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #eeeeee;
	float: left;
	display: block;
}

.col2 .mootabs_title {
	font-size: 12px;
	width: 100%;
	float: left;
}

.col2 .mootabs_title li {
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 34px;
	background: #ffffff;
	color: #000000;
	border: 1px solid #ddd;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 2px 0px 0px !important;
	padding: 0px 5px !important;
	cursor: pointer;
}

.col2 .mootabs_title li:hover, .col2 .mootabs_title li.active {
	border: 1px solid #ddd;
	text-decoration: none;
}

.col2 .mootabs_panel {
	display: none;
	clear: both;
	float: left;
	height: auto !important;
}

.col2 .mootabs_panel.active {
	display: block;
	float: left;
}

.col2 .mootabs_panel ul {
	width: 296px !important;
	padding: 5px !important;
	border: 1px solid #ddd !important;
	margin: 5px 0px 0px !important;
	background-color: #FFFFFF;
	min-height: 203px;
}

.list1 li,.list2 li, .list3 li {
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #eee;
}

.list1 li a,.list3 li a,.list4 li a, .list5 li a {
	color: #666666;
	font-size: 12px;
}

.list3 li {
	background: url(ico-mostcomm.gif) no-repeat left center !important;
}

.list5 li {
	border-bottom: 1px solid #eee;
	padding: 6px 0px;
}

/*- Ads -*/

.ads {
	border: 1px solid #ddd;
	height: 125px;
	width: 308px;
	padding: 5px;
	margin: 0 0 15px;
}

.ads img {
	float: left;
	margin: 0 5px 0 0;
}

.ads img.last {
	margin: 0;
}

/*- Flickr -*/

.flickr {
	border: 1px solid #ddd;
	background-color: #eee;
	width: 318px;
	margin: 0px 0px 15px;
}

.flickr h2 {
	font-size: 14px;
	padding: 5px;
	margin-bottom: 10px;
}

.flickr h2 img {
	float: right;
	margin: 0 2px;
}

.flickr p {
	display: inline;
	padding-left: 10px;
}

.flickr-ar {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
}

.flickr-ar a {
	color: #ffffff;
}

.flickr img {
	margin: 0px 0px 10px 5px;
	border: 1px solid #ddd;
	padding: 5px;
	background-color: #ffffff;
}

/*=== Styling Widget Lists ===*/

.widget {
	padding-bottom: 0px;
}

.widget h2 {
	color: #FFFFFF;
	background-color: #222;
	border: 3px double #FFF;
	padding: 8px;
}

.widget ul {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border: none !important;
}

.widget ul li {
	border-bottom: 1px solid #eee;
	padding: 2px 0px 2px 5px;
	margin: 0px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
}

.widget ul li a {
	color: #444;
	font-size:11px;
}

/*========= FOOTER =========*/

#footer {
	width: 905px;
	clear: both;
	color: #666666;
	height: 75px;
	margin: 0 auto 0;
	padding: 0px 20px;
	background-color: #222;
	border-top: 3px double #FFF;
	text-transform: uppercase;
	font: 10px/35px Palatino, Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
}

.footer_left {
	float: left;
	width: 600px;
}

.footer_right {
	padding-top: 10px;
	width: 106px;
	float: right;
}

/*========= IMAGES =========*/

.aligncenter,



div.aligncenter {
	display: block;
	border: 1px solid #dddddd;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

img.alignleft {
	padding: 4px 4px 4px 4px;
	border: 1px solid #dddddd;
	float: left;
	display: inline;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
}

img.alignright {
	padding: 4px 4px 4px 4px;
	border: 1px solid #dddddd;
	float: right;
	display: inline;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.wp-caption.alignleft {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	max-width: 202px;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 0px 0px;
	border-radius: 3px;
	font-family: Baskerville, Georgia, "Palatino Linotype", "Times New Roman", serif;
	letter-spacing: 1px;
	font-style: italic;
}

.wp-caption.alignright {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	max-width: 202px;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 10px;
	border-radius: 3px;
	font-family: Baskerville, Georgia, "Palatino Linotype", "Times New Roman", serif;
	letter-spacing: 1px;
	font-style: italic;
}

.wp-caption {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	max-width: 548px;
	border-radius: 3px;
	letter-spacing: 1px;
	clear: both;
	font-style: italic;
}

.wp-caption img {
	margin: 0px;
	padding-bottom: 4px;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 0px 5px;
	margin: 0;
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: inline;
}

/*========= MISC =========*/

.rating img {
	border: 0px solid #666;
	padding: 0px;
}

.writer {
	clear: both;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	letter-spacing: 1px;
	font: 10px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.writer img {
	padding: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #c1c1c1;
	width: 60px;
	text-align: right;
}

.writer a {
	color: #666;
}

.writer p.right {
	padding: 0;
}

.writer span {
	display: block;
	padding-top: 4px;
	clear: left;
	border-top: 1px solid #ddd;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.writer p {
	margin-top: 4px;
	margin-bottom: 0px;
	width: 100%;
}

.fix {
	clear: both;
	height: 20px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.hl-full {
	float: left;
	clear: both;
	height: 1px;
	width: 100%;
	padding: 0 !important;
	margin: 0px 0px 15px;
}

.hl2 {
	border-bottom: 3px solid #c0c0c0;
}

.hl3 {
	border-bottom: 1px solid #ddd;
}

.blog {
	width: 100% !important;
	float: left;
}

.between {
	height: 2px;
	margin-bottom: 15px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.th {
	border: 1px solid #dddddd;
	float: left;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
}

table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar a {
	color: #000000;
}

table#wp-calendar caption {
	font-weight: normal;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #e5e5e5;
	border-bottom: 1px dotted #ddd;
}

table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	background: #f2f2f2;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}

table#wp-calendar td {
	width: 26px;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}

table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 78px;
	font-size: 0.83333em;
	letter-spacing: 1px;
	text-transform: uppercase;
}


h1{
	line-height: 24px;
	display:block;
	font-size:20px;}
	
	
.floatleft { 
float: left;
margin: 5px 2px 1px 2px;
clear: left;
padding:3px;
background:#fff;
border:1px solid #888;
}	

.banner{
    height: auto;
	width: 82px;
	margin: 5px 5px 1px 2px;
	padding: 4px;
	background: #FFF;
	float:left;
		}
		
.content h2{margin-bottom:7px;}		
		
.news{width:160px; height:22px;}		

#newsletter input {
	background: #fff;
	border: 1px solid #c1c1c1;
	color: #222;
	float: left;
	width: 154px;
	margin: 2px 2px 2px 0px;
	padding: 6px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#newsletter .button {
	background: #222;
	color: #FFF;
	width: 62px;
	height: 30px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}		
		
		