/* 
Theme Name: AccreditedOnlineColleges.org
Theme URI: http://www.AccreditedOnlineColleges.org
Description: AccreditedOnlineColleges.org
Version: 1.0
Author: Iacob Ionut
Author URL: http://iacobionut.com
/*

/* ================================ GLOBAL =============================== */

body {
	font: 12px/1.5  Arial, 'Liberation Sans', FreeSans, sans-serif;
	color:#444;
	background:#e9e8e3;
	line-height:19px;
}

a{color:#307db8;text-decoration:none;}
a:hover{color:#124e7c;text-decoration:none;}
h1, h2, h3, h4, h5{margin:25px 0;}
h1{font-size:24px; font-weight:normal;}
h2{font-size:23px; font-weight:normal;}
h3{font-size:19px; font-weight:normal;}
h4,h5{font-size:17px; }
ol {list-style: decimal; }
ul {list-style: disc;}
.clearfix:after{clear:both;content:'.';display:block;visibility:hidden;height:0}
.clearfix{display:inline-block}
* html .clearfix{height:1%}
.clearfix{display:block}

/* =============================== HEADER ==================================*/

#header{
	background: #1c2a36;
	height:125px;
}

#header_container, #menu_container {
	width:960px;
	margin:0 auto;
}

#logo{
	padding:0 0 0 0;
}

#menu{
	background:url(images/menu.gif) repeat-x;
	height:41px;
}

#menu ul{
	font-size:16px;
	margin:-1px 0 0 0;
	list-style:none;
}

#menu ul li{
	position:relative;
	float:left;
	padding:10px 35px 0 35px;
}

#menu ul li a{
	color:#fff;
}

#menu ul li a:hover{
	color:#fff;
}

#menu ul li.current_page_item{
	background:#1c2a36;
	height:31px;
}

#menu ul li.current_page_item a{color:#fff;}

/* ============================== MAIN CONTENT =========================== */
#wrapper{
	width:960px;
	margin:20px auto;
}

#content{
	float:right;
	width:710px;
	margin-bottom:20px;
	background:#fbfdfd;
	border-left:1px solid #d1cfc4;
	border-bottom:1px solid #d1cfc4;
	border-right:1px solid #d1cfc4;
	border-top:9px solid #1c2a36;

}

.post{
	padding:20px;
	margin-bottom:20px;
}

.post p{
	margin: 6px 0 6px 0;
}


.post ul {
	list-style:disc;
}

.post ul li, .post ol li{
	margin-left:25px;
}

.post h2.title{
	margin:0 0 10px 0;
}

.post h2.title a{
	color:#444;
	padding:0 0 2px 0;
	border-bottom:1px solid #e2e2e2;
}

.post h2.title a:hover{
	color:#000;
}

.meta-comment{
	float:right;
	padding:0 0 0 20px;
	background:url(images/comment.gif) no-repeat center left;
	margin:0;
}

.meta-comment a{
	font-size:11px;
	color:#a4a4a4;
}

.meta-comment a:hover{
	text-decoration:underline;
}

.post .post-time{
	font-size:11px;
	margin:0 0 10px 0;
	color:#a4a4a4;
	float:left;
}

.post h2#pagetitle{
	margin:5px 0 15px 0;
}

.navigation{
	margin:0px 20px 20px 20px;
	padding:20px 0 0 0;
}

a.more-link{
	margin-top:10px;
	background:#a4b9a4 url(images/more.gif) no-repeat 1% center;
	padding:4px 5px 4px 30px;
	color:#444;
	width:95%;
	float:left;
}



/* =============================== SIDEBAR ============================= */

#sidebar{
	float:left;
	width:230px;
}

.widget{
	margin-bottom:20px;
	background:#fbfdfd;
	border-left:1px solid #d1cfc4;
	border-bottom:1px solid #d1cfc4;
	border-right:1px solid #d1cfc4;
	border-top:4px solid #1c2a36;
}

#sidebar .widget ul{
	margin:2px 25px 10px 5px;
	list-style:none;
}

#sidebar .widget ul li{
	margin:0 0px 0 15px;
}

#sidebar .widget ul li ul {
	margin-right: 0;
}

#sidebar .widget ul li a{
	display:block;
	width:100%;
	padding:10px 0 10px 13px;
	background:url(images/indent.gif) no-repeat center left;
	border-bottom:1px dotted #e2e2e2;
	color:#666666;
}

#sidebar .widget ul li a:hover{
	display:block;
	width:100%;
	background:#f1f7f1 url(images/indent_hv.gif) no-repeat center left;
	border-bottom:1px dotted #e2e2e2;
	color:#111;
}

#sidebar .widget h2{
	font-size:14px;
	border-bottom:1px solid #e2e2e2;
	margin:0 20px;
	padding:10px 0 2px 0px;
}

#searchform{
	margin:15px 0 15px 5px;
	padding:15px 0 0 0;
}

.textwidget{
	margin:15px 15px;
}

/* ================================ COMMENTS ============================ */

ol.commentlist  { 
	margin:20px 0 35px 0;
	list-style:none;
}

h4.comments-text{
	padding:14px 0 7px 50px;
	margin:30px 0px 0px 0px;
	height:27px;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	font-weight:normal;
}

ol.commentlist li {
	margin: 0 0 10px;
	padding: 18px 20px 18px 20px;
	position: relative;
	border-bottom:1px solid #ddd;
}
ol.commentlist .reply{
	margin:10px 0;
}

ol.commentlist .reply a{
	padding:4px;
	background:#b1c9b1;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

ol.commentlist .comment-author{
	font-size:14px;
}
	
ol.commentlist .comment-author span.says{
	font-size:11px;
}	

ol.commentlist li p {	
	margin: 5px 0 0 0; 
}

ol.commentlist li img.avatar {
	float:right;
	margin:0 10px 0 10px;
	border:4px solid #cedace;
}

ol.commentlist li p a { 
	color: #6099ff; 
}
		
ol.commentlist li ul li {
	padding: 15px 0px 5px 20px;
	margin:0;
	border:0;
}

ol.commentlist .comment-meta {
	font-size:11px;
}

ol.commentlist .comment-meta a { 
	color:#999; 
	padding-bottom:5px; 
}

ol.commentlist .children { 
	margin:0; 
	list-style:none; 
}

ol.commentlist .children .even{
	
}

#commentform input{
	width: 200px;
	border: 1px solid #dedede;
	padding: 5px 5px 5px 10px;
}

#commentform p{
	margin-bottom:5px;
}

#commentform{
	margin:20px 0px 35px 0px;
}

#commentform textarea{
	border: 1px solid #dedede;
	padding:5px;
}

#commentform #submit{
	padding:2px 0;
	background:#fff;
	cursor:pointer;
	font-size:12px;
}

h4#respondh4{
	padding:14px 0 7px 40px;
	margin:0px 0 0px 0;
	height:27px;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	font-weight:normal;
}

/* ========== IMAGES ============= */

/*
.post img {
	border: 1px solid #cedace;
}
*/

.post p img {
	padding: 0;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.post img.aligncenter {
	padding:0;
	border: 1px solid #cedace;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.post img.alignright {
	padding:0;
	border: 1px solid #cedace;
	margin: 0 0 13px 13px;
	display: inline;
}

.post img.alignleft {
	padding:0;
	border: 1px solid #cedace;
	margin: 0 13px 13px 0;
	display: inline;
}

.alignleft {
	float: left
}

.alignright {
	float: right;
}

#dfw-widget1 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
}

#dfw-widget1 label {
    font-size: 12px;
    font-weight: bold;
    padding-top: 3px;
}

#dfw-widget1 select {
    width: 180px;
}

#dfw-widget1 button {
    background: url(images/inputbg.gif) repeat-x scroll 0 center transparent;
    border-style: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    font: italic bold 17px Arial;
    padding: 7px 0 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 130px;  
    margin-left: 30px;
    margin-top: 10px;
}

