/* This is just here for formatting purposes.  This has nothing to do with the layout. */
@import url(../CSS/defaultstyles.css);

body {
/* Always use margin:  0;  padding:  0; as margin controls for your page itself.  Setting both to 0 ensures that your page will spread to the outer edges of the browser window. */
	margin:  0px;
	padding:  20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	text-align: center;
}

h3 {
	margin: 0;
}

img {
	border: none;
}

#container {
	margin:0 auto;
	width: 800px;
	border: 1px solid #444444;
}

#bodywrapper {
/* replace margin-top value with the height of your header. */
	margin-top:  69px;
	margin-left:  0;
	margin-right:  0;
	margin-bottom:  0;
	padding:  0;
	width:  100%;
/*  Background of the left side menu.  Replace the URL and the background color (#FFFFFF) with your choices for each.)  */
	background:  #222222;
	color:  #CCCCCC;
	text-align: center;	

}

#contentarea {
 /* replace this value with the width of your left column */
	margin-right:  176px;
	margin-left:  0;
	margin-bottom:  0;
	margin-top:  0;
	padding:  0;
	float:  none;
	height:  434px;  /* IE hack due to a bug handling float:  right. */
	text-align: center;
}
#canvas {
	padding: 30px 10px 38px 10px;
}

.images {
	border: 1px solid #444444;
}

.sharelink {
	font-size: 11px;
	color: #777777;	
	background: url(../img/vert_rule.png) repeat-x;	
	margin-top: 15px;
	padding: 7px 0px 0px 1px;		

}

a.sharelink:link{ font-size: 11px; color: #777777; text-decoration: none; background: none; }
a.sharelink:hover { font-size: 11px; color: #777777; border-bottom: dotted 1px #777777; text-decoration: none; background: none; }
a.sharelink:active{ font-size: 11px; color: #777777; text-decoration: none; background: none; }
a.sharelink:visited{ font-size: 11px; color: #777777; text-decoration: none; background: none; }

#rightcolumn {
	float:  right;
	width:  176px;
	padding-top: 30px;
}

#rightcolumncontent {
	position:  absolute;
	/* replace top value with the height of your header. */
	top:  69px;
	right:  0;
	/*  Background of the right side menu.  Replace the URL and the background color (#3F9BCF) with your choices for each.)  */
	color:  #CCCCCC;
	margin:  0;
	padding:  0;
	/* Replace width with the width of your right column. */
	width:  176px;
	height: 434px;
}
#captionarea {
	height: 366px;
	background: url(../img/vert_rule.png) repeat-y #222222;
	padding: 0px 15px 0px 11px;
	text-align: left;
}

#caption {
	height: 336px;
}

#navbuttonarea {
	padding-left: 0px;
}

#header {
	position:  absolute;
	top:  21px;


	text-align: left;
/* The header can be set to either a fixed width or a liquid width.  I prefer to make the header a liquid width for aesthetic purposes, but changing it to a fixed width will not affect the layout.  This is an optional property. */
	width:  800px;
/* replace this value with the height of your header. */
	height:  69px;
/* background for the header.  Replace the URL and the background color (#F2F2F2) with your choices for each.  */
	background:  #000000;
	color:  #FFFFFF;
/* put this in to ensure that your header doesn't overlap the body of your website. */
	overflow:  hidden;
	border-bottom: 1px solid #444444;	
}
#headercontent {
	padding-left: 15px;
	padding-top: 21px;
}


#storylinkarea {
	position:  absolute;
	top:  35px;
	right: 25px;
}

a.storylink:link{ font-size: 12px; color: #CCCCCC; border-bottom: dotted 1px #666666; text-decoration: none;}
a.storylink:hover { font-size: 12px; color: #CCCCCC; border-bottom: dotted 1px #BBBBBB; text-decoration: none;}
a.storylink:active{ font-size: 12px; color: #CCCCCC; border-bottom: dotted 1px #666666; text-decoration: none;}
a.storylink:visited{ font-size: 12px; color: #CCCCCC; border-bottom: dotted 1px #666666; text-decoration: none;}

#footer {
/* This is needed to ensure that the footer appears below your content and menus. */
	clear:  both;
	margin:  0;
	padding:  0;
	width:  100%;
/* Replace with the height of your footer.  Optional.  */
	height:  97px;
/* Replace with the background image and colour of your footer.  */
	background:  #000000;
	color:  #FFFFFF;
	text-align: center;
	border-top: 1px solid #444444;
}
#footercontent {
	padding-top: 20px;
	color: #CCCCCC;
	text-align: center;
}

.pagenav {
	border: 3px double #000000;	
}

.thumbnails {
	border: 3px double #333333;	
}

.pagetitle { padding-left: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 25px; color: #6699cc;}
h3 { font-size: 16px;}


#footercontent a {margin-right: 2px; margin-left: 2px; color: #CCCCCC; border:none;}
a.not:link {color: #000000;opacity:0.4;filter:alpha(opacity=40);}
a.not:visited{color: #000000;opacity:0.4;filter:alpha(opacity=40);}	 
a.not:hover {color: #000000;opacity:1.0;filter:alpha(opacity=100);}
a.not:active {color: #000000;opacity:0.4;filter:alpha(opacity=40);} 

#footerlink {
	font-size: 11px;
	color: #666666;
}
#footerlink a{ font-size: 11px; color: #666666; border-bottom: dotted 1px #666666; text-decoration: none;}



