/* Alpha Project default theme */

* {padding: 0;margin: 0;}

img {border: 0;}

body {
	font-family: Verdana;
	font-size: 11px;
	color: #0a1441;
	letter-spacing:normal;
	background: #fff;
	}

#page {
	margin: 10px 10px 5px 10px;
	position: relative;
	}

#utilities {
	padding: 5px 0 0 0;
	margin: 0;
	width:120px;
	height:25px;
	float:right;
}


#header {
	padding: 0;
	margin: 0 0 0 0;
	height: 225px; 
	width: 1000px;
	background-image: url(../img/bg_head.png);
	text-align: justify;
}
#site_name {
	padding: 90px 0 0 100px;
	margin: 0;
}

#slogan-box
{
	width: 300px;
}

#site_slogan
{
	padding: 40px 0 0 100px;
	margin: 0;
	font-family: Verdana;
	font-size: 14px;
	color: #eff4f6;
}	

#btn_div
{
	padding: 0;
	margin: 0 0 0 0;
	width: 10px;
	height: 20px;
	float: left;
}	
#btn_home
{
	padding: 0;
	margin: 0 0 0 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/home.png);
	float: left;
	cursor: pointer;
}	
#btn_sitemap
{
	padding: 0;
	margin: 0 0 0 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/sitemap.png);
	float: left;
	cursor: pointer;
}	
#btn_mail
{
	padding: 0;
	margin: 0 0 0 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/mail.png);
	float: left;
	cursor: pointer;
}	
#btn_friends
{
	padding: 0;
	margin: 0 0 0 0;
	width: 20px;
	height: 20px;
	background-image: url(../img/friends.png);
	float: left;
	cursor: pointer;
}	

/*-----------------------
Primary Links, Secondary Links
-----------------------*/
#navigation { 
	width: 1000px;
	height: 30px;
	padding: 0;
	margin: 5px 0 0 0;
	background-color:#f0f0f0;
}	

#nav-primary {
	padding: 6px 3px 3px 3px;
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}


ul.links li 
{
display:inline;
list-style-type:none;
padding:0 0.5em;
}

#navigation a 
{
	color: #909092;
	padding:4px 10px 4px 10px;
}

#navigation ul.links li
{
	font-weight: bold;
}
#navigation a:hover{
	padding:6px 10px 6px 10px;
	margin: 0px;
	color: #333;
}
	
#navigation a.active, #submenu li.active a {
	background: url(../img/bg_nav_bk.png);
	color:#000;
	margin: 0px;
	padding:6px 10px 6px 10px;
}

	
/* -------------------
Page
----------------------*/

#wrapper{
	background-color: #fff;
	width: 1000px;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
} /*wrapper:defines whole content margins*/

#primary {
	float: left;
	margin: 0 5px 0 0;
	width: 570px;
	}

#primary .singlepage {
	font-size: 11px;
	text-align: left;
}

#primary .singlepage .preview {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.node {
	text-align: left;
	margin: 0px 5px 5px 5px;
}



/*- Sidebar Subpages Menu */

.lsidebar {
	width: 210px;
	float: left;
	margin: 0 5px 5px 0;
	}
.rsidebar {
	width: 210px;
	float: right;
	margin: 0 0px 5px 0;
	}	



div.reg-content {
	background: url(../img/bg_block_content.png) repeat-y;
	margin: 0 0 5px 0;
	}

div.reg-content_head {
	background: url(../img/bg_block_content_head.png) no-repeat top;
	padding: 5px 5px 5px 5px;
}

div.reg-content_foot {
	background: url(../img/bg_block_content_foot.png) no-repeat bottom;
	height: 10px;
}

div.reg-content div.blocktitle {
	height: 35px;
	margin: 0 0 0 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-shadow:#999;
	padding: 6px 20px 0 70px;
	color: #6a6a6a;
}

div.reg-content_head_mes
 {
	background: url(../img/reg-content_head_mes.png) no-repeat top;
	padding: 5px 5px 5px 5px;
}

div.reg-content div.blocktitle h2 {
	font-size: 14px;
}

div.reg-left, div.reg-right {
	background: url(../img/bg_block_sidebar.png) repeat-y;
	margin: 0 0 5px 0;
	text-align: left;
	}

div.reg-sidebar_head_left {
	background: url(../img/bg_block_sidebar_head_right.png) no-repeat top;
	padding: 5px 5px 5px 5px;
}

div.reg-sidebar_head_right_top {
	background: url(../img/bg_block_sidebar_head_left_top.png) no-repeat top;
	padding: 5px 5px 5px 5px;
}


div.reg-sidebar_head_right_bot {
	background: url(../img/bg_block_sidebar_head_left_bot.png) no-repeat top;
	padding: 5px 5px 5px 5px;
}

div.reg-sidebar_foot_left {
	background: url(../img/bg_block_sidebar_foot.png) no-repeat bottom;
	height: 10px;
}

div.reg-sidebar_foot_right {
	background: url(../img/bg_block_sidebar_foot.png) no-repeat bottom;
	height: 10px;
}


div.reg-left div.blocktitle, div.reg-right div.blocktitle {
	height: 35px;
	margin: 0 0 0 0;
	font-family: Verdana;
	font-weight: bold;
	text-align: left;
	text-shadow:#999;
	padding: 6px 10px 0 60px;
	color: #6a6a6a;
}
div.reg-left div.blocktitle h2, div.reg-right div.blocktitle h2 {
	font-size: 13px;
}

div.nodetitle h2 {
	height: 35px;
	margin: 0 0 0 0;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	text-shadow:#999;
	padding: 1px 10px 0 60px;
	color: #6a6a6a;
}



div.blockcontent {
	padding: 0 5px 5px 5px;
}


div.pagination
{
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 11px;

	}
div.pagination a, div.pagination b, div.pagination strong
{
	border: 1px solid #bfbfbf;
	padding: 3px 3px 3px 3px;
	background-color: #dadada;
	margin: 0 0 0 0;
}

.nodeform {
	text-align: left;
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	color: #6a6a6a;
	font-style: normal;
}

form.nodeform ul 
{
	float:right;
	margin: 10px 20px 0 0;
	padding:0;
}
form.loginform ul 
{
	float:right;
	margin: 0 30px 20px 0;
	padding:0;
}

form.nodeform li, form.loginform li
{
	display:inline;
	float:left;
	margin: 0 0 0 10px;
	min-width: 100px;
}

form.nodeform .input-submit
{
	background: transparent none no-repeat scroll left top;
	font-size: 15px;
	font-weight:bold;
	border: 0px none;
	text-align: center;
	color: #0A1441;
	font-family: "Trebuchet MS";
	font-style: italic;
}
form.loginform .input-submit
{
	background: transparent none no-repeat scroll left top;
	font-size: 15px;
	font-weight:bold;
	padding: 0 1em 0.6em 1em;
	border: 0px none;
	text-align: right;
	color: #a6a5b2;
	font-family: "Trebuchet MS";
	font-style: italic;
}
span.btn 
{
	background: transparent none no-repeat scroll left top;
	font-size: 15px;
	font-weight:bold;
	border: 0px none;
	text-align: center;
	color: #ffe493;
	font-family: "Trebuchet MS";
	min-width: 100px;
	font-style: italic;
}

.btn a, .btn a:hover
{
}

form.nodeform label
{
	clear:both;
	display:block;
	float:left;
	margin: 2px 0 2px 0;
}
.login-input-text {
	padding: 0.2em; 
	margin: 0.1em 0 0.5em 0;
	color: #b51c4e;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-style: italic;
}

.node-input-text {
	padding: 0.2em; 
	margin: 0.5em 0 0.5em 0;
	color: #b51c4e;
	vertical-align: middle;
	font-size: 22px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.input-text
{
	margin: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	color: #b51c4e;
	padding: 2px 0 2px 0;
}
.input-select
{
	margin: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	color: #415C86;
	padding: 2px 5px 2px 5px;
}

.node-input-file {
/*	font-size: 90%; */
/*	margin: 0.5em 1em 0.5em 0; */
	vertical-align: middle;
	color: #4d7e74;	
}

.node-input-radio {
	padding: 0.4em; 
	margin: 0.7em 1em 0.5em 0;
	color: #ccddee;
	background: transparent;
	vertical-align: middle;
}


.node-input-textarea {
	padding: 0.4em; 
	font-size: 110%;
	width: 570px;
	height: 400px;
	margin: 0.5em 0 0.5em 0;
}

div.form_buttons {
	margin: 0 0 40px 0;
}




div#box_login {
	margin:30px 0 30px;
	width:400px;
	font-size: 15px;
	font-weight: bold;
	color: #a6a5b2;
	font-family: "Trebuchet MS";
}
div#box_registration, div#box_forgotpass {
	margin:30px 0 30px;
	width:400px;
	font-size: 13px;
	font-weight: bold;
	color: #0A1441;
	font-family: "Trebuchet MS";
}

div.messages {
	text-align: left;
	}

p.notice {
	color: #2fb281;
	font-weight: bold;
	margin: 0 5px 0 5px;
}
p.error {
	color: #6394c2;
	font-weight: bold;
	margin: 0 5px 0 5px;
}
p.warning {
	color: #FFD700;
	font-weight: bold;
	margin: 0 5px 0 5px;
}


/*- Main styles */

h1, h1 a{text-decoration: none;}



/*- Header styles */

#header h1 /*, #header p*/ { /* site title */
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #d7d7d7;
	font-size: 16px; 
	}
.sitetitle {	
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	color: #4d7e74;
	font-size: 24px; 
	}


#header img#logo{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header p.slogan{
	padding: 0 0 0 0;
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #e1e1e1;
	letter-spacing:1px;
	}

#header h1 a, #header p a{color: #d7d7d7;	font-size: 16px; 
	font-family: "Trebuchet MS";
	font-weight: bold;}
#header h1 a:hover, #header p.sitetitle a:hover{text-decoration: none;	font-size: 16px; 
	font-family: "Trebuchet MS";
	font-weight: bold;}
	

/*search box*/	


	
	
	
	
	
/*site mission*/	
#sitemission{ 
margin: 15px 0 15px 0;
padding:0px 0px 0px 2px;

}

#primary #sitemission p{
	font-family:Georgia, "Times New Roman", Times, serif;
/*	font-size:1.3em; */
	font-style: normal;
	line-height:110%;
	text-align: center;
	color:#666;
/*	padding: 10px; */
}
	
/*block styles*/


	
	
.defaultblock .blockcontent, .loginblock .blockcontent{
	margin: 10px 0 10px 0;
}
.lsidebar .defaultblock .blockcontent, .rsidebar .defaultblock .blockcontent{
	margin: 5px 5px 5px 5px;
}

	











#footer {
	width: 1000px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
   text-align: center;
	color:#FFFFFF;
	background: url(../img/bg_foot.png) no-repeat top;
	font-size:10px;
	font-weight: normal;
	font-family: Verdana;
	height: 62px;
	}

#footer img{border:none;}
#footer a:hover{text-decoration: underline;}


/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline; 
	}

a {
	color:#4070b6;
	text-decoration: none;
	}
	
#primary .node .content a{
text-decoration: underline;
	margin: -10px 0 -10px 0;
	}
#primary .node .content a:hover {	text-decoration:none;}	
.defaultblock a:hover{
	text-decoration: underline;
	}	
	
	
	
	
	
	
	
	
	
/*- Various Tags and Classes */	
	
.clear {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 1px;
	}
.clearfloat {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 1px;
}

hr {
	display: none;
	}	
	
	
div.node-author
{
	background: url(../img/user.png) no-repeat left top;
	height: 27px;
	width: 250px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #d29fb0;
	float: left;
	font-weight: bold;
	padding: 5px 0 0 25px;
}
div.node-created
{
	background: url(../img/date.png) no-repeat left top;
	height: 27px;
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #d29fb0;
	font-weight: bold;
	float: right;
	text-align: right;
	padding: 5px 0 0 20px;
}

div.node-terms
{
	background: url(../img/label.png) no-repeat left center;
	height: 22px;
	width: 530px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #d29fb0;
	float: left;
	font-weight: bold;
	padding: 5px 0 0 25px;
}

div.node-str
{
	margin: 0 15px 0 15px;
}


div.node-teaser
{
	margin: 0 0 15px 0;
}

div.node-title, div.node-title a
{
	margin: 0 0 5px 0;
	font-family: Verdana;
	font-size: 13px;
	color: #598cd7;
	font-weight: bold;
	line-height: 14px;
}

/* Images */

div.image_thumb, div.image_view {
	padding: 2px 15px 5px 5px;
	float: left;
	text-align: left;
}






div.node-div
{
	margin: 0px 0px 0 0px;

}

.sidelist
{
	background: url(../img/line.png) no-repeat bottom;
	padding: 0 0 4px 10px;
	margin: 3px 0 3px 0;
	list-style: none none;
}

.sidelist a:hover {
	background: url(../img/list.png) no-repeat left;
	padding: 3px 10px 3px 10px;
	color:#000;
}
	
div.noderules
{
	margin: 10px 10px 0 10px;
	text-align: left;
}

.required
{
	color: #b51c4e;
	font-weight: bold;
}
