/* @override http://rosspennie.ca/site/wp-content/themes/basic2col/style.css */

/*
Theme Name: Ross Pennie
Description: Custom theme made for Canadian author Ross Pennie.
Author: A. King at Unnormal
Author URI: http://unnormal.ca
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}

ul{
	font-size: 1.2em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----- CSS ----- */

.nav{
margin:0px;
padding:0px;

img{
margin: 0;
border: 0;

}

}
body{
margin:0;
padding:0;
background-image: url(/site/images/body-bg.jpg);
background-repeat: repeat-x;
background-color: black;
text-align: center;
min-width: 1000px;
}

/* ----- IDS ----- */
#lefty{
left: 16px;
position: absolute;
margin: 0px;
background: url(/site/images/lefty-trans.png);
background-position: top right;
background-repeat: repeat-y;
width:9px;
padding: 0;
border: 0;
height: 100%;
}

#righty{
position: absolute;
margin-left: 5px;
border: 0;
background: url(/site/images/righty-trans.png);
background-repeat: repeat-y;
background-position: top right;
background-repeat: repeat-y;
width:961px;
height: 100%;
}

#container{
position: absolute;
vertical-align: top;
float: left;
width:953px;
padding:0;
margin:0px;
height: 100%;
left: 0px;
}

#header{
}

#headertable{
position: static;
float: left;
vertical-align: top;
}

#page{
}

#content{
float: left;
background-image: url(/site/images/page-bg_15.jpg);
background-color: white;
background-repeat: repeat-x;
vertical-align: top;
width: 709px;
top: 185px;
height:auto !important;

}

#eventcontent{
float: left;
background-image: url(/site/images/page-bg_15.jpg);
background-color: white;
background-repeat: repeat-x;
vertical-align: top;
min-height: 915px;
width: 709px;
top: 185px;
height:auto !important;

}

#sidebar{
background-image: url(/site/images/sidebar-bg_15.jpg);
background-repeat: repeat-x;
background-color: #080A09;
float: right;
vertical-align: top;
width: 244px;
min-height: 915px;
height:auto !important;
height:915px;

}

#sidebarcontent{
	margin: 0 0 0 0;
	top: -100px;
	padding: 0px;
}

#footer{
 background:#000;
 clear:left;
 height: 300px;
 width: 709px;
 left: 25px;
 background-image: url(/site/images/bottom-gradient.jpg);
 background-repeat: repeat-x;
 float: left;
    }

/* ----- CLASSES ----- */

.hide{
display:none;
}
.show{
display:block;
}

/* ----- PARAGRAPHS ----- */

/* p{
font:;
color:;

font-size:;
font-family:;
font-style:;
font-weight:;
font-variant:;

text-align:;
text-indent:;
text-decoration:;
text-shadow:;
text-transform:;

letter-spacing:;
word-spacing:;
}

/* ----- LISTS ----- */
/*
li{
listy-style:;

list-style-type:;
list-style-image:;
list-style-position:;
float:;
margin:;
padding:;
}

/* ----- LINKS ----- */
/*
a{
font:;
color:;
text-decoration:;
border-bottom:;
}
a:hover{
color:;
background-color:;
border-bottom:;
}
a:visited, a:active, a:focus{
color:;
background-color:;
border-bottom:;
}
*/

/* ----- CUSTOM TYPOGRAPHICAL STYLES ----- */
.light {color: #fff; text-decoration: none;
	font: small-caps 9pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	background-color: #000;
}
a.light:link {color: #fff; text-decoration: none;
	font: small-caps 9pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color: #000;
}
a.light:visited {color: #fff; text-decoration: none;
	font: small-caps 9pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-bottom: 1px dotted #fff;
	background-color: #000;
}
a.light:hover {color: #fff; text-decoration: none;
	border-bottom: 1px solid #fff;
	font: small-caps 9pt Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	border-right-color: #fff;
	background-color: #000;
}
	


p.foottext {color: #000; text-decoration: none;
	font: small-caps 9pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;	letter-spacing: 1px;
	text-align: center;
}
a.foottext:link {color: #000; text-decoration: none;
	letter-spacing: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
a.foottext:visited {color: #000; text-decoration: none;
	letter-spacing: 1px;
	border-bottom: 1px dotted #000;
}
a.foottext:hover {color: #000; text-decoration: none;
	border-bottom: 1px solid #000;
	letter-spacing: 1px;
}


/*general layout*/
body {
font-family : "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif; 
margin:0px;
line-height:1.5em;
font-size:70%;
text-align:center;
}
hr {
border: 1px solid #ccc;
} 
blockquote, code, pre {
color:#333;
}
code, pre {
font-family:Courier,  'Lucida Console','Courier New', Sans-Serif;
}

/*font styles*/
p {
font-size : 1.2em; 
padding: 0px 15px 1em 10px;
line-height: 1.2em;	
text-align: justify;
} 

#sidebar p {color: white;
	padding-top: 10px;
}

#sidebar a {
	color: #f8eb8e;
	font-style: italic;
	
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
	
}

h1 {
font-size : 2em;
color : #280f21;
letter-spacing: .2em;
padding:2px 0px;
clear: both;
	font-variant: small-caps;
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	font-weight: bold;
	text-shadow: #FFF 0px 0px 5px;
	margin: 30px 10px 10px;
}

h2 {
font-size : 2em;
	font-weight: bold;
}
h3 {
font-size: 1.2em;
	font-weight: bold;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h4, h5, h6 {
color : #280f21; 
margin: 10px 0px;
letter-spacing: .2em;
padding:2px 0px;
clear: both;
text-align: left;
padding: 10px 10px 0px 10px;
	text-shadow: #fff 0 0 5px;
	font-style: bold;
	font-variant: small-caps; 
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

/*linkcolor*/
a:link, a:visited {
font-weight:normal;
color : #600;
text-decoration : none; 

}

a:hover, a:active {
color : #000; 
text-decoration : none;
} 
#content h1{
	font-weight: bold;
	letter-spacing: 0em;
 	line-height: 22pt;
	
}

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color:#280e20;
text-decoration:none;
border:none;
	font-size: 22pt;
	font-weight: bold;
	letter-spacing: 0em;
 	line-height: 22pt;
 	text-align: left;
 	text-shadow: #FFF 0px 0px 5px;
 	float: left;
}

#content a:hover, #content a:active {
	color: #3c0f28;
/*border-bottom: 1px dotted #000;*/	
}


/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
	padding-right: 20px;
	padding-top: 40px;
	font-size: small;
}
.left, .alignleft {
float: left;
	padding-left: 20px;
	padding-top: 40px;
	font-size: small;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 0px;
padding: 0px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px;
}
.postcontent img {
max-width:100%;
overflow: hidden;
}

#spacerdiv{
margin-top: 50px;
}

.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
}

.border {
border: 1px solid #ccc;
}

/*content and post settings*/

#content{
padding: 25px 0px;
float: left;
font-size:1.1em;
}

.post h2, .archives h3, .search h3 {
}
.post {
margin: 0px;
padding: 0px 10px 0px 15px;
text-align: left;
}
.postmeta {
font-size: 10pt;
font-style: italic;
clear:both;
margin: 10px 0px 5px;
}
div.postmeta p {
margin: 2px 0px 0px 10px;
padding:0px;
	font-style: italic;
}

.postcontent {
line-height:1.6em;
clear: both;
}

p.editlink {
	font-size: small;
}

/*postnav*/
#postnav {
clear:both;
margin:0px;
}
#postnav li {
display:inline;
margin: 2px 0px;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style-position: inside;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}
#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
font-family :"Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
color : #333; 
margin: 10px 0px 5px;
padding:2px 0px;
font-size:120%;
}
#commentform textarea {
width:90%;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.8em;
text-align:right;
clear:both;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
}
.avatar {
float:right;
border: 1pt solid #eee;
margin-left:10px;
padding:2px;
}

/*sidebar*/
#sidebar ul{
padding: 0px 0px 0px 10px;
list-style-type: none;
margin: 0px;
}
#sidebar li{
padding: 0px;
text-align: left;
list-style-type: none;
margin: 0px;
}

#sidebar h2 {
margin: 5px 0px 0px;
padding: 25px 10px 5px 10px;
font-size:16pt;
color: #e7d299;
text-shadow: #262626 1px 1px 2px;
}
#sidebar li a {
border:none;
color: #f9f6e2;
font-size: 1em;
font-style: italic;
padding-left: 4px;
}

#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}




/*forms*/
input , textarea, select, option {
font-family :'Lucida Sans', 'Trebuchet MS', 'Lucida Grande', 'Bitstream Sans Vera', 
		Verdana, Arial, Tahoma, Helvetica, Sans-Serif; 
font-size:100%;
padding: 2px;
background : #eee;
color : #111; 
border: 1px solid #ccc;
margin: 2px;
}
fieldset, legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em 5px 2em;
padding:2px;
}
ol {
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
font-size:1em;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}
td, th, tr {
padding: 0px;
text-align:left;
}

.post table {
padding: 60px 0px 5px 40px;
text-align:left;
}

.shiftdown {
	position: relative;
	top: 25px;
}


.quote {
	font-size: 13pt;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	color: #30121c;
	top: 25px;
}

.quotesource {
	margin-right: 5px;
	padding-left: 1.5em;
	float: none;
	position: relative;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #474747;
	line-height: 100%;
	padding-bottom: 1.5em;
	list-style-type: none;
	left: 20px;
	padding-top: 1em;
	clear: none;
}


ul.hand-bullet {
  margin-left: 0px;
  padding-left: 0px;
	font-weight: bold;
	font-style: italic;
}
ul.hand-bullet li {
  display: inline;
  background-image: url(/site/images/hand-bullet.png);
  background-repeat:no-repeat;
  background-position: left top;
  
  padding: 0px 20px 0px 23px;}
  
ul.hand-bullet li a {
  text-decoration: none;
  color: #4b432d;
}
ul.hand-bullet li a:hover {
  color: #786b48;

}

.hand-bullet-div {
	text-align: right;
	margin-right: 10px;
}

div.orderpane {
	background: url(/site/images/orderbg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	clear: both;	
margin-right: 10px;
margin-bottom: 15px;

}

.order a {
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	vertical-align: top;
	text-transform: uppercase;
}

ul.order {
	padding-left: 25px;
	padding-bottom: 10px;
	list-style-type: none;
	color: #4b432d;
	list-style-position: outside;
	font: italic 12pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

.order li {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.sideorder li {
	height: 1em;
	padding: 0px;
}

.order p {
font-size : 1.2em; 
font-style : normal; 
padding: 0px 0px 0pc 0px;
line-height: 1.2em;	
font: italic 16pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

div.sideorder, ul.sideorder {
	text-align: center;
	padding-left: 50px;
	padding-bottom: 0px;
	list-style-type: none;
	color: #4b432d;
	list-style-position: outside;
	font: italic 12pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

p.sideorder {
text-align: center;
font-style : normal; 
padding: 0px;
font: italic 16pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

a.sideorder, a.sideinterview {
	color: #f3eb9e;
}

.sideinterview div, ul.sideinterview {
	text-align: center;
	padding: 25px 20px 0px;
	list-style-type: none;
	color: #4b432d;
	list-style-position: outside;
	font: italic 12pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

p.sideinterview {
text-align: center;
font-style : normal; 
padding: 10px;
font: italic 12pt "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

.sideinterview li {
	line-height: 1em;
	padding: 0px;
}

.section {
	clear: both;
	}

.US {
	list-style-image: url(/site/flags/us.png);
}

.CA {
	list-style-image: url(/site/flags/ca.png);
}

.UN {
	list-style-image: url(/site/icons/world.png);
}

.EU {
	list-style-image: url(/site/flags/europeanunion.png);
}

.UK {
	list-style-image: url(/site/flags/gb.png);
}

.JP {
	list-style-image: url(/site/flags/jp.png);
}

handcategory div {
	position: relative;
	clear: left;
	font: italic 14px "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	padding-top: 26px;
	display: inline;
}

.handcategory a {
	font-variant: small-caps;
	display: list-item;
	list-style-image: url(/site/images/hand-bullet-trans.png);
	vertical-align: top;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #30121c;
	list-style-position: inside;
	position: relative;
	left: 10px;
}

.handcategory a:hover, .handcategory a:active {
	border-bottom-color: none;
	color: #000;
}

#pagetitle {
	display: inline-block;
	position: relative;
	
}

titleblock div {
	display: inline;
	position: relative;
	}
	
.posttitle {
	margin: 0px 0px 8px 0px;
	position: relative;
}

.date {
	clear: both;
	font-style: italic;
	letter-spacing: 2px;
	word-spacing: 3px;
}

postmeta-inline div {
	left: 10px;
	position: relative;
	font-style: italic;
	bottom: 3px;
}


