/* SRDv2 Blog CSS      */
/* Shannon Rose Design */
/* Blue: #4f6e8d       */
/* Gray: #6d6e71       */

p {
}

.posts h4.meta {
	margin: -5px 0 16px;
	color: #878787;
}

div.post {
	margin-top: 1em;
	border-top: 1px solid #464646;
	padding: 0 0 16px;
}
#mainContent h2.entry-title {
	font-size: 18px;
}
#mainContent h2.entry-title a {
	text-decoration: none;
}

div.navigation {
	height: 31px;
	background-color: #222;
	margin-top: 16px;
}
div.navigationAtTheTop {
	margin: 10px 0 7px;
}
div.next {
	float: right;
	width: 180px;
	text-align: right;
}
div.previous {
	float: left;
	width: 180px;
}
div.next a, div.previous a {
	font-size: 12px;
	line-height: 31px;
	display: block;
	text-decoration: none;
	color: #878787;
}
div.previous a {
	float: left;
	padding-left: 20px;
	margin-left: 10px;
	background: transparent url(/imgs/casestudy/caseStudyArrowLeft.png) no-repeat scroll 0 5px;
}
div.previous a:hover {
	background-image: url(/imgs/casestudy/caseStudyArrowLeftOver.png);
	color: #FFF;
}

div.next a {
	float: right;
	padding-right: 20px;
	margin-right: 10px;
	background: transparent url(/imgs/casestudy/caseStudyArrowRight.png) no-repeat scroll right 5px;
}
div.next a:hover {
	background-image: url(/imgs/casestudy/caseStudyArrowRightOver.png);
	color: #FFF;
}

/* Comments */
cite {
	font-style: normal;
}
ol.commentlist {
	border-top: 1px solid #464646;
	list-style:none!important;
	margin-top: 1em;
}
ol.commentlist li {
	border-bottom: 1px solid #464646;
	padding: .5em 0;
}
/* for avatars ol.commentlist li img {
	float: left;
	margin-left: -40px;
} */
ol.commentlist li p {
	font-size: 11px;
}

#respond h3, h3#comments {
	font-size: 14px;
	color: #4F6E8D;
}
form#commentform label {
	font-size: 10px;
}
form#commentform input, form#commentform textarea {
	display: block;
}
form#commentform textarea {
 	width: 366px;
}
input#email, input#author, input#url, form#commentform textarea, input.search_input {
	background-color: #a6a8aa;
	border: 1px solid #464646;
	padding: 3px;
}
input#searchsubmit { margin: 0 0 -7px; }
form#commentform input#submit {
}

/* Sidebar */
#sideBar {
	padding-top: 10px;
}
#sideBar li {
	width: 240px;
}
li#search {
	background-color: #222;
	height: 31px;
}
li#search form {
	padding: 4px;
}
li#search input {
	width: 190px;
	font-size: 12px;
	height: 14px;
	float: left;
}
div#centerSearch li {
	list-style: none;
	width: 240px;
}
li#search input#searchsubmit {
	height: 23px;
	width: 25px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
}

#sideBar h2.widgettitle {
	color: #4F6E8D;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 0 0;
	text-transform: uppercase;
}
#sideBar ul ul li {
	font-size: 11px;
	line-height: 16px;
}
#sideBar ul ul li a {
	text-decoration: none;
	color: #7C7C7C;
}
#sideBar ul ul li a:link, #sideBar ul ul li a:visited {
}
#sideBar ul ul li a:hover {
text-decoration: underline;
}






