/*  
 * Theme Name: 		News Print (unmodified)
 * Theme URI: 		http://www.thex.com/rd/news-print-theme/
 * Description: 	Four column news theme, reminiscent of print news. 
 * Author: 			Richard Dows
 * Author URI: 		http://www.thex.com/rd/
 */
 
 
* {
    margin:					0;
	padding:				0;
}

body, html {
    background-color:		#eee;
	font-size:				100.01%;
	font-family: 			Arial, Helvetica, sans-serif;
}

#rap {
    width:					870px;
	text-align:				center;
	margin:					0 auto;
	background-color:		#fff;
}



/*---------------------------------------- header ----*/
#header {
    width:					850px;
	margin:					0 auto;
	text-align:				left;
}
#headerspace {
	height:					70px;
	padding:                10px 0 0 0;
}
#headerspacetwo {
    text-align:				center;
    padding:                0 0 5px 0;
}
#headerright { 
    width:					220px;
    margin-left:			630px;
}
* html #headerright {
    float:					right;
	margin-left:			0 !important;
}
#headerleft { 
    width:					620px;
}
* html #headerleft {
    float:					left;
	clear:					left;
}
@media all and (min-width: 0px) {
    #headerleft {
	    float:				left;
	}
}
#headeradleft { }
#headeradright { 
    margin-left:            10px;
}



/*--------------------------------------- content ----*/
#content { 
    text-align:				left;
	margin-left:            10px;
}
* html #content {
    margin-left:			5px;
}



/*----------------------------------- the columns ----*/
.colone, .coltwo {
    float:					left;
}
.colone { 
    width:					620px;
}
* html .colone {
    clear:					left;
}
.coltwo {
    width:					220px;
	color:					#000;
	text-align:				left;
	margin-right:			5px;
	margin-left:			10px;
	background-color:		#ddd;
}
* html .coltwo {
    float:					right !important;
	clear:					right !important;
}



/*----------------------------- the three columns ----*/
#left, #right, #middle { 
    width:					200px;
	float:					left;
	font-size:				13px;
	padding-top:            5px;
}
#left, #middle {
    margin-right:			10px;
}
#left {
	color:					#000;
}
#middle {
	color:					#000;
}
#right {
	color:					#fff;
}
* html #right {
    float:					right !important;
	clear:					right !important;
}



/*------------------------------------- the posts ----*/
.post {
    font-size:				1.0em;
	margin:					0 10px 10px 10px;
	text-align:				justify;
}
.full {
    width:					620px;
	background-color:		#eee;
}
*>.full {
	margin-top:				10px;
}
* html .full {
    margin-bottom:			10px;
}
.fullsize {
    width:					620px;
}


.post-single {
    background-color:		#fff !important;
}

.post-single .post-top {
    margin:					0 0 15px 0;
}
.post-top img {
    float:					left;
	padding:                0 5px 0 0;
}
.post-bottom { 
    clear:					both;
}
.post-middle img {
    margin:					0 0 5px 5px;
	padding:				5px;
	border:					1px solid #eee;
}
.post-bottom { 
    padding:                10px 0 2px 0;
}

.postmetadata, .tagmetadata {
    padding:                3px 0 0 0 !important;
}
.postmetadata {
    font-size:				0.9em;
    border-top:				1px solid #111;
	margin:					5px 0 0 0;
}
.tagmetadata {
    font-size:				0.7em !important;
    border-top:				1px solid #111;
	margin:					5px 0 0 0;
	text-align:				center;
}
.tagmetadata img {
    margin:                 3px 0 0 0;
}


/*------------------ post-details, on the sidebar ----*/
.post-details { 
    margin:					0 0 15px 0;
}
.post-details .row {
    clear:					both;
}
.post-details span.label { 
    width:					80px;
	margin-left:            10px;
	font-weight:			bold;
	font-size:				13px;
	float:					left;
}
.post-details span.details {
    float:					right;
	clear:					right;
    font-size:				11px;
	width:					130px;
}




/*---------------------- comments, after the post ----*/
.commentsdiv { 
    width:					600px;
	clear:					both;
}
.comments-header { 
    background-color:		transparent;
    font-variant:			small-caps;
}
.comments-middle {
    padding:                10px 0;
}
.comments-bottom {
    font-size:				0.7em;
}  
.comments { 
    margin:					10px 15px 10px 15px;
	padding:                0 5px 10px 10px;
    background-color:		#eee;
    border-top:				2px solid #900;
	border-bottom:			2px solid #900;
}

.commentform { 
	margin:					0 auto;
}
.commentform div {
    padding:				10px 30px;
}
.commentform .commentform-ads {
    float:					right;
	clear:					right;
	margin:                 10px 30px 0 0;
}
.commentform .commentform-inputs .row { 
    vertical-align:			middle;
	padding:                10px 0 !important;
}
.commentform .commentform-inputs label {
    float:					left;
	width:					80px;
	margin-left:            5px;
    padding:                3px 4px;
	font-size:				0.9em;
	letter-spacing:			0.25em;
}
.commentform .commentform-inputs span, .commentform .commentform-inputs input {
    padding-left:			15px;
}
.commentform .commentform-inputs input {
    padding:                1px 3px;
	border:					1px solid #333;
	font-size:				1.0em;
	width:					125px;
	font-family:			Georgia,"Times New Roman",serif;
	font-stretch:			expanded;
}
.commentform .commentform-textarea {
	text-align:				center;
	margin:					0 auto;
}
.commentform .commentform-textarea textarea {
    width:					520px;
	padding:                5px;
    background-color:		#eee;
    border-top:				2px solid #900;
	border-bottom:			2px solid #900;
	border-left:			1px solid #900;
	border-right:			1px solid #900;
	font-size:				1.1em;
	font-family:			Georgia,"Times New Roman",serif;
}
.commentform .commentform-textarea textarea:hover {
    background-color:		#fff;
	border-color:			#000;
}
.commentform .commentform-buttons {
    width:					420px;
	margin:					0 auto;
	padding:                10px 0 !important;
	text-align:				center;
}
.commentform .commentform-buttons input {
    width:					150px;
	border:					1px solid #000;
	border-right-width:		2px;
	border-bottom-width:	2px;
	padding:                2px 4px;
	background-color:		#fff;
	color:					#000;
	font-size:				0.8em;
}
.commentform .commentform-buttons input:hover {
    border-right-width:		1px;
	border-bottom-width:	1px;
	background-color:		#eee;
	cursor:					pointer;
}

.comments-number { 
    float:					right;
	clear:					right;
	font-style:				italic;
	font-weight:			bold;
	font-size:				1.8em;
	margin:					0 5px;
}



/*--------------------------------------- footers ----*/
#pre-footer, #footer {
    width:					860px;
	text-align:				center;
}
#pre-footer {
	margin:					10px auto 25px auto;
}
#footer {
    clear:					both;
	font-size:				13px;
	margin:					5px auto 0 auto;
	padding:                5px 0;
	background-color:		#eee;
}
#footer a:link {
    color:					#000000;
}
#footer a:visited { 
    color:					#000000;
}
#footer a:hover {
    color:					#000000;
    text-decoration:		none;
}



/*--------------------------------- miscellaneous ----*/
abbr, acronym {
    border:					0;
	text-decoration:		none;
}
blockquote {
    background-color:		#eee !important;
	padding:				0 2px;
	margin:					0 5px 10px 5px;
	border:					1px solid #ccc;
}
.post-middle blockquote {
    margin:					10px 15px 10px 15px;
	padding:                0 5px 10px 10px;
	border:					0;
    border-top:				2px solid #900;
	border-bottom:			2px solid #900;
}
.commentsdiv blockquote {
    border-top:				1px solid #000;
	border-bottom:			1px solid #000;
	background-color:		#ddd !important;
}
cite {
    font-style:				italic;
	font-size:				0.9em;
}
form {
    width:					99%;
}
.colone p {
    padding:                10px 0 0 0;
}
.post-single p {
    font-size:				13px;
}
p.postmetadata span a {
    text-decoration:		none;
}
.tagmetadata a {
    text-decoration:		none;
}

h1, h2, h3, p, img {
	border:					0;
}
.colone h3 {
    font-size:				16px;
	font-family:			Arial, Verdana, sans-serif;
}
.post-top h2, .comments-header h2 {
    font-size:				1.4em !important;
}
.post-single h2 { 
    border-bottom:			1px solid #000;
	padding:				0 0 5px 0;
}
.post-single h2 a {
	text-decoration:		none !important;
}
.comments-header h2 {
    border-bottom:			none !important;
	padding-left:           15px;
}
.comments-header h2 span {
    font-size:				0.9em !important;
}

.post-top h3 {
    font-variant:			small-caps;
}

.post-single ul, .post-single ol {
    margin:					0 0 15px 25px;
	font-size:				0.8em;
}
.coltwo ul {
	list-style-type:		none;
}
.coltwo ul h2 {
	font-size:				16px;
	font-family:			Arial, Helvetica, sans-serif;
	margin-bottom:          5px;
	padding:                1px 0 1px 5px;
	border-bottom:			3px solid #111;
	background-color:		#666;
	color:					#fff;
}
.coltwo ul ul {
    font-size:				12px;
	list-style-image:       url(images/blog-smallarrow.gif);
	margin:                 0 5px 0 25px !important;
}
.coltwo ul ul.files {
    list-style-image:		url(images/blog-smallfile.gif);
}
.coltwo ul ul.files li:hover {
    list-style-image:		url(images/blog-smallfile2.gif);
}

div.ads {
    text-align:				center;
	margin:					0 auto;
}
div.spacer {
    clear:					both;
}
.alignleft {
    float:					left;
	clear:					left;
}
.alignright {
    float:					right;
	clear:					right;
}



form#searchform input#s {
    width:					120px;
}




/*------------------ colors for columns and links ----*/
a:link { 
	color:					#000000;
}
a:visited { 
    color:					#000000;
}
a:hover { 
    color:					#000000;
}


#left a:link {
    color:					#000000;
}
#left a:visited {
    color:					#000000;
}
#left a:hover {
    color:					#000000;
}
h3 a:link {
    color:					#000;
}
h3 a:visited {
    color:					#333;
}
h3 a:hover {
    color:					#666;
}


#middle a:link {
    color:					#000000;
}
#middle a:visited {
    color:					#000000;
}
#middle a:hover {
    color:					#000000;
}
#middle h3 a:link, #middle h3 a:visited {
    color:					#000000;
}
#middle h3 a:hover {
    color:					#000000;
}


#right .post-middle a:link {
    color:					#000000;
}
#right .post-middle a:visited {
    color:					#000000;
}
#right .post-middle a:hover {
    color:					#000000;
}
#right h3 a:link, #right h3 a:visited {
    color:					#000000;
}
#right h3 a:hover {
    color:					#000000;
}


.post-single h2 a:link {
    color:				    #000000;
}
.post-single h2 a:visited {
    color:					#000000;
}
.post-single h2 a:hover {
	color:					#000000;
}

h3 a:link {
    color:					#000000;
}
h3 a:visited {
    color:					#000000;
}
h3 a:hover {
    color:					#000000;
}

.coltwo a:link {
    color:					#000000;
}
.coltwo a:visited {
    color:					#000000;
}
.coltwo a:hover {
    color:					#000000;
}


.comments-bottom a:link {
    color:					#000000;
}
.comments-bottom a:visited {
    color:					#000000;
}
.comments-bottom a:hover {
    color:					#000000;
}



/*------- switching boxes for switching the theme ----*/
.switcher {
    border:					1px solid #333;
	height:					16px;
	width:					16px;
	float:					right;
	margin:					4px 5px 0 5px;
}
* html .switcher {
    clear:					right;
}
.switcherbox { 
	font-size:				10px !important;
	font-family:			Arial, Helvetica, sans-serif;
	margin-bottom:          5px;
	padding:                0 0 0 5px;
	border-bottom:			3px solid #111;
	background-color:		#666;
	color:					#fff;
	text-align:				left;
	z-index:				10;
}
.switcherbox h2 {
	font-size:				16px;
	font-family:			Arial, Helvetica, sans-serif;
	background-color:		#666;
	color:					#fff;
}
#switcher1 { 
    background-color:		#c00;
}
#switcher2 {
    background-color:		#ccc;
}
#switcher3 { }
#switcher4 { 
    background-color:		#fff;
}



/*-------------------------------------- the menu ----*/
#menurap {
    margin:					0 0 5px 0 !important;
	padding-bottom:         5px;
	clear:					both;
}
#menu1 {
    width:					620px;
    padding:			    0; 
    margin:					0 auto; 
    list-style-type:		none;
}
#menu1 li {
    float:					left;
    width:					122px;
    border:					1px solid #fff; 
	border-bottom:			3px solid #000;
}
#menu1 a {
    display:				block;
    width:					122px;
    color:					#fff; 
    background-color:		#666; 
    text-align:				center; 
    padding:	            4px 0; 
	font-size:				0.9em;
    text-decoration:		none; 
    float:					left; 
	font-weight:			bold;
}
#menu1 a:hover {
    color:					#fff; 
    background:				#08c;
}