/* CSS Document 

  .-:*'``'*:-.,_,.-:*'``'*:*.-:*'``'*:-.,_,.-:*'``'*:*  

   Popup'folio (tm)
 
   a One-Stop, Turn-Key, Web-Standards-Compliant 
   Professional Portfolio Website... in instants ! 

   (c) 2007 Kaz Raad - kaz@adarkmaze.com  

    .-:*'``'*:-.,_,.-:*'``'*:*.-:*'``'*:-.,_,.-:*'``'*:*  
   
    CSS Stylesheet v0.2
    
    latest update : 08/09/07 
	
	Base colors : 	bg 262626, bglinks aqua : #0A5453
					hover : light aqua
	
  .-:*'``'*:-.,_,.-:*'``'*:*.-:*'``'*:-.,_,.-:*'``'*:*  

*/ 

/*************************************************************************************************** 	   
	
	   *! GENERIC !*

*************************************************************************************************/

	body {
		background:#1b1d1c;
		padding:0px 0px; margin:0px 0px; 
		text-align: left;
		font-family: Lucida Grande, Helvetica;
		}	

iframe { width:700px; height:700px; background:#1b1d1c; padding:0px 0px !important; margin:0px 0px !important; }

	img { border:0px; }

/*************************************************************************************************** 	   
	
	   *! CONTAINER !*
	   
	     - container of all pages
	     - default link colors 
		 - accessibility 

****************************************************************************************************/	

	div#container {
		width: 100%;
		margin: 0px 0px;
	}

	div#contained-container {	}
	
	.access, hr {
		display: none;
		visibility: hidden;
	}

	/* links */
		
		a:link, a:visited {
		color: #052726;
		text-decoration: none;
	}

		a:hover {
		color: #0A5453;
	}
	
/**************************************************************************************************** 

	   *! HEADER !*
	   
		 - Logo Area

*****************************************************************************************************/

	div#header { 
		margin:20px 0px 40px 0px; 
		padding:0px 0px; 
		text-align: left;
		}

		div#nav ul li a:hover { 
			background:transparent none; 
			}
	
	div#header h1, div#header h2, div#header h3 { 
		font-weight: normal;
		font-size: 18px;
	}
	
	div#header p {
		color: #000;
		font-size: 11px;
	}
	
	div#header a:link, div#header a:visited {
		text-decoration: none;
 		border:none; }
	
	
/****************************************************************************************************   
	
	   *! Section Navigation !*
	   
****************************************************************************************************/	
		    
	div#nav {
		text-align:left; 
		margin:0 0px;
		text-transform:uppercase;
		font-family: Helvetica;
		letter-spacing:.1em;
		}
	
	div#nav ul, div#nav li {
		list-style-type: none;
		font-size: 15px;
		}
		
	div#nav li {
		display: inline;
		margin-right: 24px;
	}
		
	div#nav a:link, div#nav a:visited {
		padding:5px;
		color:#003D3B;
		text-decoration: none;
	}
	
	div#nav a:hover {
		color:#008B85;
		background:#1A1A1A;
	}
	
	
	div#nav #currentpage a
	{
		border-bottom:1px solid #0A5453;
		color:#00625D;
	}
	
/****************************************************************************************************   
	
	   *! Top Navigation !*
	
		- Top Level Navigation (areas) 
		
****************************************************************************************************/	
	
	div#TopNav{
		position:relative;
		top:-25px;
		left:0px;
		text-align:left; 
		text-transform:uppercase;
		font-family: Helvetica;
		line-height:20px; letter-spacing:.1em;
		}

	div#TopNav ul, div#TopNav li {
		list-style-type: none;
		margin:10px 0px;
		font-size: 13px;
		}

		div#TopNav a:link, div#TopNav a:visited {
			color:#003D3B;
			text-decoration: none;
			padding:5px;
		}

		div#TopNav #currentpage a
		{
			color:#00625D;
			text-decoration: none;
			border-bottom:1px dotted #0A5453;
		}

		div#TopNav a:hover {
			background:#1A1A1A;
			color: #008B85;
			text-decoration: none;
		}	
	

/****************************************************************************************************   
	
	   *! Sub Navigation !*
	
		- Sub Level Navigation (sub areas) 
		
****************************************************************************************************/	
	
	div#SubNav {
		width: 200px;
		height:600px;
		margin: 0;
		padding: 0;
		font-family: helvetica, arial, verdana, sans-serif;
		text-align: right;
	}
	
	div#SubNav ul, div#SubNav li {
		margin-top: 0;
		margin-left: 0;
		font-size: 14px;
		margin-bottom: 0px;
		padding-bottom: 4px;
		line-height: 130%;
		display: inline !important;
	}

	
	div#SubNav li {
		display: inline !important;
	}
	
	div#SubNav a:link, div#SubNav a:visited {
		color: #ccc;
		text-decoration: none;
	
	}

	div#SubNav #currentpage a
	{
		color: #000;
		text-decoration: none;
		border-bottom:#ccc dotted 1px;
	}

	div#SubNav a:hover {
		color: #ccc;
		text-decoration: none;
		border-bottom:#ccc dotted 1px;

	}

/****************************************************************************************************   
	
	   *! News Area !*
			
****************************************************************************************************/	


	div#News { 
			width: 660px;
			}	

	div#LeftNews { 
		width: 240px; 
		}	

    div#NewsHeader { 
		width:210px;	
		padding:20px 0px 10px 20px;
		}
		
	#scrollbuttons {
	float:right;
	} 

#scroll_up, #scroll_down {
	cursor: pointer;
  }

#NewsScroll {
		float:left;
		float:left;	
		overflow:auto; 
		margin-bottom:-10px;
		height:500px;
		width: 240px;
		left: 0px;
		text-align: left;
}

#NewsScrollFader {
		width:240px;
		float:left;
		background:url('elements/news_scroll_fade.png') bottom no-repeat;
}

	div#News h2, div#LeftNews h2 {
		margin-bottom: 6px;
		font-size: 14px;
		color:#000;
		}

	div#News ul, div#News li, div#News p,  
	div#LeftNews ul, div#LeftNews li, div#LeftNews p  {
		list-style-type: none;
		font-size: 11px;
		padding-top: 5px;
		padding-left: 5px;
		padding-bottom: 8px;
		line-height: 120%;
	}
	
	
		.post_title, .post_title_sticky {
    	font-weight:bold;
		font-size: 12px;
		color:#888;
		padding-bottom: 3px;
		}
	
		.post_title_sticky{
    	color:#333;
		
		}
	
		.date {
		margin-left: 5px;
		font-family: helvetica, arial, verdana, sans-serif;
		font-size: 9px;
		padding-bottom: 2px;
		color:#777;
		}
	
		.post_body_alternating, .post_body_regular {
		margin-left: 5px;
		font-family: helvetica, arial, verdana, sans-serif;
		color:#333;
		padding:5px;
		}
		
		.post_body_alternating {
		}

		div#News a:link, div#News a:visited {
		color: #000;
		text-decoration: none;
		border-bottom:#ccc dotted 1px;
		}

		div#News a:hover {
		color: #999;
		text-decoration: none;
		border-bottom:#ccc dotted 1px;
		}
	
	
/****************************************************************************************************   
	
	   *! Content !*
			
****************************************************************************************************/	
	
	div#content {
		text-align:center; 
		width:100%;
		height:100%;
		margin:5px auto; 
		padding: 0;	
		font-family: Lucida Grande, Helvetica;
	}

	div#content .welcome { float:left; margin: -30px 185px; }

	div#content h1, div#contained-container h1 {
		padding: 0;
		font-size: 24px;
		color: #888;
		font-weight: normal;
		margin-bottom: 10px;
		margin-top: 0;
	}

	
	div#content h2 {
		margin-bottom: 3px;
		margin-top: 0;
		padding-top: 0;
		font-family: helvetica, arial, verdana, sans-serif;
		font-size: 14px;
		font-color:#888;
		font-weight: normal;
	}
	
	div#content h3 {
		font-size: 12px;
		padding-top: 20px;
		margin-bottom: 2px;
	}
	
	div#content h4 {
		font-style: normal;
		font-weight: normal;
		color: #888;
		margin-bottom: 3px;
	}
	
	div#content p {
		font-family: Lucida Grande, Helvetica;
		font-size: 11px;
		margin-top: 8px;
		margin-bottom: 0;
		line-height: 145%;
		color: #666;

	}
	
	div#content a:link, div#content a:visited {
		border-bottom:#fff dotted 1px;
	}
	
	div#content label {
		font-size: 10px;
	}
	
	div#content dl, div#content dt, div#content dd {
		margin-top: 0;
		margin-left: 0;
		line-height: 145%;
		font-size: 11px;
	}
	
	div#content dl {
		margin-top: 6px;
	}
	
	div#content dt {
		margin-top: 8px;
		font-weight: bold;
	}
	
	div#content ul, div#content li {
		margin-top: 0;
		margin-left: 20px;
		padding-left: 0;
		font-size: 11px;
		list-style-position:inside;
		list-style:square;
}   
	
	div#content li {
		padding-top: 4px;
	
	}
	
	div#content ol {
		margin-left: 20px;
		padding-left: 0;
		list-style-position: inside;
	}
	
	div#mainframe 
	{ background:none transparent; position:absolute; top:180px; left:240px; }

 	div#content .thumbscontainer { position:absolute; background:transparent; padding:0; margin:80px 0px !important; top:160px; left:20px; width:195px; }
 	div#content .thumbscontainer li { width:65px; height:85px; float:left; list-style-type:none; }
    	div#content .thumbs img { border:1px #000 solid; margin:0; padding:0px; }
    	div#content .thumbs img:hover { border:1px #323232 solid; padding:0px; }

	
/****************************************************************************************************   
	
	   *! Footer !*
			
****************************************************************************************************/	

div#footer  {
		text-transform:uppercase;
		position:absolute; 
		top:800px; 
		left:40px; 
		width:180px;
		margin:0;
		padding:4px 4px;
		background:#171717;
		color:#0a5453;
		font-family: Helvetica;
		font-size:11px;
		border:3px solid #1A1A1A;
		letter-spacing:.1em;
		}

		div#footer .adm * { border:none; float:right; } 
		div#footer .adm *:hover { border:none; } 

div#footer h3  { border-bottom:2px dotted #0A5453; width:99%; margin:5px 0px 10px 0px; padding-bottom:3px; }
div#footer h4  { letter-spacing:.2em; color:#ccc; }
div#footer .copyright  { color:#053332; font-size:9px; letter-spacing:0em; border-top:2px dotted #0A5453; width:99%; padding-top:5px; margin:5px 0px; }
div#footer .telephone  { background:url('elements/phone_icon.png') left no-repeat; padding-left:25px; margin-left:0px; line-height:15px;; }
div#footer a, a:visited { color:#0A5453; border-bottom:1px dotted; }
div#footer a:hover { border-bottom:1px solid #333	; }
div#colophon  { position:relative; text-align:right; }	
div#footer p { margin:10px 0;}

/****************************************************************************************************   
	
	   *! Images !*
			
****************************************************************************************************/	
	
	img.imgleft {
		float: left;
		display: inline;
		margin-right: 8px;
	}
	
	img.imgright {
		float: right;
		display: inline;
		margin-left: 8px;
	}

	.content-legend {
		font-size:11px;
		font-family: Helvetica;
		color:#666;
	}
	
	div#content-legend {
	text-align:left;
	}
	
	div#content-legend p {
	margin-left: 0;
	padding-left: 0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:10px;
	color:#000;
	}
	
		
	div#content-legend .date {
		margin-left: 0px;
		font-family: helvetica, arial, verdana, sans-serif;
		font-size: 9px;
		text-align:right;
		padding-bottom: 2px;
		color:#777;
		}

	div#content-legend .welcome-legend {
		margin-left: 0px;
		font-family: helvetica, arial, verdana, sans-serif;
		font-size: 9px;
		text-align:left;
		padding-bottom: 12px;
		color:#333;
		}

	
	div#content-legend h2 {
	margin-left: 0;
	padding-left: 0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:10px;
	color:#333;
	}
	
    div#content-legend ul, div#content-legend li {
	margin-left: 0;
	padding-left: 0;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:10px;
	color:#000;
	list-style:none;
	list-style-position:inside;
	}
	
/****************************************************************************************************   
	
	   *! Links !*
			
****************************************************************************************************/	

	div#content-links li {
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	div#content-links h1 {
		margin-bottom: 0;
	}
	
	div#content-links h2 {
		margin-top: 20px;
	}

/****************************************************************************************************   
	
	   *! Home Content Resizer (child of #content) !*
			
****************************************************************************************************/	

	div#content #content-home {
	}

/************************

	Advanced (Dynamic Font Replacement)

*************************/

span.print-text
{
    display: inline !important;
}

img.replacement
{
    display: none ;
}

/************************

	!* VIP  !* 

***********************/

#delete_gallery, #upload_form, #delete_form, #upload_results { float:left; text-align:left; font-size:11px; }
#delete_gallery { width:450px; }
#delete_gallery h4 { padding-left:10px; font-size:12px; color:#ccc; }
#delete_gallery div { color:#666; font-size:9px; font-family:Lucida Grande; width:60px; height:60px; float:left; margin:10px 5px; }
#delete_gallery div:hover { color:#000; }
#delete_gallery div img { margin:5px; padding:5px; border:1px dotted #ccc; }
#delete_gallery div img:hover { border:1px dotted #666; }

#selection_selector input { margin:0px 5px; }

.formbrick, .formbrick_instruction { border:1px dotted #ccc; padding:10px; }
.formbrick_instruction { font-size:10px; text-transform:uppercase; margin-bottom:5px; padding:5px !important; background:#efefef; font-weight:bold; }
.formbrick_instruction span { text-transform:lowercase; text-align:right; font-size:10px; font-weight:normal; color:#666; }

/************************

	!* Debug Info  !* 

***********************/

#debug {

	border: 1px dotted red;
	text-align: center;
	font-family: Helvetica;
	font-size: 10px;
	background: #EFD4DE;
	position:absolute;
	left:0px;
	top:0px;
}	
