@charset "UTF-8";
/* CSS Document */

body {
	background-image: url('/_img/bg.png');
	font-family: "helvetica neue",helvetica,arial,clean,sans-serif;
}

p {
	font-size: 12px;
	line-height: 18px;
	font-family: helvetica,arial,clean,sans-serif;
}

li
{
	font-size: 12px;
	line-height: 18px;
	font-family: helvetica,arial,clean,sans-serif;
}

h1, h3 {
	display: inline;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
}

a {
	text-decoration: none;
}



li img.normal
{
	-moz-box-shadow: 0px 0px 0px #888;
	-webkit-box-shadow: 0px 0px 0px #888;
	box-shadow: 0px 0px 0px #bbb;
	margin-top: 12px;
	margin-bottom: 12px;
}

.right {
	float: right;
}

hr.bottom {
	size: 0px;
	border: 0;
	border-top: 1px solid #ccc;
	width: 890px;
	margin-bottom: 12px;
}

p.footer {
	font-size: 11px;
	margin-bottom: 30px;
	margin-left: 3px;
	color: #444;
}

/* about me */

div#aboutme
{
	display: none;
	background-color: #333;
	background-image: url('../_img/aboutbg.png');
	height: 190px;
}

div.inside
{
	margin-left: 70px;
	padding-top: 25px;
	width: 800px;
	color: #ddd;
}

div.inside h1 {
	font-weight: normal;
	font-size: 32px;
	line-height: 58px;
}

div.inside h2 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-top: 5px;
	color: #ccc;
}

div.inside p {
	line-height: 20px;
	margin-top: 17px;
	color: #ccc;
	letter-spacing: 0.5px;
}

div.container {
	/background-color: #ffff00;
	width:960px;
	margin:auto;
	margin: 60px 0px 0px 70px;
}

div.container2 {
	width:960px;
	margin:auto;
	margin: 20px 0px 0px 70px;
}

div#header {
	height: 70px;
	width: auto;
	background-image: url('/_img/logo.png');
	background-position: 0px 9px;
	background-repeat: no-repeat;
}

ul#menu {
	margin-right: 69px;
	list-style: none;
	float:right;
}

ul#menu li {
	float: left;
	padding: 7px 7px 9px 7px;
	margin-left: 20px;
	
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

ul#menu li:hover
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #ff3300;
	color: #fff;
	-moz-box-shadow: 2px 2px 4px #bbb;
	-webkit-box-shadow: 2px 2px 4px #bbb;
	box-shadow: 2px 2px 4px #bbb;
}

/* Work */

div#tags
{
	/background-color: #ffff00;
	overflow: auto;
	margin-bottom: 25px;
}

div#tags ul
{
	float:right;
	margin-right: 72px;
}

div#tags ul li
{
	
	border-radius: 4px;
	margin-left: 10px;
	padding: 7px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #444;
	color: #fff;
	float: left;
	font-size: 12px;
}

div#tags ul li:hover
{
	background-color: #ff3300;
}

div#tags ul li a{ 
	color: #fff;
	display: block;
}

ul#work {
	overflow: auto;
	height: 100%;
}

li.work {
	float:left;
	width: 260px;
	margin: 0px 50px 25px 0px;
}
li.work img{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

li.work h2{
	opacity: 0;
	margin-top: 11px;
	color: #555;
	font-size: 13px;
	font-weight: normal;
}

/* Single work page */

span#back
{
	left: 0px;
	position: fixed;
	
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	
	
	-moz-box-shadow: 2px 2px 4px #bbb;
	-webkit-box-shadow: 2px 2px 4px #bbb;
	box-shadow: 2px 2px 4px #bbb;
	
	background-color: #333;
	color: #fff;
	width: 30px;
	height: 21px;
	text-align: center;
	padding-top: 4px;
	font-size: 15px;
}

span#back:hover
{
	background-color: #ff3300;
}

div#contentcontainer {
	width: 680px;
	height: 100%;
	margin-bottom: 50px;
}

h3.year {
	margin-left: 10px;
	font-size: 10px;
}

h2.desc {
	margin-top: 8px;
	font-family: 'Droid Serif';
	font-weight: normal;
	letter-spacing: 1px;
	color: #444;
	font-size: 11px;
	font-style: italic;
}

p.tags {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #777;
	font-size: 11px;
}

div#contentcontainer p {
	margin-bottom: 20px;
}

div#contentcontainer img {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 2px 2px 4px #bbb;
	margin-top: 12px;
	margin-bottom: 12px;
}

input.contact, textarea.contact
{
	padding: 6px;  
    border: dotted 2px #565045;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 269px;  
    background: #343029; 
    margin-left: 15px;
    margin-bottom: 15px;
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input.contact{
	float: left;
}

textarea.contact
{
	float: right;
	width: 600px;
	height: 100px;
}

ul#contact{
	margin-top: 25px;
}

ul#contact li{
	float:left;
	margin-right: 20px;
	vertical-align: top;
	font-size: 18px;
}

ul#contact li img
{
	margin-right: 10px;
	margin-left: 10px
}

ul#contact li.right
{
	border-left: 1px solid #565045;
}

div#stage
{
	position: fixed;
	right: 0;
	top: 0;
}

ul.normal
{
	list-style:square;
	margin-left: 20px;
	margin-bottom: 20px;
}

ul.normal li
{
	margin-bottom: 5px;
}



