/*Default Styles
-------------------------------*/

html{
	font-family: verdana,arial,sans-serif;
	font-size:12px;
	color:#292929;
	margin: 0;
	padding: 0;	
}
img{
	border: none;
}
p{
	font-size: 12px;
}
a{
	color: #0a5174;
	text-decoration: underline;
	font-size: 12px;
}
a:hover{
	color: #626262;
	text-decoration: underline;
	font-size: 12px;
}

#mainWrapper{
	width: 965px;
	margin: 0 auto;
}



/*logo
---------------------------------------*/
#header #logo{
	float: left;
	border:none;
}
#header #logo a h2{
	float: none;
	border:none;
	text-decoration:none;
	letter-spacing: -1000em;
	color: #fff;
}
*html #header #logo a h2{
	float: none;
	display: list-item;                
	list-style-position: inside;
	word-spacing: -5000em;          
	font-size: 1pt;                  
	overflow: hidden;
	list-style-image: url(../images/logo.gif);
	border:none;
	text-decoration:none;
	letter-spacing: -1000em;
}
*:first-child+html #header #logo a h2{
	float: none;
	display: list-item;                
	list-style-position: inside;
	word-spacing: -5000em;          
	font-size: 1pt;                  
	overflow: visible;
	list-style-image: url(../images/logo.gif);
	border:none;
	text-decoration:none;
	letter-spacing: -1000em;
}
#header #logo a h2:before{
	content: url(../images/logo.gif);
}
*html #header #logo a h2:before{
	content: none;
}
*:first-child+html #header #logo a h2:before{
	content: none;
}
#header #logo a {
	border: none;
	background-image: none;
	text-decoration:none;
	width:260px; 
	margin: 0 0 0 15px;
	height: 55px;
	float:left;
	display: inline; 
	overflow: hidden;
}



/*Title Bar and search
------------------------------------*/
#titleBar{
	background-color: #8f9c4d;
	width: 100%;
	height: 45px;
	float: left;
	overflow: hidden;
	background-image: url(../images/titleBar.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
}
.searchWrapper{
	float: right;
	margin: 8px 8px 0 0;
}
.searchButton{
	background-color:transparent; 
	border: none; 
	margin-bottom: -6px; 
	cursor:pointer;
}
*html .searchButton{
	margin-bottom: -3px;
}
*:first-child+html .searchButton{
	margin-bottom: -3px;
}


/*right navigation
----------------------------------*/
#rightNav{
	float: left;
	width: 230px;
	margin: 0;
}
#rightNav img{
	margin: 5px 0;
}
.rightNavLinks{
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0 0 5px 0;
}

#rightNav h2{
	margin: 5px 0px;
	line-height: 15px;
	font-size:16px;
}

.rightNavLinks ul{
	margin: 0;
	padding: 0px;
	list-style-type:none;
}
.rightNavLinks ul ul
{
	padding:0px 20px;
}
.rightNavLinks ul li{
	margin: 0;
	padding: 0;
}
.rightNavLinks a{
	text-decoration: none;
	color: #292929;
}
.rightNavLinks a:hover{
	text-decoration: underline;
}

#rightNav #feedImg
{
	margin:0px 6px 0px 40px;
	vertical-align:middle;
}
.recentHeader
{
	border:1px solid #F5F5F5;
	border-bottom:0;
	margin: 5px 0px 0px 0px !important;
	padding-left:5px;
	background-color:#F5F5F5;
}
.recentPosts
{
	margin:0px 0px 5px;
	padding:5px;
	list-style-type:none;
	border:2px solid #F5F5F5;
}
.recentPosts li
{
	margin:5px 0px;
}
.recentPosts a
{
	text-decoration:none;
	color:#0A5174;
}
.recentPosts a:hover
{
	text-decoration:underline;
}
/*Main Content
------------------------------------*/
#pageBody{
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#mainContent{
	width: 730px;
	float: left;
	margin: 0 5px 0 0;
}
.prodContent{
	width: 100%;
	float: left;
	margin: 5px 0;
	border-bottom: 5px solid #8f9c4d;
}
.prodContent.admin
{
	background-color:#fee;
}
.prodContent h3{
	margin: 0;
	color: #4d8cab;
	text-decoration: none;
}
.prodContent h3 a{
	color: #4d8cab;
	text-decoration: none;
	width: auto;
}
.postLeftImg, .postRightImg, .postCenteredImg, .postAdditionalInfo
{
	margin:0px 15px;
}
.postAdditionalInfo{
  clear:both;
}
.postLeftImg .imgBox
{
	border:1px solid #000;
	float:left;
	margin:6px;
	padding:2px;
}
.postRightImg .imgBox
{
	border:1px solid #000;
	float:right;
	margin:6px;
	padding:2px;
}
.postCenterImg .imgBox
{
	margin:8px auto;
	display:block;	
	text-align:center;
  overflow:hidden;
  width:710px;
}
.postTitle a
{
	font-size:25px;
	color:#4d8cab;
	text-decoration:none;
}
.postTitle a:hover
{
	text-decoration:underline;
}
.bookmarkLabel
{
	float:left;
	margin:5px 5px 5px 0px;
	font-weight:bold;
}
.socialBookmarks
{
	margin:5px 0px 0px 0px;
	padding:0;
	list-style-type:none;
	float:left;
}
.socialBookmarks li
{
	display:inline;	
}
.socialBookmarks li a img
{		
	opacity:.4;
	filter: alpha(opacity=40);
	position:relative;
}
.socialBookmarks li a:hover img
{
	opacity:1;	
	filter:alpha(opacity=100);
}
.comments{
	border-top: 1px solid #ccc;
	float: left;
	width: 700px;
	margin: 10px 0 0 15px;
	padding: 10px 0;
	display: block;
}
*html .comments{
	width: 685px;
}

.paginationBar a {

	color:#0A5174;
	font-size:16px;
	font-weight:bold;
	margin:0pt;
	padding:5px 15px;
	text-decoration:none;
}
.paginationBar a:hover
{
	text-decoration:underline;	
}
.paginationBar a.next {
	float:right;
}
.paginationBar a.prev {
	float:left;
}

.categoryTitle {
  font-size:24px;
  border-bottom:1px solid #CCC;
  display:block;
  margin:10px 0px;
}
/*footer
--------------------------------------*/
#footer{
	float: left;
	width: 100%;
	margin: 5px 0;
}
#footer p{
	text-align: center;
}

/*form
--------------------------------------*/
dl{
  margin:0;
}
dd{
  margin:0;
  padding:0;
  margin-bottom:5px;
}
dd.msg{
  display:none;
}
dd.msgshow{
  display:block;
  background-color:#FFFFCC;
  border:1px solid #E2C97F;
  padding:2px;
  position:relative;
  width:90%;

}
dd.msgshow .hint-pointer{
  position: absolute;
  left: 5px;
  top: -10px;
  width: 20px;
  background: url(../images/pointer.gif) left top no-repeat;
  height:10px;
}
dt{
  margin-top:5px;
}
.wideForm textarea
{
	width:90%;
	height:200px;	
}
.wideForm input
{
	width:90%;
}
.wideForm .form
{
	margin:auto;
	width:80%;
}
.wideForm .button
{
width:auto;	
}

/*Comments
--------------------------------------*/
.commentContainer
{
	margin:10px 0px;	
}
.commentHeader
{
	border-bottom:1px solid #559CBE;	
	float:left;
	width:100%;
	margin-bottom:10px;
	
}
.commentHeader span
{
	float:left;	
}
.commentHeader .utcDate
{
	float:right;
}
.commentContainer p
{
	text-indent:24px;
	padding:0px 12px;	
}
