/*

Theme Name: onlinecourses.org
Theme URI: http://www.onlinecourses.org
Version: 1.0
Description: onlinecourses.org theme
Author: Kai Brach
Author URI: http://www.onlinecourses.org

*/

/* Basics ######################################################### */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; padding: 0; 
} 

body {
	text-align: center;
	font-family: sans-serif;
	font-size: 13px;
	border: 0;
	color: #666;
	background: #dcecff url(images/bg.jpg) 0 0 repeat-x;
	line-height: 18px;
}	

div.wrap {
	margin: 0 auto;
	width: 914px;
	text-align:left;
}

div#content {
	background: #fff;
	border: 3px solid #0175d7;
}

div#intro {
	background: url(images/bg-intro.jpg) 0 0 no-repeat;
	height: 307px;
	position: relative;
}

div#featured-wide {
	background: url(images/bg-featured.jpg) 0 0 no-repeat;
	height: 184px;
	position: relative;
}

#intro div#top-widget {
	width: 342px;
	height: 190px;
	background: url(images/bg-finder.png) 0 0 no-repeat;
	position: absolute;
	padding: 114px 0 0 0;
	top: 16px;
	left: 14px;
	z-index: 40;
}

#col-left div#top-widget {
	width: 342px;
	height: 180px;
	background: url(images/bg-finder.png) 0 0 no-repeat;
	padding: 114px 0 0 0;
	margin-left: 14px;
}

div#featured-wide div#inner {
	position: absolute;
	z-index: 1110;
	width: 870px;
	top: -8px;
	left: 0;
	padding: 0 0 0 30px;
	z-index: 80;
}

div#featured-wide div#inner div {
	width: 200px;
	float: left;
	margin-right: 15px;
}

div#teaser {
	padding: 10px 0 10px 20px;
}

div.teaserbox {
	background-color: #faf3d4;
	height: 231px;
	background-position: 0 0 ;
	background-repeat: no-repeat;
	position: relative;
	width: 430px;
	float: left;
	margin: 0 0 10px 0;
}

div#teaser .margin {
	margin: 0 10px 0 0;
}	

div#blogteaser {
	margin: 0 0 0 20px;
}

div#blogteaser div.item {
	margin: 0 20px 0 0;
	width: 275px;
	float: left;
}

div.widget-bottom {
	height: 300px;
	position: relative;
}

div#footer {
	text-align: center;
	color: #76a1d7;
	padding:  20px 0;
}

div#col-left {
	width: 360px;
	padding: 20px  0;
	float: left;
}

div#col-right {
	float: right;
	width: 505px;
	margin: 20px 20px 0 0;
}

#col-right h2 {
	background:none;
	font-family:facitweb, sans-serif;
	font-weight:700;
	font-size:40px;
	line-height:110%;
	color:#0175d6;
	padding:20px 0;
	margin-bottom:20px;
	text-align:center;
	border-bottom:1px dotted #CCC;
}
#col-right h3 {
	font-family:facitweb, sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:110%;
	color:#22a5f3;
	margin:5px 0;
}
#col-right h3 a {
	font-size:18px !important;
	line-height:130% !important;
	text-decoration:none !important;
}
#col-right a {
	color:#f68d3e;
}
div.headline {
	position: relative;
	height: 55px;
}

div.blog div.item {
	border-bottom: 2px dotted #ffcf33;
	margin-bottom: 15px;
}

div#slideshow {
	position: relative;
	margin-left: 14px;
	width: 330px;
	padding: 0 6px;
	height: 191px;
	background: url(images/bg-slideshow.png) 0 0 no-repeat;
}

div.scrollable {  
    position:relative; 
    overflow:hidden; 
	width: 330px;
	height: 191px;
	margin: 0;
	background: url(_pix/bg-slideshow.jpg) 0 0 no-repeat;
}

div.scrollable div.items {  
    width:20000em; 
    position:absolute; 
} 

#slideshow .element { 
	width: 330px;
	height: 191px;
	float: left;
	text-align: center;
}

div#teaserlist {
	background: #faf3d4;
	width: 330px;
	margin-left: 20px;
}

div#teaserlist .item {
	position: relative;
	padding: 50px 10px 10px 120px;
}

div#teaserlist .teaser1 {
	background: url(images/teaser1-left.jpg) 0 40px no-repeat;
}

div#teaserlist .teaser2 {
	background: url(images/teaser2-left.jpg) 0 40px no-repeat;
}

div#teaserlist .teaser3 {
	background: url(images/teaser3-left.jpg) 0 40px no-repeat;
}

div#teaserlist .teaser4 {
	background: url(images/teaser4-left.jpg) 0 40px no-repeat;
}	

div.pagination {
	padding-bottom: 15px;
}

/* Headlines ######################################################### */		


h1 {
	padding: 0 0 15px 0;
	margin: 0;
	font-size: 24px;
	font-weight:normal;
	line-height: 30px;
}

div.teaserbox h2 {
	background: url(images/bg-h2.png) 0 0 no-repeat;
	height: 33px;
	font-size: 14px;
	color: #4b4637;
	width: 268px;
	padding: 8px 0 0 20px;
	position: absolute;
	top: -5px;
	left: 148px;
}


h2.wide {
	background: url(images/bg-h2-wide.png) 0 0 no-repeat;
	height: 41px;
	font-size: 14px;
	color: #4b4637;
	padding: 8px 0 0 20px;
	margin: 0 0 0 15px;
}

.half {
	width: 440px;
	margin-right: 13px;
}

.half h2.wide {
	background: url(images/bg-h2-half.png) 0 0 no-repeat;
}




div#teaserlist .item h2 {
	background: url(images/bg-h2-left.png) 0 0 no-repeat;
	height: 41px;
	width: 340px;
	font-size: 14px;
	color: #4b4637;
	padding: 8px 0 0 20px;
	position: absolute;
	top: 0;
	left: -5px;
}

/* Links ######################################################### */	

a:link,  a:visited, a:active {color:#0175d7; text-decoration: underline; outline: none}
a:hover {color:#00469a; text-decoration: none}

a#logo {
	width: 565px;
	height: 116px;
	margin: 0 auto;
	display: block;
	background: url(images/logo.jpg) 0 0 no-repeat;
	text-indent: -1111em;
}

div#teaser a, div#teaser a:visited, div#teaser a:active,
#teaserlist .item a, #teaserlist .item a:visited, #teaserlist .item a:active  {
	color: #807964;
}

a.more {
	position: absolute;
	top: 207px;
	left: 390px;
	font-weight: bold;
}

#slideshow a.browse { 
	display:block;
	width:30px;
	height:32px;
	position:absolute;
	left: -5px;
	top:60px;
	text-indent: -1111em;
	cursor:pointer;
	background:url(images/slide-left.png) no-repeat 0 0;	
	z-index: 100;
}

.pagination a.left {
	display: inline-block;
	float: left;
}

.pagination a.right {
	display: inline-block;
	float: right;
}
		
#slideshow a.right { 
	left:320px;
	background:url(images/slide-right.png) no-repeat 0 0;
}

/* Fonts ######################################################### */

.font-grey {color:#878787;}

p {
	padding: 0 0 15px 0;
}

div.blog .item p.font-grey {
	padding-bottom: 0;
	font-weight: bold;
}

div#blogteaser .font-grey {
	font-weight: bold;
	padding: 0;
}

div#featured-wide div#inner div p.logo, #slideshow .element p.image {
	width: 182px;
	height: 80px;
	background: url(images/box-white.png) 0 0 no-repeat;
	padding: 7px 0 0 0;
	text-align: center;
	margin-left: 8px;
}

#slideshow .element p.image {
	margin: 15px auto 0 auto; 
}

div#featured-wide div#inner div p.text, #slideshow .element p.text {
	color: #fff;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 120%;
}	

#slideshow .element p.text {
	padding: 0px 20px 0 20px;
}

div#top-widget p {
	padding: 4px 0 15px 65px;
}

div#top-widget p.step1 {
	background: url(images/step1.png) 28px 1px no-repeat;
}

div#top-widget p.step2 {
	background: url(images/step2.png) 28px 1px no-repeat;
}

div#top-widget p.step3 {
	background: url(images/step3.png) 28px 1px no-repeat;
}	

div#intro p.intro {
	width: 233px;
	position: absolute;
	top: 90px;
	color: #4b4637;
	font-size: 14px;
	line-height: 21px;
	left: 386px;
}	


/* Navigation ######################################################### */

div#nav {
	height: 50px;
	position: relative;
}

div#nav ul {
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 111;
}

div#nav ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

div#nav ul li a {
	display: block;
	float: left;
	height: 70px;
	background-image: url(images/nav.png);
	background-repeat: no-repeat;
	text-indent: -1111em;
}	

div#nav ul li#nav1 a {
	background-position: 0 0;
	width: 206px;
}	

div#nav ul li#nav1 a:hover, div#nav ul li#nav1 a.active {
	background-position: 0 -70px;
}	

div#nav ul li#nav2 a {
	background-position: -206px 0;
	width: 227px;
}	

div#nav ul li#nav2 a:hover, div#nav ul li#nav2 a.active {
	background-position: -206px -70px;
}	

div#nav ul li#nav3 a {
	background-position: -433px 0;
	width: 207px;
}	

div#nav ul li#nav3 a:hover, div#nav ul li#nav3 a.active {
	background-position: -433px -70px;
}	

div#nav ul li#nav4 a {
	background-position: -640px 0;
	width: 274px;
}	

div#nav ul li#nav4 a:hover, div#nav ul li#nav4 a.active {
	background-position: -640px -70px;
}	

	
/* Images ######################################################### */	

img {
	border: none;
}

div.widget-bottom img {
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 10px;
}

div.widget-bottom img.step2 {
	left: 305px;
}

div.widget-bottom img.step3 {
	left: 593px;
}	
	
/* Tables ######################################################### */

	

/* Lists ######################################################### */

div.teaserbox ul {
	padding: 43px 15px 0 170px;
	margin: 0;
	list-style-type: none;
}	

#teaserlist .item ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
} 

div.teaserbox ul li, #teaserlist .item ul li {
	padding: 2px 0 2px 13px;
	margin: 0;
	background: url(images/bullet.gif) 0 7px no-repeat;
}	

#col-right ul, #col-right ol {
	margin: 0 20px 0 40px;
	padding-bottom: 15px;
	color:#666;
}

#col-right li {
	padding: 6px 0;
}


/* Forms ######################################################### */

form {
	padding: 0;
	margin: 0;
}

div.widget-bottom form {
	background: url(images/bg-widget-bottom.jpg) 0 0 no-repeat;
	height: 300px;
	width: 894px;
	position: absolute;
	top: -5px;
	padding: 0 0 0 25px;
	z-index: 10;
}

div#col-right form.widget {
	background: url(images/bg-widget-small.jpg) 0 0 no-repeat;
	height: 245px;
	margin: 10px 0 0 0;
	padding: 70px 280px 0 30px;
}

div#col-right form.widget select {
	width: 200px;
	margin-bottom: 20px;
}	

div.widget-bottom form select {
	width: 280px;	
	float: left;
	margin: 60px 10px 0 0;
}	

div.widget-bottom form input {
	margin: 10px 0 0 285px;
}

input, select, textarea {
	font-size: 12px;
	font-family:  sans-serif;
}

div#top-widget p select {
	width: 245px;
}

div#top-widget input {
	margin: 0 0 0 28px;
}

		


/* Misc ######################################################### */		

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.float-left {
	float:left;
}

.float-right {
	float:right;
}	

.clear {
	clear:both;
}	

.center {
	text-align:center;
}	








#content_link a{
	color: #245697;
}
.article_intro {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-align:justify;
	line-height: 27px;
	color: #858585;
	padding: 10px 0 20px 0;
        border-top:1px dashed #b6b6b6;
}

p.article_intro img {
	padding: 0px 0px 5px 15px;

}
p.article_header a {
	font-family: 'impact';
	letter-spacing: 1px;
	font-size: 48px;
	line-height: 48px;
	color: #245696;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
#intro img {
	position: absolute;
	top: 315px;
	left: -37px;
}
.article_content {
	 width: 500px; 
	text-align:justify;
	color: #858585;
        border-top:0px dashed #b6b6b6;
}

table.article_content td {
	padding:10px 30px 30px 0px;
	vertical-align: top;
        border-top:1px dashed #b6b6b6;
	}

#article_img {
	width: 154px;
	vertical-align:top;
}

.article_works {
	color: #005d7a;
	border-top:0px dashed #b6b6b6;
}
@font-face {
	font-family: 'impact';
	src: url(fonts/impact-webfont.eot);
    src: url(fonts/impact-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/impact-webfont.woff) format('woff'),
         url(fonts/impact-webfontagaramondpro-regular-webfont.ttf) format('truetype'),
         url(fonts/impact-webfont.svg#ImpactRegular) format('svg');
    font-weight: bolder;
    font-style: oblique;
}


div.link-bottons {
top:50px;
}
p.special-text {
	color:#0175d7;
	font-size:16px;
	line-height:140%;
}


/* Blog Posts ######################################################### */

#col-right strong { font-weight:700; }

ol.fancy-text, ol.fancy-text2 {
	color:#ccc !important;
	font-family: facitweb,sans-serif;
	font-size:18px;
	font-weight:700;
}

ol.fancy-text p, ol.fancy-text2 p, #col-right p {
	color:#333;
	font-size:14px;
	font-weight:300;
	font-family:facitweb, sans-serif;
	line-height:140%;
}
ol.fancy-text li {
	height:200px;
}
ol.fancy-text2 li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:#CCC 1px dotted;
}
ol.fancy-text img, ol.fancy-text2 img {
	margin:0 0 10px 10px;
}
img.intro-image {
	margin:0 !important;
	top:-20px;
	position:relative;
}
img.left {
	float:left !important;
	margin:5px 20px 5px 0 !important;
	border:1px solid #ccc !important;
	box-shadow:0 1px 4px rgba(0,0,0,0.45) !important;
}
::-moz-selection {
    color: ;
    color: rgba(0,95,208,.85);
    background-color: #ffcf2e;
    background-color: rgba( );
    }
    
::selection {
    color: ;
    color: rgba(0,95,208,.85);
    background-color: #ffcf2e;
    background-color: rgba( );
    }



/* 10 Notable Moments in Student Journalism */

ol.student-journalism-list{
	font-family:facitweb;
	font-size:25px;
	font-weight:700;
}
ol.student-journalism-list h3, ol.student-journalism-list h3 a{
	font-size:18px;
	text-decoration:none;
}
ol.student-journalism-list img{
	margin:5px 20px 5px 0;
	border:1px solid #999;
	box-shadow:0 1px 4px rgba(0,0,0,0.55);
}
img.shadow-graphic {
	border:1px solid #ccc;
	box-shadow:0 1px 4px rgba(0,0,0,0.55);
}

/* IMAGE AND MISC STYLES ################################## */

div.page img.rightside {
	border:1px solid #ebebeb;
	box-shadow:0 1px 5px rgba(0,0,0,0.75);
	margin:5px 0 10px 20px;
}

div.page img.leftside {
	border:1px solid #ebebeb;
	box-shadow:0 1px 5px rgba(0,0,0,0.75);
	margin:5px 20px 10px 0;
}

div.page img {
	border:1px solid #ebebeb;
	box-shadow:0 1px 3px rgba(0,0,0,0.40);
}

div.page img.nostyle {
	border: none !important;
	box-shadow: none !important;
}

li.fixedheight-350 {
	height: 350px !important;
}
ol.fixedheight-350 {
	height: 350px !important;
}

/* LIST STYLES ############################################ */
p.intro-text {
	font-size:17px !important;
	color:#999 !important;
}
div.page li:last-child {
	border-bottom: none;
}

div.page ol {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	float:left;
	font-family:facitweb,sans-serif;
	font-size:28px !important;
	font-style:italic;
	font-weight:700;
	line-height:10px;
	text-decoration:none;
	width:460px;
}

div.page ol > li {
	position:relative; /* Create a positioning context */
	margin:20px 0 6px 0; /* Give each list item a left margin to make room for the numbers */
	padding:21px 5px !important; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
	font-size:15px;
	border-bottom:1px dotted #CCC;
}

div.page ol > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:0;
    left:-2em;
    -moz-box-sizing:border-box;    	
    -webkit-box-sizing:border-box;
   	box-sizing:border-box;
   	width:2em;
    /* Some space between the number and the content in browsers that support generated content but not positioning it (Camino 2 is one example) */
    margin-top: -10px;
   	margin-right:8px;
   	padding:46px 0 0;
    color:#BBB;
    text-align:center;
	font-size:28px;
}

div.page li ol, li ul {
	margin-top:6px;
}

div.page ol ol li:last-child {
	margin-bottom:0;
}

div.page h2 {
	font-size:30px !important;
	font-style:normal;
}

#col-right h3, #col-right h3 a, #col-right h3 a:hover{
	font-size:25px !important;
	font-weight:bold;
	line-height:32px;
}

#col-right h3 {
	margin:10px 2px 10px 0 !important;
}

#col-right h3 a {
	text-decoration:none !important;
}

#col-right h3 a:hover {
	text-decoration:underline;
}

div.page li {
	font-family:Helvetica, sans-serif !important;
	font-size:15px !important;
	line-height:18px !important;
	font-style:normal !important;
	font-weight:normal !important;
}

div.page .list-continue {
	counter-reset:item;
}
