/* Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font-size: 12px;
	color: #36393D;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.2em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}



/* Page Layout */

body{
    font-family: 'Bookman Old Style', Georgia, serif;
    background: #6b0006 url("../images/mainbgred.png") repeat-x;
}

#wrapperhead{
    margin: 0 auto;
    width: 975px;
    padding: 4px 0 0 0;
    background: url('../images/bghead.png') no-repeat;
}

#wrapper{
	width: 955px;
	margin: 0 auto;
	background: url('../images/bg.png') repeat-y;
  padding: 10px 10px 0 10px;
}

#wrapperbase{
    width: 975px;
    margin: 0 auto;
    height: 15px;
    background: url('../images/bgbase.png') no-repeat;
}

#container{
  clear: both;
}

#header{
	font-size: 22px;
	background:#000;
	height: 65px;
        text-align: center;
}

#header h1{
    padding-top: 20px;
    padding-left: 10px;
    color: #FBB829;
}

#header h1 a{
    color: #FBB829;
    text-decoration:none;
}

hr{
    height: 1px;
    border: 0px solid #EEE;
    background-color: #EEE;
    margin: 1px 0;
}

#naveleft{
	float: left;
}

#nav{
        background:#000;
	padding: 2px;
        text-align: center;
}

#nav ul{
  margin-left:0;
	list-style-type: none;
}
#nav ul li{
	display: inline;
}

#nav ul li a{
    text-decoration: none;
    color: #E2D9A6;
    font-size: 14px;
    border: 0px solid #ccc;
    padding: 0.2em 0.5em;
    background: #402F18;
}

#nav ul li a:hover{
  background: #E2D9A6;
  color: #402F18;
}

a{
    color: #111;
}


#content{
	padding: 10px 0 30px 10px;
	font-family: Georgia, serif;
}

#maincontent{
    width: 725px;
    margin: 0 0 0 20px;
    float: left;
}

#footer{
    width: 945px;
    margin: 0 auto;
    font-size: 10px;
    color: #777;
    text-align: center;
    padding: 0 15px;
}

#footer a{
	color: #777;
}

#footer .right{
    text-align: right;
}

/* Class */

.noborder, .noborder td{
	border: 0;
}

.tablerowborder tr{
	border: #ccc 1px solid;
}

.greyborder{
	border: 1px solid #ccc;
}

.redborder{
	border: 2px solid #f00;
}

.registerwarning{
	font-weight: bold;
	font-size: 16px;
	color: #f00;
}

.leftpanel{
	width:49%;
	float: left;
}

.rightpanel{
	width:49%;
	float: right;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
	clear: both;
}

.none{
	display: none;
	}

.imagew400{
	width: 400px;
}

.abutton{
	border: 1px solid #bbb;
	background: #eee;
	padding: 4px 6px;
	line-height: 2.5em;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}

.smalltextarea{
	width: 300px;
	height: 100px;
}

.listimgs td{ 
    padding: 30px 0 5px 0;
}

.listimgs .listimgbox{
	width: 160px;
	border-width: 0 0 1px 0;
	border-color: #EEEEEE;
	border-style: solid;
	padding: 2px;
}

.listimgs .listimgbox .thumbnail{
    text-align: center;
}

.minilistimgs td{ 
    padding: 10px 0 5px 0;
}

.minilistimgs .listimgbox{
	width: 120px;
	border-width: 0 0 0px 0;
	border-color: #EEEEEE;
	border-style: solid;
	padding: 2px 2px 8px 2px;
}

.minilistimgs .listimgbox .thumbnail{
    text-align: center;
}

.pagenav td{
	font-size: 8px;
	width: 16px;
	text-align: center;
	padding: 0;
}

.pagenav .pagenumbers{
	font-size: 10px;
}

#previewbox{
	position: absolute;
	border: 3px solid #EEEEEE;
	background-color: #EEEEEE;
	display: none;
	max-width: 380px;
	border: 2px solid #DDD;
	overflow: hidden;
	text-align: center;
}

.textright{
    text-align: right;
}


.redboldtext{
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}

.photoblock{
    background-color: #F0F0F0;
    text-align: center;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    float: left;
}

.photoblock img{
    margin: 0 0 5px 0;
}

.categorycolumn{
    float: left;
    width: 300px;
}


.categoryblock{
    padding: 20px;
}

.categoryblock h3{
    color: #393939;
    font-size: 18px;
}

.categoryblock a{
    font-size: 14px;
}

/* Uploads */

#uploadingfiles .cancel{
    display: inline;
    margin: 0 10px 0 0;
}

#uploadingfiles{
    margin: 10px 0 10px 0;
}

#uploadbtn{
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 100px;
    padding: 5px;
    background-color: #DDD;
}

#uploadbtn:hover{
    background-color: #999;
    color: #DBDBDB;
}

/* Notification Styles */
#notifications {
	
}

#notifications ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#notifications ul li{
	margin: 2px 0;
	list-style-type: none;
	padding: 10px;
	font-weight: bold;
}

#notifications .error{
	background: #FFC4C1;
	color: #A40000;
	border: 1px solid #A40000;
}

#notifications .warning{
	background-color: #FFED7B;
	color: #B14300;
	border: 1px solid #B14300;
}

#notifications .success{
	background-color: #D8FFA3;
	color: #006E2E;
	border: 1px solid #006E2E;
}

#notifications .info{
	background-color: #C3D9FF;
	color: #3F4C6B;
	border: 1px solid #3F4C6B;
}

#sidebar{
  background-color: #EFEFEF;
  width: 170px;
  padding: 5px;
}

#sidebar a{
  text-decoration: none;
  display: block;
  margin: 0;
  padding: 5px 0 5px 5px;
}

#sidebar a:hover{
  color: #EEE;
  background-color: #555;
}

#sidebar .subcategory{
  padding: 5px 0 5px 15px;
}