@charset "UTF-8";

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
h1{font-size:140%;}h2{font-size:125%;}h3{font-size:108%;}h1,h2,h3{margin:0.5em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:1px solid #000;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

body  {
	font-family: 'Gill Sans', Calibri, 'Trebuchet MS', sans-serif;
	background: #e3c9a8;
	background-image:url(images/bgtopleft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif;
	color: #172983;
	text-transform:uppercase;
}

p {
	line-height: 1.4;
}

a {
color: #000000;	
}

a:link {
	color: #172983;
}

a:visited {
	color: #2f3a6d;
}

a:hover {
	
		text-decoration: none;
		color: #84d0f0;

}

a: active {
		text-decoration: underline;
		color: #84d0f0;
}


#wrapper {
	background-image:url(images/bgtopright.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.twoColFixRtHdr #container { 
	width: 908px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/containerbg2.png) repeat-y center;
	margin: 0 auto 30px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #9d0d15; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #nav {
margin: 0;
padding: 0;
background: url(images/navbg.png) no-repeat center top;
height: 194px;
}

#title {
	text-align: center;
	width: 501px;
float: left;
margin: 85px 20px 20px;
}

.over {
	left:-5000px;
position:absolute;
}

#about a {
	display: block;
width: 	119px;
height: 167px;
float: left;
overflow: hidden;
background: url(images/about.png) no-repeat;
background-position: top left;
}


#about a:hover {
	background-position: top right;
}

#about .active {
	display: block;
width: 	119px;
height: 167px;
float: left;
overflow: hidden;
background: url(images/about.png) no-repeat;
	background-position: top right;
}

#zine a {
	display: block;
width: 	114px;
height: 167px;
float: left;
overflow: hidden;
background: url(images/zine.png) no-repeat;
background-position: top left;
}

#zine a:hover {
	background-position: top right;
}

#zine .active {
	display: block;
width: 	114px;
height: 167px;
float: left;
overflow: hidden;
background: url(images/zine.png) no-repeat;
background-position: top right;
}

#show a {
	display: block;
width: 	124px;
height: 167px;
float: left;
overflow: hidden;
background: url(images/show.png) no-repeat;
background-position: top left;
}


#show a:hover {
	background-position: top right;
}


#show .active {
	display: block;
width: 	124px;
height: 167px;
float: left;
overflow: hidden;
background: url(images/show.png) no-repeat;
background-position: top right;
}

.twoColFixRtHdr #mainContent { 
float: left;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: -30px 20px 0 0;
	width: 605px;
} 

#Content {
margin: 0 30px;	
}

#footerstrip {
	background: url(images/footerstrip.png) no-repeat center right;
	height: 80px;
	padding: 20px 0 10px 20px;
	vertical-align: middle;
}

#footerstrip p {
	margin: 25px 20px;
	text-align: center;
	font-size: 10pt;
}

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}


#sidebar1 p {
	font-size: 90%;
}

.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
	background:#e2c5a3 url(images/footer.jpg) no-repeat top;
	height: 25px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

ol.tumblr_posts {
margin-left: 0.7em;
}

ol.tumblr_posts li {
list-style-type:none;
}

.tumblr_title {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow Bold', Arial, sans-serif;
	color: #9D0D15;
	text-transform:uppercase;
	font-size: 120%;
	margin: 0.7em 0;
	}
	
