/* DEFAULTS  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
			{ margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }

table 			{ border-collapse: collapse; border-spacing: 0px; }

body
{
	color: #723A36;
	font: 11px/17px arial,helvetica,sans-serif;
	background: url(images/bg.gif) repeat-x;
}

input,textarea,select
{
	color: #723A36;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

img
{
	border: 0;
}

h1
{
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #F3EEEE;
	font-weight: bold;
	font-size: 14px;
	color: #FF713D;
}

h2
{
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #F3EEEE;
	font-weight: bold;
	font-size: 14px;
	color: #FF713D;
}

a.txt 	  		{ color: #985C58; text-decoration:none; border-bottom: 1px dotted; }
a.txt:visited 		{ color: #985C58; text-decoration:none; }
a.txt:hover   		{ color: #985C58; text-decoration:none; border: 0; }
a.txt:visited:hover 	{ color: #985C58; text-decoration:none; border: 0; }

a.red 	  		{ color: #FF713D; text-decoration:none; font-weight: bold; border-bottom: 1px dotted;  }
a.red:visited 		{ color: #FF713D; font-weight: bold; }
a.red:hover   		{ color: #FF713D; text-decoration:none; font-weight: bold; border:0; }
a.red:visited:hover 	{ color: #FF713D; text-decoration:none; font-weight: bold; border: 0; }





/* GRID  */

.g0 			{ float: left; width: 30px; height: 1px; }
.g1 			{ float: left; width: 280px; }
.g3 			{ float: left; width: 155px; }
.g4 			{ float: left; width: 155px; }
.g2 			{ float: left; width: 590px; }





/* COMMON STUFF */

.c
{
	text-align: center;
}

.r
{
	text-align: right;
}

.l
{
	text-align: left;
}

.vm
{
	vertical-align: middle;
}

.er
{
	color: #FF713D;
	margin-bottom: 12px;
}

.lite
{
	color: #F3EEEE;
}

.lite2
{
	color: #BDADAD;
}

.large
{
	font-size: 14px;
	line-height: 20px;
}

.xl
{
	font-size: 20px;
	line-height: 28px;
}

.is
{
	display: block;
	background: #F3EEEE;
	border: 0;
	border-top: 3px solid #E2DBDB;
	margin: 2px 0 10px 0;
	padding: 3px;
	width: 118px;
	color: #967B7B;
}

.iw
{
	width: 250px;
	display: block;
	margin: 2px 0 10px 0;
}

.ic
{
	display: block;
	background: #F3EEEE;
	border: 0;
	padding: 0;
	width: 256px;
	color: #967B7B;
}

.im
{
	display: block;
	border: 0;
	padding: 0;
	width: 256px;
}



.w050
{
	width: 50px;
}

.w080
{
	width: 80px;
}

.w130
{
	width: 130px;
}

.o0
{
	display: none;
}

.o1
{
	display: block;
}

.nb
{
	border: 0 !important;
}

.on
{
	outline: none;
}






/* LAYOUT  */

.container
{
	padding: 0;
	width: 960px;
	margin: auto;
}

.header
{
	margin: auto;
	background: url(images/header.jpg);
	padding: 65px 0 0 260px;
	width: 390px;
	height: 189px;
}

.header a
{
	display: block;
	width: 280px;
	height: 55px;
}

.footer
{
	margin: auto;
	background: url(images/footer.jpg);
	width: 323px;
	height: 231px;
	margin-bottom: 25px;
}


.pagination
{
	margin-top: 10px;
	border-top: 1px solid #F3EEEE;
	text-align: center;
}

.pagination a		
{ 
	display: inline-block;
	font-weight: bold;
	color: #FF713D;
	text-decoration: none; 
	padding: 4px 10px; 
	margin-right: 5px; 
	border-top: 4px solid #F3EEEE;
}

.pagination a:hover	
{ 
	color: #FF713D;
	text-decoration: none; 
	padding: 4px 10px; 
	margin-right: 5px;
	border-top: 4px solid #FF713D;
}

.pagination .off	
{ 
	padding: 5px 10px; 
	margin-right: 5px; 
	color: #985C58;
}

.pagination .current	
{ 
	padding: 5px; 
	margin-right: 5px; 
	color: #985C58;
	font-weight: bold; 
}






/* MAIN MENU / PROJECTS  */

.project
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #F3EEEE;
}

.projectmain
{
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

.projectsub
{
	font-size: 9px;
	text-transform: uppercase;
	display: block;
}

.project a
{ 
	display: block; 
	color: #723A36; 
	text-decoration:none; 
}

.project a:visited
{ 
	color: #723A36; 
	text-decoration:none; 
}

.project a:hover
{ 
	color: #A67E7C; 
	text-decoration:none; 
	border: 0; 
}

.project a:visited:hover
{ 
	color: #A67E7C; 
	text-decoration:none; 
	border: 0; 
}





/* NEWS  */

.news
{
	font-size: 14px;
	line-height: 20px;
}

.newsbottom
{
	padding: 12px;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #F3EEEE;
	color: #B07E7A;
	text-align: right;
}

.newsimage
{
	padding: 8px; 
	border: 1px solid #F3EEEE;
}







/* MESSAGES  */

.msg
{
	background: url(images/msgback.gif);
	padding: 8px 12px;
	position: relative;
}

.msgavatar
{
	position: absolute;
	bottom: -33px;
	right: 10px;
}

.msgtop
{
	background: url(images/msgtop.gif) no-repeat;
	width: 280px;
	height: 5px;
}

.msgbottom
{
	padding: 12px 60px 0 0;
	margin-bottom: 20px;
	width: 220px;
	height: 13px;
	text-align: right;
	background: url(images/msgbottom.gif) no-repeat;
	color: #B07E7A;
}

.msgopener
{
 	border-top: 1px solid #F3EEEE; 
 	padding: 10px 0;
}

.msginfo
{
 	border-top: 1px solid #F3EEEE; 
 	padding-top: 10px;
 	margin-bottom: 20px;
}




/* COMMENTS  */

.comment
{
	background: #F3EEEE;
	padding: 8px 12px;
	position: relative;
}

.commenttop
{
	background: #F3EEEE url(images/commenttop.gif) no-repeat;
	width: 280px;
	height: 5px;
}

.commentbottom
{
	padding: 12px 60px 0 0;
	margin-bottom: 15px;
	width: 220px;
	height: 13px;
	text-align: right;
	background: #F3EEEE url(images/commentbottom.gif) no-repeat;
	color: #B07E7A;
}






/* STANDARD BOXES  */


.box
{
	background: #F3EEEE;
	padding: 8px 12px;
	position: relative;
}

.box td
{
	padding: 3px;
	vertical-align: middle;
}

.boxtop
{
	background: #F3EEEE url(images/boxtop.gif) no-repeat;
	width: 280px;
	height: 5px;
}

.boxbottom
{
	padding: 0;
	margin-bottom: 15px;
	width: 280px;
	height: 5px;
	text-align: right;
	background: #F3EEEE url(images/boxbottom.gif) no-repeat;
	color: #B07E7A;
}






/* TABLES  */

.tbl
{

}

.tbl th
{
	font-weight: bold;
	padding: 3px;
}

.tbl td
{
	border-top: 1px solid #F3EEEE;
	padding: 3px;
}









/* AVATAR EDITOR  */

#avatar_editor
{

}


#avatar_large
{
	width: 120px;
	height: 150px;
	background: #F3EEEE;
	float: left;
	position: relative;
	padding: 0 10px 20px 10px;
	margin-bottom: 10px;
}

.avatar_large_pieces
{
	position: absolute;
	top: 0;
	left: 15px;
}

#avatar_controls
{
	position: relative;
	margin-left: 10px;
	width: 130px;
	height: 170px;
	background: url(images/avatarcontrols.gif);
	float: left;
	line-height: 1px;
}

#avatar_controls a.left
{
	outline: none;
	display: inline-block;
	width: 65px;
	height: 14px;
	background: url(images/avatararrows.gif);
	background-position: 0 0;
	margin-bottom: 7px;
}

#avatar_controls a.left:hover
{
	background-position: 0 42px;
}

#avatar_controls a.left:active
{
	background-position: 0 21px;
}

#avatar_controls a.right
{
	outline: none;
	display: inline-block;
	width: 65px;
	height: 14px;
	background: url(images/avatararrows2.gif);
	background-position: 0 0;
	margin-bottom: 7px;
}

#avatar_controls a.right:hover
{
	background-position: 0 42px;
}

#avatar_controls a.right:active
{
	background-position: 0 21px;
}

#avatar_controls_bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#avatar_controls_bottom a
{
	outline: none;
	display: inline-block;
	width: 32px;
	height: 7px;
}


#avatar_preview
{
	position: relative;
	width: 280px;
	height: 45px;
	background: url(images/avatarpreview.gif);
}

.avatar_preview_pieces
{
	position: absolute;
	top: 10px;
	right: 5px;
}

