/*----------------------------
Main Stylesheet for photodamaged.com
Version 7
Joyce Ho
-------------------------------*/

body {
	font-family:Helvetica, Arial, sans-serif;
	background:#000000 url(images/bg.jpg) top left;
	background-position: -150px -150px;
	color:#FFFFFF;
	text-shadow: 0 0 0 #000;
	margin: 0;
	}
	
a {
	text-decoration:none;
	color:#FFF;
}

a:hover{
	color:#00fce5;
}

#header img {
	border:0px;
}

blockquote {
	text-align:center;
	padding-top:35px;
	widows:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

.third {
	width:259px;
	border-top: #1e1e1e solid 1px;
	border-bottom: #1e1e1e solid 1px;
	float:left;
}

.twothirds {
	width:530px;
	float:right;
}

.blue {
	color:#00fce5;
}
	
#container {
	width:802px;
	margin-left: 120px;
}

/*Header*/

#header {
	margin-top:80px;
}

#logo, #hello, #social {
	height:145px;
}

#logo, #hello {
	margin-right:12px;
}

#logoimage a{
	background: url(images/logohover.gif) top left no-repeat;
	background-position:-99px 0px;
	width:99px;
	height:147px;
	float:left;
	display:block;
}

#logoimage a:hover {
	background-position:0px 0px;
}

#number {
	margin-top:99px;
	border-top: #1e1e1e solid 1px;
	padding: 10px 10px 10px 110px;
}

#intro {
	padding-top:75px;
}

#hello span{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00fce5;
	padding-bottom:5px;
}

#hello:hover {
	background-color:#1e1e1e;
}

#social {
	float:right;
	width:259px;
	border-top: #1e1e1e solid 1px;
	border-bottom: #1e1e1e solid 1px;
}

#social img{
	padding-right:10px;
}

.blank {
	margin-top:4px;
}

#tweet {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#353535;
	padding: 1px 20px 20px 0;
	display:block;
	width:238px;
	background:url(images/twitterarrow.jpg) bottom left no-repeat;
}

#tweet a{
	text-decoration:none;
	color:#6d6d6d;
}

#tweet a:hover{
	color:#00fce5;
}

#tweet:hover {
	color:#FFF;
	background-color:#1e1e1e;
	background-position: -258px bottom;

}

#tweet ul li{
	list-style:none;
	padding:0px;
	margin:0 0 0 -25px;
}

.twitterPrefix {
}

.twitterStatus {
}

.twitterTime{
}


/*Work*/

#work {
	clear:both;
	padding:0 0 60px 0;
}

#work img{
	border: #1e1e1e solid 1px;
}

#work a{
	text-decoration:underline;
}

#work h2{
	font-family:arial narrow;
	font-weight:lighter;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
}

#work h3{
	color:#8e8e8e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0px;
	padding:0 0 20px 0;
}

#work span{
	color:#FFF;
}

.new {
	background:url(images/new.jpg) top right no-repeat;
	height:28px;
	width:28px;
	float:right;
	position:absolute;
	top:367px;
	left:893px;
	z-index:2;
}

#caption {
	font-family:baskerville, georgia, times, serif;
	color:#8e8e8e;
	padding:5px 0;
	margin:12px 0;
	text-align:justify;
}

.endstn{
	margin:0 0 11px 0;
}

.midtn {
	margin:0 11px 11px 11px;
}


/*Footer*/

#footer {
	font-weight:normal;
	color:#8e8e8e;
	padding-top:50px;
}

#footer a{
	font-family:Helvetica, Arial, sans-serif;
	color:#2a2a2a;
}

#footer a:hover{
	color:#FFF;
	background:#2a2a2a;
}

#footer h6{
	color:#00fce5;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 10px 0;
	margin:0px;
}

.feed-title{
}

.feed-desc{
}

.feed-title-image{
}

.feed-item-title{
	font-weight:normal;
	padding:0px;
	margin:0px;
}

.feed-item-desc{
}

#footer li {
	list-style:none;
	padding: 0 0 2px 0;
	_margin-left:-15px;
	}

#is {
	width:259px;
	border-top: #1e1e1e solid 1px;
	padding: 8px 0;
	}
	
#is a {
	text-decoration:none;
	color:#7c7c7c;
	background-color:#111111;
}

#is a:hover {
	color:#ffffff;
	background-color:#222222;
}

.leftcol {
	float:left;
}

.rightcol {
	float:right;
}

.copyright {
	clear:both;
	padding:10px 0 80px 0;
	color:#2a2a2a;
	border-top: #1e1e1e solid 1px;
}