/*  
Theme Name: The Remakers
Theme URI: www.theremakers.com
Description: Custom theme built on top of Gazzette from Woo Themes.
Version: 2.0
Author: Reid Peifer
Author URI: http://www.giantsquidindustries.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif;*/
	
	font-size: 12px;
	line-height: 18px;
	/*background:url(styles/lightblue/bg.jpg) center top no-repeat #121313;*/
	background:url(images/bg_haiti.jpg) center top no-repeat #f5f5f2;
	padding-top:30px;
}
a{
	color: #05a7cb !important;
	text-decoration: none;
}
a:hover{
	color:#336699;
}
input,select,textarea{
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

hr{
	clear:both;
	height:1px;
	background: #ccc;
	margin:30px 0;
}


.clear{
	clear: both;
}

p{
	margin-bottom:18px;
	font-family:georgia;
font-size:16px;
line-height:28px;
color:#333;
}

#footer p{
	font-size: 13px !important;
}

.CatDescription{
	margin-top:-20px;
}


p.wp-caption-text{
	
	font-size: 11px !important;
	text-align: center !important;
	margin:-35px 0 0 0 !important;
	padding:5px !important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	float: none !important;
}


/*========= LAYOUT =========*/

#page{
	width: 960px;
	/*background-color: #FFFFFF;*/
	margin:15px auto;
	/*border: 1px solid #CCCCCC;*/
}
/*--- Main Columns ---*/
#columns{
	padding:15px 15px 25px;
	/*background-color: #FFFFFF;*/
	margin: 0px;
}
.col1{
	float: left;
	width: 595px;
	padding-right:15px;
}
.col2{
	float: left;
	width: 320px;
}
/*--- Sub Columns ---*/
.subcol{
	width: 150px;
}
.subcol h2{
	font-size: 14px;
	padding: 0 0 10px;
	color: #4e3d31;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	height: 30px;
	padding: 2px 0px !important;
	background: url(images/trans.png) repeat !important;
	margin:15px 15px 0px !important;
	/*border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
	width: 930px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:595px;
	padding-left:3px;
	}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
	}
#nav ul {
	position: relative;
	height: 30px;
	overflow: hidden;
	width:700px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav .current_page_item {
	height:30px;
	background-color:#333 !important;
	color:#FFFFFF !important;
}

#nav .current_page_item a {
	color: #FFFFFF !important;
}
#nav ul  li.back {
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

#nav ul  li a {
	text-decoration: none;
	outline: none;
	text-align: center;
	top: 6px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color:#000 !important;
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      

/*- Category Navigation -*/


#nav2, #nav2 ul{
	padding: 0;
	float:left;
	list-style: none;
	margin:0 0 15px 15px;
font-family: Helvetica Neue, Helvetica, Arial;
}
#nav2 {
background: url(images/trans.png) repeat !important;
	border-bottom:none !important;
	padding: 2px 0;
	font-size:13px;
	float:left;
	width:930px;
	
}
#nav2 a {
	display: block;
	padding-left:11px;
	padding-right:11px;
	/*border-right: 1px solid #DDDDDD;*/
	color:#000 !important;
	font-weight: bold;
	text-transform:uppercase !important;
	font-size: 11px !important;
}

#nav2 a:hover{color:#FFFFFF !important; background: #333 !important;}

#nav2 li {
	float: left;
	line-height:30px;
}
#nav2 li a:hover {
	background: none;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav2 li ul li {
    background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
    position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
} 


/*- Topic Nav */

#topicNav ul li{
	display:inline;
}

#topicNav{	
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 930px !important;
}
/*- Search -*/
#search{
	float: right;
	height: 27px;
	margin: 3px 9px 0px !important;
	padding:0px !important;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: #fff;
	border:1px solid #ededed;
	color: #999;
	float: left;
	font-size: 11px;
	width:187px;
	margin:1px 0px 0px;
	padding: 3px 4px 4px;
}
#search .btn{
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:69px;
}
/*- Header -*/
#header{
	height: 100px;
	/*background-color: #ffffff;*/
	margin: 0 15px;
	padding: 0px;
}
/*- Logo -*/
#header h1{
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a{
	display: block;
	height: 83px;
	margin:45px 0;
	width: 545px;
	color: #000000;
	font-size: 28px;
}

/*- Top Banner -*/
#topbanner {
	display: none;
	float: right;
	width: 468px;
	padding:20px 0px 0px;
}

#topbanner img{
	float: right;
}

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


/****************/

h1,h2, h3, h4, h5{font-weight: normal; font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;}


/*========= FEATURED POSTS (FRONT-PAGE) =========*/

/* See slideshow.css */

/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background:#eee;
	float:left;
	width:583px;
	height:auto;
	margin:13px 0 0 0;
	padding: 5px;
	border: 1px solid #CCC;
	}
.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;
	min-height:214px;
	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(images/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,
.post-alt h3{
	font-size: 16px;
	color:#4f8490;
	text-transform: uppercase;
}
.post h3 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
	line-height: 15px;
}

.postMeta{
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color:#999;
	margin-top:-10px;
	margin-bottom:0;
	padding-bottom: 5px;
}

/*- Box -*/
.box{
	clear: both;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	margin: 0;
}


/*********************************/

.singleWrapper img{
	max-width: 540px;
}

.singleWrapper .postMeta{
	margin-left:3px;
	margin-top:0;
}


/************Relaying out the following
.box .post{
	width: 288px;
	background-color: #ffffff;
	border:1px solid #ddd;
}
.box .post h2 a{
	color:#333333;
}
.box .post h2{
	font-size: 18px;
	padding: 10px;
	line-height: 20px;
}
.box .post p{
	font-size: 11px;
	line-height: 16px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	/*float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 10px;
}
*/

.clear{
	clear:both;
	height:1px;
	margin-bottom:-1px;
}

#myTabs1{
	display: none;
}

.box .post{
	width: 595px;
	background-color: #ffffff;
	border:1px solid #ddd;
	margin-bottom:40px;
	clear:both;
}

.box .post .postLoopWrapper{
	float:right;
	width:365px;
	padding-top:0px;
	margin-bottom:0px;
}

.box .post h2 a{
	color:#000;
	font-size:36px;
	font-weight: bold;
	line-height: 1.1em;
}

.box .post h2 a:hover{
	color:#4f8490 !important;
}


.box .post h2{
	font-size: 25px;
	padding: 10px 10px 10px 0;
	line-height: 25px;
}
.box .post p{
/*	font-size: 11px;*/
	line-height: 20px;
	padding: 0px 10px 10px;
}

.box .post img{
	border: 1px solid #dddddd;
	float: left;
	padding: 2px;
	background-color: #FFFFFF;
	margin: 10px 10px 40px 10px;
	
}


.contentWrapper{
background:#fff;
	border:1px solid #ddd;
	padding:20px;
}


.categoryDescWrapper{
	background: #fff;
	padding:15px;
	margin-bottom:40px;
	width:566px;
}

.categorDescWrapper p{
	margin-top:-20px;
}
  
.categoryDescWrapper em{
	padding-right:15px;    
	border-right: 1px solid #999;
	margin-right: 15px;
}

/*=== Traditional Blog Post ===*/
h2.pageTitle{
	font-size: 40px !important;
	line-height: 43px !important;
	font-weight: bold;
}


.post-alt{
	margin: 0 0 15px 0;
	
}
.post-alt h2{
	font-size: 29px;
	padding: 0;
	color:#05A7CB;
	line-height: 26px;
	margin-bottom: 15px;
	line-height: 35px;
}

.post-alt h3{
	font-size: 22px;
	padding-bottom: 5px;
	line-height: 22px;
}

.post-alt h4{
	font-size: 14px;
	padding-bottom: 5px;
	line-height: 16px;
}
.post-alt h3 a, .post-alt h2 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 10px;
}
.post-alt h3.post_date{
	color: #999999;
	padding: 5px 0px 10px;
	font-size: 12px;
	font-weight: normal;
}

.loopItemFooter{
	background:url(images/bg_posted.jpg) center top no-repeat;
	padding: 10px 5px 0px 10px;
	margin-top: 00px;
	/*border-top:1px solid #ddd;*/
	border-bottom:1px solid #ddd;
	clear:both;
}

.loopItemFooter p{
	float:right;
	margin-bottom: 0;
	padding-bottom:0;
}

h3.posted{
	
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #999;
	font-style: normal;
	font-weight: normal;
}


h3.posted a {
	color: #05a7cb;
	font-size:11px;
}



.box .post h3.posted {
	border-bottom:none;
}
/*=== Buttons ===*/
.continue{
	font-size: 11px;
	font-family: Helvetica Neue, Helvetica, Arial;
	text-transform: uppercase;
	background: url(images/ico-arrow.gif) no-repeat left;
	font-weight:bold;
	padding-left: 15px;
}
.comments {
	padding-bottom:0px !important;
}
.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: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
	margin:20px 0;
	padding:20px 0;
	font-family: Helvetica Neue, Helvetica, Arial;
	width:545px;
	float:left;
}
.navigation a {
	font-size: 1em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright{
	display:inline;
	float:right;
	margin-left:15px;
}

.aligncenter{
	display:block;
	margin:0 auto ;
	width: auto;
	margin-bottom: 15px;
}

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	margin-bottom:5px;
	
}
#archivebox h4, #archivebox h3, #archivebox h2{
	color:#333333;
	font-size: 180%;
	padding-bottom:8px;
}
#archivebox h4 em, #archivebox h2 em, #archivebox h3 em{
	font-weight: normal;
}
#archivebox a, #archivebox h2 {
	color:#999;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.1em;

}
.archivefeed {
	margin-top:10px;
	padding-bottom:0px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	height:20px;
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-weight: normal;
	padding:3px 0px 1px 22px;
}
.arclist{
	width: 260px;
	margin:0px 0px 25px;
	padding:5px 0px 0px;
	border-bottom: 1px solid #eee;
}
.arclist h2{
	color: #000;
	padding:0px 0px 15px;
}

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	padding:8px 0 8px 10px;
	border-top:1px solid #eee;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
}
.singletags a { font-weight: normal !important; text-decoration:underline;color:#000000; }
.entry p{
	text-align:left;
	font-size:12px;
	line-height:18px;
	}
.entry blockquote {
	background: url(images/bquote.jpg) no-repeat bottom;
	padding:10px 10px 70px 20px;
	color:#333;
	font-size:22px !important;
	}
.entry blockquote p {
	font-size:16px;
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 24px;
	color:#666;
	}
.entry img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	}
.wp-caption img {
	margin-bottom:15px;
}
.entry p.wp-caption-text {
	text-align:center;
	padding: 0 0 15px 0;
	margin:0px;
	font-size: 10px !important;
	font-style:italic;
	color:#999 !important;
}
.entry ul, .entry ol {
	margin-bottom:25px !important;
	font-size:12px;
	line-height:20px;
	}
	
.entry ul.variations li{
	margin-left:0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.entry ul.previews li,
.entry ul.thumbnails li{
	margin-left:0 !important;
	padding-bottom: 10px !Important;
}

.entry ul li.product,
.entry ul li.row {
	margin-left: 0 !important;
}

.entry ul.thumbnails li{
	padding-right:10px !important;
}
	
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style: outside;
	margin-left:15px !important;
	padding:3px 0px 12px 0 !important;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:16px;
	padding:0px 0px 24px 24px;
	line-height:24px;
	font-family: 'Hoefler text', georgia;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

small{
	color:#999;
	padding:0 10px;
}

#comment small{padding:0;}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
	margin-left:60px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;	
}
#comment {
	width: 540px;
}

/*========= SIDEBAR =========*/

#mpu_banner {
	width:300px;
	height:250px;
	background: url(images/transparent.png) repeat !important;
	margin-bottom:15px;
	padding: 9px;
	
}

/*- 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(images/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;
	float:left;
}
/*=== Styling Widget Lists ===*/

.widget {
	margin-bottom:15px;
	padding:9px;
	color:#33251b;
	background: url(images/transparent.png) repeat !important;
	}
		
.widget h2 {
	/*padding: 7px 5px 0 5px;
	margin-bottom:5px;*/
	padding:5px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	/*background: #655144 !important; */
	border-bottom: none !important;
}
	
.widget ul {
	margin:0 0 10px 0;
	padding:5px 0;
	border:none !important;
}
.widget ul li {
	border-bottom: 1px solid #86d7e9;
	padding:15px 0 15px 5px;
	margin:0px;
}

.widget ul li.aktt_more_updates{
	border-bottom: none;
}

.widget ul li.aktt_more_updates a{
	font-weight: bold;
	font-size: 14px;
}


.widget ul li a {
	color: #666;
}

.widget ul li a:hover {
	color: #ff9900;
}

.widget select {
	border:1px solid #eee;
	width:148px;
	margin:15px 0 0 0;
}

.sideproduct a img{
	width:300px;
	height:364px;
}


#shopp ul.products li.product {
	width:270px !important;
}
/*========= FOOTER =========*/

#footer{
	clear: both;
	color: #000;
	height: 35px;
	line-height: 35px;
	margin:0px 15px 15px;
	padding:0px 0px;
	/*background-color: #f7f7f7;*/
	border-top: 1px solid #000;
}

#footer img {
	vertical-align:middle;
	margin-left:5px;
}

.footBanner{
	background:transparent url(images/transparent.png) repeat scroll 0 0 !important;
	margin:15px;
	padding:9px;
}

/*========= MISC =========*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	border-bottom: 2px solid #eee;
}
.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 #eee;
}
.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: right;*/
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 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; 
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}


/***** Related Post Content *******/
div.raWrapper{ width:270px; margin:20px 0; padding:5px; min-height: 190px;  border-bottom:1px solid #f4dda9; float:left; margin:10px 10px 0 0;}
.raHeader {font-size:17px; }

.raWrapper ul li{list-style: none !important; margin:0; padding:5px 0; font-size: 110%;}



/*****************************/

#shopp .price{
	text-align: center;
}

.sideproduct {
	margin-top:5px !important;
}

.sideproduct h3{
	font-size: 15px;
	font-weight: bold;
	margin:6px 0 !important;
}

.sideproduct p.price{
	margin-bottom: 30px !important;
	color:#999;
	font-weight: bold;
}

.shopTitle{
	color:#4f8490;
font-size:36px;
font-weight:bold;
line-height:1.1em;

}

div.catalog div.category h2.shopTitle{
	color:#4f8490;
	font-size:18px;
	font-weight:bold;
	line-height:1.1em;	
}

ul.views{display: none !important;}

/*ul.views{display: none !important;}
#shopp .category ul.breadcrumb{ display:none !important;}

#shopp .category h3{ display:none !important;}

#shopp .category{
	margin-top:-30px !important;
	padding-top:0 !important;
}

#shopp{
	padding-top:0 !important;
	}


}*/


#shopp ul.subcategories li{
	float:left;
	margin-right:10px;
}

#shopp .details{
	margin:10px 0 0 0 !important;
	
}



/*****************************/


.widecolumn{
	background:#fff;
	clear:both;
	padding-top:30px;
	width: 593px;
	float:left;
	margin-right:15px;
	border:1px solid #ddd;
	padding:15px 0 30px 0 !important;
	}
	


.mu_register #submit, .mu_register #blog_title, .mu_register #user_email, .mu_register #blogname, .mu_register #user_name, .mu_register input{
	width: 560px;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: 5px;
	margin-left: 0pt;

}

.mu_register label{
	font-size:13px !important;
	text-transform: uppercase;
	margin-bottom:2px !important;
	margin-top:15px !important;
}

.mu_register h3{
	margin-top:20px;
	font-size:18px;
}


.mu_register h3,
#extra-fields-help{
	display: none;
}

#avatar-help-text{
	margin-top:20px;
}


.sideproduct{
text-align: center;
}



.box .navigation{ 
	text-align: center;
}


#shopp .gallery {
	margin:0 5px 10px 0px !important;
	float:left !important;
}

.previews{
	margin-top: -10px;
}

.productContent{
	float:right;
	width:290px;
	margin-top:10px;
}



#shopp .price{
	text-align: center;
	font-size:16px;
	color:#999 !important;
	text-transform: capitalize !important;
}

#shopp .productContent .price{
	text-align: left;
}

.productContent h3.prodTitle{
	font-size: 35px;
	color:#5f991a !important;

	margin-bottom:10px !important;
}


input.addtocart{
	background:#ff9900;
	color:#fff;
}

/********  DL  *************/

#dlWrapper{
	background: url(images/transparent.png) repeat !important;
	padding:10px;
	margin-bottom: 10px;
	
}

#dl img{border: 1px solid #666;}

#slideshowNavWrapper{
	position: absolute;
	bottom:30px;
	padding:2px;
	right:10px;
	width:120px;
	z-index: 100;
}

ul#slideshowNav a{
	padding:3px;
	float:left;
	width:15px;
	height:15px;
	text-align: center;
	display: block;
	background: #fff !important;
	margin:0 3px;
}

/*** RSS FEEDS ***/

#rss-5 h2.hl{
	background: url(images/worldchanging.png) no-repeat !important;
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 0 !Important;
}

#rss-4 h2.hl{
	background: url(images/causecast.png) no-repeat !important;
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 0 !Important;
}

#rss-6 h2.hl{
	background: url(images/amnesty.png) no-repeat !important;
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 0 !Important;
}

#widget_sp_image-4 p {
	margin-right:7px;
	font-size:14px !important;
	line-height:31px;
	margin-left:15px;
	margin-top:-19px;
}


/** Type adjustments ***/

.box .post p{
font-family:georgia;
font-size:16px;
line-height:28px;
padding:0 10px 10px 0;
color:#333;
}

.entry ul {
	margin-left:10px;
	font-family:georgia;
	font-size:16px;

}

.entry ul li {
	font-family:georgia;
	font-size:14px;
	color:#333 !important;
}

.entry p {
font-family:georgia;
font-size:16px;
line-height:28px;
color:#333;
}


.postMeta {
color:#999999 !important;
font-family:arial !important;
font-size:12px !important;
font-weight:bold;
margin-bottom:0;
margin-top:-2px;
padding-bottom:5px;
text-transform:uppercase;
}

.tempmessage{
	font-size:11px !important;
	font-family: arial !important;
	line-height: 16px !important;
	padding-bottom: 0 !Important;
}

#TB_window, #TB_load{
	border:none !important;
}

label {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

/** Type adjustments **

#rss-7, #rss-8, #rss-9, #rss-10, #rss-11 {
	background: url(images/causecast.png) no-repeat !important;
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 0 !Important;
}

*/
.rssCol1{
	width:300px;
	float:left;
	margin-right:15px;
}

.rssCol3{
	width:300px;
	float:right;
}

.rssCol1 .widget,
.rssCol3 .widget{
	min-height: 325px;
	overflow: hidden;
}

.rssCol1 .widget a,
.rssCol3 .widget a{
	color:#000 !important;
}


.rssCol1 .widget ul li,
.rssCol3 .widget ul li {
	border-bottom:none;
	margin:0;
	height: 20px;
	overflow: hidden;
}


.rssHeader{
	clear:both;
	background:transparent url(images/transparent.png) repeat scroll 0 0 !important;
	color:#33251B;
	margin-bottom:15px;
	padding:9px;
}

.rssHeader h2{
	font-size:36px;
	font-weight: bold;
	line-height: 45px;
}


#twitter-tools h2{
	background: url(images/bg_twitter.png) no-repeat !important;
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 0 !Important;
}

.aktt_tweets ul{
	margin-top:-19px;
	margin-bottom: 0;
}



.rssCol1 .widget h2.hl,
.rssCol3 .widget h2.hl{
	height:50px;
	text-indent: -999em;
	overflow: hidden;
	margin-bottom: 0 !Important;
	padding: 0;
}

#rss-10 h2.hl{background: url(images/rss/rss_relief.jpg) no-repeat !important;}
#rss-11 h2.hl{background: url(images/rss/rss_global.jpg) no-repeat !important;}
#rss-2 h2.hl{background: url(images/amnesty.png) no-repeat !important;}
#rss-14 h2.hl{background: url(images/rss/rss_one.jpg) no-repeat !important;}
#rss-12 h2.hl{background: url(images/rss/rss_kristof.jpg) no-repeat !important;}
#rss-13 h2.hl{background: url(images/rss/rss_oxfam.jpg) no-repeat !important;}
#rss-15 h2.hl{background: url(images/rss/rss_acumen.jpg) no-repeat !important;}
#rss-17 h2.hl{background: url(images/rss/rss_treehugger.jpg) no-repeat !important;}
#rss-16 h2.hl{background: url(images/rss/rss_krugman.jpg) no-repeat !important;}
#rss-18 h2.hl{background: url(images/rss/rss_slavery.jpg) no-repeat !important;}
#rss-19 h2.hl{background: url(images/rss/rss_polaris.jpg) no-repeat !important;}
#rss-20 h2.hl{background: url(images/rss/rss_change.jpg) no-repeat !important;}





/*** From the web ***/

.fromtheweb,
.quotes{
	padding:20px;
	position: relative;
}


.quotes p {
	font-size:24px !important;
	line-height:45px !important;
	margin-top:10px;
}

.flag{
	border:none !important;
	position: absolute;
	top:-10px;
	right:-10px;
	padding: 0 !important
}

h5.fromthewebFlag{
	font-family: "Hoefler Text", Georgia, Serif;
	color:#aba000;
	font-style: italic;
	font-size: 16px;
}

.fromtheweb h2{
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 15px;
	color:#888;
}

.fromtheweb h4{
	font-size: 16px;
	color:#888;
}

#shoppcartwidget-3 ul li a.cartButton{
	display: block;
	background: url(images/cart1.jpg) no-repeat !important;
	height:46px !important;
	width:162px !important;
	overflow: hidden !important;
	text-indent: -999em !important;
}

#shoppcartwidget-3 ul li a.cartButton:hover{
	background: url(images/cart2.jpg) no-repeat !important;
}

#shopp ul {
	margin:20px 0;
}

/*========= Featured Items =========*/

.featuredWrap {
	background:transparent url(images/transparent.png) repeat scroll 0 0 !important;
	clear:both;
	margin-bottom:15px;
	padding:15px 0 0;
	
}



.featuredItem {
	float:left;
	margin-bottom:15px;
	margin-left:15px;
	margin-right:17px;
	width:200px;
}


h3.featureTitle a{
	background: #05A7CB;
	display: block;
	padding:8px;
	color:#fff !important;
	position: absolute;
	bottom: 35px;
}

h3.featureTitle a:hover{
	background: #fff;
	color:#05A7CB !Important;
}

.quoteOday{
	padding:15px;
	background:transparent url(images/transparent.png) repeat scroll 0 0 !important;
	color:#000;
	font-size:16px;
	line-height:29px;
	margin-bottom: 15px;
}



.commentHeader{
	background: url(images/comment.png) no-repeat;
	text-indent: -999em;
	overflow: hidden;
	height:80px;
	width:520px;
	margin-bottom: 10px;
}