@charset "utf-8";
/* ----------------------------------------------- */
/* -- (c)2009 Arcane Creation ------- Valid CSS -- */
/* ----------------------------------------------- */
/* ---------- www.arcanecreation.com ------------- */


/* -- BROWSER RESET
/* ----------------------------------------------- */ 
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;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym {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;}
q:before,q:after {content:'';}
a {outline:none;}


/* -- LAY OUT
/* ----------------------------------------------- */ 
html, body, #wrapper {height: 100%;}
body {
	background-color: #fff;
}
#wrapper {
	width: 900px; margin: 0px auto 0px auto;
	min-height: 100%; height: auto !important; height: 100%;
}
.columns {
	width:900px;
}
#left-col {
	width:240px; float:left; padding-right:20px; background:#fff;
}
#right-col {
	width:640px; float:left; background:#fff;
}
#submenu {
	height:30px; padding: 0px 0px 0px 50px;
}
#MainMenu {
	width:640px; height:60px; background: url(../images/bg-menu.png) 0 0 no-repeat;
}
#frame {
	width:640px;
}
#shadow {
	height:35px; background: url(../images/shadow.png) 0 0 no-repeat;
}
#content {
	width:640px;
}
.container {
	padding:0px;
}

/* -- MODULES
/* --------------------------- */
#news {padding-top:10px;}
.mod-info {
	font-size:12px; text-align:left;
}

/* Small Thumbs */
#random-art {}
div#info div.phocagallery-box-file {
	width:220px;
}
div#info .phocagallery-box-file-third {
	width:220px;
}

#artists { /* ABC */
	width:900px; clear:both;
}


/* -- GALLERY
/* ----------------------------------------------- */ 
div#phocagallery div table tbody tr td {
	font-size:11px; padding-bottom:20px;
}
div#phocagallery div table tbody tr td a img {
	opacity:1; border:none; width:80px; height:80px;
}
div#phocagallery div table tbody tr td a img:hover {
	opacity:0.7; border:none; background-color: transparent;
}
#phocagallery .category, .small {
	visibility:hidden; display:none; width:0px;
}
/* -- (fixed) FOOTER
/* --------------------------- */
.push {padding-bottom:50px;}
#footer {
	position: relative; height: 50px; clear:both;
	width:900px; margin: 0px auto 0px auto;
}
#footer p{
	color:#000; padding-left:0px;
}

/* -- SEARCH 
/* --------------------------- */
#search {
	width:220px; height:50px; 
	background: url(../images/bg-search.png) no-repeat;
}
.search {
	padding: 18px 0px 0px 65px; margin:0px;
}
	#search input {
		width: 140px; height:17px; padding:2px; border:none; color:#666; line-height:17px; background-color: #fff;
	}
	#search input:focus {color:#000;}
	#search input:hover {color:#000;}


/* -- FORMS + TABLES
/* --------------------------- */
.table {width:100%;}
.table img {padding: 0px 20px 20px 0px;}
table td.subject {
	width:125px; background: #dedede; font-weight:bold;
}
table td.description {
}
form {
	width:100%;
}
form table td{
	padding:2px;
}
label {
	color:#666;
}
communicatorMod input{
	width:100px;
}
communicatorMod p {
	line-height:-20px;
}
input[type="text"], input[type="password"] {  
	border: 1px solid #ccc;
	padding: 2px; list-style-type: none; font-weight:bold;     
}
input:hover, textarea:hover {}
input[type="text"]:focus, input[type="password"]:focus, input:focus, textarea:focus {  
	border: 1px solid #333; color:#333;  
}
input[type="checkbox"], input[type="radio"] {
	margin:0; padding:0; vertical-align: middle;
}
input[type="checkbox"] + label, input[type="radio"] + label {
	display: inline; text-transform: none; font-style: normal; 
}
input[type="submit"] {
	padding:2px; background: url(../images/submit.png) #d82410;
	border: 0px solid #000;
	font-size:12px;	font-weight:bold; color:#fff;
}
input[type="submit"]:hover {
	background: url(../images/submit-hover.png) #000;
}
textarea {              
	display: block; border: 1px solid #ccc; padding:2px; font-size:12px;
	overflow: auto;	margin-top:10px; background: #fff; font-weight: bold;
}

/* -- www.arcanecreation.com -- */
/* ---------------------------- */
.arcane {color:#ccc;}
.arcane a:hover {color:#999;}