/*------------------------------------------------------

 http://www.porcupine.gr/
 hello@porcupine.gr 

------------------------------------------------------*/
 
/* Reset
by E. Meyer 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
----------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, p, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* =All
------------------------------------------------------*/
body{
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	background: url(../img/bg/lokey_bg.gif) #eae8e5;
	color: #333; 
}

/* =mastehad
------------------------------------------------------*/
#masthead{
	float: left;
	background: url(../img/bg_head.jpg) repeat-x #000;
	width: 100%;
	height: 199px;
	text-align: left;
}

#content_head{
	width: 960px;
	margin: 4em auto 0 auto;
}

#identity h2{
	color: #fff;
	font: 1.4em Verdana, Helvetica, Arial, sans-serif;
	margin: 1em 0 0 0;
}

/* =nav
------------------------------------------------------*/
#nav{
	float: left;
	margin: 5.9em 0 0 0;
}

#nav ul{

}

#nav ul li{
	display: inline;
}


#nav ul li a{

	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	background: url(../img/li_bg.jpg) repeat-x;
	padding: .7em 1.8em .4em 1.8em;
}

#nav ul li a.selected, #nav ul li a:hover{
	background: url(../img/li_selected_bg.jpg) repeat-x;
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	padding: .7em 1.8em .8em 1.8em;
}

/* =wrapper
------------------------------------------------------*/
#wrapper{
	clear: left;
	float: left;
	width: 100%;
}

#container{
	width: 960px;
	margin: 0 auto;
}

/* =content
------------------------------------------------------*/
#content{
	float: left;
	width: 620px;
	padding: 0 10px 0 0;
	background: #eae8e5;
	text-align: left;
}

#content_text{
	float: left;
	width: 620px;
	background: url(../img/content_text.jpg) repeat-x #fff;
	margin: 2em 0 0 0;
}


/* =sidebar
------------------------------------------------------*/
#sidebar{
	float: left;
	width: 310px;
	margin: 0 10px 0 0;
	background: url(../img/sidebar_bg.jpg) repeat-y #eae8e5;
	text-align: left;
}

div.side_box{
	clear: left;
	float:left;
	width: 100%;
	margin: 2em 0 0 0;
}


/* =content_typo
------------------------------------------------------*/
#content h2{
	font-size: 1.4em;
	color: #bc6d07;
	margin: 1.5em 1.5em 1em 2em;
}

#content h3{
	font-size: 1.2em;
	margin: 1.5em 1.5em .5em 2em;
	font-weight: bold;
}

#content p{
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 1.5em 1.5em 2em;
}


#content p.more{
	font-size: 1.2em;
	margin: 0 1.5em 1em 2em;
	text-align: right;
}

#content ul{
	margin: 0 1.5em 1em 2em;
	font-size: 1.2em
}

#content ul li{
	list-style: square;
	line-height: 1.6em;
	padding: 0 0 .5em 0;
}

/* =side_typo
------------------------------------------------------*/
div.side_box h2{
	background: url(../img/sidebar_head.jpg) repeat-x;
	color: #fff;
	font: normal normal 1.2em Verdana, Helvetica, Arial, sans-serif;
	padding: 0 0 0 1.5em;
}

div.side_box p{
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 1em 1em 1em 1.5em;
}

div.side_box p.more{
	font-size: 1.1em;
	padding: 1em 1em 1em 1.5em;
	text-align: right;
}

div.side_box img{
	margin: .5em 10px 0 0;
}

div.side_box ul{
	margin: 1em 0 1em 1.5em;
	font-size: 1.2em
}

div.side_box ul li{
	list-style: square;
	line-height: 1.6em;
	padding: 0 0 .5em 0;
}

/* =links
------------------------------------------------------*/
a{
	color: #1f5474;
}

h2 a{
	color: #bc6d07;
	text-decoration: none;
}


/* =footer
------------------------------------------------------*/
#footer{
	clear: left;
	float: left;
	background: #18202a;
	width: 100%;
	text-align: left;
}

#footer_content{
	width: 960px;
	margin: 0 auto;
}

#footer #rights{
	float: left;
	width: 400px;
}

#footer #credits{
	float: right;
	width: 400px;
	text-align: right
}

#footer p{
	font-size: 1em;
	color: #fff;
	line-height: 1.6em;
	margin: 1em 2em 2em 2em;
}

#footer a{
	color: #90aaba
}

/* =contact_form
------------------------------------------------------*/
form{
	width:560px;
	margin: 0 25px;
}

div.form_item{
	margin: 0 0 1em 0;
	line-height: 1.4em;
	font-size: 1.2em;
}

input, textarea{
	background: #fff;
	border-top: 1px solid #c7d4dc;
	border-right: 1px solid #90aaba;
	border-bottom: 1px solid #90aaba;
	border-left: 1px solid #c7d4dc;
}

input:focus, textarea:focus{
	background: #fff;
	border-top: 1px solid #90aaba;
	border-right: 1px solid #577F97;
	border-bottom: 1px solid #577F97;
	border-left: 1px solid #90aaba;
}

input.button{
	background: #1f5474;
	color: #eed;
	border: none;
	margin: 1.5em 0 0 0;
}



























