body {
	font-size: 87.5%;
	height: 100%;
	background: url("../bg/content_bg.jpg") repeat-y top center;
	color: #666666;
	font-family: "Trebuchet MS",Arial sans-serif;
	}

p
{
	line-height:140%;
	margin-bottom: 20px;
	font-size: 1.1em;
}

a
{
color: #2a78c7;
}

a:visited
{
color: #2a78c7;
}

a:hover
{
color: #2a78c7;
text-decoration: none;
}

.grid_16 h1
{
position: relative;
left: -30px;
overflow:hidden;
font-family:georgia,serif;
font-size:3.2em;
font-weight:normal;
letter-spacing:-1px;
line-height:140%;
color: #FFFFFF;
}

h3.head
{
line-height:100%;
width:100%;
margin:0 0 15px 0;
padding:0 0 10px 0;
font-family:georgia,serif;
font-size:200%;
font-weight:normal;
letter-spacing:-1px;

border-bottom:5px solid #ddd;
}

h3
{
font-family:georgia,serif;
font-size:180%;
font-weight:normal;
letter-spacing:-1px;
margin-bottom: 10px;
margin-top: 30px;
border-bottom:0px solid #ddd;
}

h3
{
margin-top: 0px;
}

h2
{
position: relative;
left: -30px;
height:220px;
overflow:hidden;
font-family:georgia,serif;
font-size:2.7em;
font-weight:normal;
letter-spacing:-1px;
line-height:140%;
}


#logo
{
position: relative;
left: -29px;
width: 100px;
height: 100px;
overflow: hidden;
text-indent: -9999px;
display: block;
}

#logo:hover
{
background: url("../img/logo_white.png") no-repeat;
}


#overlay
{
position: absolute;
width: 480px;
height: 400px;
left: 50%;
top: 150px;
z-index: 4000;
}

.heading
{
margin-top: 70px;
}


/* MENU */
#menu-container
{
position: absolute;
top: 25px;
width: 100%;
z-index: 3000;
}

ul.menu
{
list-style-type:none;
font-size:0.9em;
text-transform:uppercase;
}

ul.menu li
{
padding-top: 7px;
}

ul.menu li:hover
{
cursor: pointer;
}

ul.menu li.menu-head
{
padding-top:0px;
padding-bottom:7px;
}

/* HEADER */
#fullhd-bg
{
position: absolute;
top: 0
left: 0;
height: 550px;
width: 100%;
display: block;
z-index: 2000;
}

/* BODY */
#content
{
position: absolute;
top: 505px;
width: 100%;
z-index: 3000;
}

.excerpt
{
font-size: 0.9em;
}

.act
{
font-size: 1.3em;
margin:0 0 0px 0;
padding:0 0 10px 0;
font-family:georgia,serif;
font-weight: light;
font-style: italic;
border-top: 5px solid #dddddd;
display: block;
padding-top: 10px;
margin-top: 20px;
}

ul.content
{
text-indent: 5px;
list-style-position: inside;
margin-bottom: 20px;
}

ul.content li
{
font-size: 1.2em;
font-weight: normal;
margin-bottom: 5px;
}

ul.content p
{
padding-left: 15px;
font-size: 0.8em;
}


/* FOOTER */

#footer
{
margin-top: 30px;
padding-top: 25px;
padding-bottom: 30px;
width: 100%;
z-index: 4000;
background: url("../bg/footer-bg.jpg") repeat-y top center;
}

div.works
{
	padding: 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px; /*--CSS3 Rounded Corners--*/
	margin-bottom: 15px;
}




img.works
{

}

a.thumb {
	width: 325px;
	height: 120px; /*--Height of image--*/
	cursor: pointer;
	display: block;
	}
	
a.thumb span { /*--Used to crop image--*/
	width: 325px;
	height: 120px;
	overflow: hidden;
	display: block;
}

.project-obj
{
padding: 10px;
font-style: italic;
margin-bottom: 10px;
}

.project-link
{
padding-left:10px;
font-size: 1.1em;
margin-bottom: 20px;
}

.project-par
{
margin-top: 20px;
margin-bottom: 20px;
	line-height:140%;
	font-size: 1.1em;
}



/* FOOTER MENU */


ul.footer-menu
{
list-style-type:none;
font-size:0.8em;
text-transform:uppercase;
border-top: 1px solid #bbbbbb;
padding-top: 7px;
}

ul.footer-menu-left
{
list-style-type:none;
font-size:0.8em;
}

ul.footer-menu li, ul.footer-menu-left li
{
padding-top: 7px;
color: #cccccc;
}

ul.footer-menu li, ul.footer-menu li a
{
color: #cccccc; /* theme parameter: menu items color */
text-decoration: none;
cursor: pointer;
}

ul.footer-menu li:hover, ul.footer-menu li a:hover
{
color: #FFFFFF; /* theme parameter: menu items color */
text-decoration: none;
cursor: pointer;
}

ul.footer-menu li.footer-menu-head
{
padding-top:5px;
padding-bottom:7px;
color: #FFFFFF;
font-size:1.2em;
text-transform:uppercase;
font-weight: bold;
text-shadow: 0px 1px #000000;
}