/*  
Theme Name: ReLion Template (Custom - 1 Main Column, Fixed Width)
Description: Custom Template for the websites of www.myriadcreations.com
Version: 1.0
Author: Xander
Author URI: http://www.reliablyonline.com
*/

/* ---------------------------------------------- The Basics */
* html #content, * html .entry_firstpost, * html .entry, * html img { position: relative; }
.clearthis { clear: both; }

a img { border: 0px; }

body {
	background-color: #DEDBCB;
	margin: 40px auto; padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000; text-align: center;
}

#container {
	width: 980px; height: auto;
	margin: 0px auto; padding: 0px;
	color: #000; text-align: center;
	background: #FFF url('interface/border-sides.gif') repeat-y;
}
	
#maincol { 
	height: 100%; width: 820px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 100px; /* ----- change this to adjust column widths ----- */
	margin-right: 60px; /* ----- change this to adjust column widths ----- */
	margin-bottom: 0px;
	background: none;
}

#leftcol { /* left column */
	float: left;
	height: 100%; width: 100px; /* ----- change this to adjust column widths ----- */
	margin: 0px; padding: 0px;
}

#rightcol { /* right column */
	float: right;
	height: 100%; width: 60px; /* ----- change this to adjust column widths ----- */
	margin: 0px; padding: 0px;
}

#bordertop { width: 980px; height: 30px; margin: 0px; padding: 0px; 
	background: url('interface/border-top.gif') no-repeat;
}
#borderbottom { width: 980px; height: 50px; margin: 0px; padding: 0px; 
	background: url('interface/border-bottom.gif') no-repeat;
}


/* ---------------------------------------------- Title */
#titleslug { width: auto; height: auto; margin: 0px; padding: 0px; }
#titleslug img { margin: 0px; padding: 0px; border: none; background: none; }


/* ---------------------------------------------- Navbar -- go to page bottom for drop-line code */


/* ---------------------------------------------- Content */
#contentwrapper { width: 820px; height: auto; margin: 30px 0px 0px 0px; padding: 0px; text-align: left; }

#contentfull { width: 820px; height: auto; margin: 0px; padding: 0px; }

#contentindented { width: 778px; height: auto; margin: 10px auto; padding: 5px 10px; border: 1px dotted #000; }

#contentleft { float: left; width: 380px; height: auto; margin: 0px 40px 0px 0px; padding: 0px; }

#contentright { float: right; width: 400px; height: auto; margin: 0px 0px 0px 0px; padding: 0px; }


/* ---------------------------------------------- Sidebar Stuff */
.logo { margin: 0px; padding: 0px; }
.logo img { float: right; margin: 0px; padding: 0px; border: none; }


/* ---------------------------------------------- Footer and Definition */
#footer { margin: 0px auto; padding: 15px 0px 0px 0px; }

#footer p { font-size: 10px; margin: 0px; padding: 5px 20px; color: #000; line-height: 16px; text-align: center; }

#footer a { color: #000; text-decoration: none; }
#footer a:hover { color: #F39; text-decoration: none; }
#footer a:active { color: #C3C0AC; text-decoration: none; }

#definition {
	width: 820px; height: auto; margin: 25px 60px 0px 100px; padding: 0px; 
	border-top: 1px solid #000;
}

#definition img { margin: 0px; padding: 0px; border: none; background: none; }

#definition p { font-size: 11px; margin: 0px; padding: 10px 10px 0px 10px; color: #000; line-height: 18px; text-align: left; letter-spacing: 1px; }
.redtext { font-weight: bold; color: #FB0F0C; }


/* ---------------------------------------------- Text Styles */
h1 {
	color: #000; font-size: 18px; line-height: 26px; text-align: left;
	margin: 0px 10px 5px 10px; padding: 10px 0px 2px 0px;
	border-bottom: 1px dotted #F39;
}

h2 {
	color: #000; font-size: 14px; line-height: 22px; text-align: left;
	margin: 0px; padding: 10px 10px 2px 10px;
	background: none;
}

h3 {
	color: #F39; font-size: 14px; line-height: 22px; text-align: left;
	margin: 0px; padding: 10px 10px 2px 10px;
	background: none;
}

h4 {
	color: #000; font-size: 12px; line-height: 20px; text-align: left;
	margin: 0px; padding: 10px 10px 2px 10px;
	background: none;
}

h5 {
	color: #F39; font-size: 12px; line-height: 20px; text-align: left;
	margin: 0px; padding: 10px 10px 2px 10px;
	background: none;
}

h6 {
	color: #C3C0AC; font-size: 12px; line-height: 20px; text-align: left;
	margin: 0px; padding: 10px 10px 2px 10px;
	background: none;
}

a { color: #F39; text-decoration: underline; }
a:hover { color: #C3C0AC; text-decoration: none; }
a:active { color: #000; text-decoration: underline; }

blockquote {
	margin: 0px 25px; padding: 0px;
}

code {
	display: inline; padding: 2px;
	color: #333; background: #EFEFEF;
	font-family: Courier New, Courier, mono;
}

#contentwrapper ol { list-style-type: decimal; margin: 0px 0px 0px 30px; padding: 5px 0px; }
#contentwrapper ol li { font-size: 11px; line-height: 16px; }
#contentwrapper ul { list-style-type: square; margin: 0px 0px 0px 30px; padding: 5px 0px; }
#contentwrapper ul ul { margin: 0px 30px; padding: 5px 0px; }
#contentwrapper li { font-size: 11px; line-height: 16px; text-align: left; }
#contentwrapper li li { list-style-type: circle; font-size: 10px; line-height: 15px; padding: 0px; }
#contentwrapper li li li { list-style-type: disc; font-size: 10px; line-height: 15px; padding: 0px; }

p { margin: 0px; padding: 5px 10px; font-size: 11px; line-height: 18px; text-align: left; }

small { font-size: 10px; }
	
img { border: none 0px; }

hr { border: 0px; color: #000; background-color: #000; height: 1px; text-align: left; margin: 15px 0px; padding: 0px; }


/* ---------------------------------------------- Image Styles */
.headings { margin: 0px; padding: 0px; }
.headings img { margin: 10px 0px 0px 0px; padding: 0px; border-bottom: 1px solid #F39; background: none; }

.thumbs { margin: 0px; padding: 0px; }
.thumbs img { float: left; margin: 10px 0px 0px 10px; padding: 5px; border: 1px solid #C3C0AC; background-color: #FFF; }
.thumbs img:hover { border: 1px solid #F39; background-color: #FFF; }

.thumbs2 { margin: 0px; padding: 0px; }
.thumbs2 img { float: right; margin: 0px 10px 10px 0px; padding: 5px; border: 1px solid #C3C0AC; background-color: #FFF; }
.thumbs2 img:hover { border: 1px solid #F39; background-color: #FFF; }

.thumbs3 { margin: 0px; padding: 0px; }
.thumbs3 img { margin: 5px 5px 10px 10px; padding: 5px; border: 1px solid #C3C0AC; background-color: #FFF; }
.thumbs3 img:hover { border: 1px solid #F39; background-color: #FFF; }

.nostyleleft { margin: 0px; padding: 0px; }
.nostyleleft img { float: left; margin: 10px 20px 10px 10px; padding: 0px; border: none; }

.nostyleright { margin: 0px; padding: 0px; }
.nostyleright img { float: right; margin: 10px 10px 10px 20px; padding: 0px; border: none; }


/* ---------------------------------------------- Other Styles */
.listfloat { float: left; width: 180px; height: 100%; margin: 0px; padding: 0px 0px 20px 0px; }


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_dropline.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#nav { 
	position: relative; width: 820px; height: 28px; margin: 0px; padding: 0px; 
	border-top: 1px solid #000;
}

/* the styling */
#nav .select, #nav .current { margin: 0px; padding: 0px; list-style: none; }

#nav li { display: inline; margin: 0px; padding: 0px; height: auto; }

#nav .select a,
#nav .current a {display: block; height: 28px; float: right; padding: 0px; margin: 0px; white-space: nowrap; color: #000; }
* html #nav .select a, * html #nav .current a { width: 1px; height: 29px; }


#nav .select a:hover, 
#nav .select li:hover a { color: #F39; }

#nav .sub { display: none; }

/* for IE5.5 and IE6 only */
#nav table { position: absolute; border-collapse: collapse; top: 0px; left: 0px; text-align: right; }

#nav .current a { color: #F39; }


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover { color: #666; }

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover { color: #F39; }

#nav .select li a:hover .sub, 
#nav .select li:hover .sub { display: block; position: absolute; width: 652px; top: 28px; left: 168px; margin-top:0; padding:0; z-index:100; color: #000; font-size:11px; border-top: 1px solid #000; }

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none; }

#nav .sub_active { display: block; position: absolute; width: 820px; top: 28px; left: 0px; margin: 0px; padding: 0px; z-index: 10; }
* html #nav .sub_active, * html #nav .select a:hover .sub { z-index:-1; margin-top:0; margin-t\op:1px; }

#nav .sub_active a { height: 29px; white-space: nowrap; display: block; float: right; padding: 0px; margin: 0px; white-space: nowrap; }

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a { display: block; padding: 0px; margin: 0px; white-space: nowrap; }
