/* Alpha Project default theme */

* {padding: 0;margin: 0;}

img {border: 0;}

body {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	letter-spacing:normal;
	background-image: url(../img/bg.png);
	}

#page {
	margin: 10px 10px 10px 10px;
	position: relative;
	}

#utilities {
	padding: 0;
	margin: 0;
	width:120px;
	height:25px;
	float:right;
}


#header {
	padding: 0;
	margin: 0 0 0px 0;
	height: 160px; 
	width: 1000px;
	background-image: url(../img/bg_head.png);
	text-align: justify;
}
#site_name {
	padding: 125px 0 0 592px;
	margin: 0;
}

#slogan-box
{
	width: 220px;
}

#site_slogan
{
	padding: 40px 0 0 100px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
}	

#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 { 
	background: #c5f3c6 url(../img/bg_nav.png) no-repeat top left;
	width: 1000px;
	height: 32 px;
	padding: 0;
	margin: 0px 0px 0px 0px;
}	

#nav-primary {
	padding: 9px 10px 9px 10px;
	text-align: left;
	font: Verdana, Geneva, sans-serif
	font-size: 13px;
	font-weight: bold;
}


ul.links li {
display:inline;
list-style-type:none;
padding: 0 0 0 30;
}

#navigation a {
	color: #134505; 
	padding:6px 30px 6px 27px;
}

#navigation ul.links li
{
	text-transform: uppercase;
	font-weight: bold;

}
#navigation a:hover{
	padding:6px 30px 6px 27px;
	margin: 0px;
	color: #f7e964;


	}
#navigation a.active, #submenu li.active a {
	margin: 0px;
	padding:6px 10px 6px 10px;
	}

	
/* -------------------
Page
----------------------*/

#wrapper{
	background-image: url(../img/bg_wrapper.png);
	width: 1000px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
} /*wrapper:defines whole content margins*/

#primary {
	float: left;
	margin: 10px 10px 0 10px;
	width: 560px;
	}

#primary .singlepage {
	font-size: 12px;
	text-align: left;
}

#primary .singlepage .preview {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

.node {
	text-align: left;
	margin: 5px 5px 5px 5px;
}



/*- Sidebar Subpages Menu */

.lsidebar {
	width: 200px;
	float: left;
	margin: 0 0px 5px 10px;
	}
.rsidebar {
	width: 200px;
	float: right;
	margin: 0 10px 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: 18px;
	margin: 0 0 0px 0;
	font: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
	padding: 3px 10px 0 10px;
	color: #134505;
}
div.reg-content div.blocktitle h2 {
	font-size: 15px;
}

div.reg-left, div.reg-right {
	background: url(../img/bg_block_sidebar.png) repeat-y;
	margin: 10px 0 5px 0;
	text-align: left;
	}

div.reg-sidebar_head {
	background: url(../img/bg_block_sidebar_head.png) no-repeat top;
	padding: 5px 5px 5px 5px;
}

div.reg-sidebar_foot {
	background: url(../img/bg_block_sidebar_foot.png) no-repeat bottom;
	height: 12px;
}

div.reg-left div.blocktitle, div.reg-right div.blocktitle {
	height: 20px;
	margin: 0 0 0px 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 3px 15px 0 20px;
	color: #134505;
}
div.reg-left div.blocktitle h2, div.reg-right div.blocktitle h2 {
	font-size: 15px;
}

div.nodetitle h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #134505;
	text-align: left;
	margin: 3px 15px 0px 20px;
	font-weight: bold;
}



div.blockcontent {
	padding: 5px 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 #88bb63;
	padding: 3px 3px 3px 3px;
	background-color: #bbe197;
	margin: 0 0 0 0;
}

.nodeform {
	text-align: left;
	margin: 10px 10px 10px 10px;
	font-size: 12px;
	color: #134505;
	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: #134505;
	font-family: Verdana, Geneva, sans-serif;
	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: #53b253;
	font-family: Verdana, Geneva, sans-serif;
	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: #134505;
	font-family: Verdana, Geneva, sans-serif;
	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: #134505;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 500;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
}

.node-input-text {
	padding: 0.2em; 
	margin: 0.5em 0 0.5em 0;
	color: #134505;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	size: 40px;
}
.input-text
{
	margin: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	color: #134505;
	padding: 2px 0 2px 0;
}
.input-select
{
	margin: 0.5em 1em 0.5em 0;
	vertical-align: middle;
	color: #134505;
	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: #134505;
	font-family: Verdana, Geneva, sans-serif;
}
div#box_registration, div#box_forgotpass {
	margin:30px 0 30px;
	width: 400px;
	font-size: 13px;
	font-weight: bold;
	color: #134505;
	font-family: Verdana, Geneva, sans-serif;
}

div.messages {
	text-align: left;
	}

p.notice {
	color: #2fb281;
	font-weight: bold;
	margin: 0 5px 0 5px;
}
p.error {
	color: #ff4444;
	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 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: 18px;
	color: #1d5510;
	}
	

/*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 10px 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: 57px;
	}

#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:#134505;
	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: 20px;
	width: 200px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #134505;
	float: left;
	font-weight: normal;
	padding: 5px 0px 0 25px;
	margin: 0px 0px 0 0px;
}
div.node-created
{
	background: url(../img/date.png) no-repeat left top;
	height: 20px;
	width: 150px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #134505;
	font-weight: normal;
	float: right;
	text-align: left;
	padding: 5px 0px 0 35px;
	margin: 5 0 0 0;
}

div.node-terms
{
	background: url(../img/label.png) no-repeat left top;
	padding: 5px 5px 0 30px;
	margin: 0 0 5px 0;
	min-height: 22px;
	font-size: 11px;
	color: #99c7bc;
}

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: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #e64003;
	font-weight: bold;
	line-height: 14px;
}

/* Images */

div.image_thumb, div.image_view {
	padding: 0px 11px 10px 0px;
	float: left;
	text-align: right;
	margin: 0 0 15px 0px;
}






div.node-div
{
	background: url(../img/div_nodes.png) repeat-x;
	margin: 0px 0px 10px 0px;
	height: 2px;

}

.sidelist
{
	padding: 0 3px 3px 10px;
	list-style: none none;
}

div.noderules
{
	margin: 10px 10px 0 10px;
	text-align: left;
}

.required
{
	color: #FF6347;
	font-weight: bold;
}
