/*- 0: Standard Template Elements---------------------------------- */

* {
margin:0; /* zero out margin */
padding:0; /* zero out padding */
}
html, body {
	color: #676767;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	background-color: #a2d9f8;
	position: relative;
	text-align: center;
	line-height:17px;
	background-image:url(../images/frontend/temp1/bg.jpg);
	background-repeat:repeat-x;
	height:100%; /* gives layout 100% height */
	overflow:inherit; /* triggers 100% height in Opera 9.5 */
}

a:link, a:active, a:visited { 
	color: #0692c8; 
	text-decoration: none;
}

a:hover { 
	color: #0692c8; 
	text-decoration: underline; 
}
a.tags:link, a.tags:active, a.tags:visited { 
	color: #676767; 
	text-decoration: none;
}

a.tags:hover { 
	color:#ea118c;
	text-decoration: underline; 
}
a.pink_link:link {
	color:#ea118c;
	text-decoration:none;
}
a.pink_link:visited {
	color:#ea118c;
	text-decoration:none;
}
a.pink_link:hover {
	color:#ea118c;
	text-decoration: underline;
}


/*- : Frame Structure---------------------------------- */
#header {
	height:33px; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	background:url(../images/frontend/temp1/bg_bodytop.png) no-repeat;
	background-position:center;
}
#wrapper {
	min-height:100%; /* gives layout 100% height */
	width:100%; /* centered div must be given a width */
	margin:0 auto; /* centers #wrapper */
	background:url(../images/frontend/temp1/bg_body.png) repeat-y;
	background-position:center;
}
* html #wrapper { 
	height:100%; /* IE6 treats height as min-height */
}
/*
p {
	font-size:1.8em;
	text-align:center;
	padding:100px 0 80px; 
}
*/
#content{
	margin:0 auto;
	width:900px;
	text-align:left;
	background:url(../images/frontend/temp1/bg_header.gif) repeat-x;
}
#footer {
	width:100%; /* centered div must be given a width */
	margin:-150px auto 0; /* -80px sucks it back in & auto centers it */
	background-image:url(../images/frontend/temp1/bg_foot.jpg);
	height:247px;
}

.footer_holder{
	padding-top:25px;
	margin:0 auto;
	width:850px;
	text-align:left;
	height:165px;
}
.footer_box{
	float:left;
}
.f1{
	width:190px;
}
.f2{
	width:280px;
}
.f3{
	width:280px;
}
.f4{
	width:80px;
}
.copyright_holder{
	padding:21px 0 19px 0;
	margin:0 auto;
	width:850px;
	text-align:left;
	color:#899da8;
	font-size:11px;
}
.sub_header{
	padding:21px 0 25px 23px;
	height:58px
}
.center_bar{
	background:url(../images/frontend/temp1/img_main.jpg) no-repeat;
	height:320px;
}
.center_right{
	margin-left:495px;
	background:url(../images/frontend/temp1/bg_centerright.png) repeat-x;
	height:260px;
	width:355px;
	padding:60px 20px 0 20px;
	line-height:22px;
}
.bottom{
	margin:30px 15px 30px 15px;
	display:block;
	clear:both;
}
.bottom_left{
	float:left;
	width:445px;
	margin-right:50px;
	height:100%;
}
.bottom_right{
	float:right;
	width:350px;
	padding-right:20px;
	height:100%;
}

/*- : Design Elements---------------------------------- */

#clearall {clear: both; margin: 0px; height:10px;}

.logo_holder{
	float:left;
}
.adspace{
	margin-top:40px;
	text-align:center;
	width:100%; 
	/*height:230px;*/
	height:100px;
}

/*- : Forms---------------------------------- */

.email_holder{
	padding-top:30px;
	height:70px;
}
.field_big{
	float:left;
	width:323px;
	height:40px;
}
.btn_big{
	float:left;
	height:40px;
}
input.form_field{ 
	width: 300px;
	padding: 6px 7px 5px 7px; 
	font: 14px Arial, Helvetica, Verdana;
	color: #878787;
	height:18px;
	border: 1px solid #cbcbcb;
}
.email_holder_small{
	float:right;
	padding-top:18px;
	height:50px;
	width:272px;
}
.field_small{
	float:left;
	width:180px;
	height:40px;
}
.btn_small{
	float:left;
	height:40px;
}
.submit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background-image:url(../images/frontend/icons/buttonBG.gif);
	border: none;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	margin-bottom:3px;
	cursor: pointer;
	vertical-align:middle;
	padding:0 10px 0 10px;
}
.submit_button:hover {
	background-color:#444;
}


input.form_field_small{ 
	width: 160px;
	padding: 4px 5px 5px 5px; 
	font: 12px Arial, Helvetica, Verdana;
	color: #9c9c9c;
	height:14px;
	border: 1px solid #cbcbcb;
}

textarea{ 
	padding: 4px 5px 5px 5px; 
	font: 12px Arial, Helvetica, Verdana;
	color: #9c9c9c;
	border: 1px solid #cbcbcb;
}


/*- : Fonts---------------------------------- */

.hd_22{
	font-size:22px;
	font-weight:bold;
	color:#ea118c;
}
.hd_16{
	font-size:16px;
	color:#74a1ba;
}
.txtblock{
	padding:0 0 20px 0;
}
.title {
	font-size:17px;
	font-weight:bold;
	color:#ea118c;
	border-bottom:1px solid #9bd3e9;
	padding-bottom:10px;
	margin-bottom:10px;
}
.email_title{
	font-weight:bold;
	color:#0692c8;
	padding-bottom:8px;
}
.pink{
	font-weight:bold;
	color:#eb2295;
}

/*- : Blog---------------------------------- */

.blog_entry{
	border-bottom:1px solid #e4e8eb;
	padding-bottom:20px;
	margin-bottom:20px;
}
.blog_title{
	font-size:18px;
	padding:4px 0 4px 0;
}
.blog_subtitle{
	color:#eb2295;
	font-size:12px;
}
.blog_body{
	padding:20px 0 20px 0;

}

.blog_link{
	padding-bottom:20px;
}
.blog_tags{

}
.blog_date{
	font-size:10px;
	color:#ababab;
}
.blog_img{
	padding:1px;
	border:1px solid #e7ecef;
	margin-top:15px;
}
.comment_top {
	width:300px; 
	float:left; 
	font-size:9px
}
.comment_flag {
	width:60px; 
	float:right;
}
.comment_title{
	font-size:18px;
	padding:4px 0 4px 0;
}

.side_entry{
	border-bottom:1px solid #e4e8eb;
	padding-bottom:10px;
	margin-bottom:10px;
	min-height:80px;
}
.side_title{
	font-weight:bold;
	font-size:11px;
}
.side_body{
	font-size:9px;
	line-height:14px;
}
.side_date{
	font-size:9px;
	color:#ababab;
}
.side_img{
	float:left;
	padding:0 10px 10px 0;
}


/*- : Blog---------------------------------- */

.pagination_holder{
	width:490px;
	
}

ul{border:0; margin:0; padding:0;}

#pagination li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
}
#pagination a{
border:solid 1px #e7ecef;
margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
color:#aaaaaa;
display:block;
float:left;
font-weight:bold;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
}
#pagination .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
color:#0692c8;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #0692c8;
}
/* ***************************************
	IMAGES
*************************************** */
img {
	border: none;
}
#news_body img {
	padding-right:10px;

}
/***************************************
* LAYOUT
****************************************/	
h1, h2, h3, h4, p{
	padding:0;
	margin:0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.upper {
	text-transform:uppercase;
}
.white {
	color:white;
}
.black {
	color:black;
}
.gray {
	color:#666666;
}
.black {
	color:#000;
}
.bold {
	font-weight:bold;
}
.error {
	color:#ea118c;
}
.xsmall {
	font-size:8px;
}
.small {
	font-size:9px;
}
.small2 {
	font-size:11px;
}
.medium {
	font-size:13px;
}
.large {
	font-size:16px;
}
.xlarge {
	font-size:18px;
}
.line {
	border-bottom:1px solid #e4e8eb;
}
.spacer{
	clear:both; 
	height:10px;
}
.clear {
	clear: both; margin: 0px; 
}
