/* CSS Document */
/*File: print.css */
/*Author: Finn */
/*Date: 07.05.09 */
/*Version: 1.1 */
/*Description: Style sheet for printing Ruby White Enterprises UK website */

/* START CODE USED FOR BASICS */
body {
font-size: 80%;
font-family: Lucida Sans Unicode, Sans-Serif;
color: Black;
background-color: White;

text-align: left;
}

h1, h2 {
font-size: 1.6em;
color: #666;
}

h1, h2, h3 {
color: Black;
background-color: white;
font-family: Lucida Sans Unicode, Sans-Serif;
font-weight: bold;
margin: 0;
}

h1, h1 a, h1 a:hover, h1 a:visited {
color: Black;
background-color: white;
}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: Black;
background-color: white;
}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
color: Black;
background-color: white;
}

h2 a:hover, h3 a:hover {
text-decoration: none;
color: Black;
background-color: white;
}

h3 {
color: Black;
background-color: white;
}

a {
color: Black;
background-color: white;
text-decoration: none;
}

a:hover {
color: Black;
background-color: white;
text-decoration: none;
}

#page {
color: Black;
background-color: white;
text-align: left;
/*width: 760px;*/
}

#header {
background: #fff;
color: Black;
margin: 0;
padding: 0;
/*height: 50px;*/
}

#headerimg {
background: #fff;
color: Black;
}

#headerimg h1 {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}

#headerimg .description {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}

#content {
font-size: 1em;
color: Black;
background-color: white;
font-family: Lucida Sans Unicode, Sans-Serif;
}

.widecolumn {

}

.widecolumn .entry p {
font-size: 1em;
color: Black;
background-color: white;
font-family: Lucida Sans Unicode, Sans-Serif;
}

.widecolumn {

}
.widecolumn .post {
margin: 0;
}

.widecolumn .postmetadata {

}

.widecolumn .smallattachment {

}

.widecolumn .attachment {

}

.narrowcolumn {

}

.narrowcolumn .entry, .widecolumn .entry {

}

.narrowcolumn .postmetadata {
font-size: 0.9em;
}

.alt {
color: Black;
background-color: White;
}

#footer {
color: Black;
background-color: White;
}

small {
font-family: Lucida Sans Unicode, Sans-Serif;
font-size: 0.9em;
}

h2.pagetitle {
font-size: 1.6em;
}

.entry p a:visited {
color: Black;
background-color: White;
}

.commentlist li, #commentform input, #commentform textarea {
font-family: Lucida Sans Unicode, Sans-Serif;
font-size: 1em;
}

.commentlist li {

}

.commentlist li .avatar { 
color: Black;
background-color: White;
}

.commentlist cite, .commentlist cite a {
color: Black;
background-color: White;
font-size: 1.1em;
}

.commentlist p {
color: Black;
background-color: White;
line-height: 1.5em;
}

#commentform p {
font-family: Lucida Sans Unicode, Sans-Serif;
}

.commentmetadata {

}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: Black;
background-color: White;
}

code {
font-family: Lucida Sans Unicode, Sans-Serif;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

pre {
font-size: 1.1em;
}

#wp-calendar #prev a, #wp-calendar #next a {
font-size: 9pt;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font-size: 1.3em;
}

#wp-calendar th {
text-transform: capitalize;
}
/* End Typography & Colors */



/* BEGIN STRUCTURE */
#sidebar {
font-family: Lucida Sans Unicode, Sans-Serif;
}

#sidebar h2 {
font-family: Lucida Sans Unicode, Sans-Serif;
font-size: 1.2em;
}

#sidebar h2 {
color: black;
background-color: White;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
}

#sidebar ul p, #sidebar ul select {
}

#sidebar ul ul, #sidebar ul ol {
}

#sidebar ul ul ul, #sidebar ul ol {
}

#sidebar ul ul li, #sidebar ul ol li {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}

#sidebar ul li#pages h2 {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}
.post {
}

.post h2, .post h3, .post small {
}

.post hr {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}

.postmetadata {
}

.postmetadata ul, .postmetadata li {
}

.clear {
}

#footer {
}

#footer p {
}
/* END STRUCTURE */



/*	Begin Headers */

h2.pagetitle {
}



h3.comments {
}
/* End Headers */



/* Begin Images */
p img {
}

/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
}

img.alignright {
}

img.alignleft {
}

.alignright {
}

.alignleft {
}
/* End Images */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {

}

html>body .entry li {

}

.entry ul li:before, #sidebar ul ul li:before {
content: "\00BB \0020";
}

.entry ol {
}

.entry ol li {

}


ol li, #sidebar ul ol li {

}

ul ul li {

}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}

#sidebar #searchform #s {

}

#sidebar #searchsubmit {


}

.entry form { /* This is mainly for password protected posts, makes them look better. */

}

select {

}

#commentform input {

}

#commentform textarea {

}

#commentform #submit {

}

input, textarea, select
{
background-color: White;
font-family: Lucida Sans Unicode, Sans-Serif;
font-size:1em;
}

#text_field, #text_area, .password, select
{

}

#searchsubmit 
{
cursor: pointer;
text-decoration:none;
}

/* End Form Elements */


/* Begin Tables*/
table {

}
th {

}
td {

}

/* End Tables */


/* Begin Comments*/
.alt {

}

.commentlist {

}

.commentlist li {

}

.commentlist p {

}

#commentform p {

}

.nocomments {

}

.commentmetadata {

}
/* End Comments */



/* Begin Sidebar */
#sidebar
{

}

#sidebar form {

}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar_wrap {

}
#wp-calendar {
empty-cells: show;

}

#wp-calendar #next a {

}

#wp-calendar #prev a {

}

#wp-calendar a {

}

#wp-calendar caption {

}

#wp-calendar td {

}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {

}

blockquote {

}

blockquote cite {

}

.center {
}

.hidden {

}

hr {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}

a img {
margin: 0;
padding: 0;
border: 0;
}

.navigation {

}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {

}

.wp-caption {

}

.wp-caption img {

}

.wp-caption p.wp-caption-text {
position: absolute;
left: -50em;
width: 40em;
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.shuntTags {
position: absolute;
left: -60em;
width: 40em;
height: .1em;
margin: 0;
padding: 0;
}
/* End captions */

