/*
Theme Name: Duct Tape & WD-40
Version: 1.0
Author: CTI Networks, Inc.
*/

@import "style/reset.css";

body {
    background: #dcdcdc url(images/background.jpg);
	color: #000;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 0.9em;
}

a {
    color: #fff;
}


#container {
    position: relative;
	margin: 10px auto;
	width: 760px;
}

h1 {
    background: url(images/header.gif) no-repeat;
	width: 665px;
	height: 131px;
	text-indent: -9999px;
}

#content-top {
    background: url(images/content-top.gif) no-repeat;
	width: 664px;
	height: 13px;
	margin-top: 20px;
}

#content-bottom {
	background: url(images/content-bottom.gif) no-repeat;
    width: 664px;
	height: 14px;
	clear: both;
}

#content-container {
    background: url(images/content-bg.gif) repeat-y;
	width: 664px;
	color: #fff;
	overflow: auto;
}

#sidebar {
    width: 215px;
	float: right;
}

#content {
    width: 418px;
	float: left;
	margin-left: 15px;
}

h2, h2 a, h3 {
    color: #ffd503;
}

h2 {
    font-size: 1.3em;
	margin: 10px 0;
}

#menu {
    text-align: center;
	margin-bottom: 15px;
}

#menu li {
    display: inline;
}

#menu li a {
    font-weight: bold;
	color: #ffd503;
	text-transform: uppercase;
	text-decoration: none;
}

#menu li a:hover {
    color: #fff;
}

.bloglink {
    font-weight: bold;
}


a.bloglink:hover {
    color: #ffd503;
}

p {
	margin: 1.0em 0;
}

.post img {
    margin: 10px;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}

.post ul {
    list-style: disc outside;
	margin: 10px 30px;
}

.post ol {
    list-style: decimal outside;
	margin: 10px 30px;
}


/*Utility Styles************************/
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	display:block;
	margin:0 auto;
}

