/**********************COMMON DIVS AND CLASSES**********************/

body{
    background: #F7C842 url('images/runes_bg-tile.jpg') repeat scroll 0 0;
    font-family:Times New Roman;
    font-size:15px;
    color:#000000;
}


.container{
	width:100%;
	text-align: center;
}


#content{
	text-align: center;
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}


.clear{
	clear:both;
}


.left{
	float:left;
	width:260px;
        font-family:Verdana, Arial;
	font-size:14px;
}


.right{
	float:left;
	width:260px;
        font-family:Verdana, Arial;
	font-size:14px;
}

.center{
	float:left;
	width:740px;
	text-align: center;
}


.center-stick{
    
    position:    absolute;
    left:        270px;        /* Start with top left in the center */
    top:         auto;
    width:       740px;      /* The fixed width... */
    height:      680px;      /* ...and height */                
}




.quote{	
	margin:0 auto;
	text-align: center;
}




#_runes {
    border: 1px solid;
    border-color: #000;
    width: 700px; 
    height: 680px;
    margin-top: 5px;
}

a, a:visited{
   text-decoration:none;
   color: #336600;
}


/*********************THEME.LIQUID************************/

.logo{
	margin-top:15px;
}

.line{
    background-color:#999999;
    border:medium none;
    color:#999999;
    height:1px;
}



#header{
    background: #FFFFFF;
   	height:65px;
	text-align: left;
	padding-left: 265px;
}



#nav-bar{
	background: #F8FFFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:5px 15px 5px 15px;
	margin-bottom: 5px;
	padding-left: 60px;
}

#nav-bar a{
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:small;
	font-weight:lighter;
	letter-spacing:0.5px;
	text-decoration:none;
}

#nav-bar a:hover{
	color: #80B831;
}

#nav-bar ul{
	text-align: left;
}

#nav-bar li{
	float:none;
	display:inline;
	margin-left:15px;
	margin-right:15px;
}


#main-links{
    padding: 20px 0;
    text-align:center;
}


#footer{
    padding: 20px 0;
    text-align:center;
}

#footer a:hover{
   text-decoration:underline;
}

#footer li{
    display:inline;
    margin-right:10px;
}

#search-form{
   margin-bottom:20px;
}



.facebook{
   background: url('FaceBook-32x32.png') top left no-repeat;
   height: 30px;
   padding: 10px 0 0 40px;
   font-size: 12px;
}

.twitter{
   background: url('Twitter-32x32.png') top left no-repeat;
   height: 30px;
   padding: 10px 0 0 40px;
   font-size: 12px;
}


/**************************************************************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	/*vertical-align: baseline;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
