/* 
 * general styling rules
 * set the default value and set to zero
 * any values that can be altered by a browser
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	border: none;
}

body, html{
	height: 100%;
}

body{
	background-color: #fff;
}

p{
	margin: 0;
	padding: 0;
}

* :focus { outline: 0; }

img{
	border: none;
}

h1 {
	margin:0;
}

a, a:link, a:visited{
	color: #000;
}

a:active, a:hover{
	color: #aaa;
}

ul{
	list-style-type: none;
	margin: 0;
}


/************************************** global element styling */

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1{
	font-size: 24px;
	line-height: normal;
	font-weight: lighter;
}

h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

h3{
	font-size: 16px;
	line-height: 40px;
}

h4{
	font-size: 14px;
	line-height: 30px;
}

blockquote{
	margin: 20px 0 20px 50px;
	padding: 0;
}

blockquote:before{
	content: open-quote;
	font-weight: bold;
}

blockquote:after{
	content: close-quote;
	font-weight: bold;
}

address{
	text-align: right;
}

dd{
	margin-left: 40px;
}

/************************************** main layout */

#wrapper{
	width: 980px;
	margin: 0 auto;
}

#wrapper-content{
	width: 980px;
	float: left;
}

#header-wrapper{
	float: left;
	width: 100%;
}

#header{
	float: left;
	width: 100%;
}

#content{
	float: left;
	width: 100%;
}

#navbar-positioner{
	float: left;
}

#footer{
	margin-top: 20px;
	float: left;
	width: 96%;
	padding: 20px 2%;
}

/************************************** sections styling */

/************************************** header elements */

#header a, #header a:link, #header a:visited, #header a:active, header a:hover{
	text-decoration: none;
}

#header h1{
	font-size: 48px;
	font-weight: lighter;
}

/* logo */
#logo-positioner{
	width: 100%;
	float: left;
/*	text-align: center;*/
/*	margin: 20px 0;*/
}

#logo{

}

/* navigation */
#navbar-positioner{
/*	margin-top: 10px;*/
	width: 100%;
/*	height: 35px;*/
	float: left;
	display: block;
}

#navbar{
}

#navbar ul{
	list-style-type: none;
/*	text-align: center;*/
}

#navbar ul li{
	display: inline-block;
	margin: 0;
}

#navbar a, #navbar a:link, #navbar a:visited, #navbar a:active, #navbar a:hover{
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
	padding: 0px 5px;
	display: block;
	border-right: 1px solid #aaa;
}

#navbar a:hover{
	color: #aaa;
}

#navbar a.active_page{
	color: #f00;
}

#description{
	background-color: #fff;
	clear: both;
	margin: 0 20px;	
}

/************************************** main content */

#main p{
	margin: 10px 0;
}

#main ul, ol{
	margin: 20px auto 20px 40px;
}

#main a, #main a:link, #main a:visited, #main a:active, main a:hover{
}

.left{
	float: left;
}

.right{
	float: right;
}

#content-wrapper{
	float: left;
	/*width: 740px;*/
}

#sidebar{
	width: 220px;
	float: right;
}

#sidebar ul{
}

#login-section{
	width: 90%;
	padding: 5%;
}

#sidebar a{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}

#login-section a, #login-section a:link, #login-section a:visited, #login-section a:hover, #login-section a:active{
	width: 100%;
	text-align: center;
	display: block;
}

#login-section a:hover, #login-section a:active{
}

#search-categories{
	width: 90%;
	padding: 5%;
}

#search-categories a, #search-categories a:link, #search-categories a:visited, #search-categories a:hover, #search-categories a:active{
	width: 100%;
	text-align: center;
	display: block;
	margin: 2px 0;
}

#search-categories a.section-title{
	margin-top: 10px;
	font-weight: bold;
}

#project{
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
	font-size: 13px;
	line-height: 18px;
}

.code{
	width: 80px;
	text-align: right;
}

.name{
	width: 250px;
}

/******** home page */

/************************************** footer elements */

#footer{
	text-align: center;
	color: #888;
}

#footer ul{
	list-style-type: none;
}

#footer ul li{
	display: inline-block;
	margin: 0;
	padding: 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-family: "Myriad Pro", Arial Narrow, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
	display: block;
	color: #888;
	padding: 0 10px;
/*	border-left: 1px solid #aaa;*/
}

#footer a:hover{
	color: #8dc73f;
}

#footer a.first-link{
	border: none;
}

#site-info{
	color: #bbb;
	margin-top: 20px;
}

#site-info p{
	font-size: 11px;
}
