/*
Theme Name: Always Going North Affiliate Theme
Author: Sonia and Olsen
Author URI: http://www.AlwaysGoingNorth.com
Description: Premium Wordpress theme for easily create professional affiliate sites. Great for Amazon. Fully Customizable.

*/

/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	line-height:135%;
}

	body.white{
		background: url(images/white/bg-white.png) repeat #FFFFFF;
	}
	body.mauve {
		background: url(images/mauve/bg-mauve.png) repeat #FFFFFF;
	}
	body.black {
		background: url(images/black/bg-black.png) repeat top #000000;
	}
	body.colorful {
		background: url(images/colorful/bg-colorful.png) repeat #f0f0f0;
	}
	body.blue {
		background: url(images/blue/bg-blue.png) repeat #f0f0f0;
	}
	body.brown {
		background: #ffffff url(images/brown/bg-brown.png) repeat  left top ;
	}
	

ul {
	list-style:none;
}

a {
	text-decoration:none;
	color:#6699cc;
}



a:hover {
	text-decoration:underline;
}

img {
border:none;
}

a:focus {
	outline:none;
}

p {
	margin:0 0 1.5em;
}


h1 {
	font-weight:normal;
	font-size:32px;
	line-height:110%;
	padding-bottom:15px;
	padding-top:15px;
}


h2 {
	font-size:20px;
	padding-top:10px;
	font-weight:normal;
	line-height:110%;
}

h3 {
	font-size:18px;
	padding-top:10px;
	font-weight:bold;
	line-height:110%;
}

h4 {
	font-size:15px;
	padding-top:10px;
	font-weight:bold;
	line-height:110%;
}

h5 {
	font-size:15px;
	padding-top:10px;
	font-weight:bold;
	line-height:110%;
}

/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

 /* LAYOUT STRUCTURE
--------------------------------------------------*/

#wrapper {
	margin:0 auto;
	width:982px;
	background-color:transparent;
	
	
}

#header {
	background-color:transparent;
	/*height:270px;*/
	position:relative;
	padding-right:1px;
	z-index:99; 
	
}

#content {
	padding-bottom:0px;
	overflow:hidden;
	background-color: transparent;
	margin-top:0px;
	padding-right:1px;
	width:982px;
}

#main-top{
	padding:0;
	margin:0;
	overflow:hidden;
}

#main{
	padding:0;
	margin:0;
	overflow:hidden;
	background: url(images/main-bg-mid.png) repeat-y;
	
}

#main-bottom{
	padding:0;
	margin:0;
	overflow:hidden;
	
}


#colLeft {
	float:left;
	width:660px;
	margin-right:0px;
	background-color: transparent;
	
	
}

#colRight {
	float:left;
	width:300px;
	background-color: transparent;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	
}

	
	

#footer {
	background:url(images/bk_horiz_line.png) 0 0 repeat-x;
	margin:0;
	color:#666;
	position:relative;
	padding-top:1px;	
	
}


/* HEADER ELEMENTS
-----------------------------------*/

/* Top menu */

#topHeader {
	background:  url(images/white/top-menu-bg.png) 0 0 repeat-x transparent;
	width:980px;
	/*height:50px;*/
}


	#topHeader.transparent {
	background-image:none;
	background-color:transparent;	
	border-bottom: none;
	}

	#topHeader.white  {
	background:url(images/white/top-menu-bg.png) 0 0 repeat-x  transparent;	
	}
	
	#topHeader.mauve {
	background:url(images/mauve/top-menu-bg.png) 0 0 repeat-x transparent;	
	}
	
	#topHeader.black {
	background:url(images/black/top-menu-bg.png) 0 0 repeat-x transparent;	
	}
	
	#topHeader.colorful{
	background:url(images/colorful/top-menu-bg.png) 0 0 repeat-x transparent;	
	}
	
	#topHeader.blue{
	background:url(images/blue/top-menu-bg.png) 0 0 repeat-x transparent;	
	}
	
	#topHeader.brown{
	background:url(images/brown/top-menu-bg.png) 0 0 repeat-x transparent;	
	}


#topMenu {
	width:800px;
	/*height:50px;
	float:left;*/
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	
}

#topMenu ul li a span {
	font-size:12px;	
	color:#6A6A6A;
	line-height:120%;
}

#topMenu ul li a {
	display:block;	
	color:#6A6A6A;
	padding:14px 18px 0px;
		
}

	#topMenu.transparent ul li a {
	color:#ffffff;
	text-shadow: 0.1em 0.1em 0.05em #333333;
	font-weight:500;
    }

	#topMenu.white ul li a {
	color:#6a6a6a;;
	text-shadow: 1px 1px 0px #ffffff;
	
    }
	
	#topMenu.mauve ul li a {
	color:#73576C;
	text-shadow: 1px 1px 0px #E9E2E8;
	
    }
	
	#topMenu.black ul li a {
	color:#000000;
	text-shadow: 1px 1px 0px #5f5f5f;
	
    }
	
	#topMenu.colorful ul li a {
	color:#3366cc;
	text-shadow: 1px 1px 0px #E8F0D0;
	
    }
	
	#topMenu.blue ul li a {
	color:#2D3D53;
	text-shadow: 1px 1px 0px #DDE4EE;
	
    }
	
	#topMenu.brown ul li a {
	color:#3F3932;
	text-shadow: 1px 1px 0px #CAC8BD;	
    }
	
	

#topMenu ul li a:hover {
	text-decoration:none;
	color:#666666;
}

	#topMenu.white ul li a:hover {
	text-decoration:none;
	color:#6699cc;
	}
	
	#topMenu.mauve ul li a:hover {
	text-decoration:none;
	color:#A98DA4;
	}
	
	#topMenu.black ul li a:hover {
	text-decoration:none;
	color:#660000;
	}
	
	#topMenu.colorful ul li a:hover {
	text-decoration:none;
	color:#d03124;
	}
	
	#topMenu.blue ul li a:hover {
	text-decoration:none;
	color:#AE5172;
	}
	
	#topMenu.brown ul li a:hover {
	text-decoration:none;
	color:#9A8E81;
	}
	
	#topMenu.transparent ul li a:hover {
	text-decoration:none;
	color:#cccccc;
	font-weight:500;
	}


/* Top Search */

#topSearch {
	position:absolute;
	right:5px;
	top:6px;
}

#topSearch input[type="text"] {
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
	width:120px;	
	background-color:#FFFFFF;
	padding:8px 10px 10px;
	border:1px solid #CCCCCC;
	color:#a3a3a3;
	font-style:italic;
	margin-right:10px;
	position:relative;
	-webkit-box-shadow: 0 7px 5px -5px #333333;
	   -moz-box-shadow: 0 7px 5px -5px #333333;
	        box-shadow: 0 7px 5px -5px #333333;
}

#topSearch input[type="submit"] {
	position:absolute;
	right:0;
	z-index:100;
	width:40px;
	height:40px;
	background:url(images/but_search.png) 0 0 no-repeat;
	border:none;
	cursor:pointer;
}	



/* Logo */
#logo {
	/*position:absolute;*/
	top:50px;
	left:0px;	
	/*height:150px;*/
	width:980px;
	padding-top:0px;
	background-color:transparent;
	
}

#logo h1 {padding: 25px 0 0px 5px;text-shadow: 1px 1px 0 #ffffff; }

#logo h2 {padding: 15px 0 0 5px;}

#logo a img{
	border:none;
	vertical-align:middle;
}

/* Social Media Buttons */

#topSocial {
	position:absolute;
	right:15px;
	top:155px;
}

#topSocial ul li {
	float:left;
	padding:0 2px;
	width:40px;
}

#topSocial ul li a {
	display:block;
	height:40px;
	width:40px;
	
}

#topSocial ul li a img {
	border:none;
	margin-top:9px;
	margin-left:8px;
}



/* Main Menu (categories)*/

#bottomHeader{
	position:absolute;
	left:0px;
	top:200px;
	background:  url(images/white/bottom-menu-bg.png) 0 0 repeat-x ;
	width:980px;
	height:60px;	
}

	#bottomHeader.white{
	background:  url(images/white/bottom-menu-bg.png) 0 0 repeat-x ;
	text-shadow: 1px 1px 0px #d3d3d3;		
	}
	
	
	#bottomHeader.mauve{
	background:  url(images/mauve/bottom-menu-bg.png) 0 0 repeat-x ;
	text-shadow: 1px 1px 0px #D2C4CF;		
}

	#bottomHeader.black{
	background:  url(images/black/bottom-menu-bg.png) 0 0 repeat-x ;
	text-shadow: 1px 1px 0px #000000;		
}

	#bottomHeader.colorful{
	background:  url(images/colorful/bottom-menu-bg.png) 0 0 repeat-x ;
	text-shadow: 1px 1px 0px #E1837B;		
}

	#bottomHeader.blue{
		background:  url(images/blue/bottom-menu-bg.png) 0 0 repeat-x ;
		text-shadow: 1px 1px 0px #708BB1;		
}

	#bottomHeader.brown{
	background:  url(images/brown/bottom-menu-bg.png) 0 0 repeat-x ;
	text-shadow: 1px 1px 0px #948778;		
}

#bottomHeaderColor {
	/*position:absolute;*/
	left:0px;
	top:200px;	
	width:980px;
	height:50px;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;	
	-webkit-box-shadow: 0 7px 5px -5px #333333;
	   -moz-box-shadow: 0 7px 5px -5px #333333;
	        box-shadow: 0 7px 5px -5px #333333;	
	text-shadow: none;
	
}

#mainMenu {
	position:absolute;
	left:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;	
	color:#3c3c3d;
	
	
}


#mainMenu ul li{
	float:left;
	
}

#mainMenu ul li a{
	display:block;	
	color: white;
	padding:15px 18px ;
	font-size:16px;
	
}

	

#mainMenu ul li a span {
	font-size:12px;	
	color:#000000;
	line-height:120%;
	
}

#bottomHeader.white #mainMenu ul li a:hover{
	text-decoration:none;
	color:#6699cc;
}

	#bottomHeader.mauve #mainMenu ul li a:hover{
	text-decoration:none;
	color:#9C7A97;
}
	#bottomHeader.black #mainMenu ul li a:hover{
	text-decoration:none;
	color:#990000;
}

	#bottomHeader.colorful #mainMenu ul li a:hover{
	text-decoration:none;
	color:#ffff66;
	text-shadow: 1px 1px 0px #666666;	
}

	#bottomHeader.blue #mainMenu ul li a:hover{
	text-decoration:none;
	color:#74364B;
	
}

	#bottomHeader.brown #mainMenu ul li a:hover{
		text-decoration:none;
		color:#665c51;
		
	}

	
#mainMenu ul li ul li a{
background-color:transparent;
color:#000000;

}

#bottomHeader.white #mainMenu ul li ul li a:hover{
	text-decoration:none;
	color:#6699cc;
}

	#bottomHeader.mauve #mainMenu ul li ul li a:hover{
	text-decoration:none;
	color:#9C7A97;
}
	#bottomHeader.black #mainMenu ul li ul li a:hover{
	text-decoration:none;
	color:#990000;
}

	#bottomHeader.colorful #mainMenu ul li ul li a:hover{
	text-decoration:none;
	color:#ffff66;
	text-shadow: 1px 1px 0px #666666;	
}

#bottomHeader.blue #mainMenu ul li ul li a:hover{
	text-decoration:none;
	color:#74364B;
		
}

#bottomHeader.brown #mainMenu ul li ul li a:hover{
	text-decoration:none;
	color:#665c51;
}


/* CONTENT ELEMENTS
-------------------------------------------*/

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}


/* CONTENT */


#archive-title {
	padding:10px 0 7px 15px;
	margin:0 0 5px;
	display:block;
	width:630px;	
}



/* BLOG ITEMS */

/*intro post*/

.post-intro {
		margin: 0px 15px 10px 15px;		
		width: 630px;
		background-color:transparent;
		}
		
.post-intro h1{
	padding-top: 0px;
}

/* posts */

.postItemMain {
	margin: 0px 0px 20px 0px;		
	padding-bottom:20px;
	width: 645px;
	overflow:hidden;
	background-color:transparent;
	float: left;
}

.list{   
	float: left;
	width: 608px;
	margin: 15px 0px 0px 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border:1px dotted #cccccc;	
	background-color:transparent;
	}
	
.boxes {   
	float: left;
	width: 285px;
	height: 620px;
	margin: 15px 0px 0px 15px;
	padding-left: 10px;
	padding-right: 10px;
	border:1px dotted #cccccc;	
	background-color:transparent;
	}


.itemTitle {
	position:relative;
	padding-bottom:10px;
	padding-top:10px;
}

.toplist {
	float: left;
	width: 285px;	
	padding: 0px;	
	background-color:transparent;
	margin-right: 15px;
}

.topboxes {
	float: left;
	width: 285px;	
	padding: 0px;	
	background-color:transparent;
	margin-bottom: 10px;
}

.thumbImageboxes, .thumbImagelist  {
	background:url("images/thumb-frame.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:301px;
	margin:0;
	padding:6px 6px 0 6px;
	width:285px;
	position:relative;
}


.list .home-content {
	float:right;
	margin:0px;
	padding:6px;
	width:290px;
	position:relative;


}
.thumb {
	
	float:left;
	margin-top:2px;
	margin-left:2px;
	width:270px;
}

#button-stars {
	float:left;
	margin:0px 0px 8px 0px;
	height:28px;
	width:285px;
	padding:0;
	
}

.button-site {
	float:right;
	margin:0px 2px 0px 0px;
	height:28px;
	width:110px;
	padding:0;

}

.singlerating {
	float:left;
	margin:3px 0px 0px 0px;
	height:17px;
	width:147px;
	padding:0;
	
}

.singlerating p {
	font-size:14px;
	color:#666;
	text-shadow: 1px 1px 0px #cccccc;
	
}

.read-more{
	background:url('images/read-more-btn.png') no-repeat;
	width:110px;
	height:28px;
	display:block;
	margin:0;
	float:right;
}



#meta {
	font-size:10px;
	color:#666;
	text-shadow:1px 1px #fff;
	margin-top: 0px;
	margin-bottom:10px;
	background-color:#ebebeb;
	border:1px dotted #e2e2e2;
}
	#meta.white {
	
	background-color:#ebebeb;
	border:1px dotted #e2e2e2;
}
	#meta.mauve {		
	background-color:#EDE7EC;
	border:1px dotted #D8CBD6;
}

	#meta.black{
	background-color:#E4E4E4;
	border:1px dotted #C7C7C7;
}

	#meta.blue{
	background-color:#C6D1E1;
	border:1px dotted #C7C7C7;
}

	#meta.colorful{
	background-color:#FFDC80;
	border:1px dotted #C7C7C7;
	}
	
	#meta.brown{
	background-color:#D3CFCB;
	border:1px dotted #C1BBB5;
	}
.postItem {
	margin:20px 0 20px 0;
	padding:0 0 15px;
	border-bottom:1px dotted #bbb;
	width: 630px;
	overflow:hidden;	
}

.postItemSingle {
	margin: 0px 15px 20px 15px;		
	width: 630px;
	background-color:transparent;
	overflow:hidden;	
}

.postItemSingle h1{
	padding-top: 0px;
}

.singletop {
	width:285px;
	float:left;
	margin:4px 15px 5px 0px;
	border:none;
	background-color:transparent;

}


.singlesite {
	width:138px;
	float:right;
	margin:0px 0px 0px 0px;
	height:28px;
	text-align:right;
		
}

.singleratingsingle {
	float:left;
	margin:0px 0px 0px 0px;
	width:147px;
	height:28px;
	padding-top:0;
	
}

.singleratingsingle p {
	font-size:14px;
	padding-top:5px;
	color:#666;
	text-shadow:1px 1px #fff;
	
}

.sorry {
		margin: 15px 15px 20px 15px;		
		width: 630px;
		
		}


blockquote {
	padding-left:80px;
	margin:20px 0 15px 0;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
}

#colLeft ul {
	
	padding-left: 34px;	
	list-style:disc;
	
}


#colLeft ol {
	padding-left: 36px;
	
	
}

#colLeft ul li,
#colLeft ol li {
	padding-bottom: 10px;
	
}





/** Social Share Buttons **/

.social {
margin-top:42px;
margin-bottom:22px;
}	

#colLeft .social p {
	margin:20px 0 10px;
	font-family: 'Pompiere', sans-serif;
	font-size:22px;
	color:#990000;
}

#colLeft .social a {
	border:none;
}

#colLeft .social a img {
	padding:5px;
	border:none;
	background:none;
}

#colLeft .social a:hover img {

}



/* PAGINATION */

.emm-paginate {padding:13px ; overflow:hidden; clear:both;}
.emm-paginate a {background: #ffffff; border:1px solid #dddddd; color:#666; margin-right:5px; padding:4px 8px; text-align:center; text-decoration:none;}
.emm-paginate .emm-title {color:#555; margin-right:4px;}
.emm-paginate .emm-gap {color:#999; margin-right:4px;}
.emm-paginate a:hover, .emm-paginate a:active, .emm-paginate .emm-current {color:#fff; background:#d3d3d3; border:1px solid #dddddd; margin-right:5px; padding:4px 8px;}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}


/* SLIDER
---------------------------------------*/

#slider-wrap{
width:980px;
height:320px;
position:relative;
background:url(images/slider-bg.png) no-repeat ;
top:5px;
left:0;
margin-bottom:20px;
	


	}
#coin-slider {
width:980px;
height:285px;
position:relative;
background:url(images/loading.gif) no-repeat 50% 40%;

	 
}
#coin-slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:1;
}






/* COLRIGHT (SIDE BAR) ELEMENTS
-------------------------------------*/

.adBoxBig, .videoBox  {
	padding-bottom:20px;
	margin-top:0;
	width:300px;
	overflow: hidden;
}

.adBoxSmallR  {
	margin-left:5px;
	width:145px;
	float:right;
	text-align:center;
	
}
.adBoxSmallL  {
	margin-right:5px;
	width:145px;
	float:left;
	text-align:center;
}

.videoBoxInner  {
	padding-bottom:20px;
	margin-top:15px;
	width:300px;
	overflow: hidden;
}

.VideoLink {
		width:300px;
		height:33px;
		padding:0px 0px 0px 0px;
			}
			
			
.sidebarheading {
		display: block;
		width: 300;		
		padding-top: 0px;
		text-align: center;		
		margin-top:0px;
		margin-bottom:0px;		

}

	.sidebarheading.white {		
	background: url(images/white/sidebar-header.png) no-repeat;
	height: 50px;
	text-shadow: 1px 1px 0px #cccccc;	
	}
	
	.sidebarheading.mauve{		
	background: url(images/mauve/sidebar-header.png) no-repeat;
	height: 50px;
	text-shadow: 1px 1px 0px #D2C4CF;	
	}
	
	.sidebarheading.black{		
	background: url(images/black/sidebar-header.png) no-repeat;
	height: 50px;
	text-shadow: 1px 1px 0px #000000;	
	}
	
	.sidebarheading.colorful{		
	background: url(images/colorful/sidebar-header.png) no-repeat;
	height: 50px;
	text-shadow: 1px 1px 0px #E1837B;	
	}
	
	.sidebarheading.blue{		
	background: url(images/blue/sidebar-header.png) no-repeat;
	height: 50px;
	text-shadow: 1px 1px 0px #708bb1;	
	}
	
	.sidebarheading.brown{		
	background: url(images/brown/sidebar-header.png) no-repeat;
	height: 50px;
	text-shadow: 1px 1px 0px #948778;	
	}
	
	.sidebarheading.customcolor {		
	margin-bottom:10px;
	height: 40px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;	
	-webkit-box-shadow: 0 7px 5px -5px #333333;
	   -moz-box-shadow: 0 7px 5px -5px #333333;
	        box-shadow: 0 7px 5px -5px #333333;
	
}
			
div#colRight h5 {
		padding-top: 10px;
		text-align: center;		
		margin-top:0px;
		margin-bottom:0px;		

	}
	
	
.sidebarBox.customcolor, .sidebarBox.white, .sidebarBox.mauve, .sidebarBox.black, .sidebarBox.colorful, .sidebarBox.blue, .sidebarBox.brown{
	padding:10px 0;
}	
	
	
.sidebarBox.customcolor ul li, .sidebarBox.white ul li, .sidebarBox.mauve ul li, .sidebarBox.black ul li, .sidebarBox.colorful ul li, .sidebarBox.blue ul li, .sidebarBox.brown ul li{
	padding:6px 0;
	border-bottom:1px solid #ddd;
}

.sidebarBox.white  ul li a{
	color: #6699cc;
}

	.sidebarBox.mauve  ul li a{
	color: #9b7993;
	}
	
	.sidebarBox.black  ul li a{
	color: #333333;
	}
	
	.sidebarBox.colorful  ul li a{
	color: #3366cc;
	}
	
	.sidebarBox.blue  ul li a{
	color: #1d2634;
	}
	
	.sidebarBox.brown  ul li a{
	color: #4D463E;
	}
	
.sidebarBox.white  ul li a:hover{
	color: #c5c5c5;
	text-decoration: underline;
}

	.sidebarBox.mauve  ul li a:hover{
	color: #c5c5c5;
	text-decoration: underline;
	}
	
	.sidebarBox.black  ul li a:hover{
	color: #990000;
	text-decoration: underline;
	}
	
	.sidebarBox.colorful ul li a:hover{
	color: #D03124;
	text-decoration: underline;
	}
	
	.sidebarBox.blue ul li a:hover{
	color: #AE5172;
	text-decoration: underline;
	}
	
	.sidebarBox.brown ul li a:hover{
	color: #72675A;
	text-decoration: underline;
	}

.sidebarBox.customcolor ul , .sidebarBox.white ul , .sidebarBox.mauve ul , .sidebarBox.black ul, .sidebarBox.colorful ul, .sidebarBox.blue ul , .sidebarBox.brown ul     {
	border-top:1px solid #ddd;
}
.sidebarBox.white  .tagcloud a{
	color: #6699cc;
	text-decoration: underline;
}

	.sidebarBox.mauve .tagcloud a{
	color: #9b7993;
	}
	
	.sidebarBox.black .tagcloud a{
	color: #333333;
	}
	
	.sidebarBox.colorful .tagcloud a{
	color: #3366cc;
	}
	
	.sidebarBox.blue .tagcloud a{
	color: #1d2634;
	}
	
	.sidebarBox.brown .tagcloud a{
	color: #4D463E;
	}
	
.sidebarBox.white  .tagcloud a:hover{
	color: #c5c5c5;
}

	.sidebarBox.mauve .tagcloud a:hover{
	color: #c5c5c5;
	text-decoration: underline;
	}
	
	.sidebarBox.black .tagcloud a:hover{
	color: #990000;
	text-decoration: underline;
	}
	
	.sidebarBox.colorful .tagcloud a:hover{
	color: #D03124;
	text-decoration: underline;
	}
	
	.sidebarBox.blue .tagcloud a:hover{
	color: #AE5172;
	text-decoration: underline;
	}
	
	.sidebarBox.brown .tagcloud a:hover{
	color: #72675A;
	text-decoration: underline;
	}

	

/* COMMENTS
-----------------------------------*/
.h4comments{
  padding-top:10px;
  padding-bottom:10px;
  font-size:22px;
  color:#666666;
  
  }


#colLeft ul.commentlist {
	margin-bottom:10px;
	list-style-type:none;
}

#colLeft ul.commentlist li {
	background:none;
	border-bottom:1px dotted #D0D0D0;
	padding:10px 0;
	padding-left:40px;
}

#colLeft ul.commentlist li .avatar {
	float:left;
	width:32px;
	margin-left:-40px;
	padding:0;
	border:none;
}

#colLeft ul.commentlist li img {
	border:none;
	padding:0;
	
}

* html #colLeft ul.commentlist li .avatar {
	margin-bottom:-20px;
}


#colLeft ul.commentlist li .commentmetadata {
	font-size:11px;
	color:#777;
	padding-bottom:10px;
}

#colLeft ul.commentlist li .moderation {
	font-size:12px;
	color:#777;
	padding-bottom:10px;
	font:Arial, Helvetica, sans-serif;
    font-style:italic;
	
}

/* post comment */

#commentform label {
	display:block;
	padding:5px 0 2px;
}

#commentform input, #commentform textarea {
	border:1px solid #ddd;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


#commentform textarea {
	width:585px;
}

#commentform input#submit {
	border:none;
	width:180px;
	height:37px;
	margin-top:10px;
	cursor:pointer;
	background:url(images/but_form.png) 0 100% no-repeat;
	color:#4f4f4f;
	font-size:14px;
	padding-top:2px;
	font-weight:bold;
	text-shadow:1px 1px #fff;
}

/* FOOTER ELEMENTS
-------------------------------------------*/

/* Footer Widgets */

#footerWidgets {
	background:#ffffff url(images/bk_footer_widgets.png) 0 0 repeat;
	padding-top:10px;
}

	#footerWidgets.white {
	background:#ffffff url(images/white/bk_footer_widgets.png) 0 0 repeat;
	}

	#footerWidgets.mauve {
	background:#ffffff url(images/mauve/bk_footer_widgets.png) 0 0 repeat;
	}
	
	#footerWidgets.black {
	background:#ffffff url(images/black/bk_footer_widgets.png) 0 0 repeat;
	}
	
	#footerWidgets.colorful {
	background:#ffffff url(images/colorful/bk_footer_widgets.png) 0 0 repeat;
	}
	
	#footerWidgets.blue {
	background:#ffffff url(images/blue/bk_footer_widgets.png) 0 0 repeat;
	}
	
	#footerWidgets.brown {
	background:#ffffff url(images/brown/bk_footer_widgets.png) 0 0 repeat;
	}
	
#footerWidgetsColor {  /* This style is used when no using a background image just a color set up by the user in the option spanel */
	background-color: #000000;
	padding-top:10px;
}
	
#footerWidgetsInner {
	clear:both;
	width:980px;
	margin:0 auto;
	padding:20px 0 35px;	
	overflow:hidden;
	
}



#footerWidgetsInner .boxFooter {
	float:left;
	width:225px;
	padding-right:10px;
	padding-left:10px;
	overflow:hidden;
	margin-bottom:10px;
}


#footerWidgetsInner h5 {
	
	padding:7px 0 12px;
	margin-bottom:2px;
	color: #333333;
	text-shadow: 1px 1px 0px #E2D8E0;
}

#footerWidgetsInner .boxFooter ul li {
	padding:7px 0;	
	color:#515151;	
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a {
	text-decoration:none;
	color:#515151;	
	font-style:normal;
}

#footerWidgetsInner .boxFooter ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#footerWidgetsInner .boxFooter .tagcloud a{
text-decoration:none;
	color:#515151;	
	font-style:normal;
}

#footerWidgetsInner .boxFooter .tagcloud a:hover {
	color:#ffffff;
	text-decoration:underline;
}

/* Copyright */

#copyrightandmenu {
	border-top:1px solid #cccccc;
	margin-top:2px;
	width:980px;
	font-size:90%;
	padding-top:10px;
		
}

#copyright{
	width:980px;
	padding-top:10px;
	float:right;
	text-align:center;
	color: #515151;
	
}

#copyright a{
	color: #515151;
	text-decoration:underline;
	
}


#copyright a:hover{
	color: #ffffff;
	text-decoration:underline;
	
}


#footerMenu{
	width:980px;	
	text-decoration:none;	
	font-style:normal;
	float:left;
	overflow:hidden;
   position:relative;
  
	
	
}

#footerMenu ul {
	clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
	
}

#footerMenu ul li{
	display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
	
}

#footerMenu ul li a {
	display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
	color:#515151;
	text-decoration:underline;
		
}

#footerMenu ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
	
	
}


/* REVIEW TABLE
-----------------------------------*/

#tabletitle{
 margin: 20px 15px 20px 15px;		
 width: 630px;
}

#review {
	margin: 20px 15px 20px 15px;		
	width: 630px;
	background-color:transparent;
	
}
#reviewTable {
	border-left: 1px dotted #cccccc;	
	border-right: 1px dotted #cccccc;	
	border-bottom: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	margin: 0 auto 0;
	table-layout:fixed; /* IE7 fix */
	
}

.rtH1 {
	background: #c0c0c0;
	padding: 7px 0;
}

	.rtH1mauve {
		background: #B6C877;
		padding: 7px 0;
	}
	.rtH1white {
		background: #6699cc;
		padding: 7px 0;
	}
	
	.rtH1black {
		background: #660000;
		padding: 7px 0;
	}
	
	.rtH1colorful{
		background: #b1ddf3;
		padding: 7px 0;
	}
	
	.rtH1blue{
		background: #AE5172;
		padding: 7px 0;
	}
	
	.rtH1brown{
		background: #D0BE77;
		padding: 7px 0;
	}
	
.rtH1 h3, .rtH1white h3, .rtH1mauve h3 , .rtH1black h3, .rtH1colorful h3, .rtH1blue h3, .rtH1brown h3{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	vertical-align:middle;
	padding: 7px 0;
}


.rt1 {	
	text-align: center;
	vertical-align:top;
	padding: 15px 5px;
}


.rt1 p {	
	margin-top:0px;	
}


.justify {	
	text-align: justify;
}


.rt2 {
	text-align: center;
	vertical-align:top;
	padding: 15px 5px 0 0;
	
}


.thumbtable {
	
	float:left;
	width:125px;
	
}

