*{ margin: 0; padding: 0; }*

body { 
font: .75em "Lucida Grande", sans-serif;
line-height: 1.8em; 
background: #0e0e0e; 
color: #666; }

a { color: #6699cc; background: inherit; }
a:hover { color: #cc6633; background: inherit; }
h1 { background: inherit; padding: 5px 0; }
h2 { color: #aaa; border-bottom: 1px solid #222; margin: 0 0 10px; padding: 0 0 3px; }
h3 { color: #aaa; background: inherit; font-size: 1em; border-bottom: 1px solid #222; margin: 0 0 10px; }
h4 { color: #bbb;}
ul {  padding: 0; margin: 0;}
li { list-style-type: none;
	padding: 2px 5px 2px 20px;}
p { margin: 5px 0 10px 10px; }
#logo { 
	display: block;
	left: -999px;
	position: absolute; 
}
#logo-turo {
	display: block;
	margin: 20px 0 -91px 13px;
	padding-top: 20px;
}
#logo-turo img {
	opacity:0.4; filter:
	alpha(opacity=40);
	-moz-opacity:0.4;
}
*html #logo-turo { padding-top: 0px; }
* + html #logo-turo { padding-top: 10px; }
#logo-turo img:hover {
	opacity:0.6; filter:
	alpha(opacity=60);
	-moz-opacity:0.6;
}

.wrap { 
	display: block; 
	width: 990px; 
	height: 601px;
	background: url(http://aaronrix.com.s4354.gridserver.com/templates/default/images/aaron-rix-graphic-design-bg.jpg) no-repeat top left;
	margin: 20px auto;
}

#menu { 
display: block;
top: 140px;
left: 20px;
position: relative;
width: 153px;
 }
#menu ul {
 margin: 0;
 }
#menu li {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#menu li a { 
display: block;
border-bottom: 1px solid #222;
padding: 5px 0px 2px 8px;
text-decoration: none;
color: #666;
}
#menu li a.current { 
	background: #111 url(http://aaronrix.com.s4354.gridserver.com/templates/default/images/current.gif) right no-repeat; 
	color: #ddd;
}
#menu li a:hover, #menu li a:focus {
color: #fff;
background-color: #333;
}

#submenu {
	padding-left: 16px;
}


#left { 
float: left; 
width: 150px; 
}

#right { 
float: right;
display: block;
position: relative;
width: 800px;
height: 570px;
top: 20px;
overflow: auto;
margin: -20px 10px 0 0;
padding: 0;
}
#right h2 {
	margin: 4px 10px;
}
	
#footer { 
clear: both;
display: block;
position: relative;
width: 760px;
left: 200px;
top: 30px;
text-align: center;
}
#footer .contactline {
font-size: 1.2em;
letter-spacing: 0.3em;
}
#footer .copyright {
	font-size: .8em;
	letter-spacing: 0.2em;
}

.right-image {
	float: right;
	padding: 0 30px 20px 30px;
}


#rss { float: right; text-align: right; }
	#rss li { float: left; margin: 0 0 0 10px; }

/* REMOVES BORDERS FROM IMAGES */
img { border: none; }

/*  FUNCTION STYLES ------------------------------------------------- */

/* indents icons in sitemap, archive & rss_links_sm - this package only. */
.icon_indent { margin-left: 20px; }

fieldset { border: 1px solid #E4DF94; padding: 10px 8px; margin: 0 0 8px 0; background: #FFFBC0; color: #000; }
input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }
.comment { background: #F5F6F6; color: #808080; padding: 10px; margin: 0 0 10px 0; border-top: 1px solid #ccc; }
.commentsbox { color: #808080; }
.date { border-top: 1px solid #eee; margin: 0 0 20px 0; }

/* For keyrock's custom admin panels mod only */
.admpanel { border: 1px solid #ccc; padding: 10px 8px 10px 15px; margin: 0 0 8px 0; background: #efefef; color: #000; }
.fieldset { border: 1px solid #ccc; padding: 20px 8px 20px 15px; margin: 0 0 8px 0; background: #efefef; color: #000; }
legend { font: bold 16px arial; margin: 10px 0 0 0; }
input { padding: 3px; margin: 0; }
textarea { width: 90%; height: 10em; padding: 3px;}

/* span classes used in custom admin panels only */
.redtitle { font: bold 14px Arial; color: #ff0000; text-align: center; }
.bluetitle { font: bold 14px Arial; color: #0054bc; text-align: center; }
.admintitle { font: bold 16px Arial; color: #E23300; text-align: center; }
.buttonmargin { margin-bottom: 10px; }

/* div classes to float images or inserted blocks with text-wrap in articles */
.floatright { position: relative; float: right; padding: 0 0 0 10px; border: none; }
.floatleft { position: relative; float: left; padding: 0 10px 0 0; border: none; }

/* For div=class greybox used within article content textarea */
.greybox {
	border : 1px solid #ccc;
	background : #f5f5f5;
	padding : 10px;
	}
/* For <blockquote> tags used within article content textarea */
blockquote {
	padding: 15px 10px 10px 10px;
	border-left : 8px solid #e4d6d2;
	background : #fff2ef;
	margin : 10px 0 10px 15px;
	}

/* FOR ARTICLE LEADS FUNCTION in mods/lead_articles.php */
	/* division class for article lead */
        .article_lead { border-bottom: 1px solid #eee; margin-bottom: 5px; padding-bottom: 20px; }
	/* span classes for date and text */
	.datelead { font: normal 10px Arial; color: #808080; }
	.leadtext { line-height: 1.2em; }


/* Philmoz, Admin Links mod, May 23.07 */
.New_Admin_Links { font-size:85%; text-align:center; }
.new_links { font-size:95%; color: #E23300; }

/* mattonik's image links panel mod (keyrocks) */
#thumb {position:relative; z-index:100; display: inline;}
#thumb a img {border:0;}
#thumb a.p1:hover {text-decoration:none; background-color:#8c97a3; color:#000;}
#thumb a .large {display:block; position:absolute; width:0; height:0; border:0; top:0; left:0;}
#thumb a.p1:hover .large {display:block; position:absolute; top:-35px; left:400px; width:100px; height:100px; border:1px solid #ccc;}

/* mattonik's internal links mod */
#InterneLinky {
padding: 0.3em;
border: 1px solid #ccc;
}

#ILclanky { /* articles list */
display: block;
width: 35%;
height: 20em;
overflow:auto;
float: left;
}

#ILsites { /* pages list */
display: block;
width: 30%;
height: 20em;
overflow:auto;
padding-left: 0.3em;
float: left;
border-left: 1px solid #ccc;
}

#ILcat { /* categories list */
display: block;
width: 30%;
height: 20em;
overflow:auto;
padding-left: 0.3em;
border-left: 1px solid #ccc;
}

#clientsleft {
	font-size: 1.4em;
	line-height: 2em;
	color: #aaa;
	font-weight: bold;
	}
#clientsleft li {
	padding:0;
}
#clientsright {
	font-size: 1.4em;
	line-height: 2em;
	color: #aaa;
	font-weight: bold;
	text-align: right;
	}
#clientsright li {
	padding:0;
}

#interContainer{
position: absolute;
display:block;
width: 320px; /*Width of interstitial box*/
left: 0;
top: 0;
padding: 15px;
padding-top: 0;
background-color: #ffe89a;
border: 1px solid black;
z-index: 21;
margin-left: 30px;
margin-top: 140px;
}
#interContainer a{
color: #222;
}
#interContainer a:hover{
color: #fff;
}
#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid gray;
background-color: white;
}

/* THREE COLUMN LAYOUT */

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#transparent;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#transparent;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#transparent;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


.colmask h3 {
	border:none;
	font-size: 1.5em;
	padding-top: 8px;
}
