/*
	CSS Stylesheet for www.eternalflux.com
	
	Created:	  25/09/2006
	Last Updated: --/--/----
	Author:		  Michael Taschler <michael@eternalflux.com>
*/

/* DEFAULTS
 *****************************************************/
*
{
	padding: 0px;
	border: 0px;
	margin: 0px;
	line-height: 1.3;
}


/* TEXT
 *****************************************************/

h1
{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin-bottom: 10px;
}

.small
{
	font-size:85%;
}

.uline
{
	border-bottom: 1px solid #999;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.required
{
	color: #c00;
}


/* MESSAGES
 *****************************************************/

#messages h3
{
	margin: 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

#messages .success
{
	color: #060;
}

#messages .warning
{
	color: #f60;
}

#messages .error
{
	color: #c00;
}

#messages ul
{
	list-style-type: none;
	list-style-position:inside;
	margin-left: 5px;
	margin-bottom: 5px;
}

/* HR STYLES
 *****************************************************/

hr.hidden
{
      clear: both;
      height: 1px;
      margin: -1px 0 0 0;
	  padding: 0;
      border: none;
      visibility: hidden;
}


/* LINKS
 *****************************************************/

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #39c;
}

a:hover
{
	font-weight: bold;
	color: black;
}

.link
{
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	color: #39c;
}

.link:hover
{
	color: #000;
}


/* POSITIONAL STUFF
 *****************************************************/

.center {
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* PAGE LAYOUT
 *****************************************************/

body
{
	margin: 0px;
	padding: 0px;
	
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #39c;
}

#bodyContainer
{
	width: 900px;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding: 0px;
	border: 1px solid #009;
	background: #fff;
}

#bodyContainer.withSide
{
	background: #fff url(../images/background.gif) 650px 0px repeat-y;
}

#bodyContainer.noSide
{
}

#mainContent
{
	float: left;
	padding: 10px;
	margin-top: 0px;
}

#mainContent.withSide
{
	margin-left: 0px;
	width: 630px;
}

/* weirdness for ie6 */
.noSide
{
	margin-left:62px;
	width: 630px;
}

#mainContent.noSide
{
	margin-left: 125px;
	width: 630px;
}

/* weirdness for ie6 */
.noSideFull
{ 
	width:880px;
}

#mainContent.noSideFull
{
	width: 880px;
}

#sidebar
{
	width: 230px;
	float: right;
	padding: 10px;
	margin-top: 0px;
}


/* HEADER CONTENT
 *****************************************************/

#header
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#banner
{
	width: 900px;
	height: 100px;
	background: #fff url(../images/banner4.jpg) top left no-repeat;
	padding: 0px;
	margin: 0px;
}

#banner p
{
	text-align: right;
	padding-top: 75px;
	padding-right: 25px;
	font-size: 11px;
	color: #000;
}


/* SIDEBAR
 *****************************************************/

.sidebaritem
{
	width: 230px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 0px;
}

.sidebaritem h3
{
	color: #000;
	text-align: center;
	letter-spacing: 0.2em;
	background: #ccc;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 13px;
}

.sidebaritem p
{
	font-size: 11px;
	padding: 5px;
}

.sidebaritem ul
{
	font-size: 11px;
	padding: 5px;
	margin-left: 20px;
}

.sidebaritem img.contact
{
	text-align: center;
	margin: 3px 5px;
}

.sideUpdate
{
	margin: 10px 5px;
	clear: both;
}

.sideProjectPic
{
	padding: 3px 5px 3px 0px;
}

.projectTagline
{
	display: block;
	padding-left: 38px;
}


/* BLOG ENTRIES
 *****************************************************/

.blogEntry
{
	margin-bottom: 20px;
	padding: 5px 10px;
}

.blogEntry h2 a
{
	color: #000;
	font-weight: normal;
}

.blogEntry h4
{
	padding-left: 15px;
	background: #fff url("../images/post.gif") top left no-repeat;
}

.blogEntry .blogContent
{
	margin: 10px 0px;
}

.blogEntry .info
{
	width: 590px;
	background: #ddd;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

.blogEntry a.infoTag
{
}

.blogEntry .infoComment
{
	background: #ddd url("../images/comments.gif") top left no-repeat;
	padding-left: 15px;
	margin-top: -15px;
	float: right;
	text-align: right;
}

.moreLink
{
	padding: 5px 10px;
}

#postNav
{
	padding: 5px 10px;
}

#postNav .postPrev
{
}

#postNav .postNext
{
	float: right;
}


/* BLOG COMMENTS
 *****************************************************/

#blogComments
{
	margin: 10px;
	padding: 0px;
	padding-top: 10px;
}

#blogComments h2
{
	padding-bottom: 10px;
}

.blogComment
{
	margin-bottom: 20px;
	padding: 0px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #eee;
}

.blogComment h4
{
	font-size: 11px;
	font-weight: normal;
	color: #777;
	padding-left: 20px;
	background: #fff url("../images/comments.gif") 5px 0px no-repeat;
}

.blogComment p
{
	margin: 0px;
	padding: 0px 10px 10px 10px;
}


/* BLOG COMMENT FORM
 *****************************************************/

#blogLeaveComment h3
{
	margin-bottom: 5px;
}

form .first
{
	margin-top:10px;
}

form p
{
	padding: 6px 0px;
	border: 1px solid #fff;
	background: #ddd;
}

form label, .label
{
	display: inline;
	float: left;
	width: 65px;
	margin: 2px 15px;
}

.label
{
	width: auto;
}

#sidebar form p
{
	padding: 3px 0px;
	background: #fff;
}

#sidebar form p label
{
	margin: 0px 5px;
	width: 60px;
	display: inline;
}

form .nolabel
{
	display: inline;
	width: 95px;
	clear: left;
	margin: 0px 15px;
}

form label.wide
{
	width: auto;
}

form input
{
	padding: 3px;
	border: 1px solid #bbb;
}

form textarea
{
	overflow: auto;
	border: 1px solid #bbb;
}

form select
{
	border: 1px solid #bbb;
}

form select .special
{
	font-style: italic;
}

form .button
{
	width: 90px !important;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	font-weight: bold;
	margin-left: 225px;
	background: #eee;
}

form .submit
{
	width: auto;
	font-weight: bold;
	margin-left: 90px;
	padding: 3px 10px;
	background: #eee;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

form .requiredInfo
{
	float: right;
	font-size: 85%;
	margin: -15px 2px 0px 0px;
}

/* FOOTER
 *****************************************************/

#footer
{
	width: 890px;
/*	height: 20px;*/
	padding: 2px 5px;
	clear: both;
	background-color: #000;
}

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

#footer .copyright
{
	float: right;
	margin-top: -17px;
	padding: 0px;
	text-align: right;
	font-size: 11px;
}

img
{
	border: 1px solid black;
}

img.noborder
{
	border: 0px;
}


/* PICTURES
 *****************************************************/

.pic {
	background: #fff;
}

.pic img {
	display: block;
	border: 5px solid #fff;
}

.projectPic {
	margin: 5px;
}


/* PROJECTS
 *****************************************************/

.projectShort
{
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
	overflow: hidden;
}
/* for Internet Explorer */
/*\*/
* html .projectShort {
	height: 125px;
}

.odd
{
	background: #ddd;
	padding: 5px 0px 5px 10px;
}

.projectShort h2 a
{
	color: #777;
	margin-bottom: 4px;
	font-weight: normal;
}

.projectShort p
{
	margin: 10px 0px 5px 0px;
}

#project
{
	
}

#projectHeader
{
	padding: 5px;
	margin-bottom: 5px;
}

#projectSidebar
{
	float: right;
	clear: left;
	width: 190px;
	padding: 5px;
	background: #eee;
	text-align: center;
}

#projectSidebar .projectPic
{
	padding: 5px;
}

#projectInfo
{
	background: #eee;
	padding: 5px;
	margin-right:  205px;
	margin-bottom: 5px;
}

#projectInfo ul
{
	list-style-position: outside;
	margin-left: 20px;
}

#projectDownloads
{
	background: #eee;
	padding: 5px;
	margin-right: 205px;
}


/* GALLERIES
 *****************************************************/

.gallery
{
	margin-bottom: 5px;
	padding: 5px;
	clear: both;
	min-height: 110px;
}
/* for Internet Explorer */
/*\*/
* html .gallery {
	height: 110px;
}

.gallery h2 a
{
	color: #777;
	font-weight: normal;
}

.gallery p
{
	margin: 10px 0px 5px 0px;
}

#galleryImages
{
}

#galleryHeader
{
	text-align: center;
	margin-bottom: 10px;
}

.thumbBox
{
	float: left;
	width: 220px;
	height: 200px;
	text-align: center;
	margin: 0px;
	background: #eee;
}

.thumb
{
	margin: 15px auto 5px auto;
	display: block;
	height: 150px;
	width: 150px;
	line-height: 150px;
}

.thumb img
{
/*	margin-top: expression(( 150 - this.height ) / 2);*/
	margin: 0px;
	padding:0px;
	border: 1px solid black;
}

/*hidden from IE 5-6 */
html>body .thumb img
{
	margin-top: 0px;
	vertical-align: middle;
}

.thumbInfo
{
	text-align: center;
	font-size: 85%;
}

#galleryNav
{
	clear:both;
	color: #777;
	padding: 2px 0px;
	margin: 0px;
}

#galleryMainNav
{
	background: #ddd;
	padding: 2px 5px;
}

#galleryInfo
{
	background: #ddd;
	text-align: center;
	margin-bottom: 1px;
	padding: 2px 5px;
}

#galleryFirst
{
	float: left;
	width: 60px;
}

#galleryPrev
{
	float: left;
	width: 90px;
}

#galleryNext
{
	float: right;
	width: 90px;
	text-align: right;
	margin-top: -16px;
	margin-right: 60px;
}

#galleryLast
{
	float: right;
	width: 60px;
	text-align: right;
	margin-top: -16px;
}

#galleryPageNav
{
	display: block;
	text-align: center;
	margin: 0px 200px;
	margin: 0px auto;
	width: 500px;
	margin: 0px auto;
}

#imageBox
{
	padding: 10px 15px;
	width: 600px;
	min-height: 475px;
	text-align: center;
	margin: 0px;
	background: #eee;
}

#image
{
	display: block;
	height: 450px;
	width: 600px;
	line-height: 450px;
}

#imageCaption
{
	margin-top: 5px;
	font-style: italic;
	display: block;
}

#imageBox img
{
/*	margin-top: expression(( 450 - this.height ) / 2); */
}

/*hidden from IE 5-6 */
html>body img
{
	margin-top: 0px;
	vertical-align: middle;
	border: 1px solid black;
}

#imageNav
{
	margin-top: 5px;
	background: #ddd;
	overflow: hidden;
}

#imageNav .imageInfo
{
	text-align: center;
}

#strip
{
	margin: 0px;
	padding: 5px 0px;
}

#strip .stripPrev
{
	float: left;
	height: 100px;
}

#strip .stripPrevImg
{
	margin: 25px 0px 5px 5px;
}

#strip .stripPrevImg a
{
	display: block;
	width: 20px;
	height: 60px;
	background: #ddd url("../images/big_prev.gif") top left no-repeat;
}

#strip .stripPrevImg a:hover
{
	background: #ddd url("../images/big_prev_black.gif") top left no-repeat;
}

#strip .stripNext
{
	float: left;
	height: 100px;
}

#strip .stripNextImg
{
	margin: 25px 5px 5px 0px;
}

#strip .stripNextImg a
{
	display: block;
	width: 20px;
	height: 60px;
	background: #ddd url("../images/big_next.gif") top left no-repeat;
}

#strip .stripNextImg a:hover
{
	background: #ddd url("../images/big_next_black.gif") top left no-repeat;
}

#strip .stripCurImg
{
	float: left;
	margin: 5px;
	display: inline;
	width: 130px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.stripCurImg img
{
/*	margin-top: expression(( 100 - this.height ) / 2); */
}

/*hidden from IE 6 */
html>body .stripCurImg img
{
	margin-top: 0px;
	vertical-align: middle;
}

#strip .stripImg
{
	float: left;
	margin: 4px;
	width: 102px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.stripImg img
{
/*	margin-top: expression(( 100 - this.height ) / 2); */
}

/*hidden from IE 5-6 */
html>body .stripImg img
{
	margin-top: 0px;
	vertical-align: middle;
	border: 1px solid black;
}

#imageNav .imageJump
{
	clear: both;
	padding: 5px;
	height: 15px;
	text-align: center;
}

#imageNav .imageCenter
{
	margin: 0px 250px;
	display: block;
	width: 130px;
}


/* LOGIN STYLING
 *****************************************************/

#login
{
	width: 400px;
	margin: 10px auto;
}

#request
{
	margin: 10px auto;
}

#request label
{
	width: 120px;
}

fieldset
{
	border: 1px solid #000;
	padding: 5px;
}

legend
{
	color: #fff;
	background: #999;
	border: 1px solid #000;
	padding: 2px 6px;
}

#login p, #request p
{
	margin: 1px 0px;
	background: #ddd;
}

#login input, #request input
{
	border: 1px solid #bbb;
	background: #fff;
}

#request .submit
{
	margin-left: 150px;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

#login .submit
{
	background: #eee;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}


/* LINKS PAGE
 *****************************************************/

h2.pageHeader
{
	background:#ddd;
	padding: 2px 5px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	margin-bottom: 5px;
}

.linkCat ul
{
	font-size: 11px;
	margin: 0px 0px 20px 20px;
}

.linkCat li
{
	margin-bottom:5px;
}


/* CV PAGE
 *****************************************************/

.cvitem
{
	font-size: 11px;
	margin: 0px 20px 20px 20px;
}

.cvitem ul
{
	margin: 5px 0px 0px 30px;
}

ul.experience
{
	margin: 5px 0px 0px 30px;
	font-size: 11px;
}

.cvitem li
{
	padding: 1px 0px;
}

.experience li
{
	padding: 2px 0px;
}


/* NAVIGATION LINKS
 *****************************************************/


.more
{
	text-align: left;
}

.more a
{
	display: inline;
	padding-right: 8px;
	width: 42px;
	height: 16px;
	background: #fff url("../images/more.gif") center right no-repeat;
}

.more a:hover
{
	background: #fff url("../images/more_black.gif") center right no-repeat;
}

#galleryNav .next
{
	margin-left: 5px;
}

#galleryNav .next a
{
	display: block;
	width: 40px;
	height: 16px;
	background: #ddd url("../images/arrow_next.gif") center right no-repeat;
}

#galleryNav .next a:hover
{
	background: #ddd url("../images/arrow_next_black.gif") center right no-repeat;
}

#galleryNav .prev
{
	margin-right: 5px;
}

#galleryNav .prev a
{
	display: block;
	width: 60px;
	height: 16px;
	padding-left: 15px;
	background: #ddd url("../images/arrow_previous.gif") center left no-repeat;
}

#galleryNav .prev a:hover
{
	background: #ddd url("../images/arrow_previous_black.gif") center left no-repeat;
}

#galleryNav .last, #imageNav .last
{
	margin-left: 5px;
}

#galleryNav .last a, #imageNav .last a
{
	display: block;
	width: 40px;
	height: 16px;
	text-align: left;
	background: #ddd url("../images/arrow_last.gif") center right no-repeat;
}

#galleryNav .last a:hover, #imageNav .last a:hover
{
	background: #ddd url("../images/arrow_last_black.gif") center right no-repeat;
}

#galleryNav .first, #imageNav .first
{
	margin-right: 5px;
}

#galleryNav .first a, #imageNav .first a
{
	display: block;
	width: 30px;
	height: 16px;
	padding-left: 15px;
	background: #ddd url("../images/arrow_first.gif") center left no-repeat;
}

#galleryNav .first a:hover, #imageNav .first a:hover
{
	background: #ddd url("../images/arrow_first_black.gif") center left no-repeat;
}