/*InspireRealm.com
portfolio main style*/

*{
	font-family: sans-serif;
	color: white;
	font-size:10pt;
	border:0px;
}

html { height:100% }
body {
	background:url('layout/bgtile.png') black repeat center 170px;
	margin:0;
	height:100%;
}
h1 {
	font-weight:bold;
	font-size:16pt;
	font-family: sans-serif;
	color:white;
	margin-bottom:0px;
}
h2 { margin-bottom:0px }
p {
	margin-top:0px;
	margin-bottom:20px;
}
a {
	color:d5b6ff;
	text-decoration:none;
}
a:hover { color: magenta }
a:active { color: magenta }
img.thumb {
border: solid 1px;
	border-color: d5b6ff;
	width: 100px;
	height: 100px;
}
img.thumb:hover { 
  border: solid 1px;
	border-color: magenta;
	width: 100px;
	height: 100px;
}
img.thumb:active { 
  border: solid 1px;
	border-color: magenta;
	width: 100px;
	height: 100px;
}

*.button a {
	margin:0px 20px;
	float:right;
}
*.button a:hover,  *.button a:active { text-decoration:underline }

#container {
	min-height:100%;
	height: auto !important;
	height:100%;
}
#wrapper1 {
	width:900px;
	background:url('layout/purplebg.png');
	border:1px solid white;
	left:50%;
	position:absolute;
	margin-left:-450px;
	min-height:100%;
	height: auto !important;
	height:100%;
}
#wrapper2 {
	position:absolute;
	width:100%;
	background:url('layout/bgtile.png') black repeat;
	min-height:100%;
	height: auto !important;
	height:100%;
}
#content {
	padding-bottom:100px;
}

#topbanner {
	width:100%;
	height:150px;
	background: black;
}
#topbanner a {
	display:block;
	width:100%;
	height:150px;
	background:url('layout/sunset.png') right no-repeat;
}

#smalltitle {
	width:100%;
	height: 55px;
	background-image:url('layout/hbgsm.png') right no-repeat;
	background: black;
}
#smalltitle a {
	display:block;
	width:100%;
	height: 55px;
	background:url('layout/hbgsm.png') right no-repeat;
}

#title {
	width:100%;
	background:#a248e5;
	margin-bottom:20px;
}
#title p {
	color:#ffffff;
	font-weight:bold;
	font-family: sans-serif;
	font-size:14pt;
	text-align:right;
	margin-right:10%;
	margin-bottom:0px;
}

#contact {
	margin-left:40px;
	width:260px;
	float:left;
}

div.category table
	{table-layout: auto;
	margin-left: 0px;
	width: 100%;
	}

div.category td
	{width: 120px;
	height: 120px;
	text-align:right;
	}

#artblock {
	width: 500px;
	margin-left:350px;
}

#artblock h1 {
	text-align:right;
}

#pagenav {
	width:100%;
	background:#a248e5;
}
#pagenav a {
	color: d5b6ff;
	font-size:14px
}
#pagenav a:hover, #pagenav a:active { color: magenta}
#pagenav p {
	text-align:center;
	padding:1px 0px;
}
#pagenav span {
	color: 47007c;
	font-size: 14px;
	margin:0px 5px
}
#image {
	margin-top:20px;
	width:100%;
	text-align:center;
}
#imagedata, #textbody {
	background:url('layout/purplebg.png');
	width: 85%;
	border:1px solid white;
	padding:20px 30px;
	margin:0px 70px;
}
#imagedata h1 { margin:0px }
#imagedata p { margin:0px }

#footer{
	bottom:0;
	clear:both;
	height:55px !important;
	position:absolute;
	text-align:center;
	width:100%;
	border-top: 1px solid white;
	background: #6f1bae;
}
#footer p { margin:10px 0px; font-size:10px}
#footer a {
	font-size: 10px;
	text-decoration:underline;
	color: d5b6ff;
}
#demoreel  #image p { text-align:center; margin-top:20px;
 margin-left:auto; margin-right:auto; width:auto}

#err, #resume {margin: 0px 30px}
#errpage { margin:30px; text-align:center }
#warning { color: #ff8135 }
