/*
Theme Name: GOUSPACK
Theme URI:
Description: The default WordPress theme for GOUSPACK.COM website.
Version: 1.0
Author: Jerico Veloso
Author URI: http://aboutenjay.com/
Tags: custom theme
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #a3a3a3 url(images/bg.png) repeat-x;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
	color: #666;
}

h1 {
	margin-bottom: .5em;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 32px;
	color: #3065a4;
}

h1 span {
	color: #900;
}

h2 {
	margin-bottom: .5em;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 24px;
	color: #3065a4;
}

h3, .h3 {
	margin-bottom: 1em;
	padding: 3px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 12px;
	color: #900;
}

p, ul, ol, dl {
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 3em;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/arrow2.gif) no-repeat 0 1px;
}

ul.list-style1 {
	width: 476px;
	padding-left: 40px;
	overflow: hidden;
}

ul.list-style1 li {
	float: left;
	width: 210px;
}

ul.list-style2 {
	padding-left: 40px;
	padding-right: 40px;
}

strong {
	color: #af1e1e;
}

a, a strong {
	color: #369;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

hr {
	display: none;
}

/* Button List */

ul.buttons {
	height: 50px;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.buttons li {
	float: left;
	background: none;
	padding: 0;
}

a.button {
	display: block;
	width: 165px;
	height: 37px;
	padding: 13px 0 0 35px;
	background: url(images/button.png) no-repeat;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 18px;
	color: #fff;
}

a.button:hover {
	background-position: 0 -50px;
}

/* Header */

#header {
	width: 940px;
	height: 90px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	float: left;
	width: 219px;
	height: 90px;
	padding: 0 0 0 30px;
	position: relative;
	overflow: hidden;
}

#logo h1 {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	color: #231f20;
	text-transform: uppercase;
}

#logo em {
	display: block;
	letter-spacing: -4px;
	font-size: 36px;
}

#logo em .red {
	color: #900;
}

#logo em .blue {
	color: #369;
}

#logo a {
	text-decoration: none;
	color: #231f20;
}

#logo .cover {
	position: absolute;
	top: 0;
	left: 30px;
	width: 219px;
	height: 90px;
	background: url(images/logo.png) no-repeat;
}

/* Header > Menu */

#menu {
	float: right;
	width: 590px;
	height: 83px;
	background: url(images/menu_bg.png) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 0 17px;
	list-style: none;
	line-height: 1;
}

#menu li {
	float: left;
	height: 45px;
	padding: 26px 14px 0 14px;
	border-left: 1px solid #3d689a;
	border-right: 1px solid #163e6d;
	background: none;
}

#menu a {
	outline: none;
	text-decoration: none;
	text-transform: lowercase;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li#m1 {
	border-left: none;
}

#menu li#m2 {
}

#menu li#m3 {
}

#menu li#m4 {
}

#menu li#m5 {
}

#menu li#m6 {
}

#menu li#m7 {
	border-right: none;
}

#menu li.active {
	background: url(images/menu_active.png) no-repeat 50% 100%;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: url(images/page_bg.png) repeat-y;
}

#page-bgtop {
	background: url(images/page_bgtop.png) no-repeat;
}

#page-bgbtm {
	width: 950px;
	overflow: hidden;
	background: url(images/page_bgbtm.png) no-repeat 0 100%;
}

/* Content */

#content {
	float: right;
	width: 516px;
	padding: 30px 50px 30px 0;
	font-size: 11px;
}

#crumbs {
	margin-bottom: 2em;
}

/* Posts */

.post, .search-results .page {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #999;
}

.post h2, .search-results .page h2 {
	margin: 0;
}

.post h2 a, .search-results .page h2 a {
	text-decoration: none;
}

.post h2 a:hover, .search-results .page h2 a:hover {
	text-decoration: underline;
}

.post .postmetadata {
	margin: 0;
	padding: 10px 0 0 0;
}

.navigation {
	font-size: 13px;
	font-weight: bold;
}

.navigation a {
	text-decoration: none;
}

.navigation a:hover {
	text-decoration: underline;
}

.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

.commentlist .comment {
	width: 536px;
	padding: 10px 0;
	overflow: hidden;
}

.comment-author {
	float: left;
	width: 100px;
	text-align: right;
}

.comment-author cite {
	display: block;
}

.comment-author .says {
	display: none;
}

.comment-meta, .commentlist .comment p, .commentlist .comment ul, .commentlist .comment ol {
	margin-left: 110px;
}

.commentlist .comment li {
	padding: 0;
	background: none;
}

.comment-meta {
	margin-bottom: 10px;
	font-size: 9px;
}

.comment-meta a {
	text-decoration: none;
	color: #999;
}

#respond input, #respond textarea {
	padding: 5px;
	font: 13px Arial, Helvetica, sans-serif;
}

#comment {
	width: 500px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 304px;
	padding: 0 55px 25px 25px;
}

/* Sidebar > Submenu */

#submenu {
	
	color: #fff;
	background: #9d1917 url(images/submenu_bg.png) repeat-y;
}

#submenu-bgtop {
	background: url(images/submenu_bgtop.png) no-repeat;
}

#submenu-bgbtm {
	padding: 20px 0 15px 30px;
	background: url(images/submenu_bgbtm.png) no-repeat 0 100%;
}

#submenu h2 {
	text-transform: lowercase;
	margin-top:-5px;
	margin-bottom: 5px;
	color: #fff;
}

#submenu ul {
	margin: -7px 0 15px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

#submenu li {
	padding-left: 15px;
	background: url(images/arrow1.gif) no-repeat 0 50%;
}

#submenu a {
	text-decoration: none;
	color: #fff;
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu .current_page_item {
	font-weight: bold;
}

/* Footer */

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 11px;
	color: #fff;
}

#footer p {
	margin-bottom: 1em;
	line-height: normal;
}

#footer a {
	color: #fff;
}

#footer .links {
	float: left;
}

#footer .legal {
	float: right;
}

#contact_bottom {
	font-size: 12px;
	font-weight:bold;
}

/* Home Styles */

.home #content {
	width: 400px;
	padding: 30px 30px 0 0;
}

.home #sidebar {
	width: 518px;
	padding: 0 0 20px 0;
}

.home #submenu {
	height: 166px;
	padding: 20px 0 0 30px;
	background: url(images/submenu_bg1.jpg) no-repeat;
}

.home #submenu h2 {
	text-transform: none;
}

.home #submenu ul {
	line-height: normal;
}

/* Blog Styles */

.blog #content, .single #content, .archive #content, .search #content {
	width: 536px;
}

.blog #sidebar, .single #sidebar, .archive #sidebar, .search #sidebar {
	padding-right: 0;
}

/* Blog Sidebar */

.blog-sidebar {
	color: #fff;
}

.blog-sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-sidebar li {
	margin: 0;
	padding: 0;
	background: none;
}

.blog-sidebar li ul {
	padding: 0 20px 25px 30px;
	background: url(images/submenu_bgbtm.png) no-repeat 0 100%;
}

.blog-sidebar li li {
	padding-left: 15px;
	background: url(images/arrow1.gif) no-repeat 0 50%;
}

.blog-sidebar a {
	text-decoration: none;
	color: #fff;
}

.blog-sidebar a:hover {
	text-decoration: underline;
}

.blog-sidebar .widget {
	margin-top: 10px;
	background: #900 url(images/submenu_bg.png) repeat-y;
}

.blog-sidebar .widgettitle {
	padding: 20px 20px 10px 30px;
	background: url(images/submenu2_bgtop.png) no-repeat;
	text-transform: lowercase;
	font-size: 18px;
	color: #fff;
}

/* Sidebar > Search Widget */

.widget_search {
}

.widget_search form {
	padding: 0 20px 25px 30px;
	background: url(images/submenu_bgbtm.png) no-repeat 0 100%;
}

.widget_search label {
	display: none;
}

.widget_search input {
	padding: .25em;
	font: 14px Arial, Helvetica, sans-serif;
}

.widget_search input#s {
	width: 168px;
}

/* Form */

ul.form-fields {
	margin: 0;
	padding: 1em 0;
	list-style: none;
}

ul.form-fields li {
	position: relative;
	width: auto;
	overflow: hidden;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
}

ul.form-fields .hint {
	position: absolute;
	top: 6px;
	left: 166px;
	color: #aaa;
}

ul.form-fields li.buttons {
	padding: 0 0 0 160px;
}

ul.form-fields li.buttons input {
	font-weight: bold;
}

ul.form-fields input, ul.form-fields textarea, ul.form-fields select {
	float: left;
	padding: 5px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
}

ul.form-fields label {
	float: left;
	width: 150px;
	padding: 5px 10px 0 0;
	text-align: right;
}

ul.form-fields label.inline {
	float: none;
	width: auto;
	padding-left: 13px;
}

ul.form-fields input.input-text, ul.form-fields textarea {
	width: 250px;
}

ul.form-fields input#get-quote-from-zip, ul.form-fields input#get-quote-to-zip {
	width: 73px;
}

ul.form-fields br {
	display: none;
}

#get-quote-details.has-default {
	color: #aaa;
}

