/***************************************************\
*													*
*	Layout											*
*	- basis for this layout is called "holygrail"	*
*	- http://www.alistapart.com/articles/holygrail	*
*													*
*****************************************************
*													*
*	<div id="container">							*
*		<div id="header"></div>						*
*		<div id="canvas">							*
*			<div id="content"></div>				*
*		</div>										*
*		<div id="footer"></div>						*
*	</div>											*
*													*
\***************************************************/

* {
	margin: 0px;				/* zero all style margins */
	padding: 0px;				/* zero all style paddings */
}

body {
	padding:20px;
	text-align:center;
	color:#bba;
	font:.8em/1.2em helvetica,georgia,serif;
}

h1, h2 {
	font:bold 1em/1.2em helvetica,sans-serif;
	letter-spacing:3px;
    margin-top: 15px;
	text-transform:smallcaps;
}

a, a:link, a:visited, a:hover { color:#ffff66; text-decoration:none; outline:none; }
a:hover { color:#67a; }

img {
	text-align: center;
/*	margin: 15px;				/* 15px margin for images */
/*	border-color: #999999;		/* light gray border for images */
/*	border-style: solid;		/* solid line border for images */
/*	border-width: 1px;			/* 1px wide border for images */
}

/* contains header, canvas, footer */
#container {
	padding: 0px 25px;			/* apply a 25px sidebar to both sides */
}

/* contains the canvas content */
#canvas {
/*	width: 100%;				/* width=100% makes center column (CC) liquid */

	/* http://www.hackszine.com/blog/archive/2008/03/easiest_crossbrowser_css_minhe.html */
	min-width:950px;			/* minimum width honored in newer browsers (not old IE) */
	width: auto !important;	/* allows > minimum width in newer browsers (not old IE) */
	width: 950px;				/* behaves like min-width in old IE browser versions */

	/* http://www.hackszine.com/blog/archive/2008/03/easiest_crossbrowser_css_minhe.html */
	min-height:630px;			/* minimum height honored in newer browsers (not old IE) */
	height: auto !important;	/* allows > minimum height in newer browsers (not old IE) */
	height: 630px;				/* behaves like min-height in old IE browser versions */

	padding: 0px;				/* never set left/right padding - it places canvas off-center */
	margin: 0px;				/* zero the external margins for the canvas */
}

/* inside canvas div, all content goes here */
#content {
}

#content #cleft {
	text-align: center;			/* centers captions under images */
    float: left;
}

#content #cright {
	text-align: center;			/* centers captions under images */
    float: right;
}

#content #cmiddle {
	text-align: center;			/* centers captions under images */
}

#content #prevnext {
	margin: 10px;
	text-align: center;			/* centers navbar under images */
    clear: both;
}

/*
 * Header / Footer divs
 */

#header, #footer {
	width: 100%;				/* width=100% makes center column (CC) liquid */
	height: 25px;				/* height of header and footer */
}

/*
 * #header #hleft provides a left aligned header element
 * #header #hright provides a right aligned header element
 *
 * #footer #fleft provides a left aligned footer element
 * #footer #fright provides a right aligned footer element
 *
 */

#header #hleft, #footer #fleft {
	padding: 0px 10px;			/* pad wider than LC/RC width to be inside center column edges */
	float: left;				/* favor left side placement */
	text-align: left;			/* left align text within div */
}

#header #hright, #footer #fright {
	padding: 0px 10px;			/* pad wider than LC/RC width to be inside center column edges */
	float: right;				/* favor right side placement */
	text-align: right;			/* right align text within div */
}

/****************************************/
/*                                      */
/* Decoration/Formatting                */
/*                                      */
/****************************************/

/* global page settings */
body {
	background-color: #666666;
	background-color: #3f4b65;
    background-color: #000000;
	background-color: #222222;

	color: #cccccc;
	font-family: Helvetica, Georgia, Arial, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

/* content within center column div */
#canvas {
	background-color: #333333;
	border-color: #111;
	border-style: solid;
	border-width: 2px;
}

#content {
	padding: 5px;
	text-align: center;
}

/* header/footer div's */
#header, #footer {
	background-color: #666666;
	background-color: #3f4b65;
    background-color: #000000;
	background-color: #222222;
	color: #ffffff;

	padding-top: 5px;

	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
}

#header #hleft {
}

#header #hright {
}

#footer #fleft {
}

#footer #fright {
}

/****************************************/
/*                                      */
/* Content Formatting                   */
/*                                      */
/****************************************/

.article, .article p, .article h1, .article h4, .article ul li, .article ol li {
	margin: 10px;
	text-align: justify;
}

.article h1 {
	color: #FFFF66;
    font-size: 1.2em;
    font-weight: bold;
}

.article h4 {
	color: #FFFF66;
    font-size: 1em;
    font-weight: bold;
}

.article a, .article a:hover, .article a:link, .article a:visited {
	color: #FFFF66;
}

.article ol, .article ol li {
	margin: 0px 20px;
	paddings: 0px 20px;
}

.article ul, .article ul li {
	margin: 0px 20px;
	paddings: 0px 20px;
}

.article p.signature {
	border-top-color: #CCCCCC;
    border-top-style: solid;
    border-top-width: 1px;
}

.article img {
	margin: 0px 0px 10px 10px;
	float: right;
	border-color: #999999;		/* light gray border for images */
	border-style: solid;		/* solid line border for images */
	border-width: 1px;			/* 1px wide border for images */
}

.portfolio {
	margin: 10px;
	text-align: center;
}

.portfolio img {
/*	margin: 15px;				/* 15px margin for images */
/*	border-color: #999999;		/* light gray border for images */
/*	border-style: solid;		/* solid line border for images */
/*	border-width: 1px;			/* 1px wide border for images */
}

/***********************************\
*									*
*	jquery galleria plug-in styles	*
*									*
\***********************************/

    .caption { font-style:italic; color:#887; }
	.demo { position:relative; margin-top:1em; }
	.gallery { width:900px; margin:0 auto; }
	.gallery li { width:68px; height:50px; border:3px double #111; margin: 10px; background:#000; }
	.gallery li div { left:140px; }
	.gallery li div .caption { font:italic 0.8em/1.4 helvetica,georgia,serif; }
	
	#main_image { margin:0 auto 40px auto; height:600px; width:900px; background:transparent; }
	#main_image img { margin-bottom:5px; border: 3px solid #111; }
	
	.nav { padding-top:5px; clear:both; font:80% 'helvetica neue',sans-serif; letter-spacing:3px; text-transform:uppercase; }
	
	.info { text-align:left; width:900px; margin:10px auto; }
	.info p { margin-top:1.6em; }

