/* 
Title:     styles for print media
Author:
Updated:   

Index:
1. base styles
2. layout elements
3. footer
4. miscellaneous styles
*/

/* 1. base styles
---------------------------------------------------------- */
html {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	font-size:62.5%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Serif;
	font-size: 85%;
	line-height: 1.5em;
	color: #333333;
	background: #FFF; 
}
p {
	font-size:1.3em;
	margin: 0;
	padding: 0 0 1.4em 0;
	color: #333333; 
	line-height: 1.5em;
}

a:link, a:visited {
 text-decoration: none;
 color: #333333; }

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

h1 {
  font-family: pragmatica-web,sans-serif;
  font-size: 4.5em;
  color: #333333;
  font-weight: bold;
  margin: 0 0 20px 0;
  letter-spacing: -0.05em;
  line-height: 1em;
}
h2 {
  font-family: p22-underground,sans-serif;
  font-size: 1.75em;
  color: #BE000F;
  text-transform: uppercase;
  font-weight: lighter;
  	font-size: 1.6em;
  	margin: 0 0 20px 0;

}
h3 {
  font-family: p22-underground,sans-serif;
  font-size: 1.5em;
  color: #666;
  font-weight: lighter;
  margin: 0 0 10px 0;
}

form {
 margin: 0;
 padding: 0; }

input {
 margin: 0;
 padding: 2px;
 font-family: Arial, Verdana, sans-serif;
 font-size: 95%; }

select {
 margin: 0;
 padding: 1px;
 font-family: Arial, Verdana, sans-serif;
 font-size: 95%; }

textarea {
 margin: 0;
 padding: 3px;
 font-family: Arial, Verdana, sans-serif;
 font-size: 95%; }

/* 2. layout elements
---------------------------------------------------------- */

#wrap {
	display: block;
	width: 1138px;
	margin: 0;  
}

#print-header {
 display: block;
 margin: 0 0 3em 0; 
}

#header, #navigation, .search, #backtotop, #highlighted_content, #social, #logo, .subtitle_sidebar, .sponsors, #sidebar h3, .nextpage {
 	display: none; 
}
.sidebarshadow {
	float: left;
}

#sidebar {
	display: block;
	padding: 40px 10px 80px 50px;
	width: 124px;
	position: static;
}
#content {
	float: left;
	display: block;
	padding: 140px 0 0 0;
    position: static;
    width: 853px;
	
}
#breadcrumb {
	display: block;
	font-size:1.2em;
	color:#666666;
	padding:0 0 30px 0px;
}
#breadcrumb a{
	color:#666666;
}
.col1{
	width: 555px;
	padding: 0 24px 30px 30px;
	float: left;
}
.col2{
	width: 213px;
	padding: 10px;
	float: left;
	margin: 0 0 20px 0;
	border-left: 1px solid #CCCCCC;
}
.col2 h2{
	color: #666666;
	font-size: 1.6em;
	margin: 0 0 10px 0;
}
.col2 .related{
	border-bottom: 1px solid #DCDAD4;
	margin: 0 0 20px 0;
}
.col2 .related img{
	float: left;
	margin: 0 10px;
}
.col2 .related h3{
	padding: 30px 0 0 0;
	font-weight: bold;
	margin: 0;
	color: #999;
}
.col2 .related p{
	padding:0;
	margin: 0;
	color: #999;
}
.col2 p{
	color: #999;
	padding: 0 0 .5em;
}
.col2 a{
	color: #006292;
	font-size: 1.2em;
}
.col2 a:hover{
	color: #005C8B;
}
.col2 .article{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/common/line_separator.gif) repeat-x bottom left;
}
.col2 .subscribe{
	background: #E4DDCB;
	border-radius: 10px;
	padding: 10px;
	margin: 0 0 10px 0;
}
form.subscribe input{
	margin: 0 0 10px 0;
}
form.subscribe input {
	background: url(../images/common/bg_fields.gif) no-repeat 0 0;
	border: 0 none;
	color: #999;
	float: left;
	font-size: 1.3em;
	margin: 3px 0;
	width: 175px;
	padding: 8px;
}
form.subscribe button{
	background: #E4DDCB;
	font-family: pragmatica-web,sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
	margin: 10px 0;
	color: #666666;
}

/* 3. footer
---------------------------------------------------------- */
#footer {
 display: none; 
}
#footer img {
 display: none; }

#footer ul {
 display: none; }

/* 4. miscellaneous styles
---------------------------------------------------------- */

.clear {
 margin: 0;
 padding: 0;
 height: 1px;
 clear: both; }

.center {
 text-align: center; }

hr, .hide {
 display: none; }

a img {
 border: none; }
