/*
Theme Name: TTOU
Version: 1.0
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* --------------------------- Text Links and Lists ------------------------- */

body{
	background-color: #ececec;
	color: #7d7d7d;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6, p, ol, ul{
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

h2, h3, h4, h5, h6{
	color: #555;
}

h1{
	color: #134CA7;
	font-size: 22px;
}

h2{
	font-size: 19px;
}

h3{
	font-size: 16px;
}

h4{
	font-size: 13px;
}

a{
	color: #7d7d7d;
	text-decoration: none;
}

a:hover{
	color: #98b56f;
	text-decoration: underline;
}

li{
	padding-bottom: 8px;
}


/* --------------------------- Main Elements ------------------------- */

#wrapper, .footerWrap{
	position: relative;
}

#wrapper, .footerWrap{
	width: 1040px;
}

#wrapper, #container, .footerWrap{
	margin: 0 auto;
}

#header{
	position: absolute;
	margin: -5px 0 0 286px;
	*margin-left: -727px;
	width: 738px;
}

#newHeader {
	position: relative;
	z-index: 100;
}

#container{
	background-color:#fff;
	position: relative;
	width: 1024px;
	background:url(images/contentBG.png);
}

#sidebar{
	width: 294px;
	margin-top:-4px;
	background-color: #aac3e9;
}

#sidebar a{
    color: #555;
    text-decoration: none;

}

#sidebar a:hover{
	color: #134CA7;
	text-decoration: none;
}

#mainContent{
    border-left: 1px solid #CCCCCC;
    padding-left: 20px;
    padding-top: 50px;
    width: 690px;
    padding-bottom:20px;
}

#sidebar, #mainContent{
	float: left;
}

#footer{
	background: #ECECEC url('images/footer_borderTop1.png') 0 0 repeat-x;
	padding-top: 16px;
}


/* --------------------------- Wrapper ------------------------- */

.shadowTopLeft, .shadowTopRight{
	height: 118px;
	position: absolute;
	width: 8px;
}

.shadowTopLeft{
	background: url('images/topShadow_left.png') 0 0 no-repeat;
	*margin-left: -8px;
}

.shadowTopRight{
	background: url('images/topShadow_right.png') 0 0 no-repeat;
	margin-left: 1032px;
	*margin-left: 1024px;
}


/* --------------------------- Header ------------------------- */

.navBgStrip{
	background-color: #6C94D3;
	border-top: 1px solid #ccc;
	height: 35px;
	width: 738px;
}

.socialIcons_wrap{
	float: left;
	overflow: hidden;
}

.icon{
	background: url('images/social_bg.png') 0 0 no-repeat;
	float: left;
	height: 35px;
	margin-left: 8px;
	width: 56px;
	display:none;
}

.icon img{
	margin: 3px 0 0 13px;
}

.mainNav_wrap{
	background: url('images/nav_fold1.png') top right no-repeat;
	float: right;
	height: 45px;
	margin-right: -8px;
	overflow: hidden;
	padding-right: 8px;
}

.mainNav_wrap a{
	background-color: #134CA7;
	color: #fff;
	display: block;
	float: left;
	font-size: 13px;
	padding: 8px 0 9px;
	text-align: center;
	text-decoration: none;
	width: 108px;
}

.mainNav_wrap a.border{
	border-left: 1px solid #fff;
}

.mainNav_wrap a:hover{
	background-color: #AAC3E9;
	
}

.mainNav_wrap a.active{
	background: url('images/navActive1.png') 0 0 no-repeat;
	height:45px;
}

/* --------------------------- Main Content ------------------------- */

#mainContent ul{
	list-style: disc;
}

#mainContent ol{
	list-style: decimal;
}

#mainContent ul, #mainContent ol{
	margin-left: 30px;
}

#mainContent ul ul, #mainContent ul ol, #mainContent ol ol, #mainContent ol ul{
	margin-bottom: 0;
}

#mainContent li ul, #mainContent li ol{
	margin-top: 8px;
}

#mainContent a{
	color: #4265a7;
}


#contentDfw_wrap{
	background: url('images/inContent_headingShadow.png') 0 54px repeat-x;
	margin: 0 auto;
	width: 346px;
}

.contentDfw{
	border: 0px solid #ccc;
	padding: 5px 10px 15px;
	background-color: #AAC3E9;
	color:#fff;
	text-shadow: 1px 1px 2px #000000;
	box-shadow:1px 1px 2px #777;
}

.contentDfw_before{
    background: url("images/dfwRight.png") no-repeat scroll left top transparent;
    border-top: 1px solid #CCCCCC;
    font-size: 18px;
    height: 45px;
    margin: 0px 0 0 -8px;
    overflow: hidden;
    padding: 5px 0 5px 8px;
    float:left;

}
.contentDfw_after {
    background: url("images/dfwLeft.png") no-repeat scroll right top transparent;
    border-top: 1px solid #CCCCCC;
    float: right;
    height: 45px;
    margin-right: -8px;
    margin-top: -36px;
    width: 12px;
}


div#contentDfw_wrap h2{
    background-color: #6C94D3;
    border-top: 1px solid #CCCCCC;
    color: #FFFFFF;
    float: none;
    height: 31px;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    text-shadow: 1px 1px 2px #000000;
    text-align: center;
/*
	background-color: #e3f8c6;
	border-bottom: 1px solid #7e965c;
	border-top: 1px solid #7e965c;
	margin-top: 10px;
	padding: 5px 0 5px 10px;
*/
}

h3.more{
	margin-bottom: 20px;
}


/* --------------------------- Sidebar ------------------------- */

img.logo{
	margin: 12px 0 12px 28px;
}

.sidebarDfw_wrap{
	background: url('images/sidebarDfw_bg.png') 0 0 no-repeat;
	height: 296px;
	width: 294px;
}

.sidebarDfw_wrap h2{
	padding: 15px 0 0 10px;
}

.sidebarDfw_wrap, .sideHeadingWrap{
	margin-left: -8px;
}

.sideHeadingWrap{
	width: 294px;
}

.sideHeadingWrap {
    background: url("images/nav_fold2.png") no-repeat scroll left top transparent;
    border-top: 1px solid #CCCCCC;
    font-size: 18px;
    height: 45px;
    margin: -1px 0 0 -8px;
    overflow: hidden;
    padding: 5px 0px 5px 8px;
}

.sideHeadingWrap h2 {
    background-color: #6C94D3;
    border-top: 1px solid #CCCCCC;
    box-shadow: 2px 1px 2px #CCCCCC;
    color: #FFFFFF;
    font-size: 17px;
    margin-top: -8px;
    padding: 10px 8px;
    text-shadow: 1px 1px 2px #000000;
}

.sideHeading_top{
	background: #98b56f url('images/sidebar_shadowRight.png') right top repeat-y;
	border-left: 1px solid #7e964c;
	border-top: 1px solid #7e964c;
	height: 8px;
	display: none;
}

.sideHeading_fold{
	background: url('images/sidebar_headingBottom.png') 0 0 no-repeat;
	height: 18px;
	display: none;
}

.sidebarSection{
	margin-left: 10px;
	width: 264px;
}

.sidebarSection ul.sideList li{
	background: url('images/bullet1.png') 0 4px no-repeat;
	padding-left: 20px;
}

img.followUs{
	margin-left: 45px;
}

input.find_now{
	background: url('images/find_now.png') 0 0 no-repeat;
	border: none;
	cursor: pointer;
	width: 225px;
	height: 52px;
}

input.find_now:hover{
	background-position: 0 -51px;
}

.shareWrap{
	background: url('images/share_bg.png') 0 0 no-repeat;
	height: 89px;
	margin: 0 0 15px -8px;
	width: 294px;
	display:none;
}

.shareWrap h3{
	padding: 13px 0 0 18px;
}

.shareBtns{
	margin-left: 11px;
	overflow: hidden;
}

.shareBtnWrap{
	float: left;
	width: 80px;
}

.fb_like, .tweet{
	margin: 2px 15px 0 0;
}


/* --------------------------- Footer ------------------------- */

.footerWrap{
	color: #444444;
	overflow: hidden;
}

.footerArea{
	float: left;
	margin: 10px; 0 0 30px;
	width: 200px;
}

.footerWrap a{
	color: #134CA7;
}

.footer_bottomBorder{
	background: url('images/footer_borderBottom1.png') 0 0 repeat-x;
	height: 16px;
}

.footerLogo_copyright{
	float: right;
	margin: 100px 20px 0 0;
	width: 200px;
}

.footerLogo_copyright img{
	margin-left: 0px;
}

/* ------------------------------- Forms ------------------------------- */

form.sidebar_dfw{
	margin: 25px 0 0 38px;
}

form.sidebar_dfw select, form.content_dfw select{
	width: 220px;
}

form.content_dfw{
	margin-left: 50px;
}

input[type="text"], select{
	color: #7d7d7d;
	display: block;
	margin-bottom: 8px;
	width: 200px;
}

form.sidebar_dfw input[type="text"], form.sidebar_dfw select {
	margin-bottom: 13px;
	width: 190px;
}

input[type="submit"] {
	cursor: auto;
}


/* ------------------------------- Tables ------------------------------- */

td{
	vertical-align: top;
}

table#top5 td{
	padding-bottom: 10px;
}

td.number{
	padding-right: 5px;
}

td.schoolLogo{
	padding-right: 10px;
}

td.schoolLogo p{
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 0;
}

a.clickHere{
	background: url('images/clickhere.gif') 0 0 no-repeat;
	display: block;
	height: 38px;
	margin: 0 auto;
	width: 134px;	
}

a.clickHere:hover{
	background-position: 0 -38px;
}

td.toptendfw_details p{
	margin-bottom: 5px;
}


/* ------------------------------- Blog ------------------------------- */

.post{
	background: #F9F9F9 url('images/inContent_headingShadow.png') bottom left repeat-x;
	margin-bottom: 15px;
	padding: 10px;
}

.entry-title{
	background-color: #AAC3E9;
	border: 1px solid #cadead;
	padding: 10px;
}

.entry-title, .entry-title a{
	color: #000;
}

.entry-title a{
	text-decoration: none;
}

.entry-title a:hover{
	text-decoration: underline;
}

.entry-meta{
	font-size: 12px;
	font-style: italic;
}

.entry-meta, .entry-utility{
	color: #555;
}

.entry-utility{
	border-top: 1px solid #ccc;
	font-size: 10px;
	padding-top: 5px;
}

#nav-below{

}

.nav-previous, .nav-next{

}

.nav-previous{

}

.nav-next{

}


/* ------------------------------- Miscellaneous ------------------------------- */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

.clear{
	clear: both;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bfebc5), color-stop(1, #7dc480) );
	background:-moz-linear-gradient( center top, #bfebc5 5%, #7dc480 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfebc5', endColorstr='#7dc480');
	background-color:#bfebc5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #86d98d;
	display:inline-block;
	color:#1e7530;
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7dc480), color-stop(1, #bfebc5) );
	background:-moz-linear-gradient( center top, #7dc480 5%, #bfebc5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc480', endColorstr='#bfebc5');
	background-color:#7dc480;
}
.myButton:active {
	position:relative;
	top:1px;
}

#sidebar form.edudirect-search-widget {
    background-color: #134CA7;
    color: #FFFFFF;
    font-size: 13px;
    height: 200px;
    margin-bottom: -10px;
    margin-left: -10px;
    margin-top: -20px;
    padding-left: 46px;
    padding-top: 20px;
    width: 249px;
}

#sidebar form.edudirect-search-widget input {
    background: none repeat scroll 0 0 #FDA306;
    border: medium none;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 2px #000000;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 35px;
    margin: 15px 10px 5px;
    width: 180px;
}

#sidebar form.edudirect-search-widget input:hover {
	box-shadow: inset 1px 1px 2px #000;
	background-color: #FEBA44;
	color:#000;
	text-shadow:none;
}

#sidebar form.edudirect-search-widget input:focus, textarea:focus {
	outline:none;
}

form.edudirect-search-widget input:hover {
	/*background-position: bottom;*/
}

a.myButtonRed {
    cursor: auto;
    margin: 5px auto 20px;
    text-shadow: none !important;	
}

div.contentDfw form.edudirect-search-widget {
	margin: 10px 0 5px 63px;
}

div.contentDfw form.edudirect-search-widget input{
    background: none repeat scroll 0 0 #FDA306;
    border: medium none;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 2px #000000;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 35px;
    margin: 15px 10px 5px;
    width: 180px;
}

div.contentDfw form.edudirect-search-widget input:hover {
	box-shadow: inset 1px 1px 2px #000;
	background-color: #FEBA44;
	color:#000;
	text-shadow:none;
}

.myButtonRed {
    background: none repeat scroll 0 0 #FECC76;
    border: medium none;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 1px 1px 2px #555555;
    color: #555555 !important;
    cursor: pointer !important;
    display: block;
    font-size: 14px;
    padding: 5px 5px 7px;
    text-align: center;
    text-decoration: none;
    width: 145px;
}
.myButtonRed:hover {
	background-color:##FEBA44;
	box-shadow:inset 1px 1px 2px #555;
}


a.mybtn {
	color:#1f1f1f !important;
	background-color:#ffc40d;
	background-repeat:repeat-x;
	background-image:-khtml-gradient(linear,left top,left bottom,from(#eec111),to(#ffc40d));
	background-image:-moz-linear-gradient(top,#eec111,#ffc40d);
	background-image:-ms-linear-gradient(top,#eec111,#ffc40d);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eec111),color-stop(100%,#ffc40d));
	background-image:-webkit-linear-gradient(top,#eec111,#ffc40d);
	background-image:-o-linear-gradient(top,#eec111,#ffc40d);
	background-image:linear-gradient(top,#eec111,#ffc40d);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec111',endColorstr='#ffc40d',GradientType=0);
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	border-color:#ffc40d #ffc40d #c09100;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	font-family:runda,"Helvetica Neue","Arial Black",sans-serif;
	font-size:14px;
	font-stretch:normal;
	font-weight:600;
	letter-spacing:-1px;
	line-height:1.2;
	text-transform:uppercase;
	padding:5px 14px 6px;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
	margin: 0 auto;
	display: block;
	width: 121px;
	text-align: center;

}

a.mybtn:hover {
	background-color:#ffc40d;
}

.featSchool {
	width: 163px;
	padding: 10px;
	float: right;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
}

.featSchool img {
	display: block;
	margin: 0 auto;
	max-width: 150px;
}

table#top5 a.myButton {
	margin: 10px 0 10px 180px
}

td.schoolLogo img {
    max-width: 130px;
    padding: 0 10px;
    display:block;
    margin:0 auto;
}

/* ================== PRETTY BUTTONS ========================= */
a.redbtn {
	font-family:"Helvetica Neue","Arial Black",sans-serif;
	letter-spacing:0;
	border-radius:9px;
	font-size:13px;
	padding:7px 18px;
	margin:0px 0 15px 50px!important;
	line-height:normal;
	color:white!important;
	text-decoration:none;
	display:block;
	background-color:#BF4D3B;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-webkit-box-shadow:0 1px 3px #000;
	-moz-box-shadow:0 1px 3px #000;
	text-shadow:1px 1px 3px #000;
	border:none;
	width:130px;
	text-align: center;
}

a.redbtn:hover {
	background:#A61C07;
	box-shadow: inset 1px 1px 2px #000;
}


/* Articles ######################################################### */
p.intro-text {
	font-size: 14px;
	line-height: 18px;
}
ol.fixed-height li {
	height: 230px;
}
img.left, img.right, img.middle {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50) !important;
	border: 1px solid #ccc !important;
}
img.left {
	margin: 0 15px 5px 0 !important;
}
img.right {
	margin: 0 0 5px 10px;
}
img.middle, img.middle-nostyle {
	margin-left: auto !important;
	margin-right: auto !important;
	display: block;
}
/* LIST STYLES ######################################################### */
li:last-child {
	border-bottom: none;
}
ol {
	counter-reset: li; /* Initiate a counter */
	margin-left: 0; /* Remove the default left margin */
	padding-left: 0; /* Remove the default left padding */
	width: 600px;
}
ol > li {
	position:relative; /* Create a positioning context */
	margin: 0 0 6px 3em; /* Give each list item a left margin to make room for the numbers */
	padding: 15px 5px !important; /* Add some spacing around the content */
    list-style: none; /* Disable the normal item numbering */
	font-size: 12px;
	line-height: 17px;
}
ol > li:before {
   
   	/* 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-right: 8px;
    padding: 17px 0 0;
    color: #BBB;
    text-align: center;
    font-size: 23px;
}
li ol,li ul {
	margin-top: 6px;
}
ol ol li:last-child {
	margin-bottom:0;
}
h3 {
	margin:-2px 0 10px;
}
.list-continue {
	counter-reset: item;
}