/* @override 
	http://pixelartiststudios.com/css/style.css
	http://pixelartiststudios.com/css/style2.css
*/

/* @group generic */

body {
	margin:0px;
	padding:0px;
	text-align: left;	
	color: #fff;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #0f0f0f;
	
}

body :focus
{
  -moz-outline-style: none;
}


body img {
	border-style: none;
}

form {
	margin: 0;
}

.clearer {
	clear: both;
}

.photoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.photoLeft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* @end */

/* @group Wrapper */

#pageBack {
	background: url(/images/mastheadLarge.jpg) no-repeat center top;
}

#bodyContainer {
	/*background: url(/images/masthead.jpg) no-repeat left top;*/
	width: 700px;
	margin: 0 auto;
	min-height: 500px;
}

#pageFade {	
	background:url(/images/pageFade.gif) repeat-x top center;
}

#greyBand {
	padding-bottom: 20px;
	background: #1b1b1b url(/images/greyStripes.gif) repeat-x center bottom;
}

#flashMain {
	margin-bottom: .5em;
}

#flashMain .pluginWarning {
	background-color: #303030;
	border: 1px solid #262626;
	padding: 180px 0 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 300px;
	color: #e1e19f;
}

#flashMain .pluginWarning a {
	color: #777;
}

#content {
	line-height: 1.6em;
	color: #888;
}

/* @end */

/* @group Top */

#top {
	height: 60px;
	overflow: hidden;
}

ul#mainMenu {
	margin: 0;
	padding: 0;
	float: right;
	height: 60px;
	list-style-type: none;
	overflow: hidden;
}

ul#mainMenu li {
	float: left;
	/*padding-top: 61px;*/
	margin-left: 5px;
}

* html ul#mainMenu li {
	margin-left: 0px;
	width: 1px;
}

ul#mainMenu li a {
	display: block;
	color: #8c9da8;
	line-height: 60px;
	text-decoration: none;
	height: 60px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
	text-shadow: #222 0 2px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ul#mainMenu li a:hover {
	color: #ccc;
}

ul#mainMenu li.active a {
	background-color: #333;
	color: #212121;
	font-weight: bold;
	background-image: url(/images/buttonMenu.png);
	text-shadow: #fff 0 0 5px;
}

a#logo {
	display: block;
	height: 60px;
	float: left;
	width: 243px;
}

a#logo:focus {
  -moz-outline-style: none;
}

/* @end */

/* @group content headers */

#content h1 {
	height: 0px;
	padding-top: 51px;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
}

#content h1#headerWelcome {
	background: url(/images/headerWelcome.png) no-repeat left top;
}

#content h1#headerWeb {
	background: url(/images/headerWeb.png) no-repeat left top;
}

#content h1#headerGraphic {
	background: url(/images/headerGraphic.png) no-repeat left top;
}

#content h1#headerPhotography {
	background: url(/images/headerPhotography.png) no-repeat left top;
}

#content h1#header3d {
	background: url(/images/header3d.png) no-repeat left top;
}

#content h1#headerContact {
	background: url(/images/headerContact.png) no-repeat left top;
}

#content h1#headerLegal {
	background: url(/images/headerLegal.png) no-repeat left top;
}

#content h1#headerProfiles {
	background: url(/images/headerProfiles.png) no-repeat left top;
}

* html #content h1#headerWelcome {
	background: url(/images/headerWelcome.gif) no-repeat left top;
}

* html #content h1#headerWeb {
	background: url(/images/headerWeb.gif) no-repeat left top;
}

* html #content h1#headerGraphic {
	background: url(/images/headerGraphic.gif) no-repeat left top;
}

* html #content h1#headerPhotography {
	background: url(/images/headerPhotography.gif) no-repeat left top;
}

* html #content h1#header3d {
	background: url(/images/header3d.gif) no-repeat left top;
}

* html #content h1#headerContact {
	background: url(/images/headerContact.gif) no-repeat left top;
}

* html #content h1#headerLegal {
	background: url(/images/headerLegal.gif) no-repeat left top;
}

* html #content h1#headerProfiles {
	background: url(/images/headerProfiles.gif) no-repeat left top;
}

/* @end */

/* @group Content Styles */

#content a {
	color: #bbb;
	text-decoration: underline;
}

#content h2 {
	font-size: 1.5em;
	color: #888;
	margin-top: 0;
	margin-bottom: 0;
}

#content h3 {
	margin-bottom: 0;
	margin-top: 0;
	color: #cfcfcf;
}

#content a:hover {
	color: #eee;
}

#content p {
	margin-top: 0;
}

/* @end */

/* @group Notice bar */

.noticeBar {
	background-color: #333;
	color: #e1e19f;
	padding: 7px;
	text-align: center;
	margin-bottom: .5em;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

#content .noticeBar a {
	color: #ebcb4c;
}

#content .noticeBar a:hover {
	color: #fff;
}

.noticeBar.photos {
	float: right;
	width: 200px;
	text-align: left;
	background: #333 url(/images/iconPhotosPrint.jpg) no-repeat center 5px;
	padding-top: 100px;
}

/* @end */

/* @group Contact Form */

#content .contactForm {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
}

#content .contactForm .ctrlHolder {
	border-bottom: 1px solid #555;
}

#content .contactForm legend {
	color: #ccc;
	padding-top: .5em;
	padding-bottom: .5em;
}

#content .contactForm .ctrlHolder.focused {
	background-color: #333;
}

#content .contactForm .ctrlHolder.focused label {
	color: #ccc;
	font-weight: bold;
}

#content .contactForm .ctrlHolder.focused p {
	color: #888;
}

#content .contactForm .ctrlHolder.error {
	background-color: #532534;
	color: #cac5b4;
	border-top-style: none;
}

#content .contactForm .ctrlHolder.error label {
	font-weight: bold;
}

#content .contactForm .ctrlHolder textarea {
	height: 100px;
}

#content .contactForm .buttonSubmit {
	height: 0;
	width: 80px;
	padding-top: 34px;
	overflow: hidden;
	display: block;
	background-image: url(/images/buttonSubmit.png);
	margin-right: auto;
	margin-left: auto;
	}

/*
#content .contactForm .buttonSubmit {
	background-color: #000;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	color: #666;
	text-decoration: none;
}

#content .contactForm .buttonSubmit:hover {
	color: #ccc;
	border-color: #999;
}
*/
/* @end */

/* @group Footer */

#footer {
	width: 700px;
	margin: 0 auto 1em;
	padding-top: .5em;
}

#footer h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #555;
	margin-top: 0;
	margin-bottom: 3px;
}

#footer a {
	color: #888;
	font-size: 10px;
}

#footer a:hover {
	color: #ccc;
}

#footer .linkGroup {
	margin-bottom: 1em;
	margin-top: 0;
	margin-left: 5px;
}

#footer .linkGroup ul {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

#footer .linkGroup ul li {
	text-align: center;
	display: inline;
	margin-left: 6px;
	margin-right: 6px;
}

#footer .linkGroup ul li.active a {
	color: #fff;
}



#copyright {
	font-size: 11px;
	text-align: center;
	color: #555;
	clear: both;
}

#counter {
	text-align: center;
	font-size: 9px;
	color: #333;
}

/* @end */

/* @group Profile Page */

#twitter_div {
	width: 190px;
	padding: 5px;
	border: 1px solid #555;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
}

#twitter_div h2 {
	margin: 0;
	font-size: 12px;
}


#twitter_div h2 {
	background: url(/images/twitterLogo.png) no-repeat;
	height: 0;
	width: 123px;
	padding-top: 32px;
	overflow: hidden;
}

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

#twitter_div ul a {
	display: block;
}

#twitter_div ul li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #444;
}



/* @end */