/*
Theme Name: WordPress OCW Magazine
Theme URI: http://incrediblemarketing/
Description: WordPress theme developed for <a href="http://ocwmag.com">OCW Magazine</a>.
Version: 1.0
Author: Incredible Marketing
Author URI: http://incrediblemarketing.com/
*/

body {
	font-family: Helvetica, Tahoma, Arial, Verdana;
	color: #7B7B7B;
	font-size: 12px;
	line-height: 22px;
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	visibility: hidden;
	height: 0px;
}
p {
	margin: 10px 0px;
}
h1 {
	margin: 10px 0px;
	color: #F27536;
	font-size: 36px;
	font-weight: bold;
	font-family: Myriad Pro, Arial, tahoma, Verdana;
	line-height: 30px;
}
h2, h3, h4, h5, h6 {
	margin: 10px 0px;
	color: #16A1B1;
	font-size: 30px;
	font-weight: bold;
	font-family: Myriad Pro, Arial, tahoma, Verdana;
	line-height: 30px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.font-weight-normal {
	font-weight: normal;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.link-hover-underline, .link-hover-underline:visited, .link-hover-underline:active {
	text-decoration: none;
}
.link-hover-underline:hover {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.no-border {
	border: none;
}
.font-rockwell {
	font-family: Rockwell, Myriad Pro, Arial, tahoma, Verdana;
}
.font-myriad {
	font-family: Myriad Pro, Arial, tahoma, Verdana;
}
.font-helvetica {
	font-family: Helvetica, Tahoma, Arial, Verdana;
}
.font-white {
	color: #FFFFFF;
}
.font-black {
	color: #000000;
}
.font-blue {
	color: #16A1B1;
}
.font-orange {
	color: #F27536;
}
.font-pink {
	color: #EE1E76;
}
.font-green {
	color: #8BC541;
}
.font-gray {
	color: #3B2D39;
}
.font-light-gray {
	color: #7B7B7B;
}
.font-12px {
	font-size: 12px;
}
.font-13px {
	font-size: 13px;
}
.font-14px {
	font-size: 14px;
}
.font-18px {
	font-size: 18px;
}
.font-24px {
	font-size: 24px;
}
.font-30px {
	font-size: 30px;
}
.font-36px {
	font-size: 36px;
}
#body-wrapper {
	width: 100%;
	max-width: 1508px;
	min-width: 1030px;
	height: 100%;
	min-height: 1523px;
	margin: 27px auto 0px;
	background: url(/wp-content/themes/default/images/las-vegas-bg.jpg) no-repeat top center;
}
#background-sponsor-link {
	margin-top: 27px;
	width: 100%;
	min-width: 1030px;
	height: 1523px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#content-wrapper {
	width: 1030px;
	height: 1523px;
	margin: 0 auto;
	position: relative;
}
#header-wrapper {
	width: 971px;
}
.ocw-logo {
	width: 219px;
	height: 90px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat -118px -57px;
	display: block;
}
.ocw-logo-small {
	width: 118px;
	height: 50px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat 0px -97px;
	display: block;
}
#content-div {
	width: 982px;
	margin: 0px 24px;
	position: relative;
}
#top-advert-space {
	width: 728px;
	height: 90px;
	overflow: hidden;
	float: right;
}
#top-advert-space img {
	border: none;
}
#nav-wrapper {
	width: 777px;
	height: 50px;
	position: relative;
	margin-top: 15px;
	float: left;
}
#nav {
	margin-left: 11px;
}
#nav li {
	list-style-type: none;
	display: inline;
}
#nav li a {
	padding: 0 15px 0 9px;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	font-family: Myriad Pro, Arial, tahoma, Verdana;
	text-decoration: none;
	background: #fff;
	height: 41px;
	display: block;
	float: left;
	line-height: 41px;
	vertical-align: middle;
	margin: 0px 5px;
	position: relative;
}
#nav li.nav-active a {
	color: #fff;
}
#nav li a span {
	width: 6px;
	height: 36px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#nav li a b {
	width: 6px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
}
#nav li a b {
	background-color: #fff;
}
#nav li a:hover {
	color: #fff;
}
#nav.nav-blue li.nav-active a, #nav.nav-blue li a:hover {
	background-color: #16A1B1;
}
#nav.nav-blue li.nav-active span, #nav.nav-blue li a:hover span {
	background-color: #00707d;
}
#nav.nav-orange li.nav-active a, #nav.nav-orange li a:hover {
	background-color: #F27536;
}
#nav.nav-orange li.nav-active span, #nav.nav-orange li a:hover span {
	background-color: #B03B00;
}
#nav.nav-pink li.nav-active a, #nav.nav-pink li a:hover {
	background-color: #EE1E76;
}
#nav.nav-pink li.nav-active span, #nav.nav-pink li a:hover span {
	background-color: #a60046;
}
#nav.nav-green li.nav-active a, #nav.nav-green li a:hover {
	background-color: #8BC541;
}
#nav.nav-green li.nav-active span, #nav.nav-green li a:hover span {
	background-color: #4f8d00;
}
#nav.nav-gray li.nav-active a, #nav.nav-gray li a:hover {
	background-color: #3B2D39;
}
#nav.nav-gray li.nav-active span, #nav.nav-gray li a:hover span {
	background-color: #70546C;
}
#nav.nav-black li.nav-active a, #nav.nav-black li a:hover {
	background-color: #000000;
}
#nav.nav-black li.nav-active span, #nav.nav-black li a:hover span {
	background-color: #e0e0e0;
}
#nav-bottom-bar {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.blue-background {
	background-color: #16A1B1;
}
.orange-background {
	background-color: #F27536;
}
.pink-background {
	background-color: #EE1E76;
}
.green-background {
	background-color: #8BC541;
}
.gray-background {
	background-color: #3B2D39;
}
.black-background {
	background-color: #000;
}
#home-search-wrapper {
	width: 184px;
	height: 50px;
	position: relative;
	margin-top: 15px;
	float: right;
}
#home-search-bottom-bar {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#search-wrapper {
	float: left;
	width: 174px;
	position: relative;
	top: 5px;
	left: 0px;
	border: solid 3px #D6D6D6;	
	padding: 2px;	
}
/*.search {
	width: 149px;
	height: 15px;
	border: solid 3px #D6D6D6;
	padding: 4px 25px 4px 4px;
	background: url(/wp-content/themes/default/images/search-magnifying-glass.jpg) no-repeat right top;
}*/
input.search {
	float: left;
	width: 120px;
	height: 23px;
	line-height: 23px;
	border: none;
	background: none;
/*	background: url(/wp-content/themes/default/images/search-magnifying-glass.jpg) no-repeat right top;*/
}
input.ico_search {
	float: right;
	width: 25px;
	height: 23px;
	background: url(/wp-content/themes/default/images/search-magnifying-glass.jpg) no-repeat;	
	border: none;
	cursor: pointer;
}
#home-featured-wrapper {
	width: 982px;
	height: 276px;
	position: relative;
}
.home-featured-corner {
	width: 11px;
	height: 11px;
	position: absolute;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat;
}
#featured-tl {
	background-position: -22px -168px;
	top: 0px;
	left: 0px;
}
#featured-bl {
	background-position: -11px -168px;
	bottom: 9px;
	left: 0px;
}
#featured-br {
	background-position: 0px -168px;
	bottom: 9px;
	right: 0px;
}
#home-featured-bottom-bar {
	height: 9px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#featured-pic {
	position: absolute;
	top: 0px;
	left: 11px;
	border: solid 7px black;
	width: 288px;
	height: 253px;
	overflow: hidden;
}
#featured-pic img {
	border: none;
}
#featured-content {
	position: absolute;
	width: 430px;
	height: 220px;
	left: 347px;
	top: 0px;
	padding-top: 18px;
	overflow: hidden;
}
#current-cover {
	position: absolute;
	top: 0px;
	right: 11px;
	width: 184px;
	height: 228px;
	overflow: hidden;
	text-align: center;
}
#current-cover img {
	border: none;
}
#featured-read-more-black {
	position: absolute;
	left: 347px;
	bottom: 16px;
	width: 166px;
	height: 32px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat -243px -147px;
}
.featured-read-more-black-a {
	text-decoration: none;
	font: bold 18px Rockwell, Myriad Pro, Arial, tahoma, Verdana;
	color: White;
	position: absolute;
	bottom: 5px;
	left: 15px;
	z-index: 5;
}
.featured-read-more-black-a:hover {
	color: #EE1E76;
}
#featured-read-more-blue {
	position: absolute;
	right: 11px;
	bottom: 16px;
	width: 184px;
	height: 32px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat -59px -147px;
}
#featured-banner-wrapper {
	width: 982px;
	height: 156px;
	position: relative;
	background: #8BC541;
	margin: 5px 0px 17px;
}
#featured-banner-wrapper img {
	border: none;
}
#featured-banner-bar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 12px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat 0px -293px;
}
#feature1 {
	position: absolute;
	top: 9px;
	left: 11px;
	width: 174px;
	height: 114px;
	background-color: #fff;
	border: solid 5px #000;
}
.featured-box {
	position: absolute;
	top: 9px;
	width: 174px;
	height: 114px;
	background-color: #fff;
	border: solid 5px black;
}
#feature2 {
	left: 205px;
}
#feature3 {
	left: 399px;
}
#feature4 {
	left: 593px;
}
#feature5 {
	left: 787px;
}
#feature1-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	width: 130px;
	height: 28px;
}
.feature-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #000;
	width: 125px;
	height: 23px;
}
.feature-title a, #feature1-title a {
	text-decoration: none;
	font: bold 18px Rockwell, Myriad Pro, Arial, tahoma, Verdana;
	color: White;
	position: absolute;
	bottom: 0px;
	left: 5px;
	z-index: 5;
}
.feature-title a:hover, #feature1-title a:hover {
	color: #8BC541;
}
#home-content-left {
	width: 389px;
	float: left;
	position: relative;
	min-height: 500px;
}
#home-content-right {
	width: 583px;
	float: right;
	position: relative;
	min-height: 500px;
}
.home-article {
	height: 260px;
	width: 100%;
	position: relative;
	margin-bottom: 29px;
}
.home-article img {
	border: none;
}
.home-article-a {
	text-decoration: none;
	font: bold 18px Rockwell, Myriad Pro, Arial, tahoma, Verdana;
	color: White;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 5;
}
.home-article-a:hover {
	color: #EE1E76;
}
.home-latest-reviews {
	height: 260px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
#home-stay-connected {
	margin-left: 11px;
	width: 378px;
	background-color: #000;
	position: relative;
}
.home-stay-connected-corner {
	position: absolute;
	width: 6px;
	height: 6px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat;
}
.home-stay-connected-tl {
	background-position: -45px -173px;
	top: 0px;
	left: 0px;
}
.home-stay-connected-tr {
	background-position: -33px -173px;
	top: 0px;
	right: 0px;
}
.home-stay-connected-bl {
	background-position: -39px -173px;
	bottom: 0px;
	left: 0px;
}
.home-stay-connected-br {
	background-position: -51px -173px;
	bottom: 0px;
	right: 0px;
}
#home-stay-connected li, #sub-stay-connected li {
	width: 100%;
	background: url(/wp-content/themes/default/images/dotted-dividing-line.gif) repeat-x left bottom;
	list-style-type: none;
	overflow: auto;
}
#home-stay-connected li:last-child, #sub-stay-connected li:last-child {
	background: none;
}
#home-stay-connected li p, #sub-stay-connected li p {
	padding: 6px;
	color: #fff;
	font-weight: bold;
	margin: 3px 0;
	line-height: 16px;
}
.home-article-excerpt {
	width: 290px;
	height: 190px;
	position: absolute;
	top: 8px;
	left: 5px;
	overflow: hidden;
}
.home-article-thumb {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 0px;
	right: 17px;
	border: solid 5px #D6D6D6;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}
.home-article-thumb:hover {
	border: solid 5px #EE1E76;
}
.home-review-thumb {
	width: 165px;
	height: 165px;
	position: absolute;
	bottom: 10px;
	border: solid 5px #D6D6D6;
	background-color: #fff;
	overflow: hidden;
	z-index: 2;
}
.home-review-thumb img {
	border: none;
}
.home-review-thumb:hover {
	border: solid 5px #16A1B1;
}
#home-review1-thumb {
	left: 22px;
}
#home-review2-thumb {
	right: 6px;
}
#home-review-bg {
	width: 389px;
	height: 57px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat 0px -179px;
}
.home-article-bg {
	width: 583px;
	height: 57px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/wp-content/themes/default/images/home-sprite.gif) no-repeat 0px 0px;
}
#footer-tags-comments {
	width: 960px;
	height: 335px;
	position: relative;
	background-color: #000;
	margin: 30px 11px;
}
.footer-bar {
	width: 192px;
	height: 11px;
	float: left;
}
.footer-containers {
	width: 365px;
	height: 305px;
	position: absolute;
	top: 17px;
	overflow: hidden;
}
#tag-cloud {
	left: 10px;
}
#footer-comments {
	left: 400px;
}
.footer-advert {
	position: absolute;
	width: 180px;
	height: 150px;
	overflow: hidden;
	right: 6px;
	background-color: #fff;
}
#footer-advert1 {
	top: 17px;
}
#footer-advert2 {
	top: 172px;
}
#copyright-row {
	width: 960px;
	position: relative;
	margin: 15px 11px 0px;
}
#copyright-row ul {
	margin: 10px 0 5px;
}
#copyright-row li {
	padding: 0 9px 0 11px;
	background: url(/wp-content/themes/default/images/pipe.gif) no-repeat left;
	list-style-type: none;
	display: inline;
}
#copyright-row li:first-child {
	background:none;
	padding-left:0;
}
#copyright-row li a, #copyright-row li span {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: Rockwell, Myriad Pro, Arial, tahoma, Verdana;
	text-decoration: none;
}
#copyright-row li a:hover {
	text-decoration: underline;
}
.seo {
	font-size: 12px;
	color: #3A3A3A;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
}
.seo-by-incredible {
	font-size: 12px;
	font-weight: normal;
	color: #3A3A3A;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
}
.seo-by-incredible:hover {
	text-decoration: underline;
}
#scroller {
	width:389px;
	overflow: hidden;
	height: 185px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	z-index: 10;
}
#scroller ul {
	width: 1750px;
}
#scroller li {
	position: relative;
	width: 389px;
	height: 185px;
	float: left;
	list-style: none none none;
	display: inline;
}
#home-review-links {
}
#home-review-links li {
	float: left;
	list-style-type: none;
	padding: 0 9px 0 11px;
}
#home-review-links li a {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	font-family: Rockwell, Myriad Pro, Arial, tahoma, Verdana;
	text-decoration: none;
}
#home-review-links li a:hover {
	color: #EE1E76;
}
#sub-stay-connected {
	margin-left: 11px;
	width: 378px;
	background-color: #000;
	position: relative;
}
.entry {
	text-align: justify;
}
.entry img {
	border: none;
	padding: 0 10px 10px;
}
#content {
	float: left;
	width: 560px;
}
#sub-right {
	float: right;
	width: 389px;
}
/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */



/*---added 04.28.10-----*/
#footer-comments h3, #tag-cloud h3 {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Rockwell, Myriad Pro, Arial;
	font-size: 14pt;
	color: #fff;
}
#comment-list {
	float: left;
}
#footer-comments ul, #comment-list ul {
	float: left;
	width: 96%;
	margin: 0px;
	padding: 2%;
	list-style: none;
}
#footer-comments li, #comment-list li {
	float: left;
	width: 100%;
	margin: 7px 0px;
	padding: 0px;
}
#footer-comments li img, #comment-list li img {
	float: left;
	margin: 10px 10px 10px 0px;
}
#footer-comments a, #comment-list a {
	color: #17A0B0;
	font-weight: bold;
	text-decoration: none;
}
#footer-comments a:hover, #comment-list a:hover {
	color: #EE1E76;
}
#footer-comments a.comment-page {
	float: right;
	color: #EE1E76;
	position: relative;
	right: 10px;
}
#footer-comments a.comment-page:hover {
	color: #fff;
}
#footer-comments li p {
	float: left;
	width: 80%;
	padding: 0px;	
	margin: 0px 0px 3px 0px;
	color: #fff;
}
#comment-list p {
/*	float: left;*/
	width: 80%;
	display: inline;
	padding: 0px;	
	margin: 0px 0px 3px 0px;
}
#footer-comments span.comment-detail {
	float: left;
}
#comment-list span.comment-detail {
	float: left;
	display: block;
	width: 100%;
}
span.aqua-color, #comment-list span.aqua-color {
	color: #17A0B0;
	font-weight: bold;
}


/*-----added 04.29.10-----*/
h3#comments {
	float: left;
	width: 92%;
	padding: 2% 4%;
	margin: 0px;
	background: #E3E3E3;
	font-family: Rockwell, Myriad Pro, Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000;
}
#respond {
	float: left;
	width: 92%;
	background: #F3F3F3;
	padding: 4%;
}
#respond h3 {
	float: left;
	width: 100%;
	padding: 2% 0;
	margin: 0px;
	font-family: Rockwell, Myriad Pro, Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000;	
}
#respond input {
	width: 50%;
	padding: 5px 3px;
	margin-right: 10px;
	border: 3px solid #D6D6D6;
}
#respond label {
	font-size: 14px;
	font-weight: bold;
	color: #A8A8A8;
}
#respond textarea {
	float: left;
	width: 98%;
	border: 3px solid #D6D6D6;
	padding: 5px 3px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#respond input.btn_submit {
	float: right;
	display: block;
	border: none;
	background: none;
	cursor: pointer;
	font-family: Rockwell, Myriad Pro, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000;		
	text-align: right;
}
ol.commentlist {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.commentlist li {
	float: left;
	width: 96%;
	margin: 0px 0px 0px 0px;
	padding: 2%;
	background: #F3F3F3;
}
.commentlist li.odd {
	background: #fff;
}
.commentlist .img_avatar {
	float: left;
	width: 20%;
	text-align: center;
}
.commentlist .img_avatar img {
	text-align: center;
	margin-bottom: 10px;
}
.commentlist span.author, .commentlist span.author a {
	color: #18A1B1;
	font-weight: bold;
	text-decoration: none;
}
.commenttext {
	float: left;
	width: 80%;
}
#respond a, .commentlist a {
	color: #EE1E76;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#respond a:hover, .commentlist a:hover {
	color: #000;
}

/*#toggleSection {
	display: none;
	height: auto;
}
#toggleButton .active {
	background: #666;
}*/

/*----added 05.01.10----*/
h2.font-pink a {
	color: #EE1E76;	
	text-decoration: none;
}
h2.font-pink a:hover {
/*	color: #16A1B1;*/
	color: #000;
}
h2.font-orange a {
	color: #F27536;
	text-decoration: none;
}
h2.font-orange a:hover {
	color: #000;
}


#feature-list ul {
	float: left;
	width: 96%;
	margin: 0px;
	padding: 2%;
	list-style: none;
}
#feature-list li {
	float: left;
	display: inline;
	padding: 5px;
	margin: 0px;
	font-family: Rockwell, Myriad Pro, Arial;
	font-size: 14pt;
	font-weight: bold;
}
#feature-list li a {
	float: left;	
	color: #000;		
	text-decoration: none;
}
#feature-list li a:hover {
	color: #9BCC57;
}
