/* ******************  general  *************** */

abbr, acronym {
  cursor: help;
  border: none;
}

/* html, #Bottom { background:#004ca1; } 

body { 
	margin:0; 
	padding:0;
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#525150;
	background: #fff;
	}
	
a:link {
	color: #BC7311;
	}
	
a:visited {
	color: #b50394;
	}
	
a:hover, a:active, a:focus {
	color: #c3d4ea; 
	text-decoration:none; 
	/*background-color: #d1d9ec;*/
	}

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

#Archives {
	position: relative;
}
	
.Upgrade {
	display: none;
	font-weight: bold;
	}
	
.clearer {
	clear : both;
	height : 1px;
	font-size : 1px;
	}
      
#Container {
	position: relative;
	width: 100%;
/*	border: red 1px solid;  JEREMY formatting aid */
	}

.projectBlog {
	width: auto !important;
}

.projectBlog {
	position: relative;
	padding-left: 210px;
}

/* Removed so i don't have to override in every default.css anymore. This will just inherit normal h1 styles now.
#Title h1, #EditPost h1 {
   color: #BC7311;
   margin:0;
   font-size:180%;
   font-weight:normal; 
   font-style:normal; 
   }
*/
   
#Title{
   padding-bottom: 15px;
   padding-top: 12px;
/*	border: blue 1px dotted; /* JEREMY formatting aid */
   } 

#Title a:active, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited,  h2 a:link, h2 a:hover, h2 a:focus, h2 a:visited {
	text-decoration: none;
	/*color: #BC7311;*/
	background-color:transparent; 
	font-weight:normal; 
   	font-style:normal; 
	}
	

#Subtitle {
	/* background-color:#d8e8ef; */
	color:#000000;
	padding:2px 2px 2px 2px;
	font-weight: normal;
/*	border: blue 1px dotted; /* JEREMY formatting aid */
	}
	
	
#Subtitle a:link, #Subtitle a:visited, #Subtitle a:hover {
	text-decoration: underline;
	color: #fff;
	background-color:transparent;
	}	
	
#Subtitle a:active, #Subtitle a:focus {
	color: #002f64; text-decoration:none; background-color: #fff;
	}

#Subcontainer {
	position: relative;
	text-align:left;
	background-color:#fff;
	padding-bottom:10px;
	padding-top: 0;
	padding-right: 181px;
	margin-top: 0;
	border-top: 1px solid #C8CDE8;
	_width: 68%;
	_height: 1%;
	overflow: hidden;
/*	border: green 1px solid; /* JEREMY formatting aid */
}
	
	* html .stretcher { /*\*/ width: 100px /* */ }
	* html .stretcher1 { /*\*/ width: 450px /* */ } /* DALE 2006-09-13 Reduced from 600px so IE doesn't push Menu div down */
/* ******************  column a  *************** */
#BlogMainContainer {
	float: left;
	margin-top: 0;
	min-height: 45em; /* Using em here to ensure proper scaling if user increases font size */
	_height: 45em;
	width: 100%;
	border-right: 181px #FFFFFF solid;
	margin-right: -181px;
/*	border: black 1px dotted;  JEREMY formatting aid */
	}


#BlogContent {
	/*width: 99%;*/
	margin-top: 15px;
	margin-right:0;
	background-color:#fff;
/*	border: red 1px dotted;  JEREMY formatting aid */
	}

	
#BlogContent a:active, a:link, a:hover, a:focus, a:visited {
	text-decoration: none;
	background-color:transparent; 
	}
	
#postTitle h1{
	/*color: #BC7311;*/
	margin:0;
	font-size:140%;
	font-weight:normal; 
	font-style:normal; 
	}
	
#postTitleSmall h3{
	margin:0;
	font-size:110%;
	font-weight:bold; 
	font-style:normal;
	padding-bottom:10px; 
	}
	

#postCategoryTitle h1{
	font-size:180%;
   	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
   	font-weight:normal; 
	font-style:normal; 
	padding-top:0px;
	padding-bottom:20px;
}

.postList {
	overflow-x: hidden;
	_width: 100%;
}
	
.Posts {
	_width: 100%;
	overflow-x: auto;
	overflow-y: hidden !msie;
	position: relative;
	padding-bottom:15px;
/*	border: orange 1px solid;  JEREMY formatting aid */
}

.postList .Posts {
	overflow-x: hidden;
}
	
#postTitle h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	/*color: #BC7311;*/
	background-color:transparent; 
	font-weight:normal; 
   	font-style:normal; 
   	font-size:120%;
   	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

#postTitle h1 a:hover {
	text-decoration: underline;
}
	
#postTitle h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	text-decoration: none;
	/*color: #BC7311;*/
	background-color:transparent; 
	font-weight:normal; 
   	font-style:normal; 
   	font-size:120%;
   	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}
	
#postTitle h2 a:hover {
	text-decoration: underline;
}

/* Shrink summary links down on summary modules */
#postTitleSummary a:active, h1 a:link, h1 a:hover, h1 a:focus, h1 a:visited,  h2 a:link, h2 a:hover, h2 a:focus, h2 a:visited {
   	font-size:80%;
	}

#Menu {
	width: 170px;
	float: left;
	text-align:left;
	background-color:#fff;
	padding:15px 0 10px 10px;
	border-left: 1px solid #C8CDE8;
	margin-right: -181px;
	z-index: 10 !important;
	border: 1 px dotted blue;
}

ul.subscribeLinks {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 98%;
	overflow: auto;
}

ul.subscribeLinks li {
	float: left;
	margin: 0;
	padding: 5px;	
}

ul.subscribeLinks a.rssFeed {
	width: 40%;	
}

ul.subscribeLinks a.getHelp {
	width: 20px;	
}

	
#BlogContent h2 {
	/*color: #BC7311;	*/
	margin:0 0 0 0;
	font-size: 140%;
	font-style: normal;
	font-weight: normal;	
	padding-bottom:0px;
}
	
h2.black{
	color: #000000;	
}

#showPicture{
	text-valign: bottom; 
	/* padding: 7px 0 0; */
}

		
#BlogContent h3 {	
	font-size: 110%;
	margin: 0;
	color: #B8B2AC;
}
	
.date {
	font-weight: bold;
	color:#b8b2ac;
	font-size: 90%;
	}
.TopicTable {
	position: relative;
	padding:2px 2px 2px 0;
	/* border: 1px dotted blue;  Julia: This border is for a visuial formatting, please leave it here for awhile */
	}
.TopicTable td{
	padding:5px;
}
.TopicTableSummary td{
	padding:0px 0px 0px 5px;
}

.footer {
	padding-bottom:1em;	
	}
	
#Nextpost {
	text-align:center;
	}	
	
.commentposterinfo {
	margin-bottom:1em;
	font-weight: bold;
	}
	
#BlogContent h3.commentheader {	
	color:#b8b2ac;
	font-size: 90%;
	font-style: normal;
	padding: 0;
	margin: 0;	
	}
	
#Outer hr {
	height: 1px;
	border: none;
	background: #C8CDE8;	
}
	
hr.blueline {
	background-image: url(../templates/go/images/spacer.gif);
	background-color: #d4d0cd;
	height: 1px;
	width: 100%;
	/* border-bottom: 1px solid #d4d0cd; */
	}

.reply {font-weight: normal;font-size:small;}

div.commenttext {	
	padding-bottom:1em;
	margin-bottom:1em;
	}
	
#postInfo {
	border-top: 1px solid #d4d0cd;
	padding-bottom:15px;
	}
	
.postInfoHeader {	
	padding:2px 2px 2px 0;
	}	
	
.postInfoHeader td{
	padding:5px;
}
	
#CommentForm, #commentFormSignIn {
	background-color: #ffffff;
	}
#CommentForm {
	padding: 10px;
	}
#commentFormSignIn {
	padding:10px; 
	margin:10px; 	
	}
	
	/* Julia: EDIT and NEW POST */
#Outer{
	padding:10px 15px 15px 15px;
	position: relative;
	}	
	
.internal{
	padding-top: 10px;
	 /* border: 1px solid blue;*/
	position: relative;
	}
	
form#postsList table {
	width: 98%;
}
	
.editPostsHeader{
	position: relative;
	border-bottom: 1px solid #d4d0cd;
	padding-bottom:15px;
	padding-top: 5px;
	width: 98%;
	}
	
.editPostWrapper{
	padding:10px;
	background-color:#ffffff;
	}
	
.editPostModule{	
	background-color:#ffffff;
	}
	
.editPostsTable{
	padding-top:15px;
	line-height: 40px; 
	border-bottom: 1px solid #000000;
	width: 98%;
	}	
	
.editCommentsTable{	
	padding-top:15px;
	border-bottom: 1px solid #000000;
	}
	
.editPostsTable  tr.blueline {
	background-image: url(../templates/go/images/spacer.gif);
	background-color: #d4d0cd;
	height: 1px;
	}
	
.editCommentsTable	tr.blueline {
	background-image: url(../templates/go/images/spacer.gif);
	background-color: #d4d0cd;
	height: 1px;
	}
	
.editPostsTable tr.header td, .editCommentsTable tr.header td {
	border-bottom: 1px solid #000000;
	}
	
.editPostsTable	td.centered {
	text-align: center;
	width:25%;
	}
	
.editCommentsTable td.centered{
	text-align: center;	
	}
	
.label
{
    font-size: 100%;
    font-weight: bold;
    padding-bottom:5px;
}
* html .textareaBorder {
	 border: 1px solid #363636;
	 width: 100%;
	 position: relative;
	}
	
* html .textareaBorder table {
	position: relative;
}

.toolbar {
	position: relative;	
}
	
.publish{
	height:30px;
}

.projectBlog .moduleFooter table {
	width: 98%;
}

.projectBlog table.moduleBody {
	width: 100%;
	_width: 98%;
}

#CommentForm {
		position: relative;
}

#CommentForm table {
	width: 98%;
}

#CommentForm textarea,
#CommentForm input.commentTextField,
#blogContent textarea,
#blogContent input.commentTextField {
	width: 100%;
}


	/* end of EDIT and NEW POST */
	
	
/* #CommentForm fieldset {
	padding-top:10px; 
	margin-top:10px; 
	padding-left:10px; 
	padding-bottom:10px;
	}
	
#CommentForm legend {
	color:#525150;
	padding:2px 4px 2px 4px;
	background-color: #ffffff;
	font-weight : bold;
	}

#CommentForm label {
	width:6em;
	float:left;
	display:block;
	clear:both; 
	float:left;
	margin-top:8px;
	margin-bottom:0px;
	}

 #CommentForm input {
	margin-top:
	8px;margin-bottom:8px;
	}
	
#Submit {
	margin-top:8px;
	margin-bottom:8px;
	margin-left:6em;
	}

#CommentForm textarea {
	margin-top:8px;
	margin-bottom:0px;
	}
	*/
/* ******************  columnb  *************** */

#Search {
	/*border-left-color:#d4d0cd;
	border-left-style:solid;
	border-left-width:6px;*/
	width:98%;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:6px;
	margin-bottom:10px;
	/* background-color:#f0efee;*/
	margin-top:1px;
	}

#Calendar {	
	padding: 0 0 0 0;
	margin:0 0 0 0;
	text-align: center;
	width: 100%;		
	}

	
	
#Search fieldset {border:0px solid; padding:2px; margin:2px;}
#Search input {margin:0px;padding:2px;width:7em;}
#Search input.button {margin:0px;padding:2px;width:auto;}
#Search form {margin:0px;padding:2px;}
#Search label {margin:0px;padding:2px;width:8em;}

/* CALENDAR GROUP */

table.calMonth {
	cellspacing:0px;
	width:160px;
	border: 1px solid #d4d0cd;
	min-width: 100px;	
	}
thead tr.calMonthNav th{
  background:#ffffff;
  text-align:center;
  color: #000000;
}
	
thead tr.calMonthHeader th{
  background:#d8e8ef;
  text-align:left;
   color: #000000;
}

th.calMonthCurrent {
	font-weight:normal;
	text-align: center;	
	}
	
th.calMonthBackward {
	font-weight:normal;
	padding: 0px;
	text-align:center;
	}
	
th.calMonthForward {
	font-weight:normal;
	padding: 0px;
	text-align:center;
	}
	
.calMonthHeader th {
	text-align:center;
	font-style:normal;
	padding: 0px;
	}
	
#Calendar td {	
	padding: 0px;
	text-align:center;
	}

.calMonthToday {
 	background-color: #ffcf30;
	}	

/* END OF CALENDAR GROUP */

#Menu h2 {
  	/* background-color: #004ca1; */
  	font-size:small;
  	width:86%;
  	display:block;
    padding:1px 10px 1px 10px;
  	/* border-left-style:solid;
  	border-left-color:#002f64;
  	color:#fff; */
  	margin-top:10px;
  	border-left-width:6px;
	/*text-transform: capitalize;*/
	}

#Categories ul, #Syndicate ul, #Recently ul,#Recently li ,#Categories ul,#Categories li , #Sections ul {
	margin-left:0; 
	margin-top:0; 
	margin-bottom:0px; 
	padding:0; 
	list-style:none; 
	font-size: 100%;
	/*text-transform: capitalize;*/
	}

#Recently{		
	width: 100%;
	/*border: 1px solid red;*/
	}
	
#Recently li{
	padding-bottom: 7px;
	}
	
#Categories a, #Syndicate a, #Recently a, #Sections a {	
	display:block;
	text-decoration:none;	
	padding-left:10px;	
	}

#spacer {
	height:100%;	
	}


/* ******************  footer  *************** */

#Bottommenu {
	clear:both;
	background-color:#002f64;
	color:#fff;
	padding:3px 15px 3px 15px;
	}


#Bottom {
   color:#fff;
   padding:3px 3px 3px 15px;
   } 
	
#Bottommenu a, #Bottommenu a:link, #Bottommenu a:visited, #Bottom a, 
#Bottom a:link, #Bottom a:visited {
	text-decoration: none;
	color: #fff;
	border: 0;
	}

#Bottommenu a:active, #Bottommenu a:focus, #Bottommenu a:hover, 
#Bottom a:active, #Bottom a:focus, #Bottom a:hover { 
	text-decoration : underline; 
	color : #fff;background-color:transparent; 
	}


/* ******************  albums  *************** */

div.album {
	text-align: center;
        float: left;
        width:150px;
        margin-bottom:20px;
  	}

.album p {
   	text-align: center;
   	padding:0;
   	margin:0;
   	width:150px;
   	}
   
a img {border:none;}
#album a:link {color: #004ca1;}
#album a:visited {color: #b50394;}
#album a:hover, #album a:active, #album a:focus {color: #004ca1;background:none;}


/* ******************  trakbacks  *************** */

h4 {
	margin:1em 0 0 0;
	padding:0;font-size:small;
	}
	
dl {	
	margin:0;
	padding:0;
	}
	
dt {
	font-weight: bold;
	float:left;
	}
	
dd {
	padding-left:4em;
	}
	
/* ******************  to align elements  *************** */
.left {text-align: left;display:block}
.right {text-align: right;display:block}
.center {text-align: center;display:block}

/* ******************  to float elements  *************** */
.floatleft {float: left;padding:2px 10px 10px 0px}
.floatright {float: right;padding:2px 20px 10px 10px;}

