@charset "UTF-8";
/* CSS Document */

*, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	font-family:  "Gill Sans", Arial, Sans-Serif; 	background: #FFFFFF center top no-repeat; line-height: 26px;
	letter-spacing:-1px;
	text-transform:uppercase;

}


.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	
}

.container a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	
}

.container a:hover{
	color: rgb(204, 51, 0);
	text-decoration:none;
	
}

.articletext 

{

text-transform:none;
text-decoration:none;
font:Verdana, Geneva, sans-serif;
font-size:16px;
margin-bottom:20px;
	margin-top:20px;
	letter-spacing:normal;
}

.articletext p{
	
	margin-bottom:20px;
	margin-top:20px;
}


.header {
	padding-top:20px;
	padding-bottom:30px;
	
}

.titleimage {
	width:650px;
	height:70px;
	float:left;
	padding-left:0px;
	margin-top:-20px;
	
}

.titleimage h1,.titleimage a,.titleimage a:hover{
		display: inline;
	position: absolute;
	font: 65px Helvetica, Sans-Serif;
	letter-spacing: -5px;
	color: rgba(0,0,255,0.5);
	text-transform:none;

}

h1:after {
	content: "Germaine Arnold";
	position: relative; right: 20px; top: 3px;
	color: rgba(255,0,0,0.5);
	padding:0px;
	margin-left:-0px;
}


.navbar {
	float:right;
	padding-right:25px;
	padding-top:0px;
	list-style:none;
	height:60px;
	margin-top:-17px;
}

.navbar ul{
		list-style:none;
}

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

.content {
	padding: 40px 0px 0 0px;
	margin-left:auto;
	margin-right:auto;
	min-height:450px;
	
}

.subtitle {
	font-size:22px;
	font-weight:bold;
	padding-left:20px;
}

.photobox {
	float:left;
	width: 280px;
	padding:30px 20px 0 20px;
	height:164px;
	overflow:hidden;
}

.photobox img{
	width:100%;
	vertical-align:middle;
	max-height:280px;
}

.footer {
	font-size:10px;
	padding-top:15px;
	
}

.clear { clear: both;}


/* Image Hover Style */

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	background: #fff;
	border: 0px solid #ddd;
}

.imgteaser a:hover .desc{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter: alpha(opacity=75);
	opacity: 0.75;
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 570px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }

.imgteaser a:hover .descsm{
	display: block;
	font-size: 1.2em;
	padding: 10px 0;
	background: #111;
	filter: alpha(opacity=75);
	opacity: 0.75;
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 295px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .descsm strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .descsm {	display: none; }

ul.img_list {
	display:inline;
	float:left;
	height:54px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}	
 
li.image_one a {
	display:block; 
	width:786px; 
	height:54px; 
	position:relative;
}
 
li.image_one a .rollover {
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	width:786px; 
	height:54px; 
	background:url(images/title_text_hover.jpg);
}


/* end of image hover style*/
