/*  -------------------------------
	General Styles
	------------------------------- */

html { height: 100%; margin-bottom: 1px; }

* html #mainframe {
	height: 100%;	/*IE6 Hack http://www.dave-woods.co.uk/?p=144 */
}

* {
	padding: 0;
	margin: 0;
}

body
{
	font-family: "Georgia", "Times New Roman", serif;
	background-color: #222;
	height: 100%;
	background-image: url(images/background02.gif);
	font-weight: normal;
}


.mainframe
{
	/* Center Content */
	position: absolute;
	/*set to a negative number 1/2 of your width*/
	left: 50%;
	width: 640px;
	min-height: 100%;
	background-color: #FFF;
	padding: 0 50px 0 50px;
	margin: 5px 0px 0px -370px;
	
	/* Text */
	text-align: left;
	line-height: 1.5em;
	font-size: 11px;
}



/*  -------------------------------
	Shared Typography
	------------------------------- */
	
h1
{
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 20px;
}

h1 a
{
color: #000;
}

h2
{
	color: #999;
	font-style: italic;
	font-size: 11px;
	font-weight: normal;
}

h3{
	margin-top: 40px;
	font-size: 11px;
	letter-spacing: 0.05em;

	text-transform: uppercase;
	padding-bottom: 0.5em;


}

p
{
	margin-bottom: 0.8em;
}

a
{
	text-transform: inherit;
	text-decoration: none;
	color: #999;
}



a:hover
{
		color: #000;
}

.smallText
{
	font-size: 10px;
}

/*  -------------------------------
	Menu bar
	------------------------------- */

.menu
{
	padding-top: 5px;
	width: 640px;
	height: 80px;
}

.next_prev_project
{	
	text-align: right;
	top: 2px;
	position:relative;
	float: right;
}

h1.logo
{	color: #999;
	font-size: 10px;

	margin: 0px;
	padding: 0px;
	display: inline;
	letter-spacing: 0em;
}



div#pages
{
}

div#pages ul
{
	text-transform: uppercase;
	float: right;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

div#pages ul li
{
	float: left;
	position: relative;
	padding-left: 10px;

}

div#pages ul li a
{
	text-decoration: none;
	font-size: 10px;
	color: #888;
}

div#pages ul li a:hover
{
	color: #000;
}


div#pages ul li.current_page_item a { color: #000; }
div#pages ul li.current_page_parent a { color: #000; }


/*  -------------------------------
	Front Page
	------------------------------- */
.flashContentBasic
{
	border-width: 0 0 0px 0;
	border-color: #CCC;
	border-style: dotted;
	padding: 30px 0 0 0;
	clear: both;
}

.newsExcerpt
{
	margin-bottom: 2em;
	margin-top: 1em;


}

.newsExcerpt h3{
	margin-top: 0px;
}

.date
{
	text-transform: none;
	font-weight: normal;
}

/*  -------------------------------
	Project Pages
	------------------------------- */

.videoDownload
{
	font-size: 10px;
	text-transform: uppercase;
	border-color: #CCC;
	border-width: 1px 0 1px 0;
	text-align: right;
	vertical-align: bottom;
}

.flashContent
{
	border-width: 0 0 1px 0;
	border-color: #CCC;
	border-style: dotted;
	padding: 30px 0 0 0;
	clear: both;
}

.videolinks
{
	margin-top: 10px;
	margin-bottom: 90px;
	text-align: center;
/*	font-style: italic;*/
	font-size: 11px;
	font-weight: normal;
}
.videolinks a
{
	/*color: #000;*/
}

.introTextList h1
{
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-top: 0px;

}


.infoType
{
	float: left;
	text-transform: uppercase;
}


.infoText
{
	margin-left:80px;
}

/*  -------------------------------
	List Block
	------------------------------- */
.sectionIntro
{
	color: #999;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 29px;
	border-color: #CCC;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	clear: both;
}

.sectionIntro .sectionIntro_subtitle
{
	margin-bottom: 0px;
	padding-top: 0px;
}

.sectionIntro h1
{
color: #000;
	padding-top: 0px;

}

.sectionIntro h3
{
	margin-top: 1em;
	
}

.sectionIntro a
{
	/*color: #000;*/
}

.sectionIntro p
{
		margin-bottom: 0em;
}


.introBlock
{
	width: 640px;
	margin: 0px 0 50px 0;
}

.introBlock:hover
{
	/*background-color: #999;*/

}

.introTextList
{
	padding: 5px 2px 0px 2px;
	margin-bottom: 10px;
	height: 15px;
	border-color: #CCC;
	border-width: 0 0px 1px 0px;
	border-style: dotted;
	line-height: 10px;
}

.introPicture
{
	width: 638px;  /*640 - border */
	height: 158px; /*160 - border */
	border-color: #CCC;
	border-width: 1px; 
	border-style: solid;
	cursor: pointer;
	cursor: hand;
}

.introPicture:hover
{
	border-color: #888;
}


/*  -------------------------------
	Two Column Text
	------------------------------- */
div.leftColumn{
	width: 300px;
}


div.rightColumn{
	float: right;
	width: 300px;

}


div.leftColumn ul
{
	list-style-type: square;
	text-indent: -1em;
	padding-left: 1em;
	list-style-position: inside;
	position: relative;
	top: -0.8em;
}


/*  -------------------------------
	Extra Post text
	------------------------------- */
div.extraPostText
{
	color: #999;
}

/*  -------------------------------
	Footer
	------------------------------- */

#footer
{
	clear: both;
	margin-top: 60px;
	margin-bottom: 20px;
}


.copyright
{
	text-align: center;
	text-transform: inherit;
	color: #CCC;
	font-size: 10px;
	position: relative;
}



	
	

/*  -------------------------------
	Blog
	------------------------------- */
div#leftside{
	border-right: 1px #F3F3F3 solid;
	margin-right: 150px;
	padding-right: 5px;
}


div#rightside{
	float: right;
	padding-top: 8px;
	width: 140px;
}

div#rightside .widget{
	margin-bottom:20px;
	color: #999;
}

div#rightside h2{display: block; padding: 0px 0 3px 0; margin-bottom: 5px; border-bottom: 1px #eee solid}
div#rightside ul li{list-style: none; margin:0 0 0 0px; width: 195px;}



div.post{
	padding: 0 0 7px 1px;
	margin: 0 0 50px 0;
}
div.post h1{
	color: #000;
	display: block;
	margin:0px 0px 20px 0;
	padding: 3px 0px 8px 0;
	border-bottom: #F3F3F3 1px solid;
}


div.post h1 small{
	float:right;
	font-size: 9px;
	text-transform: none;
}

div.post .info{
	margin-top: 10px;
	padding:2px 0 2px 0px;
	border-top:1px solid #F3F3F3;
	color:#888; 
}

div.entry
{
	margin-top: 5px;
	overflow: hidden;
	padding: 2px 0 0 0;
	font-size: 11px;
	line-height: 1.45em;
}


div.entry img{
	padding:0px;
	margin:0;
	background: none;
	border: 0px #CCC solid;
	background-color: #CCC;
}

div.entry .size-thumbnail
{
	margin: 0 10px 0 0;
}

div.entry .more-link{
text-align: center;
display:block;
}
div.entry .wp-caption-text { text-align: center; 	color: #999;
	font-style: italic; padding: 2px 30px 10px 0;}

div#leftside #commentform input#submit{background: #FFF;border: 1px #CCC solid; font-size: 11px; padding: 4px;}
div#leftside #commentform input.textbox{padding:4px; width:200px; border: 1px #CCC solid;}
div#leftside #commentform textarea#comment{
	padding: 5px;
	border: 1px #CCC solid;
	width: 410px;
}
div#leftside #commentform p {	margin-bottom: 0.8em; }
div#leftside #commentform small {margin-left: 10px;}

#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8, #player9, #player10
{
	margin-bottom: 10px;
}

div.anchor
{
	width: 0px;
	height: 0px;
	background-color: #FFF;
	position: relative;
	top: -150px;
}



