/*
Theme Name: Aglow
Description: Theme for aglowhealth.com
Version: 1.0
Author: Luke Channings
*/

/* Begin Typography & Colours */
html,body{height: 100%;}
body{
	background: #b7ffb7 url('images/backgroundGradient.png') repeat-x;
	font-size: 87.5%;
	font-family: Georgia,Tahoma,Verdana;
	color: #333;
}

/* *{
	margin: 0;
	padding: 0;
	border: 0;
}
*/

a{text-decoration: none;}
a:hover{color: #033e6b;}
a:active{color: #333;}

#pushDown{/* Pushes content down a specified number of pixels, e.g. id="pushDown" style="height: 10px;" */
	background: none;
	width: 1px;
}


/* Begin Divs */

#clear{clear: both;}/* Clears floats */

#copyright{
	text-align: center;
	padding-bottom: 10px;
}
#copyright p,a{
	color: #333;
}
#copyright p a:hover{
	color: #000;
	text-decoration: underline;
}

#setWidth{
	width: 90%;
	min-width: 860px;
	margin: auto auto;
}

#header{/* Contains the logo */
	height: 100px;
	padding: 5px;
}

#header img{margin-top: 10px; border:0px;}

#container{
	background: #FFF url('images/sidebar.png') right repeat-y;
	height: 100%;
	overflow: auto;
	clear:both;
}

#content{
	background: #FFF url('images/shadowLeft.png') repeat-y;
	float: left;
	width: 76%;
	height: 100%;
	min-height: 350px;
	padding-left: 10px!important;
	padding: 5px;
}
#content h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	color: #001A32;
	font-weight: 100;
}
#content h2{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #eee;
	width: 70%;
	font-weight: 100;
	padding-top: 10px;
}
#content h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	color: #333;
	font-weight: bold;
}
#content p{
	color: #333;
	font-family: Georgia, Times, serif;
	line-height: 22px;
	font-size: 16px;
}
#sidebar{
	float: right;
	width: 190px;
	height: 100%;
}

#sidebar h3 {
	font-family: Georgia, Times, serif;
	color: #033e6b;
	font-size: 15px;
	letter-spacing: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar ul li a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #963F56;
	font-weight: 100;
	
}
#sidebar ul li a:hover{color: #A66446;}
#sidebar ul li a:active{color: #333;}

#sidebar li{display:block!important;list-style: square!important;}
.page_item{
	display: block!important;
}
/* Shadows */

#shadowTop{
	background: url('images/shadowTop.png') repeat-x;
	height: 10px;
}
#shadowTop .left{
	background: url('images/shadowTopLeft.png');
	height: 10px;
	width: 10px;
	float: left;
}
#shadowTop .right{
	background: url('images/shadowTopRight.png');
	height: 10px;
	width: 10px;
	float: right;
}

#shadowBottom{
	background: url('images/shadowBottom.png') repeat-x;
	height: 6px;
}

#shadowBottom .left{
	background: url('images/shadowBottomLeft.png');
	height: 6px;
	width: 10px;
	float: left;
}

#shadowBottom .right{
	background: url('images/shadowBottomRight.png');
	height: 6px;
	width: 10px;
	float: right;
}