/* @override 
	http://rosspennie.ca/site/wp-content/themes/basic2col/style.css
	http://dev.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;
}

html {
}

ul{
	font-size: 1.2em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin-top: 0px;
}
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 ----- */
#rosspenn {width: 1000px;
height: 1000px;
position: relative;
margin: auto;
/*top: 28px;*/
}

#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;
right: -9;
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: auto;
height: 100%;
left: 0px;
}

#header{
	height: 185px;
	background-image: url(../../../images/header-tamp.jpg);
}

#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 img {
	margin-left: 10px;
}

#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-1","adobe-caslon-pro-2", "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-1","adobe-caslon-pro-2", "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.3em; 
padding: 0px 15px 1em 0px;
line-height: 1.4em;	
text-align: justify;
} 

#sidebar p {color: white;
	font: 1.2em "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.4em;	
	text-align: left;
	padding: 10px 16px 0 26px;
}

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




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

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

h2 {
font-size : 2em;
font-weight: bold;
color: #3E352C;
line-height: 1.2em;

}
h3 {
font-size: 2em;
line-height: 1em;
font-weight: bold;
}
h4, h5, h6 {
font-size:1.6em;
line-height: 1.3em;
}
h2, h3, h4, h5, h6 {
color : #280f21; 
margin: 10px 0px;
padding:2px 0px;
text-align: left;
padding: 10px 10px 0px 0px;
	text-shadow: #fff 0 0 5px;
	font-style: bold;
	font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", "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{
	letter-spacing: 0.1em;
 	line-height: 22pt;
 	text-shadow: #fff 0 0 5px;

	
}

#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 {
	text-decoration: underline;
}


/*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: 35px 0px;
float: left;
font-size:1.1em;
}

.post h2, .archives h3, .search h3 {
}
.post {
margin: 0px;
text-align: left;
	padding: 20px 40px 0px;
}
.postmeta {
font-size: 10pt;
font-style: italic;
clear:both;
margin: 10px 0px 0px;
}
div.postmeta p {
margin: 2px 0px 0px 0px;
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-1","adobe-caslon-pro-2", "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{
text-align: left;
list-style-type: none;
	padding: 4px 0px 4px 0;
}

#sidebar input, #sidebar select {
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
}

#sidebar h2 {
margin: 5px 0px 0px;
padding: 25px 10px 5px 10px;
font-size:16pt;
color: #E7DFBA;
text-shadow: #262626 1px 1px 2px;
}
#sidebar li a {
border:none;
color: #f9f6e2;
font-size: 1em;
font-style: normal;
font: 0.8em "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", Lucida, Verdana, sans-serif;
display: block;
padding-left: 4px;
}

#sidebar ul {
border:none;
margin-left:0px;
	list-style-position: outside;
}

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

/*Widgets fixing*/
.widget_rss h2 a {
margin: 5px 0px 0px;
padding: 25px 10px 5px 10px;
font-size:16pt;
color: #e7d299;
text-shadow: #262626 1px 1px 2px;
}
.widget_rss img {
margin:0px;
display: none;
}

/*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: 5px 0px 10px;
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: 40px;
	color: #30121c;
	top: 25px;
}

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


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

}

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

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

}

.order a {
	font: 13px "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 0.9em;
	vertical-align: top;
}

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

.order li {
	padding-top: 2px;
	padding-left: 4px;
	vertical-align: bottom;
	line-height: 1.2em;
	padding-bottom: 10px;
}

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

.sideorder ul {
	position: relative;
	padding-bottom: 10px;
	list-style-type: none;
	color: #4b432d;
	list-style-position: outside;
	color: #4b432d;
	font: italic 12pt "adobe-caslon-pro-1","adobe-caslon-pro-2", "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

.sideorder li {
	padding-top: 2px;
	padding-left: 14px;
	vertical-align: bottom;
	line-height: 1.2em;
	padding-bottom: 10px;
	margin-left: 30px;
	width: 170px;


}

.sideorder a, .sideinterview a {
	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-1","adobe-caslon-pro-2", "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-1","adobe-caslon-pro-2", "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
}

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

.section {
	clear: both;
	width: 670px;
	position: relative;
	left: -15px;
	}

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

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

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

.UN {
	list-style-image: url(/site/flags/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-1","adobe-caslon-pro-2", "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);
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #30121c;
	list-style-position: outside;
	position: relative;
	left: 26px;
	top: 5px;
}

.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 0 8px 0px;
	position: relative;
	padding-right: 20px;
	float: left;
	width: 100%;

}

.postmeta-inline {
	position: relative;
	left: 10px;
	border-style: solid;
text-transform: uppercase;
font-weight: bold;
vertical-align: middle;
}

.date {
	clear: both;
	font-style: italic;
	letter-spacing: 1px;
	word-spacing: 2px;
	position: relative;	
	top: -10px;
}

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

.wordmark img {
	position: relative;
	right: 180px;
	top: 10px;
	z-index: 100;
}

.page_item {
	

}

.menu a {
	color: white; 

}
#menubar a {
	font-weight: 400;
	text-shadow: #fff 0 0 1px;

}
#menubar a:hover, #menubar a:active {
	text-shadow: #fff 0 0 5px;
}

.menu li {
	position: relative;
	display: inline;
	padding: 185px 14px 10px;
	margin: 0px 2px 2px;
}

.current_page_item a, .current-menu-item a {
	color: #2e2e2e;
}


.current_page_item, .current-menu-item {
	background: #faf6f1;

	-moz-box-shadow: 0px 0px 4px #333;
-webkit-box-shadow: 0px 0px 4px #333;
box-shadow: 0px 0px 4px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#333333');
	border: 1px solid #5f5f5f;
}



#menubar {
	text-align: left;
	margin-left: 4px;
	font: 1.1em "ff-meta-web-pro-1","ff-meta-web-pro-2", "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	top: 32px;

}

.post-edit-link {
	margin-left: 35px;
}


.post-title {
	display: block;
	clear: both;
	width: 100%;
	position: relative;
	float: left;
}
