/*
Theme Name: WP GeorgiaBlue
Theme URI: http://www.vulturo.com/themes/
Description: A port of the MovableType GeorgiaBlue Theme
Version: 1
Author: Saket Vaidya (aka Vulturo)
Author URI: http://www.vulturo.com/

*/
	body {
		margin:0px 0px 10px 0px;
		background:#FFFFFF;
		}
	A 			{ color: #999966; text-decoration: none; font-weight:bold; }
	A:link		{ color: #999966; text-decoration: none; }
	A:visited	{ color: #999966; text-decoration: none; }
	A:active	{ color: #99CC66;  }
	A:hover		{ color: #99CC66;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family:verdana, arial, sans-serif;
		color:#FFF;
		font-size:x-large;
		font-weight:normal;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #99CCFF;
  		background:#336699;
  		padding:15px;
  		text-transform:uppercase;
		letter-spacing: .2em;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:verdana, arial, sans-serif;
		font-size: x-large;
		color: #FFF;
		text-decoration: none;
		}

#banner h2 {
		font-family:verdana, arial, sans-serif;
		color:#99CCFF;
		font-size:x-small;
		font-weight:bold;
  		background:#336699;
  		text-transform:none;
		letter-spacing: none;
		}

#container {
		background:#FFF;
		position: relative;
		}


#right  {
  	position: relative;
	width:20%;
	padding: 10px;
	float: right;
	margin: 0px 1px 0px 15px
}

.content {
	float:left;
	position:relative;
	width:72%;
	background:#fff;
	padding-right: 20px;
	margin-right:15px;
	margin-bottom:20px;
	margin-top: 10px;
	border-right:1px dotted #999;
	font-family:georgia, verdana, arial, sans-serif;
	color:#333;
 	font-size: small;
 	line-height:125%;
	padding-left: 7px;
}

.content a,
.content a:link,
.content a:visited,
.content a:active,
.content a:hover {
text-decoration: none;
}

.content h3	{
		font-family: verdana, arial;
		font-size: small;
		color: #003366;
		text-transform: uppercase;
		font-weight:bold;
}

.content h2	{
		font-family:georgia, verdana, arial, sans-serif;
		font-size: 75%;
		color: #666;
		border:1px solid #999;
		padding:5px;
		margin-bottom:10px;
		font-weight:normal;
}

.content p.posted 	{
		font-family:verdana, arial, sans-serif;
		font-size: x-small;
		color: #003366;
		margin-bottom:15px;
    padding-bottom:10px;
    border-bottom:1px dotted #ccc;
}

.sidebar  {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		margin-left: -15px;
  		padding:2px;
}

.sidebar h2 {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:bold;
  		background:#EEE;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-transform:uppercase;
		letter-spacing: .2em;
}


.sidebar ul {
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 30px;
}

.sidebar li {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  text-align: left;
  line-height: 150%;
	padding-top: 4px;
  list-style-type: none;
}

#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: #DFEFFF;
	padding: 15px;
}

#footer {
    font-family: Verdana, Arial, Helvetica;
    font-size: 70%;
   position:relative;
    clear: both;
    tex-align: center;
    background-color: #CFE7FF;
    border-top: 1px dotted #333;
    padding-bottom: 10px;
    }

#footer a {
	color: #336699;
}
    .alignright {
		float: right;
		}

	.alignleft {
		float: left
		}

.navigation {
    font-size: 75%;
	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: 85%;
	border-bottom: 1px dotted #dfdfdf;
	margin-bottom: 20px;
}

.notapproved {
	padding-bottom: 15px;
}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
