.wp-photo_preview {
        padding: 0px 0px 2px 2px;
        text-align: center;
}
.wp-photo {
        border: 1px solid;
}
.wp-photo_thumbnail {
        border: 1px solid;
}
.wp-caption {
/* font-family: verdana; */
}



/* Links */
a, a:link, a:visited {
 	text-decoration: underline;
	color:white	
}
a:link:hover, a:visited:hover {
	text-decoration: underline;
	color:white;
}

/* Page */
body {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background: #00002d;
	color:white;
}
#footer {
	border-top: 1px solid #B7B7B7;
	color:white;
}

/* Banner */
#banner {
	background: #00002d url(http://tedger.com/images/newtitle.jpg) no-repeat;
	color: #FFFFFF;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 44px;
	font-weight: normal;
	text-shadow: 2px 2px 3px #00002d;
}

/* Tabs */
.navtab {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background:  url(http://tedger.com/images/test.gif) repeat-x;
	border-bottom: 1px solid #00002d;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	color: white;
}
.navtab:link, .navtab:visited { 
	color: white; 
	text-decoration: none 
}
.navtab:hover, .navtab:visited:hover { 
	border-bottom: 1px solid #2c3c6b;	
	color:white; 
	text-decoration: none; 
	background: #2c3c6b; 
}

.navtabcurrent {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background: url(http://tedger.com/images/test.gif) repeat-x;
	border-bottom: 1px solid #2c3c6b;
	text-align: center;
	font-size: 12px;
	color: white;
}
.navtabcurrent:link, .navtabcurrent:visited { 
	color: white; 
	text-decoration: none; 
}

.navtabcurrent:hover {
        color: white;
	background: #2c3c6b;
	text-decoration: none;
}

.pagetitle{
	font: normal 100%/100%;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size:14px;
	color: white;
	background: url(http://tedger.com/images/subtitle.jpg) no-repeat;
}

/* Content */
#content {
	background: #2c3c6b;
}

/* Blog */
.blogDateHeader {
	border-bottom: 1px solid #00002d;
	font-size: 14px;
	color: white;
}
.postTitle {
	font-size: 12px;
	font-weight: bold;	
}
.postContent {
	font-size: 12px;
	color:white;
}
.postInfo {
	font-size: 11px;
	color: #AAAAAA;
}
#archives {
	border-top: 1px solid #B7B7B7;
	padding-top: 10px;
	font-size: 11px;
}
.randomcontent {
	font-size: 12px;
	color:white;
	margin-right:150px;
}
.floatright {
	color:white;
	font-size: 14px;
}
.italicize {
font-style: italic;
}
.small_font{ 
font-size: 10px;
}
