
body {
	margin: 0px;
	padding: 0px;
	color: #6d8d95;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #21373d;
	background-image: url(images/quickzip_body.png);
	background-repeat: repeat;
}

a, a:link, a:visited {
	color: #33CCCC;
}

a:hover {
	color: #CCFF00;
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #CCFF00; }

h1 { font-size: 34px; margin: 0 0 30px 0; padding: 5px 0; color: #d8ff00; line-height: 1.1;}
h2 { font-size: 26px; margin: 0 0 20px 0; padding: 0; color: #d8ff00;}
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 8px;
	border: 1px solid #000000;
	background: #143037;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #33CCCC; }

.quickzip_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.quickzip_list li {
	margin: 0 0 15px 15px;
	padding: 0 0 0 30px;
	background: url(images/quickzip_list.png) top left no-repeat;
}


.button a {
	width: 60px;
	padding: 4px 25px 4px 0;
	background: url(images/quickzip_readmore.png) center right no-repeat;
	color: #12758e;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
}

.button a:hover {
	text-decoration: underline;
}

#quickzip_wrapper {
	width: 990px;
	margin: 0 auto;
	background: url(images/quickzip_wrapper.png) repeat-y;
}

/* header */

#quickzip_header {
	width: 970px;
	height: 200px;
	padding: 0 10px;
	background: url(images/quickzip_header.png) no-repeat;
}

#quickzip_header  #site_title {
	float: left;
	width: 260px;
	text-align: center;
	padding: 80px 0 0 20px;
}

#quickzip_header  #site_title a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #33CCCC;
	font-weight: normal;
	text-decoration: none;
}

#quickzip_header  #site_title a span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #5f6675;
	font-weight: bold;
	letter-spacing: 2px;
}



#quickzip_main {
	width: 940px;
	padding: 60px 40px 30px 10px;
	background: url(images/quickzip_content_top.png) no-repeat;
}



#quickzip_sidebar {
	float: left;
	width: 280px;
}



#quickzip_menu {
	margin-bottom: 50px;
}

#quickzip_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#quickzip_menu ul li {
	padding: 0px;
	margin: 0 0 5px 0;
}

#quickzip_menu ul li a {
	display: block;
	height: 7%;
	padding: 11px 11px 11px 10px;
	font-size: 14px;
	text-decoration: none;
	color: #CCC;	
	font-weight: bold;
	outline: none;
	background: url(images/quickzip_menu.png) no-repeat left bottom;
}

#quickzip_menu li a:hover, #quickzip_menu li .current {
	color: #33CCCC;
	background: url(images/quickzip_menu_hover.png) no-repeat left bottom;
}



.sidebar_box {
	padding-left: 0px;
}

.news_box {
	margin-bottom: 20px;
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #19343b;
}

.news_box:hover {
	background: #132b31;
}

.news_box img {
	float: left;
	width: 80px;
	border: 1px solid #FFF;
	padding: 2px;
}

.news_box p {
	float: right;
	width: 140px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#quickzip_content {
	float: right;
	width: 600px;
}

#quickzip_content p {
	text-align: justify;
	margin-bottom: 10px;
}

.two_column {
	width: 280px;
}

.post_box {
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(images/hor_divider.jpg) bottom repeat-x;	
}

.post_box .post_content {
	clear: both;
	margin: 10px 0;
}
.post_content .right {
	float: right; 
	width: 300px;
}

.post_content .right img {
	width: 280px;
	height: 240px;
	border:1px solid #000;
	padding: 5px;
	background: #143037;
}

.post_content .left {
	float: left; 
	width: 280px;
}

.post_content h2 {
	margin-bottom: 5px;
}

.post_box p {
	padding-bottom: 5px;
	margin: 20px 0 10px 0;
}

.post_section .post_info{
	font-style: italic;
}

.post_box .comment_tab {
	padding: 10px 0;
	margin: 40px 0 20px 0;
	border-bottom: 1px dashed #666;
	font-size: 20px;
	font-weight: bold;
}



#quickzip_footer {
	width: 970px;
	height: 17px;
	margin: 0px 10px;
	padding: 35px 0;
	text-align: center;
	background: url(images/quickzip_footer.png) no-repeat;
}