/* |------------------------|*/
/* | Pixel Hive Design CSS  |*/
/* |------------------------|*/

/** {margin: 0; padding: 0; border: 0;}*/
/* ------------------------------------- */
/* ------------- MAIN SETUP -------------*/
/* ------------------------------------- */
body { 
	/*background-color: #e5e5e5;*/
	background: #fff;
	text-align: center;
	padding:0px;
	margin-top:0px;
	height:100%;
}
html {
     overflow: auto;
}

/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper { 
	padding:0px;
	text-align: left;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	background-color:#fff;
	border-left: 6px solid #f0f0f0;
	border-right: 6px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	padding-bottom:10px;
	/*background: #efefef url(Layout/phd_bg.png);
	background: #000 url(sidebar.gif) repeat-y 10px 0;*/
}
#contentfloatholder {/* right faux column tab */
	/*background: url(Layout/sidebar.gif) repeat-y 100% 0;*/
	float: left;
	width: 780px;
	height: 100%;
}

#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
	height: 0px;
    clear: both; 
    visibility: hidden;
}
div.float{ display: inline; }

/* ------------------------------------- */
/* -------------- HEADER --------------- */
/* ------------------------------------- */
#header {
	background: #5fd0f9 url(Layout/header_fill.gif) repeat-x;
	padding-left: 20px;
	margin-top:2px;
	height:52px;
	text-align: left;
}
div.slogan {
	clear: both;
	padding-top:6px;
	width: 100%;
	text-align:center;
	
}

/*---------------------------
   Main Content
-----------------------------*/
#content{
	width:750px;
	margin:0px auto;
	padding-top:10px;
	text-align:left;
}
#content a, div.paneContent a, div.fineprint a, div.slogan a {
	font-family: Verdana, Arial, sans-serif;
	color: #67AD00;
	text-decoration:none;
}
#content a:hover, div.paneContent a:hover, div.fineprint a:hover, div.slogan a:hover {
	color: #3366CC;
}
#centerColumn{
	float:center;
	width: 100%;
	margin: 0px; /*8px 2px 10px 2px;*/
	min-height: 500px;
}

#page_left {
	width:373px;
	height:471px;
	float:left;
	background: url(Layout/page_left.jpg) no-repeat;
}
#page_right {
	width:373px;
	height:471px;
	float:right;
	background: url(Layout/page_right.jpg) no-repeat;
}
div.aPage_image {
	padding:1px 0px 0px 20px;
	width:345px;
	height:460px;
}
div.aPage_text {
	width:320px;
	height:460px;
	margin:10px;	
}


/* ------------------------------------- */
/* ------------ PORTFOLIO -------------- */
/* ------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0px; 
	padding:0px;
	margin-left:5px;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size: 11px;
	margin-top:0px;
}
table td {
	margin:0px;
	padding:0px;	
}
table.myTable {
	border-collapse: collapse;
	border-spacing: 0px; 
	padding:0px;
	margin-left:5px;
	border: 1px solid #ddd;
}

table.myTable tr {
	border:1px solid #ddd;
}
table tr.tblHeader {
	border:1px solid #aaa;
	background-color: #d4ebf7;
	color:#3366CC;
	font-size:13px;
	font-weight:bold;
	border-bottom: 2px solid #aaa;
}

table.myTable tr.gray {
	background-color: #f6f6f6;
}
table.myTable tr.white {
	background-color: #FaFaFa;
}
table.myTable td {
	padding:2px;
}

img.thumb_style {
	border: 1px solid #999;
	padding: 3px;
	margin:2px;
	margin-bottom:3px;
}
img.screen_style {
	border: 1px solid #999999;
	padding: 4px 4px 4px 4px;
	margin:2px;
	margin-bottom:3px;
}

/* ------------------------------------- */
/* ------------ GLOBAL USE ------------- */
/* ------------------------------------- */
div.separatordots{
	clear:both;
	border-top: 1px solid #DDD;
	margin: 0px 2px 5px 2px;
}

div.bulletwrapper {
	clear: both;
}
/* ----------------------------
 	Image positioning.
-----------------------------*/
div.imgleft {
	float: left;
	margin:0px 5px 5px 0px;
	text-align:center;
}

div.imgright {
	float: right;
	margin:0px 0px 5px 5px;
	text-align:center;
}

div.bullet {
	float: left;
	padding-top:2px;
	margin:2px 4px 4px 2px;
}
/* ------------------------------------- */
/* ------------ FONTS ------------------ */
/* ------------------------------------- */
p, h1, h2, h3, li, #bulletwrapper, span {
	font-family: Verdana, Arial, sans-serif;
	color: #666;
	font-size: 11px;
	margin-top:0px;
}
#home p {
	margin:10px;
	color: #fff;	
}
#home a {
	color: #ffff66;
}
span {
	padding-left:2px;
	padding-right:2px;
	margin-bottom:2px;
}
p {
	margin-left:8px;
	margin-bottom:1em;
}
td.softcolor {
	color:#666;
}
h1 {
	color:#006699;
	font-size:15px;
	margin-top:.1em;
	margin-left: 5px;
	margin-bottom: .1em;
	font-weight: normal;
}
h2 {
    color:#000000;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left:5px;
}

h3 {
	font-weight: normal;
}

li {
	margin-left:1px;
	padding:0px;
	text-indent:0px;
}

ul {
	margin-top: 0px;
}
p.title {
	padding-top:4px;
	padding-bottom:4px;
	color: #3366CC;
	margin-bottom:0px;
}
/* ---------------------- 
	Navigation Menu 
------------------------*/
#nav-wrap {
	text-align: center;
	height:59px;
}

#nav-menu {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	background: url(Layout/nav_bar.gif) no-repeat;
	width: 718px;
	padding: 0px;
	height:63px;
}

#nav-menu ul {
	list-style: none;
	padding-left: 20px;
	margin: 0px;
}

#nav-menu ul li {
	float: left;
	display:inline;
	padding-bottom: 0px;
	/*margin: 0 0.15em;*/
}

#nav-menu ul li a {
	padding:0px;
	/*background: url(Images/Layout/nav_bg.jpg) #fff top left repeat-x;*/
	height: 63px;
	line-height: 57px;
	float: left;
	display: block;
	/*border: 0.1em solid #333333;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-weight:normal;
	/*font-weight:500;*/
	font-size: 18px;
	text-decoration: none;
	text-align: center;
}
#nav-menu #currentpage a {
	color: #006699;
	text-decoration:underline;
}
#nav-menu ul li a:hover {
	color: #666;
	text-decoration:underline;
}

/* ------------------------------------- */
/* ------------ PLAY BAR --------------- */
/* ------------------------------------- */
div.previous {
	float:left;
	padding:20px 10px 0px 30px;
}
div.next {
	float:left;
	padding:20px 0px 0px 35px;
	
}
div.centerIt{
	float:left;
	width:450px;
	text-align:center;

}
#audio_player {

	padding-top:13px;
	padding-left:35px;
	margin: 0 auto;
	text-align: center;
}

/* ------------------------------------- */
/* -------------- FOOTER --------------- */
/* ------------------------------------- */
div.footer {
	padding-top:10px;
	padding-bottom:0px;
	clear: both;
	width: 100%;
	text-align:center;
	
}
div.play_bar {

	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 716px;
	height: 57px;
	background: url(Layout/play_bar.gif)
}
div.play_bar a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}
/* Hide from IE5-Mac \*/
div.play_bar a:hover {
	color: #fff;
	background-color:#006699;
}
div.fine_print {
	clear:both;
	padding:5px;
	text-align:center;
	margin:0px;
}
div.fine_print p{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666;
	text-decoration: none;
}
/* ------------------------------------- */
/* ------------ FORM STYLING ----------- */
/* ------------------------------------- */
input, textarea, select {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	
	padding: 2px;
	
}
select {
	padding:1px;
}
div.quote_left {
	margin:5px;
	padding:0px;
	float:left;
	width:33px;
	height:22px;
	background: url(Images/quote_left.jpg) no-repeat;
}
div.quote_right {
	margin:5px;
	padding:0px;
	position:relative;
	bottom:25px;
	float:right;
	width:33px;
	height:22px;
	background: url(Images/quote_right.jpg);
}


/* FORM ERROR STYLE */
#errorbox {
	padding: 10px;
	background-color: #f3f3f3;
	border: 2px solid #ec9393;
}
#errorbox h1 {
	color: #cc0000;
}

#successbox {
	padding: 10px;
	background-color: #E8FAE1;
	border: 1px solid #006633;
}