/*   
Theme Name: Safety Wrap Corp
Theme URI: http://www.safetywrapcorp.com
Description: A blank frame work using 960.gs grid system and is licensed under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>. Based on the Simon WP Framework.
Author: Morgan Long
Author URI: http://www.aligningchange.com
Version: 1.0
Tags: background-image, single column, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');
/* Global */
body {
        background: #ffffff url(images/body-bg2.jpg) no-repeat top center;
}
/* header */
.header {
        padding: 10px 0px 10px 0px;
        text-align: center;
}
#header-wrap h1 {
        padding: 0px;
        margin: 0px;
}
#description-wrap {
        height: 80px;
        background: url(images/description-wrap-bg.png);
        border-top: 20px solid #f15d22;
}
#description-wrap .description {
        width: 960px;
        margin: 0 auto;
        text-align: center;
}
#description-wrap .description h1 {
        font-size: 3.75em;
        line-height: 1.1em;
        color: #000;
        padding: 13px 0 0 0;
}
#content {
        margin: 20px 0;
}
.post h2 {
        color: #000;
}
#bullet-list {
        font-size: 2em;
}
#bullet-list ul {
        margin: 0;
        padding: 0;
}
#bullet-list li {
        list-style-image: url(images/bullet-list-icon.png);
        line-height: 1.25em;
        margin: 0 0 10px 15px;
}
#search-bar {
        width: 400px;
        float: right;
}

/* links */
a {
        color: #f15d22;
}
a:link, a:visited {
	color: #D51515;
	text-decoration: none;
	}
	
a:hover {
        color: #000000;
	text-decoration: underline;
	}

/* navigation */
#nav-bar {
        border-bottom: solid 1px #ccc;
	width: 960px;
	height: 26px;
	margin: 20px 0px 50px 0px;
	padding: 0px 0px 10px 0px;
	}
	
#navbar-left {
	width: 850px;
	height: 26px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 30px;
	height: 26px;
	float: right;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	display: block;
        font-weight: bold;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}
	
#nav a:hover {
	display: block;
	text-decoration: underline;
        margin: 0px 20px 0px 0px;
	padding: 6px 10px 5px 10px;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
#nav li li {
	display: none;
	}

/* sidebar */
#sidebar-wrap {
        border-top: 2px dotted #f15d22;
}
#sidebar {
        padding: 10px 20px;
}
#sidebar a {
         color: #f15d22;
}
#sidebar p {
        font-size: 1.25em;
}
/* footer */
#footer-wrap {
        background: #013556;
}
#footer {
        margin: 0 auto;
        padding: 30px;
        color: #d4d4d4;
}
#footer a {
        color: #fff;
        text-decoration: underline;
}
#footer a:hover {
        color: #c9c9c9;
        text-decoration: none;
}
#footer p {
        padding: 0 50px;
}
/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear-grid {
        clear: both;
}
