/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #7d7e7d url(images/bg.jpg) repeat-x;
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 12px;
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
	min-height: 820px;
}

#header {
	background: url(images/header.jpg) no-repeat 180px 0;
	height: 162px;
	margin-bottom: -15px;	/* pulling up content */
	position: relative;		/* for positioning divs inside header */
}

/*	LOGO	*/
#logo {
	background: url(images/logo.png) no-repeat;
	height: 100px;
	position: absolute;
	left: 10px;
	top: 20px;
	width: 331px;
}

#logo a {
	display: block;
	height: 100px;
	width: 331px;
}


/*	GET IT	*/
#getIt {
	background: url(images/get-it.png) no-repeat;
	height: 109px;
	position: absolute;
	right: 20px;
	width: 327px;
}

#getIt input {
	background: transparent;
	border: none;
	color: gray;
	display: block;
	font-size: 11px;
	height: 23px;
	margin: 5px 0 0 150px;
	padding-top: 5px;
	width: 160px;
}

#getIt .button {
	height: 35px;
	margin-left: 190px;
	width: 135px;
}

#getIt .button:hover {
	cursor: pointer;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	position: absolute;
	bottom: 6px;
	left: 150px;
}

#menu li {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin: 0 8px;
	text-transform: uppercase;
}

#menu a {
	display: inline-block; 	/* because of ie6 */
	height: 30px;
	padding: 15px 15px 0 15px;
	position: relative;		/* holder for span element (wich is absolutely positioned) */
	text-indent: -14px;		/* width of span element (wich contains left bg for the menu item)*/
}

#menu a span {  
	position: absolute;
	left: -14px;		/* moving it left to prevent overlapping of span element's bg shadow, and anchor element's bg shadow*/
	top: 1px;
	display: block;  
	width: 14px;
	height: 44px;
}

#zactive a {
	background: url(images/menu-a.png) no-repeat;
}

#zactive a span{
	background: url(images/menu-span.png) no-repeat;
}

#menu a:hover span {
	background: url(images/menu-span.png) no-repeat;
}

#menu a:hover {
	background: url(images/menu-a.png) no-repeat right;
	text-decoration: none;
}

/*	CONTAINER	*/
#container {
	overflow: hidden;		/*clears the floats */
	width: 100%;			/* IE needs a widht to clear the floats */
}

/*	MAIN	*/
#main {
	float: left;
	width: 785px;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#contentTop {
	background: url(images/content-top.png) no-repeat;
	height: 24px;
}

#content {	
	background: url(images/content.png) repeat-y;
	padding: 0 30px 0 35px;
	min-height: 1600px;
}

/*	POSTS	*/
.post {
	overflow: hidden;		/*clears the floats */
	padding: 15px 0 35px 0;
	position: relative;		/* used to positione h1 image (class .postImage) */
	width: 100%;			/* IE needs a widht to clear the floats */	
}

.post a {
	color: #1D9EC7;
	text-decoration: underline;
	font-weight: bold;
}
.post a:hover {
	color: #1D9EC7;
	text-decoration: underline;
	font-weight: bold;
}

.post h1 {
	background: #f7f5f5;
	border: 1px solid #dfdfdf;
	font-family: "lucida sans", "Lucida Sans Unicode", Arial,Helvetica,"Trebuchet MS",Verdana,sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 5px 60px;
}

.post h1 a {
	color: #4ac5ec;
}

.post h1 a:hover {
	color: #777777;
	text-decoration: none;
}

.postImage {
	background: url(images/post-h1.png) no-repeat;
	height: 48px;
	width: 48px;
	position: absolute;
	top: 11px;
	left: 1px;
}

/*	POSTED BY	*/
.postedBy {
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	color: #777777;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	margin: 8px 0;
	padding: 10px;
}

.postedBy a {
	color: #4ac5ec;
}

.post p {
	font-size: 13px;
	line-height: 180%;
	padding: 10px 5px 15px 5px;
}


/*	ADDITIONAL INFO ABOUT A POST	*/
.additional {
	float: right;
	overflow: hidden;		/*clears the floats */
	padding-right: 15px;
	width: 278px;			
}

.additional a {
	color: #888888;
	font-size: 11px;
	font-style: italic;
	text-transform: capitalize;
}

.additional .readMore {
	background: url(images/read-more.jpg) no-repeat;
	float: left;
	height: 30px;
	padding: 15px 0 0 50px;
	width: 89px;
	cursor: hand;
	cursor: pointer;
}

.additional .comments {
	background: url(images/comments.jpg) no-repeat;
	float: left;
	height: 30px;
	padding: 15px 0 0 40px;
	width: 99px;
	cursor: hand;
	cursor: pointer;
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	float: left;
	margin: 25px 0 0 -7px;
	width: 213px;
}

#sidebar h2 {
	height: 39px;
	margin-top: 20px;
	text-indent: -9000px;		/* for accessibility and google, because h2 elements in sidebar use nonstandard font embed in sliced image, so -9000px hides real html text*/
	width: 213px;
}


/*	SIDEBAR BOX	*/
#sidebar .box {
	background: url(images/sidebar-box.png) repeat-y;
	color: #949191;
	overflow: hidden;
	width: 205px;
	min-height: 150px;
	padding-top: 6px;
}



#sidebar .box h3 img {
	float: left;
	margin: 0 6px 0 7px;
}

#sidebar .box h3 {
	color: #7d7b7b;
	font-size: 13px;
	line-height: 170%;
	overflow: hidden;
	padding-top: 8px;
	text-transform: capitalize;
}

#sidebar .box span {
	color: #ffaa42;
}

#sidebar .box p {
	font-size: 11px;
	line-height: 160%;
	padding: 5px 12px 10px 7px;
}

#sidebar .boxBottom {
	background: url(images/sidebar-box-bottom.png) no-repeat;
	height: 8px;
	width: 205px;
}


/*	TESTIMONIALS	*/
#testimonials h2 {
	background: url(images/h2-testimonials.png) no-repeat;
}

/*	CATEGORIES	*/
#categories h2 {
	background: url(images/h2-categories.png) no-repeat;
}

#categories ul {
	padding: 5px 0;
}

#categories li {
	padding-bottom: 5px;
}

#categories a {
	color: #949191;
	padding-left: 18px;
}

#categories a:hover {
	background: url(images/categories-li.jpg) no-repeat left center;
	text-decoration: none;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(images/footer.jpg) repeat-x bottom;
	height: 186px;
}

#footer a {
	color: #fff;
}

#footer ul {
	font-size: 11px;
	padding: 115px 0 20px 0;
}

#footer li {
	display: inline;
	padding: 0 15px;
	text-transform: uppercase;
}

#footer #footerBody {
	margin: 0 auto;
	width: 1000px;
}

#contentBottom {
	background: url(images/content-bottom.png) no-repeat;
	color: #fff;
	height: 180px;
	text-align: center;
	width: 785px;
}






