/*
Theme Name: Raven Isle Graphics
Theme URI: http://ravenisle.com/
Description:  Raven Isle Graphics 20113
Author: Raven Isle Graphics
Version: 1.0
Tags: Raven Isle
*/
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: american_typewriter;
    src: url(american-typewriter.ttf);
}
body{
	padding:0;
	margin:0;
	background-color:#CC9933;
	font-family: american_typewriter;
}
p{margin:1em 0 1em 0;}
.clear{clear:both;}
.left{float:left;}
.right{float:right;}
.center{text-align: center;}
.alignleft{float: left; margin: 1px 30px 10px 0;}
.alignright{float: right; margin: 1px 0 10px 30px;}
.aligncenter{text-align: center; margin: 0 auto;display: block;}
a{color:#111; text-decoration:underline; font-weight:bold;}
a img{border: none;}
.block{display:block;}
h3{
	text-align:center;
	color:#58595b;
	font-size:24px;
	text-transform: lowercase;
	font-weight:normal;
	margin: .5em 0;
	line-height:1.1em;
}
h3 a{color: inherit; text-decoration: underline; font-weight:normal;} 
h1{color:#000;font-size: 36px;margin:0 0 20px 0; text-transform: uppercase;}
h2{color:#fff; font-size: 34px; font-weight:normal; text-transform:uppercase;}

#container{
	position:relative;
	max-width:1024px;
	width:100%;
	margin:0 auto;
	color: #fff;
	background: rgba(36, 0, 0, 0.4);
	font-size: 18px;
}

#banner{
	position:relative;
	width:auto;
	text-align: center;
	background-color:#000;
	height: auto;
}
#banner_img{
	width: 100%;
}
#blank{
	width:100%;
	display: none;
}
#slideshow_wrapper{
	position: relative;
	
}
#slideshow{
	height: 500px;
	
}
#slideshow img{
	width: 100%;
	left:0;
	visibility: hidden;
}
#caption{
	position: absolute;
	bottom: 0;
	color:#fff;
	text-align: center;
	min-height: 20px;
	z-index: 3000;
	width:100%;
	padding:8px;
	font-size: 22px;
	font-family: 'Architects Daughter', cursive;
}
#caption_background{
	position: absolute;
	bottom: 0;
	background-color: #1d1160;
	min-height: 40px;
	z-index: 3000;
	width:100%;
	opacity:0.7;
}
#logo{
	position: absolute;
	bottom:50px;
	left: 0;
	z-index: 1000;
}
#menu{
	position:relative;
	/*height:30px;*/
	max-width:1024px;
	width:auto;
	margin:0 0 0 0;
	padding: 5px 0;
	z-index:100;
	text-align:center;
	text-transform:uppercase;
	background-color:#000;
	min-height: 30px;
}
#menu a{
	color:#911316;
	/*background-color:#000;*/
	padding:5px 10px 5px 10px;
	text-decoration:none;
	display:inline-block;
	margin:0 1px;
	font-size: 24px;
	font-weight:bold;
}
#nav{list-style: none;margin: 0; padding:0px;}
#nav li{display: inline-block;}
.twitterwidget-title{display: none;}
#main_body{
	position:relative;
	width:auto;
	padding: 0;
	margin:0 0 0 0;
}
#main_text{
	position:relative;
	width:90%;
	padding: 10px 5%;
	background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.3); 
}


#footer{
	position:relative;
	margin:20px auto 20px;
	max-width:1024px;
	width:auto;
	text-align:left;
	font-size:12px;
	padding:0px 0 10px 0;
	color:#911316;
}
#footer a{
	color:#911316;
	text-decoration:none;
}
#footer h2{
	font-size: 12px;
	color:#fff !important;
	margin: 0;
}
#footer p{margin: 0;}

@media screen and (max-width: 1003px) {
#logo{
	top:0px;
	width: auto;
}

}
@media screen and (max-width: 675px) {
	#main_text_left{
		display: none;
	}
	#main_text_right{
		width:98%;
		padding:10px 1%;
		max-width: 98%;
		margin: 0;
	}
	#main_blog_left{
		width:98%;
		padding:10px 1%;
		max-width: 98%;
		margin: 0;
	}
	#main_blog_right{
		width:98%;
		padding:10px 1%;
		max-width: 98%;
		margin: 0;
	}
}
@media screen and (max-width: 400px) {
#logo{
	top:0px;
	width: 90%;
	margin: 0 auto;
}
}