@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Palatino, Georgia, "Times New Roman", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* HEADER */
.header {
	width: 900px;
	height: 73px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
}
.logo {
	width: 132px;
	height: 72px;
	float:left;
	clear: none;
}
.title {
	width: 400px;
	height: 72px;
	float: left;
	clear: none;
	color: #666666;
}
h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 39px;
	font-family: Palatino, georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: 100;
text-transform: uppercase;

}
/* PAGE CONTENT CONTAINER */
.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 515px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: centre; /* this overrides the text-align: center on the body element. */
	clear: both;
}

/* Fix for IE<v8 */
* html .oneColFixCtr #container {
height: 505px;
}
* + html .oneColFixCtr #container {
height: 505px;
}

.oneColFixCtr #mainContent {
	float:left;
	clear:both;
	margin: 10px;
	background-color:#1a1a1a;
	width:880px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:hidden;
}
/* Fix for IE<v8 */
* html .oneColFixCtr #mainContent {
	width:860px;
	height: 439px;
}
* + html .oneColFixCtr #mainContent {
	width:860px;
	height: 439px;
}

/* NAVIGATION */
.navigation {
	text-align:center;
	/*width: 600px;*/
	/*margin: 0 auto;*/
	padding-top: 6px;
	clear: both;
}
.navigation ul {
	text-align:center;
	padding: 0px;
	margin: 0px;
}
.navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
height: 15px;
	/*float: left;*/
	list-style:none;
}
.navigation li a {
	text-transform:uppercase;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	padding: 5px 10px 3px 10px;
}
* html .navigation li a {
	padding: 0px 6px 0px 6px;
	line-height:110%
}
* + html .navigation li a {
	padding: 0px 6px 0px 6px;
	line-height:110%
}
.navigation li a:hover {
	background-color:#d9d9d9;
}
.navigation li a.selected {
	background-color:#d9d9d9;
}

.current-cat a {background-color:#d9d9d9;}

.current_page_item a {background-color:#d9d9d9;}

/* POST AND GALLERY STYLES */
.post {
	width:220px;
	height: 450px;
overflow:hidden;
	float: left;
	clear: none;
	background-image:url(images/bg_post2.gif);
}

.post img {
width: 220px;
height: 365px;
}
p {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size:12px;
	margin: 0px;
	padding: 0px;
}
p.title1 {
	font-size:12px;
}
span.title2 p {
	font-size:11px;
}
.gallery {
	width: 220px;
	height: 365px;
	margin-bottom: 20px;
}

.gallery h2, .gallery h3 {
	margin: 0px;
	padding-top: 60px;
	margin-left: 30px;
	margin-right: 30px;
	text-align:left;
	font-weight:normal;
	font-size: 18px;
	color: #999999;
}

.gallery h2 {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.gallery h4, .gallery p {
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
	font-family: "Trebuchet MS", Trebuchet, verdana;
	font-size: 11px;
	color: #cccccc;
	line-height: 15px;
}

.gallery blockquote {
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
margin-bottom: 5px;
}

.gallery h4{
	color: #ffffff;
	margin-top: 10px;
}

.gallery a {
 color: #cccccc;}

.gallery p {
	margin: 0px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
	color:#ffffff;
}
tr {
}
/* SCROLL BAR SETTINGS */
/* hide from incapable browsers */
div#scrollbar {
	display:none;
}
/* below in external file */
div#wn {
	position:relative;
	width:880px;
	height:432px;
	overflow:hidden;
}
div#scrollbar {
	position:relative;
	width:880px;
	height:18px;
	display:block; /* display:none initially */
	font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#track {
	position:absolute;
	left:12px;
	top:0;
	width:860px;
	height:18px;
	background-image: url(images/scrtrack.gif);
}
div#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:10px;
	height:17px;
	background-image:url(images/scrbar.gif);
	background-color:#ceced6;
}
div#left {
	position:absolute;
	left:0;
	top:0;
}
div#right {
	position:absolute;
	right:0;
	top:0;
}
/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
	-moz-user-select: none;
	-khtml-user-select: none;
}
/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
	display:block;
}

/* STANDARD CONTENT PAGE */
div#standardPage {
	position:relative;
	width:880px;
	height:450px;
	overflow:hidden;
	clear:both;
}

.standardContent {
	margin-left: 80px;
	margin-top: 80px;
	margin-right: 80px;
	text-align:left;
	}


/* DESIGNER */

div#standardPageDesigner{
	position:relative;
	width:880px;
	height:450px;
	overflow:hidden;
	clear:both;
  background-image:url(images/designer.jpg);
}

.standardContentDesigner {
	margin-left: 370px;
	margin-top: 80px;
	margin-right: 70px;
	text-align:left;
	}
	
/*CONTACT PAGE*/
div#standardPageContact {
	position:relative;
	width:880px;
	height:450px;
	overflow:hidden;
	clear:both;
background-image:url(images/contact.jpg);
}	

.standardContentContact {
	margin-left: 600px;
	margin-top: 110px;
	margin-right: 70px;
	text-align:left;
	}
	
/*HOME PAGE*/
div#standardPageHome {
	position:relative;
	width:880px;
	height:450px;
	overflow:hidden;
	clear:both;
background-image:url(images/home.jpg);
}	

.standardContentHome {
	margin-left: 230px;
	margin-top: 303px;
	margin-right: 70px;
	text-align:center;
	width: 425px;
	}

* html .standardContentHome {
	margin-left: 75px;
}
* + html .standardContentHome {
	margin-left: 75px;
}
	
.standardContentHome p,.standardContentHome p a {
	text-transform:uppercase;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color:#575757;
	text-decoration:none;
}

.standardContentHome p a:hover {
background-color:#ececec;
}

	
/*STANDARD PAGE TEXT STYLES*/
	.standardContent h2, .standardContentDesigner h2, .standardContentContact h2 {
	margin: 0px;
	text-align:left;
	font-weight:normal;
	color: #999999;
	font-size: 30px;
	margin-bottom: 10px;
}

.standardContent p,.standardContentDesigner p, .standardContentContact p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: left;
	font-family: "Trebuchet MS", Trebuchet, verdana;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
}

.standardContentContact h2 {
	font-size: 18px;
margin-top: 10px;
margin-bottom: 0px;
}

.standardContentContact p {
	padding-bottom: 5px;
}

.standardContentContact p a {
	color:#ffffff;
}
a:hover {
	background-color:#999999;
}

.title2 a {color:#cccccc; text-decoration:none;}
.title2 a:hover {color:#ffffff; background-color:#999999;}