/*
Copyright &copy; 2009
Author: Justin Sideris
Created for Blaque Masque Graphic and Web Design
for 
http://graphics.blaquemasque.com
*/

/* standard elements */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: normal 0.9em Arial, sans-serif; color: #FFFFFF;
}
.fullheight {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	vertical-align: middle;
}

* {	margin: 0px; padding: 0px;}
a img { border:0; }

body {
	background: #000000;
}

a {	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
a:hover { text-decoration: none; color: #ea2b88;}


p,code {	padding: .8em 0 .8em 0;}

p,li  {	font: normal 0.9em Arial, sans-serif; color: #FFFFFF; text-align: left;}

li {		list-style: none outside disc; padding-left: 5px;}

h1 {
	font: 24px Myriad, Myriad Pro, sans-serif;
	color: #ec288a;
	margin-bottom: 5px;
}
h2 {
	font: 1.4em Myriad, Myriad Pro, sans-serif;
	color: #777;	
	padding-top: 1px;
	padding-bottom: 9px;
}
h3 {
	font: normal 1.1em Myriad, Myriad Pro, sans-serif;
	color: #FFFFFF;	padding-top: 6px;
	padding-bottom: 9px;
}
h4 {
	font: bold 1.0em Myriad, Myriad Pro, sans-serif;
	text-align: left;
	padding: 0.8em 0 0.2em 0;
	color: #ea2b88;
}
h5 {
	font: normal 0.9em Myriad, Myriad Pro, sans-serif;
	color: #FFFFFF;
	padding: 0 0 0 0.1em;
}

h6{
	font: normal 0.9em Myriad, Myriad Pro, sans-serif;
	color: #BBB;
}

/* misc */
.clear {clear: both; height: 0;}
.left {float: left;}
.right {float: right;}

#container {
	width: 800px;
	margin: 0 auto;
}
#keywords{
	display: none;
}
#header {
	width: 800px;
	height: 100px;
	background-image: url(../images/header_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.image{
	float: left;
	position: absolute; top:0px; left:0px;
}

#mid{
	width: 720px;
	min-height: 300px;
	padding: 0 40px 50px;
}

#gallerybox{
	width: 800px;
}

#menu{
	padding: 30px 40px 0 300px;
	height: 15px;
	float:right;
	text-align: right;
	font-size: 15px;
	position: relative;
}
#menu a, #frontmenu a {
	font: normal 100% Myriad, Myriad Pro, sans-serif;
	margin:0 10px;
	padding: 0 5px;
	float:right;
	color: #CCC;
	text-decoration: none;
}

#menu a.last, #frontmenu a.last {
	margin-right:0;
}

#menu a:hover {
	padding-bottom:2px;
	border-bottom: thin solid #ea288d;
	color: #FFF;
}

#frontmenu a:hover {
	padding-bottom:2px;
	border-bottom: thin solid #ea288d;
	color: #FFF;
} 
#menu a:active{
	color: #ea288d;
}

#footer{
	width: 720px;
	height: 10px;
	margin: 20px 40px 0;
}

a.pagenum { 
	background:#242424;
	color:#888;
	padding:1px 4px;
	width:15px;
	text-decoration:none;
}

a.pagenum:hover { 
	background:#ea2b88;
	color:#FFF;
}

.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x 0 0; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff !important;
	font-weight:bold;
	line-height:1; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
.awesome:hover					{ background-color: #111; color: #fff; }
.awesome:active					{ top: 1px; }
.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
.magenta.awesome:hover				{ background-color: #630030; }
	
button::-moz-focus-inner { border: 0; padding: 0; }
	
.button {
	height: 20px;
	width: 120px;
	background: url('../images/button.png') no-repeat center;
	margin: 0 10px;
	padding: 10px 15px;
}

.backbutton {
	height: 20px;
	width: 80px;
	background: url('../images/button.png') no-repeat center;
	margin: 20px 10px ;
	padding: 20px;
}
.button:hover a,  .backbutton:hover  a {
	color: #ea288d;
	text-align: center;
}
.backbutton a, .button a {
	display: inline;
	color: #FFFFFF;
	font: 20px Myriad, Myriad Pro, sans-serif;
	text-decoration: none;
}
.image_thumb {
	height: 120px;
	width: 120px;
	float: left;
	margin: 10px 24px 10px 0;
}

.last_thumb {
	margin-right:0;
}

.image_thumb a {
	text-decoration: none;
}

.image_thumb img { display:block; margin:0 0 5px; padding:4px; border:1px solid #3f0022; border-color:rgba(253,0,139,.25); -moz-border-radius:5px; -moz-box-shadow:0 1px 3px rgba(0,0,0,.15); -webkit-border-radius:5px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);-webkit-transition:all 0.15s ease-out }
.image_thumb:hover img { border-color:#980053; border-color:rgba(253,0,139,.6); -moz-box-shadow:0 0 5px rgba(201,2,92,.7); -webkit-box-shadow:0 0 5px rgba(201,2,92,.7) }

#image_panel{
	width: 400px;
	height: 400px;
	float: left;
	margin: 0 20px 20px 0;
}

#navbar{
	width: 800px;
	height: auto;
}

