/*
Theme Name: WP Gettysburg
Theme URI: http://www.vulturo.com/themes/
Description: A port of the MovableType Gettysburg Theme
Version: 1
Author: Saket Vaidya (aka Vulturo)
Author URI: http://www.vulturo.com/

*/
body {
	margin: 0px 0px 20px 0px;
		background-color: #000000;
	font-family:  'Gill Sans', 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida', Verdana, 'Bitstream Vera Sans', sans-serif;	
        	text-align: center;
        
	}

a {
	color: #8FABBE;
text-decoration: none; font-weight:bold;	
	
	}

a:link {
	color: #8FABBE;
    text-decoration: none;
	}

a:visited {
	color: #8FABBE;
    text-decoration: none;
	}

a:active {
	color: #8FABBE;
	}

a:hover {
	color: #006699;
	}

h1, h2, h3, h4, h5, h6
{	

	font-family:  'Gill Sans', 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida', Verdana, 'Bitstream Vera Sans', sans-serif;
	font-weight: bold;
	font-style: normal;
       color: #333;
	letter-spacing: normal !important;
	word-spacing: normal !important;
	text-shadow: black 2px 2px 3px;
}

#container {
	line-height: 140%;
		margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 700px;
	
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	}

#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	padding: 15px;
	border-bottom: 1px solid #FFFFFF;
	height: 39px;
	}

#banner-img {
	display: none;
	}


#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}

#banner h1 {
	font-size: xx-large;	
	}

#banner h2 {
	font-size: small;
	}

#center {
		float: left;
	width: 500px;
	
	
	overflow: hidden;
	}

#right  {
	background-color: #FFFFFF;
	position: relative;
	border:5px solid #FFFFFF;
	width:20%;
	padding: 10px;
	float: right;
	margin: 0px 1px 0px 15px
}

.content {
	padding: 0px 0px 0px 5px;
	background-color: #FFFFFF;	

	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;

	float:left;
	position:relative;
	width:70%;
}

.content a,
.content a:link,
.content a:visited,
.content a:active,
.content a:hover {
text-decoration: none;
}

.content h3	{
	color: #004D99;
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
}

#menu {
	margin-bottom:15px;
	background:#FFF;
	text-align:center;
}

.content h2	{
	color: #333333
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: left;
	font-weight: bold;
	
	
	margin-bottom: 10px;
}

.content p.posted 	{
	font-family:verdana, arial, sans-serif;
	margin-bottom:25px;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
}

#categories {
        display:none;
}
#calendar {
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-small;
	font-weight:normal;
 	background:#999;
 	line-height:140%;
 	padding:2px;
 	text-align:center;
}

#calendar caption  {
	font-family:verdana, arial, sans-serif;
	color:#FFF;
	font-size:x-small;
	font-weight:bold;
 	background:#999;
 	line-height:140%;
 	padding:2px;
}

.sidebar  {
	font-family:verdana, arial, sans-serif;
	color:#333;
	font-size:x-small;
	font-weight:normal;
 	background:#FFFFFF;
 	line-height:140%;
 	padding:2px;
}
.sidebar h2 {
	color: #004D99;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
  	
	letter-spacing: .3em;
	}

.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
	}

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 140%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

#comment-data {
  width: 180px;
  font-size: x-small;
  padding-right: 15px;
  margin-right: 15px;
  float: left;
  text-align: left;
  border-right: 1px dotted #BBB;
}

.commentlist {
	list-style-type: none;
}

#metadata {
	padding: 5px;
	font-family: Verdana;
	color: #666;
	width: 80%;
	margin-right: 15px;
	font-size: x-small;
	margin-bottom:25px;
    padding-bottom:10px;
    border:1px dotted #ccc;
}

#comment-text {
  width: 80%;
  rows: 10;
}

hr {
display: none;
}

blockquote {
	font-size: 80%;
	border: 1px #ccc dotted;
	background-color: #f8f8f8;
	padding: 15px;
}

#footer {
    font-family: Verdana, Arial, Helvetica;
    font-size: 100%;
   position:relative;
    clear: both;
    tex-align: center;
    background-color: #f8f8f8;
    border-top: 1px dotted #333;
    padding-bottom: 10px;
    }

    .alignright {
		float: right;
		}

	.alignleft {
		float: left
		}

.navigation {
    font-size: 100%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.gravatar {
	margin-left: 10px;
	padding: 3px;
	border: 1px solid black;
	background-color: #ffffff;
}

#respond {
	    border-bottom: 1px dotted #333;
}

.comment-content {
	font-size: x-small;
	border-bottom: 1px dotted #dfdfdf;
	margin-bottom: 20px;
}

.notapproved {
	padding-bottom: 15px;
}

/* Begin Calendar */
#wp-calendar {
  	line-height: 140%;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;		
	
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar caption {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	
	text-align: center;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .3em;
	}

#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

#calendar td {
	text-align: center;
	}
/* End Calendar */

.wpv_videoc {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
}

.wpv_video {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 0 4px 0;
	width: 425px;
	height: 350px;
}

.wpv_titleauthor, .wpv_durationdate {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #666;
	padding: 3px;
	border-top: 1px solid #aaa;
}

.wpv_download {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

.wpv_download a {
	font: bold 11px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #f44;
}

.wpv_download a:hover {
	text-decoration: none;
}

.wpv_download img {
	border: 0;
}

.wpv_self {
	text-align: left;
}

.wpv_self a {
	font: bold 9px "Lucida Grande", Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
	color: #000;
}

