/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
body {
	background: white;
font-size: 12pt;
	}

#logo {
	height: 213px;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


#menuwrapper {
display: none;

}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#layout, #columnwrapper, #columnwrapper_content {
width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

/********LATEST ARTICLES HEADER **********/

#latestarticles {

}
#latestarticles  ul {
	list-style-type: circle;
}

.latestarticles_date {
}
.latestarticles_callout {
	float: none ;
	width: 132px;
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#articleheader {
}
#articleheader ul {
}

#articleheader_date {
}
#articleheader_callout {
	float: none;
	width: 132px;
	font-size: 0.75em;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: none !important;
}
#sidebox {
	display: none;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
.content {
}

.content a:link:after, #maincontent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
.content a[href^="/"]:after {
   content: " (http://www.iuvmag.com" attr(href) ") ";
   }

.content p{
}

/*Main Content for articles*/
.callout {
	float: none !important;
	width: 132px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
}
/*Sidebar*/
#content_sidebar {
	display: none;
}
#content_sidebar p{
	display: none;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 100%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 5em;
margin-top: -3em;

}
/*Footer Content*/
#footer {
	background-position: center;
	padding-top: 4px;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#p7menubar, #p7menubar ul {
	display: none;
}

/********HEADINGS*******/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 14pt;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 13pt;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 12pt;
}
#sidecontent h3.topheading {
	margin: 0;
}

.blurbbox_bottom {
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #759BB0;
	border-bottom-width: 0px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.blurbox_date {
	font-size: 10pt;
	font-style: italic;
	float: none !important;
}

.blurbbox_readmore {
	font-size: 10pt;
	margin: 0px;
	padding: 2px;
	float: none !important;
}


.blurbbox_readmore a:link, .blurbbox_readmore a:visited{
	font-weight: bold;
}
.blurbbox_readmore a:hover, .blurbbox_readmore a:active{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.calloutRight {
	float: none !important;
	width: 140px;
	padding: 10px;
	font-size: 0.75em;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #5A6B73;
	border-left-color: #5A6B73;
}
