/*
Theme Name: Georgia Tribell
Theme URI: http://www.georgiatribell.com
Description: 
Version: 2.0
Author: Donna Grant
Author URI: http://www.donnagrant.com
*/

body{
	font-size: 12px;
        line-height:1.4em;
	font-family: Tahoma, Arial, Sans-Serif;
	color: #000000;
	margin: 10;
	padding: 10;
        background: #000000 url(images/bg2.jpg) top center no-repeat;
        background-attachment:fixed;
        text-align:center;
}

#header {
	margin: 0;
	padding: 0;
	height: 250px;
        width: 700px;
        background: url(images/header.jpg) top center no-repeat;
}

#header h1 { display: none; }
#header .description { display: none}

#header_links{
text-align:right;
margin:auto;
padding-top:2px;
padding-right:20px;
font-size:10pt;
color:#ffffff;
}

#page {
background-color:#ffffff;
margin:0 auto;
padding: 0;
width:700px;
}

#content{
float:left;
background-color: white;
margin: 10px 0 0 0;
padding:0 0 0px 30px;
width: 275px;
}

#contentpage{
margin: 10px auto;
padding: 0px 30px 0 30px;
width: 650px;
}

#sidebar {
text-align: center;
margin: 10px 0 0 30px;
padding: 0px 5px 20px 10px;
width: 175px;
}

#footer {
text-align: top center;
color:#ffffff;
clear: both;
margin:0px auto;
padding: 20px 15px 0 0;
height: 50px;
background: url(images/bottom.jpg) top center no-repeat;
}

/* ****************DROPDOWN MENU*********** */

#dropmenudiv{
position:absolute;
border:1px solid #031c5b;
border-bottom-width: 0;
font:bold 12px Tahoma;
font-color: #031c5b;
text-align: left;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #031c5b;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#031c5b;
}

#dropmenudiv a:hover{
        font-weight: bold;
        font-size: 12px;
        font: Tahoma;
        background-color: #ffffff;
        color: #9dabce;
}

/* **************** LINKS **************** */

a:link {
color: #031c5b;
font-weight:bold;
text-decoration:none;
}

a:visited {
color: #031c5b;
font-weight:bold;
text-decoration:none;
}

a:hover {
color: #9dabce;
font-weight:bold;
text-decoration:none;
}

#header_links a:link {
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

#header_links a:visited {
color: #ffffff;
font-weight:bold;
text-decoration:none;
}

#header_links a:hover {
color: #cccccc;
font-weight:bold;
text-decoration:underline;
}

/* *************** NAVIGATION MENU *************** */

.menu {
padding: 0;
display: inline;
font-size: 12pt;
}
#topmenu {
padding-top:225px;
text-align:center;
}

#topmenu a {
margin: 0px 15px 0px 0px;
text-decoration:none;
}

#topmenu a:visited {
margin: 0px 15px 0px 0px;
text-decoration:none;
}

#topmenu a:hover {
margin: 0px 15px 0px 0px;
text-decoration:none;
}

/* *************** HEADERS *************** */
h1, h2, h3 {
font-family: Tahoma, Arial, Sans-Serif;
font-weight: bold;
font-size: 11pt;
color: #000000;
}

h4 {
font-family: Tahoma, Arial, Sans-Serif;
font-weight: bold;
font-size: 12pt;
color: #9b9fab;
}

h2.pagetitle {
text-align: right;
font-family: Tahoma, Arial, Sans-Serif;
font-weight: bold;
font-size: 11pt;
color: #515050;
border=bottom: 1px solid #515050;
padding-bottom: 5pm;
margin-bottom: 20px;
}

#sidebar h2 {
	color: #9dabce;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
}

.post h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.post h3 {
	font-size: 1.5em;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */


.post {
	font-size: 1.1em;
	text-align: justify;
}

.postmetadata {
        clear:both;
	text-align: center;
	margin-top: 20px;
        margin-bottom: 40px;
        padding-top: 5px;

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid #180024;
	font: 1.0em 'Courier New', Courier, Fixed, Sans-Serif;
	color: black;
}

blockquote {
	margin: 15px 30px 0 0px;
	padding-left: 15px;
        padding-right:15px;
        border-left: 0px;

}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/* ************* SIDEBAR ************** */

#sidebar ul ul li:before { content: "\00BB \0020"; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* *************** SEARCHFORM *************** */

#searchform {
	margin: auto 0;
	padding: 5px 3px; 
	text-align: left;
}

form#searchform input:focus {
	border: 2px solid #6c6a6c;
	margin: 1px;
}

#searchform input { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #6c6a6c;
	margin: 2px;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

/* Form */

#respond {
	clear: both;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #6c6a6c;
}

form#commentform input:focus, form#commentform textarea:focus {
	border: 2px solid #6c6a6c;
	margin: 1px;
}

#commentform input, #commentform textarea { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #6c6a6c;
	margin: 2px;
	width: 300px;
}

#commentform p { margin: 5px 0; }

/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #136284;
	border-bottom: 1px solid #136284;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;

