/* Start of CMSMS style sheet 'main' */
@charset "utf-8";
/* CSS Document for Art Voices Magazine */

.noprint { display: none; }
ol, ul { list-style: none; list-style-position: outside; margin: 0; padding: 0; }
:focus { outline: 0; }
img { margin:0; padding: 0;}
a img { border: none; }

/* tables need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---------------------- core styles ---------------------- */
html {
	text-align:center;
	background-color: #57473A;

}
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #57473A;
}
a, a:link, a:active {
	color: #DC682F;
	text-decoration: none;
}
a:hover {
	color: #27585C;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	font-size: 1.1em;
}
.clear {
	clear: both;
}

/* ---------------------- Layout ---------------------- */
#wrapper {
	margin: 0;
	padding: 0;
	background: #FFF url(images/bg_top.png) repeat-x center 0;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 100%;
	text-align: right;
	height: 120px;
}
#footer_wrapper {
	height: 150px;
	position: relative;
	margin: 50px auto 0 auto;
	background: #57473A;
}
#footer {
	position: relative;
	width: 960px;
	margin: 40px 0 0 0;
}
#fd_left {
	position: relative;
	float: left;
	width: 550px;
	text-align: left;
	margin-top: 30px;
}
#fd_right {
	position: relative;
	float: right;
	width: 380px;
	text-align: left;
	margin-top: 30px;
}	
#main_column {
	position: relative;
	float: left;
	text-align: left;
	width: 440px;
	margin: 45px 50px 0 50px;
}
#main_column_nort {
	position: relative;
	float: left;
	text-align: left;
	width: 690px;
	margin: 45px 50px 0 50px;
}
#wide_column {
	position: relative;
	float: left;
	text-align: left;
	width: 660px;
	margin: 45px 50px 0 0;
}
#left_column {
	float: left;
	text-align: left;
	width: 170px;
	margin-top: 45px;
}
#right_column {
	float: left;
	text-align: left;
	width: 250px;
	margin-top: 45px;
}


/* ---------------------- Main Navigation ---------------------- */
#logo {
	position: absolute;
	top: 15px;
	left: 0;
	width: 218px;
	height: 64px;
	text-decoration: none;
}

#main {
	height: 90px;
	position:absolute;
	top: 90px;
	right: 0;
}
#main ul {
	display: inline;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: -.01em;
	color: #55473A;
	font-weight: bold;
}
#main ul a { 
	color: #55473A;
	padding: 5px;
}
#main ul li a.subscribe  {
	color: #DC682F;
}
#main ul a:hover, #main ul li a.subscribe:hover { 
	color: #FFF;
	text-decoration: none;
	background: #000;
}
#main ul li {
	display: inline;
	padding: 0 0 0 10px;
}


/* ---------------------- Utility Navigation ---------------------- */
#utility {
	height: 90px;
	position:absolute;
	top: 10px;
	right: 0;
}
#utility ul {
	display: inline;
	text-transform: lowercase;
	line-height:1.4em;
	font-size: 1.2em;
	color: #FFF;
}
#utility ul a { 
	color: #FFF;
}
#utility ul a:hover { 
	color: #57473A;
	text-decoration: none;
}

#utility ul li {
	display: inline;
	padding: 0 0 0 15px;
}

/* ---------------------- Front Door Styles ---------------------- */
#fd_right img {
	float: right;
	margin-bottom: 10px;
}
#fd_right img.cover {
	float: left;
	margin-bottom: 0;
}
#fd_right h1 {
	float: right;
	width: 150px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	line-height: 110%;
	text-align: right;
	margin-bottom: 10px;
}
#fd_right p {
	float: right;
	text-align: right;
	width: 130px;
	line-height: 140%;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	color: #383838;
}
#fd_right p.go a {
	float: right;
	position: relative;
	top: 30px;
	left: 0;
	height: 18px;
	width: 45px;
	background: url(images/go.gif) no-repeat 0 0;
}
#fd_right p.go:hover a {
	background: url(images/go.gif) no-repeat 0 -29px;
}
#fd_right .current {
	background: #000;

	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-align: right;
	padding-right: 3px;
}


/* ---------------------- Left Column Styles ---------------------- */
/* Navigation */

#nav ul {
	margin: 10px 0 0 0;
}
#nav ul li {
	color: #DC682F;
	font-size: 1.2em;
	line-height: 130%;
	margin: 10px 0 10px 0;
	text-transform: uppercase;
}
#nav ul li a  {
	color: #DC682F;
}
#nav ul li a:hover {
	color: #77785D;
	text-decoration: none;
}
#nav ul li .menuactive {
	color: #77785D;
}
#nav ul li .menuparent {
	color: #77785D;
}
#nav ul li span {
	color: #77785D;
	font-size: 80%;
	line-height: 130%;
	text-transform: none;
}
#nav ul li span a {
	color: #77785D;
}
#nav ul ul {
	margin: -5px 0 0 20px;
}
#nav ul li ul li {
	color: #DC682F;
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
}
#nav ul li ul li a {
	color: #DC682F;
}
#nav ul li ul li a.selected {
	color: #fff;
	background-color: #000;
}
#nav ul li ul li .menuactive { /** currently selected menu item **/
	color: #fff;
	background-color: #000;
}

#left_column .quote {
	margin-top: 50px;	
	text-align: left;
	color: #DC682F;
	line-height: 150%;
	font-size: 2.2em;
}
#left_column .quote span {
	display: block;
	clear: both;
	text-align: right;
	margin-top: 10px;	
	color: #DC682F;
	font-size: 70%;
	line-height: 110%;
}
#left_column .share {
	margin: 0 0 25px 0;
}

/* ---------------------- Right Column ---------------------- */
#right_column h2 {
	color: #333;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
}
#right_column .ad {
	margin-bottom: 30px;
}
#right_column #artist {
	float: left;
	width: 125px;
}
#right_column #gallery {
	float: right;
	width: 125px;
}
#right_column .banner {
	float: left;
	margin-bottom: 30px;
	width:100px;
}


/* ---------------------- Content Styles ---------------------- */
#content {
	position: relative;
}
h1 {
	font-size: 2.2em;
	color: #27585C;
	text-transform: uppercase;
}
h2 {
	font-size: 1.6em;
	color: #57473A;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #27585C;
	font-weight: bold;
}
h3 a {
	color: #27585C;
}
h3 a:hover {
	color: #DC682F;
}
h3#NewsPostDetailTitle {
	margin-top: 30px;
}
h4 {
	font-size: 1.2em;
	color: #DC682F;
	text-transform: uppercase;
	font-weight: bold;
}
h5 {
	font-style: italic;
	font-size: 12px;
	margin-bottom: 5px;
}
#content p {
	line-height: 160%;
	font-size: 1.2em;
	color: #57473A;
	margin: 20px 0 20px 0;
}
#content blockquote {
	line-height: 160%;
	font-size: 1.2em;
	color: #57473A;
	margin: 20px;
}
#content p.by {
	font-style: italic;
	font-weight: bold;
	padding-right: 8px;
	margin-top: 5px;
}
#content p.by span {
	font-style: normal;
	font-weight: normal;
}
#content p.by span a {
	color: #57473A;
	text-decoration: underline;
}
#content p.by span a:hover {
	color: #27585C;
}
#content p.go a {
	float: right;
	position: relative;
	top: 20px;
	left: 0;
	height: 18px;
	width: 57px;
	background: url(images/section_go.gif) no-repeat 0 0;
}
#content p.go:hover a {
	background: url(images/section_go.gif) no-repeat 0 -29px;
}
#content .more {
	position: relative;
	font-weight: bold;
	top: 5px;
	font-size: 1.2em;
	text-transform: lowercase;
}
#content .more a:after {
	content: "...";
}

#content .item {
	clear: both;
	margin-top: 25px;
}
#content .item p {
	margin: 0;
	padding: 0;
	line-height: 130%;
}
#content .item a {
	background: none;
	margin: 0;
	padding: 0;
}
#content .gallery a {
	background: none;
	margin: 0;
	padding:0;
}
#content img {
	float: left;
	margin: 0 20px 20px 0;
}
#content .dblcolumn {
	display: block;
	width: 200px;
	float: left;
	margin-right: 20px;
	padding: 0;
}
#wide_column #content .dblcolumn {
	display: block;
	width: 300px;
	float: left;
	margin-right: 20px;
	padding: 0;
}
#content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0 30px 0;
}
#content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0 30px 0;
}
#content ul li, #content ol li {
	line-height:210%;
	font-size: 1.15em;
	color: #4D4D4D;
}
#content table {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#content table td {
	width: 218px;
	font-size: 1.1em;
	color: #77785D;
	padding: 5px 8px 10px 10px;
	background: url(images/section_divider.png) no-repeat 0 bottom;
} 
#content table caption {
	font-size: 1.2em;
	color: #DC682F;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
} 
#content .divider {
	clear: both;
	height: 10px;
	padding-top: 10px;
	background: url(images/divider.gif) no-repeat 0 0;
}



/* ---------------------- Back Issues Styles ---------------------- */
#backissues {
	width: 660px;
	margin-top: 45px;
	margin-bottom: 25px;
}
#backissues .item {
	position: relative;
	float: left;
	margin: 0 0 45px 0;
	width: 220px;
}
#backissues .item img {
	float: left;
	margin-right: 6px;
	margin-bottom: 0;
	border: 1px solid #77785D;
}
#backissues .item h2 {
	font-size: 1.1em;
	line-height: 110%;
	color: #77785D;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 10px 10px 0;
} 
#backissues .item h2 a {
	color: #77785D;
} 
#backissues .item h2 a:hover {
	color: #27585C;
} 
#backissues .item h4 a {
	display: block;
	float: left;
	font-weight: normal;
	margin: 15px 10px 15px 0;
	background:  url(images/expand.png) no-repeat 0 2px;
	padding-left: 15px;
}	 					
#backissues .item p {
	line-height: 130%;
	font-size: 1.1em;
	margin-right: 10px;
}
#backissues .expand {
	display: none;
}
#backissues p.subscribe {
	position: relative;
	top: 50px;
	left: 99px;
	height: 18px;
	background: url(images/button_subscribe.gif) no-repeat 0 0;
}
#backissues p.subscribe:hover {
	background: url(images/button_subscribe.gif) no-repeat 0 -27px;
}
#backissues p.subscribe img {
	border: none;
}



/* ---------->>> jtip <<<---------------------------------------------------------------*/
#contentPad{
margin:20px;
}
#JT_arrow_left{
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}
#JT_arrow_right{
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}
#JT {
	position: absolute;
	z-index:100;
	border: 1px solid #DC682F;
	background-color: #fff;
}
#JT_copy{
	padding:10px 10px 10px 10px;
}
.JT_loader{
	background-image: url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}
#JT_close_left{
	background-color: #DC682F;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
}
#JT_close_right{
	background-color: #DC682F;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
}
#JT_copy p{
margin:3px 0;
}
#JT_copy img{
	padding: 1px;
	border: 1px solid #DC682F;
}
.jTip{
cursor: pointer;
}
		

/* ---------------------- Detail Form ---------------------- */
#content form {
	margin-bottom: 25px;
}
#content form label {
	float: left;
	width: 200px;
	text-align: right;
	font-weight: normal;
	padding-right: 15px;
	vertical-align: top;
}
#content form p {
	line-height: 120%;
	margin: 10px 0;
}




/* ---------------------- Footer Styles ---------------------- */
#footer {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	color: #FFF;
	padding-top: 15px;
}
#footer h2 {
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
	text-transform:uppercase;
}
#footer  a { 
	color: #A8DFFF;
	text-decoration: none;
	line-height: 110%;
}
#footer  a:hover { 
	color: #FFF;
	text-decoration: none;
}
#footer .contact {
	position: relative;
	float: right;
	width: 260px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#footer .contact p {
	margin:  0 0 10px 0;
	padding: 0;
	line-height: 120%;
}
#footer .more {
	float: left;
	position: relative;
	width: 120px;
	text-align: left;
}
#footer .more ul {
	margin:  10px 0 0 0;
	padding: 0;
	line-height: 100%;
}
#footer .more ul li {
	margin:  8px 0 0 0;
}
#footer .issues {
	float: left;
	position: relative;
	width: 75px;
	text-align: left;
}
#footer .covers {
	float: left;
	position: relative;
	width: 375px;
	text-align: right;
	margin-left: 15px;
}
#footer img {
	float: left;
	margin-right: 15px;
}

/* End of 'main' */

