/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





a:active, input:active, input:focus, img {
	outline: none !important;
	border: 0 !important;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}






/* Clear floats */
.clearme { display: inline-block; } 
.clearme:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
* html .clearme { height: 1%; } 
.clearme { display: block; }

body {
	font-family: 'Trebuchet MS', sans-serif !important;
	font-size: 11px;
	color: #fff;
	background: url(../img/body.jpg) #717171 top left repeat-x;
	line-height: 20px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 45px;
}
a {
	color: #18d1ff;
	border: 0;
	outline: 0;
}
.weak {
	color: #868686 !important;
}
.small {
	font-size: 10px;
}
h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #aeaeae;
	margin-bottom: 20px;
}
h1 a {
	color: inherit;
	text-decoration: inherit;
}
h2 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	padding: 0;
}
h5 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0;
}
p {
	padding: 10px 0;
	line-height: 15px;
}
em {
	font-style: italic;
	color: #f1f183;
}
strong {
	font-weight: bold;
}
.clear { clear: both; }
.floatright {
	float: right;
	display: inline;
}
.floatleft {
	float: left;
	display: inline;
	margin-right: 20px;
}




#astudios a {
	display: block;
	width: 413px;
	height: 37px;
	background: url(../img/astudios.gif) top left no-repeat;
	text-indent: -9000px;
}

#content {
	width: 920px;
	margin-left: 20px;
	height: 350px;
	margin-top: 60px;
}

#firstFooter {
	
}
#firstFooter div {
	float: left;
	display: inline;
	width: 220px;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../img/footerBullet.gif) 0 5px no-repeat;
}

#secondFooter {
	color: #121212;
	font-size: 10px;
	padding-top: 30px;
	padding-left: 20px;
}
#secondFooter a {
	color: #121212;
}

#adminForm div {
	float: left;
	display: inline;
	margin-right: 30px;
}

#adminForm .text {
	width: 200px;
	border: 0;
	background: #fff;
	margin-left: 10px;
}
#adminForm label {
	
}
#adminForm textarea {
	width: 200px;
	height: 50px;
}

#picList .thumbnail {
	display: block;
	background: url(../img/thumb_bg.png);
	width: 150px;
	height: 150px;
	border: solid 1px #434343;
}
#picList li {
	display: block;
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 20px;
}
#picList li .date {
	color: #18d1ff;
	display: block;
}
#picList p {
	margin: 0;
	margin-bottom: 10px;
}


#dimmer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	display: none;
	opacity: 0.8;
	z-index: 1;
}

#modal {
	position: absolute;
	top: 150px;
	left: 0;
	z-index: 2;
	display: none;
	background: #1c1c1c;
	min-width: 735px;
	min-height: 350px;
}
#modal #ajaxLoader {
	width: 32px;
	margin-top: 150px;
	margin-left: 320px;
}
#modal #commentsAjaxLoader {
	margin-top: 20px;
	margin-left: 85px;
}
#modal #closeModalLink {
	float: right;
	display: inline;
	margin-right: -25px;
}
#modal #modalPrevious {
	float: left;
	display: inline;
	margin-left: -55px;
	margin-top: 150px;
}
#modal #modalNext {
	float: right;
	display: inline;
	margin-right: -55px;
	margin-top: 150px;
}

#modal #infoAndcomments {
	float: left;
	display: inline;
	background: #1c1c1c;
	padding: 10px;
	width: 195px;
}
#modal #image {
	float: left;
	display: inline;
	background: #1c1c1c;
	padding: 10px;
}
#modal #info {
	background: #333333;
	padding: 5px;
}
#modal #comments {
	/*max-height: 250px;
	overflow: auto;
	position: relative;*/
}

#zoomIcon {
	position: absolute;
	margin-top: -50px;
}

#commentLink.deactivated {
	background: none;
}
#commentLink.active {
	background: none;
	background: url(../img/comment_icon.gif) center right no-repeat;
}
#commentLink {
	padding-right: 35px;
	display: none;
}
#commentingDialog {
	position: absolute;
	width: 365px;
	padding-left: 30px;
	height: 269px;
	background: url(../img/commenting_dialog.png) top left no-repeat;
	z-index: 4;
	margin-left: -55px;
	margin-top: -285px;
}
#commentingDialog a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	float: right;
	display: inline;
	margin-right: 27px;
	margin-top: -20px;
	font-weight: bold;
}
#commentingDialog h1 {
	font-size: 18px;
	color: #fff;
	margin-left: -15px;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#commentingDialog .text {
	border: 0;
	background: transparent;
	margin-left: -10px;
	width: 80%;
}
#commentingDialog textarea {
	border: 0;
	background: transparent;
	width: 290px;
	height: 100px;
	margin-left: -10px;
	padding-top: 10px;
	margin-top: -10px;
}
#commentingDialog .submit {
	border: 0;
	background: transparent;
	width: 60px;
	height: 110px;
	position: absolute;
	right: 45px;
	bottom: 80px;
	z-index: 5;
	cursor: pointer;
}

.comment .date { color: #696969; }
.comment .author { font-style: italic; }
.comment .comment { display: block; }

.bigLink {
	font-size: 25px;
	text-decoration: none;
}

#directMessage {
	position: absolute;
	width: 600px;
	height: 265px;
	top: 220px;
	background: url(../img/contact_box.png) top left no-repeat;
	z-index: 10;
}
#directMessage h5{
	font-size: 18px;
	color: #fff;
	margin-left: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
}
#directMessageForm {
	margin-top: 10px;
	margin-left: 12px;
	background: url(../img/contact_inputs.gif) top left no-repeat;
}
#directMessageForm .text {
	width: 95%;
	border: 0;
	background: transparent;
	font-size: 16px;
	position: relative;
	margin-top: -17px;
	padding-left: 5px;
}
#directMessageForm textarea {
	width: 495px;
	height: 115px;
	border: 0;
	background: transparent;
	font-size: 12px;
	font-family: 'Trebuchet MS';
	position: relative;
	margin-top: -10px;
	padding-left: 5px;
}
#directMessageForm .submit {
	position: absolute;
	background: transparent;
	border: 0;
	width: 50px;
	height: 110px;
	right: 20px;
	bottom: 75px;
	cursor: pointer;
}
#directMessage h1 {
	font-style: italic;
	color: #fff;
}
#directMessage #closeDirectMessage {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	float: right;
	margin-right: 15px;
	display: inline;
	font-weight: bold;
	margin-top: 10px;
}


#nextThumbs {
	float: right;
	display: block;
	width: 31px;
	height: 62px;
	background: url(../img/pagination_next.png);
	text-indent: -9000px;
	margin-top: 50px;
	margin-right: 20px;
}
#previousThumbs {
	float: left;
	display: block;
	width: 31px;
	height: 62px;
	background: url(../img/pagination_previous.png);
	text-indent: -9000px;
	margin-top: 50px;
	margin-left: -60px;
}