
body {
	font-family:'trebuchet ms';
	color:white;
	width:100%;
	margin:0;
	background-color: #1a1a1a;
}

div#error {
	background-color:#ffff00;
	color:#000;
	font-weight:bold;
	padding: 8px;
	display:none;
}

div.br {
	clear:both;
}
div.rightButton {
	margin-left: 5px;
	cursor:pointer;
}
div.leftButton {
	cursor:pointer;
}

#header {
}

#header h1 {
	color:#f1f1f1;
	text-shadow:#777 1px 1px 0, #444 0 2px 0;
	text-align:right;
	font-size: 60pt;
	margin:0;
	padding:0;
	padding-left:10px;
}

#header p {
	text-align:right;
	color:#bebebe;
	margin:0;
	padding:0;
	padding-bottom:40px;
	padding-left:10px;
}


#headerBtns {
	background:#444444;
	width:96px;
	float:right
}

#headerBtns img {
	padding-right:4px;
	vertical-align:middle;
	padding-bottom:2px;
}

#ctrlBox {
	position:relative;
	overflow: hidden;
	float:left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 12px solid #444444;
	margin: 5px;
	background-color: #444444;
	width:332px;
}
#ctrlBox p {
	margin:0;
	padding:0;
	line-height:22px;
}
#ctrlBox h1 {
	margin-top:0;
	padding-top:0;
}

#dsq-content {
	color: #efefef;
}
a:link    {color:#800000;}
a:visited {color:#888888;}
a:hover   {color:#aa0000;}
a:active  {color:#ff0000;}

#dsq-content a:link    {color:#800000;}
#dsq-content a:visited {color:#888888;}
#dsq-content a:hover   {color:#aa0000;}
#dsq-content a:active  {color:#ff0000;}

#main {
	width:1200px;
	margin: auto;
}

#thumbBox {
	overflow: hidden;
	float:left;
}

#disqusWrap {
	padding: 10px;
}

#imageBox {
	position:relative;
	overflow: hidden;
	float:left;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 12px solid #444444;
	margin: 5px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.myButton:active {
	position:relative;
	top:1px;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}


#imageBoxInner {
	margin: auto;
	cursor:pointer;
}

#imageBoxBottom {
	background-color: #444444;
	border-bottom: 12px solid #444444;
}

p.directLink {
	text-align:right;
	color:#888888;
	margin:0;
	padding-top:10px;
	padding-right:2px;
	font-size:12px;
}

p.directLink  a:link    {color:#888888;}
p.directLink  a:visited {color:#888888;}
p.directLink  a:hover   {color:#888888;}
p.directLink  a:active  {color:#888888;}



#imageBoxOver {
	background-color: #444444;
}
#imageTitleDesc {
	width: 400px;
	float:left;
}

#imageBox p.title {
	position: relative;
	color: #efefef;
	margin:0px;
	font-family:'trebuchet ms';
	font-size:20pt;
	padding:5px 5px 10px 0px;
	background-color: #444444;
}

#imageBox p.description {
	position: relative;
	color: #efefef;
	margin:0px;
	font-family:'trebuchet ms';
	font-size:11pt;
	padding:5px 5px 10px 0px;
	line-height:20px;
	background-color: #444444;
}

#thumbBox div {
	overflow:hidden;
	width:96px;
	height:96px;
	float:left;
	margin: 5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 8px solid #444444;
}
#thumbBox img {
	max-width: 96px;
	max-height: 96px;
	visibility:hidden;
}