﻿/*Default Styles
-------------------------------*/

.contentPageWrapper{
	margin-top:0px;
}
a
{
	color:#564A3D;
}

.postMain
{
	float:left;
	width:500px;	
	overflow:hidden;
}
.postAd
{
	float:left;
	width:250px;	
	margin-top:31px;
}

#logoWrapper
{
	padding-bottom:3px;
}

/*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
----------------------------------*/

#leftNav img{
	margin: 5px 0;
}
.rightNavLinks{
	padding: 5px;
	margin: 0 0 5px 0;
}

.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;
}
.rightNavLinks a:hover{
	text-decoration: underline;
}

#leftNav #feedImg
{
	margin:0px 6px 0px 20px;
	vertical-align:middle;
}

/*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 #D69657;
}
.prodContent.admin
{
	background-color:#fee;
}
.prodContent h1
{
	font-size:25px;
	color:#1C718A;
	border-bottom:1px solid #D69657;
}

.postBody, .postAdditionalInfo
{
	margin:5px 15px;
}
.leftImg
{
	border:1px solid #000;
	float:left;
	margin:6px;
	padding:2px;
}
.rightImg
{
	border:1px solid #000;
	float:right;
	margin:6px;
	padding:2px;
}
.centerImg
{
	margin:8px auto;
	display:block;	
	text-align:center;
}

.postTitle a
{
	font-size:25px;
	color:#1C718A;
	text-decoration:none;
	border-bottom:1px solid #D69657;
	display:block;
}
.postTitle a:hover
{
	border-bottom:1px solid #A19D88;
}
.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 a
{
	border:0;
	display:inherit;
	margin:0;
	padding:0;
}
.socialBookmarks a:hover
{
	background-color:#FFF;
}
.socialBookmarks li
{
	display:inline;	
}
.socialBookmarks li a img
{		
	opacity:.4;
	filter: alpha(opacity=40);
	position:relative;
	border:0;
}
.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:#1C718A;
	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:18px;
	border-bottom:1px solid #DEDCDB;
	display:block;
	margin:0px -10px 10px -10px;
	padding:0px 10px;
}
/*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
--------------------------------------*/
fieldset
{
	border:1px solid #D69657;
	padding:5px;	
}
legend
{
	font-size:25px;
	color:#D69657;
}
.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;	
}
.commentTitle {
	background-color:#F5F5F5;
	border-bottom:3px solid #D69657;
	border-top:3px solid #D69657;
	font-size:25px;
	line-height:1em;
	padding:5px 0px;
	text-align:center;
}