/** Regular rule styles  *******************************/

html, body {
	height: 97%;
	margin: 0;
	padding: 0;
	font: normal normal normal 12px "Myriad Pro", Lucida, Verdana, sans-serif;
	background-color: #000;
	/*overflow: hidden;*/
}

h1 {
	text-decoration: none;
	font: normal normal normal 2em "Myriad Pro", Lucida, Verdana, sans-serif;
	padding: 30px 20px 20px 60px;
	background-color: #000;
	text-transform: uppercase;
	
}

img {
	border: 0;
	cursor: pointer;
}

a {
	text-decoration: none;
	color: white;
	border:  none;
	padding: 4px;
}

a:hover {
	color: #35a7b5;
	border-color: #35a7b5;
}

#content21 {
	position: absolute;
	overflow: hidden;
}

/* Header and Navigation styles */
	
#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: -16px;
	min-width: 960px;
}

.sitename a, .sitename a:hover {
	color: white;
}

ul#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	margin-top: -58px;
	margin-right: 60px;
	width: 46%;
	text-align: right;
	
	
}

ul#nav li {
	display: inline;
	padding-right: 20px;
	padding-bottom:  6px;
	height:  20px;
}

.trigger {
	z-index: 10;
	/*border: 1px solid #ff0000;*/
}

.delay40bottom{
	padding-bottom: 40px;
}

.commentText {
	color: #35a7b5;
	margin-left: 15px;
	padding-left:  20px;
	background: url(../images/bubble.gif) no-repeat 0;
}

.commentText a:hover {
	text-decoration: none;
	
}

.rss {
	color: #35a7b5;
	
	padding-left:  10px;
	background: url(../images/27.png) no-repeat 0;
}



/*****************************************
	next / previous links
*****************************************/

#nextprev {
		
}
.previous {
	position: absolute;
	top:  200px;
	left:  20px;
	padding: 40px;
	font-size: 6em;
	font-weight: bold;
	color: white;
}

.previous a:hover {
	color: white;
}

.next {
	position: absolute;
	top:  200px;
	right:  20px;
	padding: 40px;
	font-size: 6em;
	font-weight: bold;
	color: white;
}

.next a:hover {
	color: white;
}

/*****************************************
	image info and comments
*****************************************/

#image-info {
	position: absolute;
	color: #fff;
	top: -680px;
	left: 10%;
	right: 10%;
	background-color: #000;
	padding: 20px 60px 20px 20px;
	overflow: auto;
	height: 58%;
	min-width: 500px;
}

.comment-message {
	font-size: 1.2em;
	color: #fff;
}

.comment-name a {
	font-style: italic;
	color: #35a7b5;
	padding-left: 0;
	padding-right: 0;
	
}

#info h2 {
	font-size: 1.6em;
	color: #fff;
	padding: 0;
	margin: 0;
}

#left {
	float: left;
	width: 45%;
	padding: 0 30px;
}

#right {
	float: left;
	width: 43%;

}

#comments ul {
	list-style-type: none;
	width: 100%;
	
}

#comments ul li {
	margin-top: 20px;
}

#comments-close {
	position: absolute;
	top: 20px;
	right: 26px;
	
	
}
#comments-close a {
	width: 100%;
	background-color: #000;
	color: #fff;
	padding: 2px 2px 1px 2px;
	display: block;
	border: 1px solid #f6fcf5;
	text-align: center;
}



#comments-close a:hover {
	width: 100%;
	background-color: #35a7b5;
	color: #fff;
	padding: 2px 2px 1px 2px;
	display: block;
	border: 1px solid #35a7b5;
}


/*****************************************
	ARCHIVE
*****************************************/

#archive{
	width: 82%;
	height: 60%;
	position: absolute;
	color: #fff;
	top: 110px;
	left: 8%;
	right: 10%;
	background-color: #000;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	min-width: 800px;
}

.thumbnails {
	border: 10px solid #f2f2f2;
	margin-bottom: 3px;
}

/*****************************************
	ABOUT
*****************************************/

#aboutsite{
	width: 80%;
	height: 60%;
	position: absolute;
	color: #fff;
	top: 110px;
	left: 8%;
	right: 10%;
	background-color: #000;
	padding: 20px 20px 20px 20px;
	overflow: auto;
	min-width: 800px;
}

.twitter {
	color: #35a7b5;
	padding-left:  20px;
	background: url(../images/tweet.png) no-repeat 0;

}

/*****************************************
	FOOTER
*****************************************/

#footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: black;
	padding: 20px 60px 20px 20px;
	color: #fff;
	text-align: center;
	font-size: 10px;
			
}	

#footer a {
	text-decoration: none;
	color: #f2f2f2;
	padding: 0;
	border-bottom:  1px dashed #f2f2f2;
	
}


#footer a:hover {
	text-decoration: none;
	color: #35a7b5;
	border-bottom:  1px dashed #35a7b5;
	padding: 0px;
}

#footer a:hover img {
	border-bottom: 0px;
}

#footer span {
	margin: 0 5px;
}

#footer span img {
	position: relative;
	top: 5px;
	border: 0px;
}

/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ * html .clearfix {height: 1%;}/* IE7 */*:first-child+html .clearfix {min-height: 1px;}
