﻿/*  
Theme Name: ASTD Pensacola 2010
Theme URI: www.astdpensacola.org
Description: Official Blog theme for ASTD Pensacola 2010
Version: 1.0
Author: Tamika Lee
Author URI: http://www.tamikalee.com

*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

body {
	text-align:center;
}

h1{
	font: Tahoma, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color:#183F75;
	padding: 5px;
}

h2{
	font:Tahoma, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color:#333;
	padding: 5px;
}

h3{
	font:Tahoma, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight:bold;
	text-transform: none;
	color:#006600;
	padding: 5px;
}

h4{
	font:Tahoma, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	text-transform: none;
	color: #000055;
	border-bottom:medium #259086;
}

p{
	font: Tahoma, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #333333;
	padding: 5px;
	line-height: 140%;
}

a{
	text-decoration: none;
	color:#006;
}

a:hover{
	text-decoration: underline;
	color:#00F;
}


/* HEADER----------------------------------------------------------*/

.HeaderWrap{
	width: 100%;
	height: 103px;
}

.Header{	
	width: 900px;
	height: 103px;
	margin: 0px auto;
	background-image:url(../images/design_01.jpg);
}

/* END HEADER----------------------------------------------------------*/

/* CONTENT----------------------------------------------------------*/

.ContentWrap{
	width:100%;
	margin: 0px auto;
}

.Content{
	width: 900px;
	margin: 0px auto;
	background-color:#FFF;
}	

/* END CONTENT----------------------------------------------------------*/

/* FOOTER--------------------------------------------------------------*/

.FooterWrap{
	width: 100%;
	height: 62px;
	
}

.Footer{	
	width: 900px;
	height: 62px;
	margin: 0px auto;
	background-image:url(http://www.astdpensacola.org/test_site/images/design_03.jpg);
}

.FooterText{
	font: Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	line-height: 100%;
}

/* END FOOTER----------------------------------------------------------*/

/* 2 COLUMN ASTD Wrap - right column 250 px, left column 650 px */

.TwoColumnASTDWrap {
	background-color:#C0C0C0;
}

.TwoColumnASTDWrap .LeftCol{
	float: left;
	width: 610px;
	min-height: 850px;
	margin: 0px;	
	padding: 10px;
	background-color: #FFF;
	border-right:thin solid #333;
}

.TwoColumnASTDWrap .RightCol{
	float: right;
	background-color: #C0C0C0;
	width: 248px;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

.TwoColumnASTDWrap .RightCol img{
	text-align:center;
	margin: 10px 0px 0px 0px;
	border: none;
}
.TwoColumnASTDWrap .RightCol h3{
	border-bottom: 1px solid #333;
	line-height: 200%;
}
.TwoColumnASTDWrap .RightCol li{
	font-size: 12px;
	font-style: normal;
	color: #333;
	padding: 5px;
	line-height: 140%;
	border-bottom: 1px solid #333;
	list-style: none;
	padding: 0px;
	font-family: Tahoma, sans-serif;
}
.TwoColumnASTDWrap .RightCol li a{
	color: #333;
	background-color:#C0C0C0;
	text-decoration:none;
	display: block;
	padding: 5px;
}
.TwoColumnASTDWrap .RightCol li a:Hover{
	color: #000;
	background-color:#999;
}
.TwoColumnASTDWrap .RightCol li a:Visited{
}

.TwoColumnASTDWrap .RightCol #MenuBar1 li{
	font: Tahoma, sans-serif;
	font-size: 18px;
	font-style:normal;
	color: #000;
	padding: 5px;
	line-height: 140%;
	border-bottom: 1px solid #333;
	list-style: none;
	padding: 0px;
}
.TwoColumnASTDWrap .RightCol #MenuBar1 li a{
	color: #000;
	background-color:#C0C0C0;
	text-decoration:none;
	display: block;
	padding: 5px;
}
.TwoColumnASTDWrap .RightCol #MenuBar1 li a:Hover{
	color: #000;
	background-color:#999;
}
.TwoColumnASTDWrap .RightCol #MenuBar1 a:Visited{
}


.TwoColumnASTDWrap .Spacer {
	clear:both;
	width:100%;
	padding: 0px;
	margin: 0px;
}

