
/********************** PAGE HEADINGS / BREADCRUMBS *****************/

#page-heading {
	clear:both; /*TO CLEAR LOGO IMG*/
    /*border-bottom: 1px solid #e7e7e7;*/
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	background-position: center -4;
    width: 900px;
}

#page-heading h2 {
	float: left;
	padding-top: 15px;
	padding-bottom:5px;
	border-bottom: 1px solid #e7e7e7;
}

#page-heading a { /* BREADCRUMB STYLING*/
	font-size:14px;
	font-weight: normal;
	border:none;
	color:#3399FF;
}

/********************** SUB PAGES *******************/

/*#sub {
    float: right;
    margin-top: 25px;
}

#sub li {
    float: left;
}
#sub li a {
    font-size: 18px;
    color: #5b5b5b;
    text-decoration: none;
    margin-left: 20px;
    font-style: italic;
}

#sub li a:hover {
    color: #242424;
}*/

/********************** MAIN CONTENT *****************/

.maincontent {
	width: 590px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 8px;
	float: left;
}

.maincontent img, #content img {
    padding: 5px;
    border: 1px solid #e7e7e7;
    margin: 20px 0px;
}

.maincontent ul {
    list-style: square;
    list-style-position: inside;
    margin-bottom: 20px;
}

.maincontent ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 20px;
}

#content {
    padding-top: 0px;
    padding-bottom: 0px;
}

#content.full .maincontent {
	width: 100%;
}


/********************** BLOG *****************/

.blog-post img{
    margin-top: 0px;
    width: 610px;
    margin: 20px 0px;
}

.blog-post {
    border-bottom: 1px dotted #e7e7e7;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.blog-post h3 a {
    color: #242424;
    font-weight: bold;
}

.left {
	float: left;
}
.right {
	float: right;
}

.divider-full {
	width: 100%;
	background-color: #e7e7e7;
	height: 1px;
	margin: 20px 0px;
	overflow: hidden;
}

.comment {
	margin-bottom: 25px;
}

.comment-date {
	font-size: 11px;
	color: #5b5b5b;
	margin-bottom: 0px;
	padding: 0px;
}

.maincontent .comment p {
	margin: 0px;
}

#content img.avatar {
	margin: 0px 20px 20px 0px;
	float: left;
}

.maincontent .img-left {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

#content .img-left {
	margin-left: 0px;
	margin-right: 20px;
	float: left;
	margin-top: 0px;
}

#content .img-right {
	margin: 0px 0px 0px 20px;
	float: right;
}

#add-comment label {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	text-align: right;
	margin-right: 10px;
}

#add-comment div {
	margin-top: 10px;
}

input, textarea {
	border: 1px solid #ccc;
	padding: 2px;
}

#add-comment textarea {
	width: 440px;
}

#add-comment .buttons {
	margin-left: 160px;
}


/********************** WORDPRESS SPECIFIC *****************/

#wp-calendar {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

#wp-calendar thead {
	font-weight: bold;
	background-color: #e7e7e7;
	padding: 5px;	
}

#wp-calendar thead tr th {
	text-align: center;
}

#wp-calendar tbody tr td {
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #e7e7e7;
}

#wp-calendar caption {
	margin-bottom: 10px;
}

#searchsubmit {
	padding: 5px;
	margin-top: 10px;
}

#s {
	width: 190px;
}

#content .blog-post h3 {
	margin-bottom: 5px;
}

body #content .blog-post img {
	margin: 0px 0px 10px 0px;
}

body #wrapper #content .maincontent .blog-post h3 a {
	color: #242424;
}



