@charset "UTF-8";
/* CSS Document */
@font-face { font-family: Calluna; src: url('../fonts/Calluna-Regular.otf'); }

body{
	color:#414142; font-size:10pt;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color:#FFF;
}
p{
	line-height:14pt;
}
#container{
	position:relative;	
	float:left;
	width:320px;
	height:100%;
	left:-8px;
	top:-8px;
}

#top{
	background-color: #111;
	position:relative;
	float:left;
	width:320px;
	height:71px;
	clear:both;
	border-bottom:#000 solid 1px;
}
#logo{
	position:relative;
	margin:0 auto;
	width:50px;
	height:70px;
	display:block;
}

/* Typography */
h1{
	font-family: Calluna, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #3E1951;
	font: normal;
	font-weight:normal;
}
h1 small{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:0.5em;
	color: #595A5C;
	font:normal;
	margin:0px;
	font-weight:normal;
	display:block;
}
h1 a:link{
	color: #3E1951;	
}
h1 a:visited{
	color: #3E1951;
}
h1 a:active:{
	color: #3E1951;
}
h1 a:hover{
	color: #595A5C;
}
a{	
	text-decoration:none;
	font-style:normal;
}
a img{
	border:0 none;
	text-decoration:none;
}
a:active{
	color: #595A5C;
}
a:link, a:visited{
	color: #939598;
}
a:hover{
	color: #595A5C;
}
small a:active{
	color: #595A5C;
}
small a:link{
	color: #939598;
}
small a:visited{
	color: #939598;
}
small a:hover{
	color: #595A5C;
}

/*Main Article*/
#content{
	position:relative;
	float:left;
	width:300px;
	height:100%;
	margin:0px 10px 0px 10px;
}
#image{
		position:relative;
		border:1px solid #231F20;
		float:left;
		width:298px;
		height:200px;
		margin:20px 0px 20px 0px;
}
#boxShadow{
	margin:0 auto;
	width:295px;
	height:10px;
	background-image:url(images/box_shadow.png);
}

/*Table of Contents*/
#sidebar{
	position:relative;
	float:left;
	width:320px;
	height:100%;
	background-color: #F2F2F3;
}
.cell{
	position:relative;
	float:left;
	border-bottom:1px solid #C2C2C3;
	margin:10px;
	clear:both;
	width:300px;
	height:80px;
}
.cell h1{margin:0;}
.thumb{
	position:relative;
	float:left;
	border:1px solid #231F20;
	width:60px;
	height:60px;
	margin-right:10px;
}
#articleSelector{margin:10px;}
#ad{
	position:relative;
	float:left;
	clear:both;
}

#bottomBar{
	position:relative;
	float:left;
	background-image:url(images/small-bg.jpg);
	background-repeat:repeat-x;
	width:320px;
	height:40px;
	left:-10px;
}
#bottomBar li{
	list-style:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	font-size:16px;
	color:#f2f2f3;
}
#bottomBar ul{
	padding:0px;	
	margin:0px;
}
#bottomBar a{
	text-decoration:none;
	font-family: "Helvetica Neue Light", helvetica, verdana, arial, sans-serif;
	font-size:16px;
	color:#f2f2f3;
}
.bottomLeft{
	position:relative;
	float:left;
	border-right:#000 1px solid;
	padding:10px;
	
}
.bottomLeftCorner{
	position:relative;
	float:left;
	border-right:#000 1px solid;
	padding:12px;
}
.bottomRight{
	position:relative;
	float:right;
	border-left:#000 1px solid;
	height:40px;
}
.bottomRightCorner{
	position:relative;
	float:right;
	border-left:#000 1px solid;
	height:40px;
}
strong{
	color:#194460;	
}
