/* 
Theme Name: Computer Colleges
Theme URI: http://computer-colleges.com/
Description: Computer Colleges - DomainDev.com
Version: 1.0
Author: Iacob Ionut
Author URL: http://iacobionut.com
/*

/* ================== GLOBAL ============== */

body {
	font: 12px/1.5  Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:#e6e6e6;
	color:#333;
}

a{
	color:#226ea8;
	text-decoration:none;
}

a:hover{
	color:#185a8d;
	text-decoration:none;
}

h1, h2, h3, h4, h5{ margin:10px 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}
#bookmark img{ border:none;}


/* ========== IMAGES ============= */

/*
.post img {
	border: 4px solid #e6e6e6;
}

.post p img {
	padding: 0;
	max-width: 100%;
	margin:10px 0 20px 0;
}
*/

.post img.aligncenter {
	padding:0;
	border: 4px solid #e6e6e6;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.post img.alignright {
	padding:0;
	border: 4px solid #e6e6e6;
	margin: 0 0 13px 13px;
	display: inline;
}

.post img.alignleft {
	padding:0;
	border: 4px solid #e6e6e6;
	margin: 0 13px 13px 0;
	display: inline;
}

.alignleft {
	float: left
}

.alignright {
	float: right;
}

blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#111;
	background:#e3ecee url(images/quote.gif) no-repeat 3% 10%; 
	border-top:1px solid #c0d0e2;
	border-bottom:1px solid #c0d0e2;	
	width:80%; height:auto;
	margin:10px 0 15px 0px; padding:10px 25px 0px 45px;
	display:block;
}

/* ======================== HEADER =========================*/

#header{
	background: url(images/header.gif) repeat-x;
	height:120px;
}

#header_container, #menu_container {
	width:960px;
	margin:0 auto;
}

#logo{
	float:left;
	width:267px;
	margin:10px 0 0 0;
}

#motto{
	float:left;
	background:url(images/motto.png) no-repeat;
	width:297px;
	height:97px;
	margin:17px 0 0 35px;
}

#motto h2{
	text-indent:-9000px;
	
}

#menu{
	background:url(images/menu.gif) repeat-x;
	height:42px;
}

#menu ul{
	font-size:16px;
	margin:0 0 0 0;
	list-style:none;
}

#menu ul li{
	position:relative;
	float:left;
	padding:9px 35px 0 35px;
}

#menu ul li a{
	color:#333;
}

#menu ul li.current_page_item a{
	color:#333;
}

#menu ul li a:hover{
	text-decoration:underline;
}

#menu ul li.current_page_item{
	background:url(images/menuhover.gif) no-repeat top center;
	margin:0 0 0 0;
}

/* ====================== MAIN CONTENT ===================== */

#wrapper{
	width:1000px;
	margin:20px auto;
}

#content{
	float:right;
	width:750px;
	margin-bottom:20px;
	background:#fff;
	-moz-border-radius: 8px;
	border:1px solid #dbdbdb;
}

.post{
	padding:20px 20px 20px 20px;
	margin-bottom:20px;
}

.post p {
	margin:16px 0;
	line-height:20px;
}

.post ul {
	list-style: disc;
}

.post ul, .post ol {
	margin: 5px 0 15px 0;
}

.post ul li, .post ol li{
	margin-left:25px;
	padding:3px 0;
}

.post h2.title{
	margin:0 0 7px 0;
	float:left;
}

.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;
	height:26px;
	width:29px;
	padding:6px 0 0 11px;
	background:url(images/comments.png) no-repeat center left;
	margin:0;
}

.meta-comment a{
	font-size:11px;
	color:#333;
}

.meta-comment a:hover{
	text-decoration:underline;
}

.post .post-time{
	font-size:11px;
	margin:0 0 10px 0;
	color:#a4a4a4;
}

.post h2#pagetitle{
	margin:5px 0 25px 0;
}

.navigation{
	margin:0px 20px 20px 20px;
	padding:20px 0 0 0;
}

a.more-link{
	margin-top:10px;
	background:#98c8d4;
	padding:6px 12px;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
}

#post-separator{
	margin:15px 0 ;
	border-top:1px solid #f2f2f2;
}


/* =============================== SIDEBAR ============================= */

#sidebar{
	float:left;
	width:230px;
}

.widget{
	margin-bottom:20px;
	background:#fff;
	-moz-border-radius: 8px;
	border:1px solid #dbdbdb;
}

#sidebar .widget ul{
	margin:2px 5px 10px 5px;
	list-style:none;
}

#sidebar .widget ul li{
	margin:0 15px 0 15px;
}

#sidebar .widget ul li a{
	display:block;
	width:100%;
	padding:10px 0 10px 0px;
	border-bottom:1px dotted #e2e2e2;
	color:#555;
}

#sidebar .widget ul li a:hover{
	display:block;
	width:100%;
	background-color:#ebf9fd;
	border-bottom:1px dotted #e2e2e2;
	color:#111;
}

#sidebar .widget h2{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Georgia;
	text-align:center;
	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;
}

ol.commentlist li {
	margin: 0 0 10px;
	padding: 18px 0px 18px 0px;
	border-bottom:1px solid #ddd;
}

ol.commentlist .comment-author{
	font-size:16px;
}
	
ol.commentlist .comment-author span.says{
	font-size:11px;
}	

ol.commentlist li p {
	clear:both;
	margin: 10px 0 0 0; 
}

ol.commentlist li img.avatar {
	margin:0 10px 0px 0px;

}

ol.commentlist li p a { 
	color: #6099ff; 
}

ol.commentlist .reply{
	margin:15px 0;
}

ol.commentlist .reply a{
	background:#98c8d4;
	padding:6px 12px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
		
ol.commentlist li ul li {
	padding: 15px 0px 5px 20px;
	margin:0;
	border:0;
}

ol.commentlist .comment-meta {
	font-size:11px;
	float:left;
	text-transform:uppercase;
	margin:5px 0 10px 0;
}

ol.commentlist .comment-meta a { 
	color:#999; 
	padding-bottom:5px; 
}

ol.commentlist .children { 
	margin:0; 
	list-style:none; 
}

#commentform{
	margin:20px 0px 35px 0px;
}

#commentform input{
	width: 200px;
	border: 1px solid #dedede;
	padding: 5px 5px 5px 10px;
}

#commentform p{
	margin-bottom:5px;
}

#commentform textarea{
	border: 1px solid #dedede;
	padding:5px;
}

#commentform #submit{
	padding:2px 0;
	background:#fff;
	cursor:pointer;
	font-size:12px;
}

#respond{
	margin-top:15px;
}

h4#respondh4{
	padding:14px 0 7px 0px;
	margin:0px 0 0px 0;
	border-top:1px solid #dedede;
	font-weight:normal;
}

h4.comments-text{
	padding:14px 0 7px 0px;
	margin:30px 0px 0px 0px;
	border-top:1px solid #dedede;
	font-weight:normal;
}



#sidebar-dfw form {
	padding: 10px 0 15px 20px;
}

#sidebar-dfw select {
	margin-top: 1px;
        margin-bottom: 5px;
        width: 170px;
}

#sidebar-dfw .SearchButton {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

#content-dfw form {padding-left: 20px;}
#content-dfw p {margin: 0; padding: 0 0 10px;}
#content-dfw label {display: none;}
#content-dfw select {width: 200px; font-size: 12px;}
#content-dfw .edudirect-degree_level_id {margin-bottom:10px;}
#content-dfw .edudirect-category_id {margin-bottom:10px;} 
#content-dfw .edudirect-subject_id {margin-bottom:10px;}
#content-dfw button {font-size: 14px;}



