/* Blog */

/* SIDEBAR */
#menu {
	padding:0;
}
#menu ul {
	margin-left:0;
}
#menu h3 {
	text-transform:uppercase;
	font-size:15px;
	color:#222e63;
	line-height:2.26;
	border-bottom:1px dashed #d6d7d7;
	margin:0 0 7px;
	padding:0 5px;
}
#menu .categories h3 {
	border-bottom:none;
}
.search {
	margin:0 0 35px;
}
.search .input {
	border: solid 1px #d6d7d7;
	width: 136px;
	padding: 4px 3px 5px;
	margin: 0;
	height: 14px;
	font-size: 12px;
	line-height: 11px;
	font-style:italic;
	color:#707070;
}
.search .searchGo {
	border: none;
	background: #C7543B;
	cursor: pointer;
	overflow: hidden;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	color: white;
	text-decoration: none;
	margin: 0 0 0 -3px;
	padding: 0 5px;
	height: 23px;
	border-image: initial;
}
#menu ul .categories {
	margin: 5px 0 15px;
	padding-left:0;	
}
#menu ul .categories li, #menu ul li li {
	list-style-type:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid white;
	padding: 10px 12px 8px 12px;
	line-height: 1.4;
	margin: 5px 0;
}
#menu ul .categories li:hover, #menu ul .categories li.current-cat-parent, #menu ul .categories li.current-cat {
	background: url('../images/layout/subnavRepeat.png') 0 0 repeat-x #F7F8F7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #EFEFEF;
	box-shadow: 0px 0px 3px rgba(239,239,239, 0.5);
	-moz-box-shadow: 0px 0px 3px rgba(239,239,239, 0.5);
	-webkit-box-shadow: 0px 0px 3px rgba(239,239,239, 0.5);
	color: #3C8D00;
}
#menu ul .categories li.current-cat-parent a , #menu ul .categories li.current-cat a {
	color: #3C8D00;
}
#menu ul .categories li.current-cat-parent .children a, #menu ul .categories li.current-cat .children a {
	color: #727B79;
}
#menu ul .categories li a {
	color: #727B79;
	font-family: myriad-pro, "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
#menu ul .categories li a:hover {
	color:#3C8D00;	
}
#menu ul .categories ul {
	padding:0;
	margin:0;
}
#menu ul .categories li li, #menu ul .categories li .children li, #menu ul .categories li li:hover {
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#menu ul .categories li li a {
	color: #727B79;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 0;
	padding: 3px 0px;
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#menu ul .categories li li a:hover, #menu ul .categories li li.current-cat a {
	text-decoration:underline;	
	color: #727B79;
}
	
/* Recent Comments */
.widget_rrm_recent_comments a {
	text-decoration:none;
	color:#525252;
}
.widget_rrm_recent_comments .commentdate {
	font-size:11px;
	margin:7px 0 15px;
	color:#9c9c9c;
}
.widget_rrm_recent_comments ul {
	list-style:none inside none;
	margin:0;
	padding:0 25px 0 5px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/* end */

/* MAIN CONTENT */
.post h1 a {
	color: #000;
	text-decoration:none;
}
.post h2 a {
	text-decoration:none;
}
.post h2 a:hover {
	color:#3D8E00;
}

.post .listpost img {
	display:none;
}
.post div#nextPrev {
	text-align:center;
}

/* POST META LINE */
.postMeta {
	color:#959a9a;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin:0 0 30px;
}
.detail .postMeta {
	margin: -10px 0 10px;	
}
.postMeta img {
	padding:0 7px 0 0;
}
.theExcerpts .postMeta a, .detail .postMeta a {
	font-weight:400;
	letter-spacing:normal;
	font-style:normal;
	text-decoration:underline;
}
.theExcerpts .postMeta a:hover, .detail .postMeta a:hover {
	text-decoration:none;
}
.postMeta .date {
	letter-spacing:normal;
	font-weight:400;
}
.comments-link {
	white-space:nowrap;
}
/* end */

/* POST SOCIAL MEDIA */
.postSocial {
	margin:0 0 20px;	
	padding:0 0 10px;
	border-bottom:dashed 1px #c6cbd2;
}

/* End */

/* Images */
.post img.alignleft {
	float:left;
	margin:0 15px 15px 0;
}
.post img.alignright {
	float:right;
	margin:0 0 15px 15px;
}
.post .aligncenter {
	display: block;
	border:3px solid #FFF;
	-moz-box-shadow: 0 0 5px 3px rgba(147, 151, 151, 0.25);
	-webkit-box-shadow: 0 0 3px 5px rgba(147, 151, 151, 0.25);
	box-shadow: 0 0 5px 3px rgba(147, 151, 151, 0.25);
	margin:0 auto 15px;
	text-align:center;
}
.post .aligncenter a {
	display:inline-block;
}
.post .aligncenter img {
	margin:0;
	text-align:center;
}
.post .featuredImage {
	border:3px solid #FFF;
	-moz-box-shadow: 0 0 5px 3px rgba(147, 151, 151, 0.25);
	-webkit-box-shadow: 0 0 3px 5px rgba(147, 151, 151, 0.25);
	box-shadow: 0 0 5px 3px rgba(147, 151, 151, 0.25);
	width:178px;
	height:134px;
	float:left;
	text-align:center;
}
.wp-caption-text {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#222e63;
	padding:5px 10px !important;
	margin:0 !important;
	line-height:1.33;
	text-align:left;
}

/* LANDING */
.landing {
	border-top:dashed 1px #c6cbd2;
	padding:25px 0;
}
.theExcerpts {
	width:485px;
	float:left;
	padding:0 0 0 25px;
	font-size:13px;
	line-height:1.61;
}
.theExcerpts h2 {
	margin-top:0;	
}
.theExcerpts h2 a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#6f6e6e;
}
.theExcerpts a {
	text-decoration:none;
}
.more {
	display:block;
	margin:25px 0 0;
}

/* DETAIL */
.btn-back {
	display:block;
	margin:0 0 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}


/* Comments */
#commentsContainer {
	border-top: dashed 1px #C6CBD2;
	margin-top:20px;
	padding-top:20px;
}
#commentsContainer h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	font-weight:700;
	color:#2d2d2d;
	margin-bottom:15px;
	margin-top:0;
}

/* COMMENT META */

.commentMeta {
	float:left;
	width:190px;
	font-size:11px;
	padding:0 0 25px;
}
.gravatar {
	width:60px;
	float:left;
	margin-right:10px;
}
.commentAuthor {
	width:115px;
	float:left;
}

/* COMMENT CONTENT */
.commentContent {
	float:right;
	text-align:left;
	width:450px;
	margin-left:20px;
	padding:0 100px 25px 0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
	line-height:1.61;
}


/* COMMENTS FORM */
div#leaveAComment {
	background:#eef7fb;
	font-size:11px;
	line-height:normal;
	margin:10px 0;
	padding:12px 17px;
	border:1px solid #e7e7e7;
	width:666px;
}
div#leaveAComment em {
	font-size:12px;
	color:#525252;
}
#leaveAComment h2 {
	margin-top:0;
	font-weight:700;
	font-size:18px;
	color:#222e63;
}
#leaveAComment hr {
	border-top:1px solid #CCC;
}
div#leaveAComment label {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#525252;
}
div#leaveAComment table td {
	padding:8px 5px;
}
div#leaveAComment input.input {
	border:1px solid #c3c4c4;
	color:#515050;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:0 5px;
	width:370px;
	height:26px;
}
div#leaveAComment textarea#comment {
	border:1px solid #c3c4c4;
	color:#515050;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	padding:3px 5px;
	height:140px;
	width:370px;
}

/* GET GRAVATAR INFO */
#getGravatar {
	margin:10px 0 20px;
	padding:5px 15px;
	background:#f6f6f6;
	font-size:11px;
	color:#737373;
	width:672px;
}

/* POSTS NAV */
.postsNav {
	border-top:dashed 1px #c6cbd2;
	padding:25px 0;	
}

/* MS WORD FIXES */
p{
	margin: 0 0 .75em 0 !important;
}