/* @override 
	http://192.168.1.200/flickr_enlarger/style.css
	http://enlarger.myd3.com/styles/style.css
*/

*{
	margin: 0;
	padding: 0;
}

body{
	color: #fff;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000 url(../images/background.png) repeat-x center center;
	vertical-align: middle;
	display: table-cell;
	top: 0;
	left: 0;
    /*position: fixed;*/
    display: table;
}

body.about{
	background-image: none;
}

html,body{
	width: 100%;
	height: 100%;
}

a, a:link{
	text-decoration: none;
	color: #999;
}

a:hover{
	color: #fff;
}

#wrapper{
	display: table-cell;
	vertical-align: middle
	
}

#content{
	margin: auto;
	width: 745px;
	padding: 20px;
}

/*.about #wrapper{
	padding: 20px;
}*/
.about #content{
	
	max-width: 1000px;
	width: auto;
}

#logo{
	float: left;
}

#logo, #logo a{
	width: 347px;
	height: 55px;
	overflow: hidden;
	text-indent: -1000px;
	display: block;
}
 #logo a{
	background: url(../images/logo.png) no-repeat;
}

#more{
	text-align: right;
	font-size: 18px;
	float: right;
	position: relative;
	top: 25px;
	text-transform: lowercase;
}

form {
	clear: both;
	padding-top: 45px;
}

#url_label {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}

.url{
	background-color: #2b2b2b;
	border: 1px solid #9f9f9f;
	font-size: 18px;
	color: #fff;
	padding: 10px;
}

.url:hover{
	border-color: #fff;
}

#url{
	width: 600px;
	height: 21px;
}
#submit{
	height: 43px;
	width: 118px;
}

#options{
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 30px;
}

#options_toggle{
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #999;
	margin-top: 45px;
}

#options label {
	width: 100px;
	display: block;
	float: left;
}

#options label.custom{
} 


#options .group {
	width: 150px;
	display: block;
	float: left;
	margin-bottom: 20px;
}





#bgcolor_custom{
	background-color: #2b2b2b;
	border: 1px solid #9f9f9f;
	font-size: 14px;
	color: #fff;
	width: 80px;
	padding: 5px;
	float: right;
	margin-top: -5px;
	margin-right: 70px;
}

#bgcolor_custom:hover{
	border-color: #fff;
}


.clear{
	clear: both;
}

.photoImgDiv {
	margin: auto;
}

h2{
	text-transform: lowercase;
}

h2, h3 {
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

h3{
	color: #ccc;
	font-style: italic;
	font-weight: bold;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

ul,ol{
	margin-left: 30px;
}

code{
	background-color: #191919;
	padding: 2px;
}

blockquote{
	background-color: #191919;
	padding-left: 30px;
}

#error {
	position: absolute;
	top: 0;
	padding: 10px 5px 5px;
	background-color: #000;

	color: #949494;
}

#error span{
	font-weight: bold;
	color: #fff;
}
