/*
THEME NAME: Upstart Blogger Futurosity Magazine Theme
THEME URI: http://www.upstartblogger.com/wordpress-theme-upstart-blogger-futurosity-altera
*/

/* Reset */

	
body,h1,h2,h3,h4,h5,h6,h7{
	margin:0;
	padding:0;
	}

	
h1,h2,h3,h4,h5,h6,h7 {
	font-size:100%;
	font-weight:normal;
	}

/* Structure */

body{
	margin:auto;
	width:961px;
	}
	
#container{
	margin: 0;
	padding: 0;
	}

#content{
	display:inline;
	float:left;
	width:961px;
	margin:0 0 0 8px;
	}
	
#header{
	margin:0;
	width:945px;
	margin-left:8px;
	}

#frame{
	margin:0;
	width:945px;
	margin-left:8px;
	}
	
#navigation{
	height:36px;
	margin:0;
	width:945px;
	margin-left:8px;
	}
		
#footer{
	border-top:1px solid silver;
	clear:both;
	display:inline;
	float:left;
	margin: 18px 0 0 8px;
	padding: 21px 0 40px 0;
	width:945px;
	}
	
#blog-title{
	margin:38px 0 0 0;
	padding:0 px 0 px 0px 10px;
	}

#pageTitle{
	width:945px;
	padding:10px 10px 10px 10px;
	float:left;
	margin: 0px 10px 0px 0px;
	border-bottom:1px solid silver;
	display:inline;
		}
		
#pageTitleSplit{
	width:390px;
	padding:10px 10px 10px 10px;
	float:left;
	margin: 0px 10px 0px 0px;
	border-bottom:1px solid silver;
	display:inline;
		}
	
#oneColNav {
	width:110px;
	padding:10px 10px 10px 10px;
	float:left;
	margin: 0px 10px 0px 0px;
	border-left:1px solid silver;
	}
		
#twoCol{
	width:250px;
	padding:10px 10px 10px 10px;
	float:left;
	margin: 0px 10px 0px 0px;
		}
		
#threeCol{
	width:390px;
	padding:10px 10px 10px 10px;
	float:left;
	margin: 0px 10px 0px 0px;
		}

.clear{
	clear:both;
	margin: 10px 0 0 0;
	padding:10px 0 0 0;
	}
	
/* Links */

a:link,a:visited{
	color:#000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover{
	color: #666666;
	}

/* Typography */

body {
	font-family: georgia, palatino, serif;
	color: #333333;
	font-size: 100%;
	line-height:16px;
	text-align: left;
	}

h1,h2,h3,h4,h5,h6,h7{
	font-weight:normal;
	}
	
H1 {
	font-size:60px;
	color:#000;
	}
H2 {
	font-size:48px;
	color:#000;
	}
H3 {
	font-size:36px;
	color:#000;
	}
H4 {
	font-size:24px;
	color:#000;
	}
H5 {
	font-size:18px;
	color:#000;
	}
H6 {
	font-size:14px;
	color:#000;
	}
H7 {
	font-size:12px;
	color:#000;
	}	
	
blockquote, blockquote p{
    text-indent:-0.8em;
    font-size: 12px;
    font-style: oblique;
	}

blockquote strong{
	font-weight: bold;
	}
	
#footer{
	font-size:11px;
	}

/*slideshow*/

	#dhtmlgoodies_slideshow{
		width:945px;	/* Total width of slideshow */
	}
	
	#previewPane{
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 520px;	/* IE 5.x */
	height/* */:/**/520px;	/* Other browsers */
	height: /**/520px;
	padding-bottom: 10px;
	}
	
	#previewPane img{
		line-height:500px;
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	padding: 10 px 0 0 0;
	font-size:0.9em;
	}
	
	#galleryContainer{
		
		height:72px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 74px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/72px;	/* Other browsers */
		height: /**/72px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:70px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:georgia, palatino, serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
