/*
Theme Name: Awakening Potential
Theme URI: http://www.awakeningpotentialsblog.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.8.2
Author: Dr. Marcelle Forgot
Author URI: http://awakeningpotentialsblog.com/
Tags: blue, custom header, fixed width, two columns, widgets

	This theme was designed and built by Dr. Marcelle Forgot,
	whose blog you will find at http://awakeningpotentialsblog.com/

*/


/* General Styles */
*{
	margin:0;
	padding:0;
	font-weight:normal;
	}

body{
	font:13px/18px Georgia, "Times New Roman", Times, serif;
	background:#1C2F4F url(images/body-bg.jpg) repeat-x 0 0;  
	color:#444;
	}
	
a{
	outline:none;
	text-decoration:none;
	}

ul{
	list-style-type:none;
	}
	
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	}
	
input{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	

/* Header Panel Styles */
#headerouter{
	padding:0 0 0 20px;
	width:960px;
	position:relative;
	margin:0 auto;
	}
	
#header{
	position:relative;	
	width:960px;	
	height:175px;
	margin:0 auto 6px;	
	background:url(images/header-bg.gif) repeat-x 0 0;
	}
	
#header img{
	float:left;
	width:auto;
	margin:30px 0 0 25px;
	}
	
#header h1{
	float:left;
	width:428px;
	height:141px;
	background:url(images/caption.gif) no-repeat 0 15px;
	text-indent:-50000px;
	}
	
.headerImg{
	position:absolute;
	top:0;
	right:0;
	width:249px;
	height:175px;
	background:url(images/header-img.png) no-repeat 0 0;
	}
	
#header form{
	padding:12px 0 0 25px;
	color:#fff;
	background-color:inherit;
	}
	
#header p{
	float:left;
	width:auto;
	font-size:13px;
	line-height:15px;
	font-weight:bold;
	padding:12px 9px 0 20px;
	color:#fff;
	background-color:inherit;	
	}
	
#header form label{
	float:left;
	width:auto;
	}
	
#header form input{
	float:left;
	width:142px;
	height:16px;
	line-height:14px;
	color:#787878;
	margin:0 7px;
	padding:2px 0 0 2px;
	background:#fff;
	border:1px solid #D7D7D7;
	}
		
#header form input.signUp{
	float:left;
	width:69px;
	height:20px;
	border:none;
	background:#268BC3;
	color:#fff;
	cursor:pointer;
	padding:0;
	margin:0;
	}

	
/* Body Panel Styles  */
#bodypan{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0 0 0 20px;
	}	

#bodypan a{
	color:#006EB4;
	background-color:inherit;
	text-decoration:none;
	}
	
#bodypan a:hover{
	color:#333;
	background-color:inherit;
	text-decoration:none;
	}
	
	
/* Left Panel Styles */
#leftpan{
	position:relative;
	float:left;
	width:614px;
	border:7px solid #F3F4F6;
	padding:25px 18px 12px;
	background:#fff;
	color:inherit;
	}

#leftpan h2{
	font-size:22px;
	line-height:28px;
	margin:0 0 12px;
	color:#333;
	background-color:inherit;
	}

#leftpan h2.pagetitle{
	font-size:24px;
	line-height:28px;
	margin:0 0 12px;
	color:#A87700;
	background-color:inherit;
	}

#leftpan h3{
	font-size:18px;
	line-height:24px;
	border-bottom:1px solid #E1E1E1;
	color:#A87700;
	background-color:inherit;
	margin:0 0 10px;
	}
	
#leftpan p{
	padding:0 0 18px;
	text-align:justify;
	}
		
#leftpan ul{
	padding:0 0 18px;
	}
	
#leftpan ul li{
	padding:0 0 5px;
	margin:0 15px 5px;
	border-bottom:1px solid #e1e1e1;
	}

#leftpan ul li ul li{
	margin:0 0 0 5px;
	border-bottom:none;
	}

/* Posts Styles */
#leftpan div.posts{
	position:relative;
	padding:13px 0 30px;
	}
	
#leftpan div.posts img{
	float:left;
	width:auto;
	padding:3px;
	margin:0 17px 10px 0;
	border:1px solid #C3C3C3;
	}
	
#leftpan div.posts h2{
	border-bottom:1px solid #E1E1E1;
	padding:10px 0 2px;
	margin:0;
	}

#leftpan div.posts h4{
	font-size:13px;
	padding:3px 0 20px 2px;
	}
	
#leftpan div.posts h4 span{
	color:#A87700;
	background-color:inherit;
	padding:0 10px 0 0;
	}
	
#leftpan div.date{
	position:absolute;
	top:0;
	left:-63px;
	width:45px;
	height:52px;
	padding:2px 0 0;
	background:url(images/date-bg.png) no-repeat 0 0;
	text-align:center;
	font-size:17px;
	color:#fff;
	background-color:inherit;
	}

#leftpan div.posts div.comment{
	position:absolute;
	right:0;
	top:0;
	width:78px;
	height:48px;
	background:url(images/comment.gif) 0 0 no-repeat;
	text-align:center;
	}	

#leftpan div.posts div.comment a{
	font-size:20px;
	line-height:26px;
	display:block;
	height:32px;
	}
	
#leftpan div.details{
	height:100%;
	overflow:hidden;
	clear:both;
	padding:4px 8px 0 8px;
	color:inherit;
	background:#FAFAFA;
	line-height:18px;
	height:24px;
	border-bottom:1px solid #f1f1f1;
	}	

#leftpan div.details p{
	float:left;
	padding:0;
	}
		
#leftpan div.details img, #leftpan div.details a{
	float:right;
	border:none;
	}
	
				
/* Right Panel Styles */
#rightpan{
	position:relative;
	float:right;
	width:289px;
	}
	
/* Search Panel Styles */
#searchform{
	position:relative;
	width:253px;
	height:24px;
	padding:12px 18px;
	background:#F3F4F6;
	color:inherit;
	}

#searchform input#s{
	float:left;
	width:190px;
	height:19px;
	border:1px solid #E2E2E2;
	background:#fff;
	padding:2px 0 0 2px;
	margin:0;
	color:#000000;
	}
	
#searchform input.searchBtn{
	float:right;
	width:59px;
	height:23px;
	padding:0;
	margin:0;
	border:none;
	background:none;
	}

/* Sidebar Styles */	
#sidebar{
	position:relative;
	width:275px;
	border-top:7px solid #F3F4F4;
	border-right:7px solid #F3F4F4;
	border-left:7px solid #F3F4F4;
	background:#F3F4F6;
	color:inherit;
	margin:8px 0 0;
	}
	
#sidebar div.toppan{
	margin:0 0 15px;
	}

#sidebar div.toppan img{
	border:1px solid #D5D5D5;
	}	
		
#sidebar div.toppan a{
	display:block;
	width:275px;
	height:193px;
	text-indent:-5000px;
	font-size:0;
	line-height:0;
	background:url(images/banner.jpg) 0 0 no-repeat;
	}
	
#sidebar div.toppan a:hover{
	background:url(images/banner.jpg) 0 100% no-repeat;
	}

#sidebar ul{
	width:275px;
	padding:0;
	font-size:13px;
	color:inherit;
	background:#fff;
	}

#sidebar ul li ul{
	height:100%;
	overflow:hidden;
	padding:0 0 12px 0;
	border-bottom:12px solid #F3F4F6;
	}

#sidebar ul li ul li{
	width:230px;
	padding:3px 0 3px 20px;
	margin:0 0 5px 12px;
	border-bottom:1px solid #e1e1e1;
	background:url(images/bullet.gif) 10px 50% no-repeat;
	}

#sidebar ul li h2{
	width:282px;
	font-size:20px;
	line-height:30px;
	height:42px;
	color:#fff;
	padding:0 0 0 12px;
	background:url(images/right-title-bg.png) no-repeat 0 0;
	background-color:inherit;
	}
	

/* Product Link Styles */	
#sidebar ul li ul.products li{
	width:230px;
	padding:3px 0 3px 15px;
	margin:0 0 5px 12px;
	border-bottom:none;
	background:none;
	}

#sidebar ul li ul.products li a{
	display:block;
	width:206px;
	height:55px;
	text-indent:-10000px;
	font-size:0;
	line-height:0;
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#sidebar ul li ul.products li a:hover{
	background-position:0 100%;
	}

#sidebar ul li ul.products li a.one{
	background-image:url(images/product01.jpg);
	}	
	
#sidebar ul li ul.products li a.two{
	background-image:url(images/product02.jpg);
	}	
	
#sidebar ul li ul.products li a.three{
	background-image:url(images/product03.jpg);
	height:69px;
	}	
	
#sidebar ul li ul.products li a.four{
	background-image:url(images/product04.jpg);
	height:63px;
	}	
	
#sidebar ul li ul.products li a.five{
	background-image:url(images/product05.jpg);
	height:64px;
	}	

#sidebar ul li ul.products li a.six{
	background-image:url(images/product06.jpg);
	height:55px;
	}	

#sidebar ul li ul.products li a.seven{
	background-image:url(images/product07.jpg);
	height:55px;
	}	

/* Other Graphics Link Styles */	
#sidebar ul li ul.blogroll li{
	width:auto;
	float:left;
	padding:3px 0 3px 0;
	margin:0 0 5px 12px;
	border-bottom:none;
	background:none;
	}

#sidebar ul li ul.blogroll li img{
	border:none;
	}

#sidebar ul li div{
	padding:0 15px 15px;
	border-bottom:12px solid #F3F4F6;
	}
	
#sidebar ul li div a{
	font-size:13px !important;
	padding:0 5px;
	}
	
#sidebar a{
	color:#333;
	background-color:inherit;
	}

#sidebar a:hover{
	color:#0099CC;
	background-color:inherit;
	}


/* Footer Panel Styles */
#footer{
	position:relative;
	width:960px;
	font-size:12px;
	margin:0 auto;
	padding:12px 0 12px 25px;
	color:#fff;
	background-color:inherit;
	}
	
#footer ul li{
	float:left;
	width:auto;
	padding:0 9px;
	background:url(images/footer-divider.gif) 100% 60% no-repeat;
	}
	
#footer ul li.nobg{
	background:none;
	}
	
#footer ul li.noPad{
	padding:0 9px 0 0;
	}
	
#footer ul li a{
	color:#fff;
	background-color:inherit;
	}

#footer ul li a:hover{
	color:#0099DA;
	background-color:inherit;
	}