@import "content.css";

@-webkit-keyframes fade-in {
	0%   { opacity: 0; }
	50%   { opacity: 0; }
	100% { opacity: 1; }
}

body {
	-webkit-animation-name: fade-in;
	-webkit-animation-duration: 1.5s;
}


/*
------------------------------------------------------------------------------
Master   background - 0f1012*/

* {margin: 0; padding: 0;}

html, body {
	height: 100%; 
}

body {
	text-align: center;
	margin: 0 auto;
     background: #242424 url("../img/box2.jpg")  top center fixed;
     text-align: left;
     font: 11px/16px  "Lucida Grande", "Tahoma",Arial, Verdana, sans-serif; 
     color: #54585c;
}

p{ margin-bottom: 10px; padding-right: 20px; text-align: justify;}
p span {color: #fff; font-size: 14px;}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;	
}

a:hover { text-decoration: underline;}

#logo {text-indent: -99999px;}

#logo h1 {
	width: 180px;
	height: 55px;
	position: relative;
	top: 70px;
	background:  url("../img/logo.png") 0 0 no-repeat;
	text-indent: -99999px;
}
#logo a {
	display: block;
	width: 180px;
	height: 55px;
	text-decoration: none;
	overflow: hidden;
	border: 0;
}

/*
------------------------------------------------------------------------------
Main ID's */

#wrap {
	width: 850px;
	margin: 0 auto;
	position: relative;
	padding:  0;
	text-align: left;
}

#header {
	float: left;
	height: 100px;
	width: 100%;
	display: block;
}

#container {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

#content {
	float: left;
	position: relative;
	display: block;
	left: 200px;
	width: 650px;
	padding: 30px 0 30px 60px;
	min-height: 450px;
	border-left: 1px solid #333;
}

#content img { 
	border: none;
}

.space {min-height: 420px;}

/* for Internet Explorer */
/*\*/
* html  .space {height: 420px;}

#footer {
	float: left; 
	padding: 5px 0; 
	width: 100%; 
}

#footer p {
	text-align: right;
	font-size: 9px;
}
/*
------------------------------------------------------------------------------
Twitter  */

ul {list-style: none;}

#twitter_div {
	position: absolute;
	top: 20px;
	left: 80px;
}

ul#twitter_update_list {
	margin-top: 15px;
	font: 10.5px arial;
	font-weight: bold;
	
}

ul#twitter_update_list li a {
	color: #567086;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	text-decoration: none;
}


.twitter-left, .twitter-mid, .twitter-right {
	float: left;
	height: 48px;
	background: red;
}

.twitter-left, .twitter-right {width: 13px;}
.twitter-left {background:  url(../img/twitter-left.png) 0 0 no-repeat;}
.twitter-mid {background:  url(../img/twitter-mid.png) 0 0 repeat-x;}
.twitter-right {background:  url(../img/twitter-right.png) 0 0 no-repeat;}

.twitter-talk {
	position: absolute;
	top: 42px;
	left: 0;
	background:  url(../img/twitter-talk.png) 0 0 no-repeat;
	height: 20px;
	width: 55px;
}

/*
------------------------------------------------------------------------------
Navigation */

ul#navigation {
	z-index: 10;	
	display: block;
	position: absolute;
	width: 142px;
	top: 35px;
	left: 0;
	padding-right: 5px;
	
}

ul#navigation li {
	text-align: left;
	line-height: 18px;
}

ul#navigation li a {border: 0; font-weight: normal;}
ul#navigation li.light a{line-height: 22px;}
ul#navigation li.dark a{color: #55585b; font-size: 10px; }

ul#navigation li#selected-works {
	color: #fff; 
	font-size: 9px !important;
	font-style: italic;
}
