/**
 * UI Classes
 */
.plus, .minus, .close, .open  {
	padding-left:10px;
}
.plus {
	background: url(../../../../images/ui/plus.gif) no-repeat left center;
}
.minus {
	background: url(../../../../images/ui/minus.gif) no-repeat left center;
}
.close {
	background: url(../../../../images/ui/arrow-gray.gif) no-repeat left center;
}
.open {
	background: url(../../../../images/ui/arrow_down.gif) no-repeat left center;
}


/**
 * %%Common Messages
 */
 
.message {
	background:#FFC;
	border:1px solid #FFDD3F;
	padding:5px;
	font-weight:bold;
	font-size:11px;
	color:#333;
	margin:10px 0;
	line-height:15px;
	background-position: 10px 5px;
	background-repeat:no-repeat;
	display:block;
}
.error {
	background-image: url(../../../../images/ui/exclamation.png);
	border-color:#c30;
	padding-left: 35px;
	background-color:#FCC;
}
.correct {
	background-image: url(../../../../images/ui/accept.png);
	border-color:#9C6;
	padding-left: 35px;
	background-color:#CF9;
}

.smallAjaxLoad {
	display:none;
	line-height:18px;
	padding-left:18px;
	background: url(../../../../images/ui/wait16.gif) no-repeat center left;
}

/**
 * Specific Styles
 */
/*#MenuRight h2 {
	margin:0;
	font-size:11px;
}*/



.MenuRight {
	/*border-left:1px solid #547BB2;*/
	margin:0;
	padding:0;
}

.MenuRight h2 {
	margin:0;
	padding-bottom:0px;
	font-size:11px;

	
}
ul.NoBullett{
	padding:0px;
	padding-left:4px;
	padding-top:10px;
	margin:0;
	list-style-type:none;
	
}
.NoBullett li{
	line-height:18px;
	margin-left:0px;
	list-style-type:none;
}
.widget {
margin-bottom:10px;
}
	.widget #searchform label {
		display:block;
		font-weight:bold;
	}
	.textwidget{
margin:0px;
height:30px;
}

.wpForms {
	width:90%;
}
.wpForms fieldset {
	border:none;
}
#page .wpForms fieldset p {
	display:block;
}
#contentBlog h3 {
	display:block;
}
/*h3#respond {
	cursor:pointer;
}*/
.blogPost h2{
font-weight:bold;
color:#547BB2;

}
.blogPost h3{
font-weight:bold;
color:#cc0066;
font-size:13px;
}
.blogPost h3 a{
font-weight:bold;
color:#cc0066;
font-size:13px;
}
.blogPost { /*data*/
	font-weight:bold;
}

/*
* Blog
*/
#ContentBlog, #page #content {
	float:left;
	margin-left:0px;
	padding:20px 0 0 0;
	width:580px;
	margin-right:20px;
	font-weight:normal;
	position:relative;
}
#page #content  {
	width:806px;
	padding:80px 0 160px 0;
	background-color:#FFF;
}
#content  #message {
	text-align:center;
	font-size:14px;
}
#ContentBlog h1 {
	padding-top:10px;
	padding-left:10px;
	color:#C06; /*magenta*/
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
}
#ContentBlog h2 {
	margin:0;
	padding:0;
	/*width:550px;*/
	font-size:14px;
	font-weight:bold;
	color: #C06; /*magenta*/
	border-bottom:1px dashed #ccc;
}
#ContentBlog p {
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	font-weight:normal;
	color: #666666;
	line-height:150%
}
#ContentBlog a:link, #ContentBlog a:active, #ContentBlog a:visited {
	color: #C06;/*magenta*/
	text-decoration:underline;
}
#ContentBlog a:hover { 
	color:#0099FF;
}

#ContentBlog .print {
	float:none;
	position:absolute;
	right:-15px;
	top:20px;
}

#ContentBlog .blogPost {
	margin-bottom:20px;
	padding:0;
}
#ContentBlog .blogPost .picTitle {
		width:100%;
		overflow:hidden;
		
}
#ContentBlog .blogPost .picTitle img {
		float:left;
	}
#ContentBlog .blogPost h2.listTitle {
		border:none;
		margin:0 0 0 55px;
		width:450px;;

}
#ContentBlog .blogPost h2.listTitle a {
			/*margin-left:10px;*/

}
	
.blogPost hr.separator {
		border:none;
		margin:0;
		border-bottom:1px dashed #ccc;
		color:#fff;
		background-color:#fff;
		height:1px;
		width:550px;
		clear:both;
	}

#ContentBlog .blogPost p.authorDate {
		font-weight:bold;
		font-size:10px;
		margin-top:7px;
	}
#ContentBlog .entry a img {
	border: 1px solid #ccc;
	padding:3px;
}
#ContentBlog .entry  .sociable a img {
	border: none;
	padding:0px;
}
#ContentBlog .entry a {
	outline:none;
}
#ContentBlog .entry a:hover {
	color:#0099FF;
}
#ContentBlog h2 {

		font-weight:bold;
		color:#547BB2;
		padding-left:0px;
		text-decoration:none;
		
}
#ContentBlog h2 a:link, #ContentBlog h2 a:active, #ContentBlog h2 a:visited{ 
		font-weight:bold;
		color:#547BB2;
		text-decoration:none;
}
#ContentBlog h2 a:hover { 
		font-weight:bold;
		color:#547BB2;
		text-decoration:underline;
}
#ContentBlog p {
	padding-left:0px;
}
#ContentBlog .postmetadata {
	font-size:10px;
}



.navigation {
	width:550px;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:10px;
}
	.navigation .alignleft {
		float:left;
	}
	.navigation .alignright {
		float:right;
	}
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
.authorComment {
	background-color:#eee;
}
.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */