@charset "UTF-8";
/* CSS Document */

/* Over all settings for standard elements */
body { 
	margin: 0px; 
	padding: 0px; 
}

/* DIV-elements */

.divContainer {
	width:970px;
	border-top: 4px solid #3a3a3a;
	text-align: left;
	background-image:url('/img/bgPink.jpg');
	float:left;
}
 
.divMainBox {
 	width: 868px;
	background-color:#FFFFFF;
/*	border-left: 62px solid #e70e44;*/
	padding-left:40px;
/*	float:left;*/
	float:right;
}
 
.divNavigation {
 	width:868px;
	text-align:left;
}

.divNavigationHead {
	margin-top:28px;
	width:418px;
	float:left;
}

.divNavigationCategoryContainer {
	float:right;
}

.divNavigationCategory {
	float:left;
	padding: 35px 3px 5px 17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3a3a3a;
	cursor:pointer;
}

.divNavigationSubCategoryContainer {
	width: 868px;
	border-top:2px solid #3a3a3a;
	float:left;
	text-align:right;
}

.divNavigationSubCategory {
	float:left;
	padding: 5px 5px 5px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3a3a3a;
	cursor:pointer;
}

.divNavigationSubCategory a {
	text-decoration:none;
	color:#3a3a3a;
}

.divNavigationSpace {
	height: 30px;
	width: 868px;
	float:left;
}

.divLogo {
	width:15px;
	height:147px;
	background-image:url(img/logo.jpg);
	position:absolute;
	left: 25px;
	top:20px;
	cursor:pointer;
}

.divContentboxContainer {
	float: left;
	background-color:#FFd6dd;
}

.divContentboxLeft {
	width: 508px;
	float: left;
	background-color:#FFFFFF;
}

.divContentboxLeft a {
	color: #e70e44;
	text-decoration:none;
}

.divContentboxRight {
	padding-top:25px;
	width: 360px;
	float:left;
	text-align:center;
}

.divContentboxRight .columnOne {
	width: 160px;
	padding-right:40px;
	float:left;
	text-align:center;
}

.divContentboxRight .columnTwo {
	width: 160px;
	float:left;
	text-align:center;
}

.divContentboxRight .post {
	border-top:2px solid #3a3a3a;
	width: 160px;
	float:left;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	padding-bottom:40px;
}

.divContentboxRight .post a {
	 text-decoration:none;
	 color:#e70e44;
}

.divContentboxRight .post  a:hover {
	 text-decoration:none;
	 color:#ffffff;
	 background-color:#e70e44;
}

.divContentboxRight .post a:hover img {
	 background-color:#ffffff;
}

.divContentboxRight .post .searchSubmit {
	text-align:right;
	padding-top:5px;
}

.divContentboxRight .post h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3a3a3a;
	font-size:18px;
	font-weight:normal;
	margin-top:8px;
}

.divGoogleAds {
	width: 468px;
	border-bottom:1px solid #000000;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

.divPost {
	text-align:left;
	width:468px;
	margin-top:20px;
	border-bottom:1px solid #000000;
}


.divPost a {
	 text-decoration:none;
	 color:#e70e44;
}

.divPost a:hover {
	 text-decoration:none;
	 color:#ffffff;
	 background-color:#e70e44;
}

.spanPostDate {
	color:#B6B6B6;
}

.divPostSubject {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#e70e44;
	padding-top:5px;
}

.divPostText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:10px;
	margin-bottom:15px;
	text-align:justify;
}

.divPostShare {
	display:none;
	border-top:1px dotted #3a3a3a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	padding-top:20px;
	padding-bottom:20px;
}

.divPostShare a:hover img {
	background-color:#FFFFFF;
} 

.divPostShare h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#3a3a3a;
	font-size:18px;
	font-weight:normal;
	margin-top:8px;
}

.divPostInfo {
	width:468px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:15px;
	margin-bottom: 30px;
}

.divPaging {
	width: 468px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:20px;
}

.divPaging a {
	 text-decoration:none;
	 color:#e70e44;
}

.divPaging a:hover {
	 text-decoration:none;
	 color:#ffffff;
	 background-color:#e70e44;
}

.divFooter {
	width: 468px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:20px;
	margin-bottom:20px;
}


.divFooter a {
	 text-decoration:none;
	 color:#e70e44;
}

.divFooter a:hover {
	 text-decoration:none;
	 color:#ffffff;
	 background-color:#e70e44;
}

.divComment {
	margin-top:15px;
	margin-bottom:15px;
}

.divCommentPost {
	border-bottom:1px dotted #000000;
	margin-top:15px;
	width:468px;
}

.divCommentPost a {
	 text-decoration:none;
	 color:#e70e44;
}

.divCommentPost a:hover {
	 text-decoration:none;
	 color:#ffffff;
	 background-color:#e70e44;
}

.divCommentText {
	width:468px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:15px;
	text-align:justify;
}

.divCommentInfo {
	width:468px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin-top:15px;
	margin-bottom: 15px;
}

.divCommentSubmit {
	border-bottom:1px solid #000000;
	margin-top:15px;
	width:468px;
}