/*
Theme Name: Cafe Press
Theme URI: http://www.press75.com/
Description: The first release under my business line of WordPress themes. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/cafepress/">http://www.press75.com/docs/cafepress/</a>. Don't forget to configure the Cafe Press Theme Options page.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/

body {
margin: 0;
padding: 0;
background: #1A1915 url(images/bg.jpg) top left repeat fixed;
font: 11px Verdana,Arial,Helvetica,sans-serif; 
color: #9d9d9d; 
line-height: 18px;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 36px;
color: #FFFFFF;
margin: 35px 0 15px 0;
padding: 0;
}

h1 a:link, h1 a:active, h1 a:visited {
color: #FFFFFF;
}

h1 a:hover {
color: #999999;
}

a:link, a:visited {
color: #666666;
text-decoration: none;
}

a:hover {
color: #006f98;
}

h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
color: #7f7f7f;
}

h2 a:link, h2 a:active, h2 a:visited {
color: #7f7f7f;
}

h2 a:hover {
text-decoration: none;
color: #006F98;
}

#wrapper {
margin-left: auto;
margin-right: auto;
width: 960px;
}

h3 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 2px 0;
color: #7f7f7f;
}

h4 {
font-size: 14px;
font-weight: normal;
padding: 0;
margin: 0;
color: #7f7f7f;
}

h4 a:link, h4 a:active, h4 a:visited {
color: #7f7f7f;
text-decoration: none;
}

h4 a:hover {
text-decoration: none;
}

img {
border: 0;
}

p {
margin: 0 0 15px 0;
}

.postcomments {
float: right;
width: 35px;
height: 32px;
background: url(images/comments.png) no-repeat 0 0;
text-align: center;
padding: 2px 0 0 0;
margin: 4px 0 0 0;
font-size: 14px;
color: #ffffff;
}

.postcomments:hover {
background: url(images/comments.png) no-repeat 0 -48px;
}

.date {
float: left;
width: 650px;
}

.postdets {
float: left;
width: 700px;
margin: 0 0 15px 0;
}

ul {
list-style: none;
}

blockquote {
width: 80%;
height: auto;
margin: 0; 
padding: 15px 25px 15px 85px;
display: block;
}

#header {
height: 110px;
}

#logo {
height: 110px;
width: 480px;
float: left;
}

#logo h2 {
margin: -41px 0 0 93px;
}

* + html #logo h2 {
margin: -44px 0 0 95px;
}

#textlogo {
height: 110px;
width: 480px;
float: left;
color: #7f7f7f;
}

/** begin navigation **/
#navigation {
width: 480px;
float: left;
font-size: 18px;
}

#navigation ul {
list-style: none;
margin: 69px 0 0 0;
float: right;
}

#navigation li {
display: inline;
margin: 0 0 0 25px;
padding: 0 0 23px 0;
float: left;
}

#navigation li.current_page_item, #navigation li:hover {
background: url(images/current.png) bottom no-repeat;
}
/** end navigation **/

/** begin primary layout **/
#content {
float: left;
width: 914px;
padding:0 20px 20px 20px;
}
}

#main {
width: 700px;
margin: 0 20px 0 0;
float: left;
}

.pagenavi {
font-size: 15px;
}

.pagenavi a:link, .pagenavi a:active, .pagenavi a:visited {
color: #7f7f7f;
text-decoration: none;
}

.pagenavi a:hover {
color: #006f98;
}

#main h3 {
font-size: 16px;
font-weight: normal;
margin: 0 0 2px 0;
padding: 0;
}

.postbox {
width: 700px;
float: left;
}

.postimage {
margin: 0 20px 0 0;
float: left;
padding: 10px;
background: #FFFFFF;
}

.theblogpost ul, .pagebox ul {
list-style: disc;
}

.pagebox {
width: 700px;
float: left;
}

.thepost {
float: left;
width: 300px;
}

.theblogpost {
float: left;
width: 700px;
border-bottom: 1px dashed #CCC;
margin: 0 0 20px 0;
padding: 0 0 10px 0;
}

.thepagepost {
float: left;
width: 700px;
margin:10px 0 20px 0;
}

.entry a:link, .entry a:visited {
color: #7f7f7f;
text-decoration: none;
}

.entry a:hover {
color: #006f98;
}
/** end primary layout **/

/** begin home page **/
#busdets {
list-style: none;
margin: 5px 0 0 0;
padding: 0;
float: left;
}

#busdets a:link, #busdets a:visited {
color: #7f7f7f;
}

#busdets a:hover {
color: #A6A6A6;
}

#busdets h2 a:link, #busdets h2 a:visited {
color: #7f7f7f;
}

#busdets li {
padding: 0 0 0 45px;
cursor: pointer;
}

#busdets li.contact {
background: url(images/contact.png) no-repeat 0 0;
}

#busdets li.contact:hover {
background-position: 0 -40px;
}

#busdets li.hours {
background: url(images/hours.png) no-repeat 0 0;
}

#busdets li.hours:hover {
background-position: 0 -100px;
}

#busdets li.location {
background: url(images/location.png) no-repeat 0 0;
}

#busdets li.location:hover {
background-position: 0 -40px;
}
/** end home page **/

/** begin specials **/
.specialitem {
margin: 5px 0 0 0;
float: left;
width: 200px;
}

.specialitem p {
margin: 0;
font-size: 12px;
line-height: 1.2em;
}

.specialitem a:link, .specialitem a:visited {
color: #7f7f7f;
}

.specialitem a:hover {
color: #A6A6A6;
}

.specialitem h4 a:link, .specialitem h4 a:visited {
color: #7f7f7f;
}

.specialimage {
padding: 2px;
background: #FFFFFF;
float: left;
width: 50px;
height: 50px;
margin: 0 10px 0 0;
}

.specialimage:hover {
background: #7f7f7f;
}
/** end specials **/

/** begin sidebar **/
#sidebar {
float: right;
width: 200px;
}

.widgetblock a:link, .widgetblock a:active, .widgetblock a:visited {
text-decoration: none;
}

.widgetblock a:hover {
color: #006f98;
}

#sidebar ul {

}

#recent-posts-3 li {
padding:0 0 7px 0;
line-height:15px;
width:200px;
}

.widgetblock {
    float: right;
    margin: 0 0 25px;
    width: 137px;
}
/** end sidebar **/

/** begin blocks **/
#blocks {
width: 920px;
padding: 20px;
float: left;
margin: 20px 0 0 0;
background: url(images/bg.png) repeat;
}

#blocks a:link, #blocks a:visited {
color: #7f7f7f;
}

#blocks a:hover {
color: #A6A6A6;
}

#blocks h4 {
font-size: 16px;
font-weight: normal;
padding: 0;
margin: 0;
color: #7f7f7f;
}

#blocks h4 a:link, #blocks h4 a:visited {
color: #7f7f7f;
}

.blockitem {
width: 300px;
float: left;
margin: 0 10px 0 0;
}

#blocks p {
margin: 0;
padding: 0;
}

.lastblockitem {
width: 300px;
float: left;
margin: 0;
}

.blockimage {
float: left;
padding: 4px;
background: #FFFFFF;
margin: 0 10px 0 0;
width: 100px;
height: 100px;
}

.blockimage:hover {
background: #7f7f7f;
}
/** end blocks **/

#footer {
width: 960px;
float: left;
color: #7f7f7f;
padding: 20px 0 20px 0;
}

#footer a:link, #footer a:visited {
color: #7f7f7f;
}

#footer a:hover {
text-decoration: none;
}

#footer p {
padding: 0;
}
/*HEADER*/
.header {
	width:954px;
	height:150px;
	float:left;
	margin:0px;
	padding:0px;
	background:url(http://heliumcreative.com/images/line.jpg) bottom left repeat-x;
}
.top-right-date {
	width:225px;
	height:20px;
	margin:7px 42px 0 0;
	float:right;
}
.top-right-date ul {
	height:20px;
	display:inline;
	float:right;
	text-align:right;
	list-style:none;
	margin:0px;
	padding:0px;
	color:#CCCCCC;
	font-size:10px;
}
.top-right-date ul li {
	padding:8px;
	list-style:none;
	display:inline;
	color:#CCCCCC;
}
.top-right-date ul li a {
	list-style:none;
	display:inline;
	color:#CCCCCC;
	text-decoration:none;
}
.top-right-date ul li a:hover {
	display:inline;
	color:#026792;
	text-decoration:none;
}
.helium-logo {
	width:285px;
	height:110px;
	float:left;
	background:url(http://heliumcreative.com/images/logo.jpg) bottom center no-repeat;
	
}
.social {
	width:95px;
	float:right;
	margin:84px 13px 0 0;
}
.social a.facebook {
	width:28px;
	height:28px;
	display:inline-block;
	background:url(http://heliumcreative.com/images/main-facebook.png) top center no-repeat;
}
.social a.twitter {
	width:28px;
	height:28px;
	display:inline-block;
	background:url(http://heliumcreative.com/images/main-twitter.png) top center no-repeat;
}
.social a.email {
	width:28px;
	height:28px;
	display:inline-block;
	background:url(http://heliumcreative.com/images/main-email.png) top center no-repeat;
}
.social a:hover {
	background-position:bottom center;
}
.social a:active {
    background-position::bottom center;
}
/*HEADER*/
/*FOOTER*/
.footer {
	width:954px;
	height:135px;
	float:left;
	margin:15px 0 0 0;
	padding:11px 0 0 30px;
}
.sub-footer {
	width:954px;
	height:80px;
	float:right;
	font-size: 9px;
	padding-top:8px;
	background:url(http://heliumcreative.com/images/line.jpg) top left repeat-x;
}
.sub-footer-left {
	width:218px;
	height:auto;
	float:left;
	margin:12px 20px 0 0;
	color: #c9cbcb;
}
.sub-footer-left a {
	color: #c9cbcb;
}
.sub-footer-left a:hover {
	color: #026792;
}
.sub-footer-left p {
	display:inline-block;
	margin-top:10px;
	float:left;
}
.sub-footer-left a.helium-icon {
	width:33px;
	height:26px;
	display:inline-block;
	float:left;
	background:url(http://heliumcreative.com/images/footer-icon.jpg) top center no-repeat;
}
.sub-footer-left a:hover {
	background-position:bottom center;
}
.sub-footer-left a:active {
 background-position::bottom center;
}
.sub-footer-right {
	float:right;
	text-align:right;
	color: #c9cbcb;
}
.sub-footer-right p {
	margin-bottom:6px;
}
/*FOOTER*/
/*CONTACT*/
.contact-form {
	width:312px;
	float:left;
	margin:0 0 0 9px;
}	
.contact-form p {
	margin-bottom:10px;
}
.contact-form input, .form-cont textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#959595;
}	
.contact-form input {
	background:url(http://heliumcreative.com/images/contact-form-field.jpg) top left no-repeat;
	width:204px;
	height:16px;
	padding:0px;
	margin:1px 0 0 0;
	border:none;
}
.contact-form textarea {
	background: url(http://heliumcreative.com/images/contact-text-area.jpg) top left no-repeat;
	width:204px;
	height:72px;
	padding:0px;
	resize:none;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#959595;
}
.contact-form-label {
	width:89px;
	height:auto;
	display:inline-block;
	float: left;
}
.contact-form-row {
	height:30px;
}
/*CONTACT*/
/*NAV*/
.nav-left {
	float:right;
	width:102px;
	height:282px;
	text-align:right;
}
.nav-left ul{
    list-style:none;
	padding-left:40px;
	margin:5px 0 0 0;
	text-align:right;
}
.nav-left ul li{
	width:92px;
	height:19px;
	margin:0px;
	padding:0px;
	display:block;
	text-align:right;
	float:right;
	overflow:hidden;
	clear:both;
	cursor:pointer;
}
.nav-left ul li a{
    text-decoration:none;
	padding:1px 3px 1px 3px;
	font-size:10px;
    color:#999999;
	text-align:right;
}
.nav-left ul li a:hover{
    color:#026792;
	text-decoration:none;
}
.nav-left ul li.menu p{
	padding:2px 7px 0 0;
	margin:0px;
}
.nav-left ul li.menu{
	width:92px;
	height:19px;
	margin:0px;
	padding:0px;
	display:block;
	text-align:right;
	float:right;
	overflow:hidden;
	clear:both;
}
.nav-footer {
	height:122px;
	margin:0 0 18px 0;
}
.nav-footer-left {
	width:200px;
	height:122px;
	float:left;
	margin:0 15px 0 0;
}
.nav-footer-left ul{
    list-style:none;
}
.nav-footer-left ul li{
	margin-bottom:2px;
	clear:both;
}
.nav-footer-left ul li a{
    text-decoration:none;
	padding:1px 3px 1px 3px;
	font-size:11px;
    color:#999999;
}
.nav-footer-left ul li a:hover{
    color:#026792;
	text-decoration:none;
}
.nav-footer-right {
	width:250px;
	height:122px;
	float:left;
}
.nav-footer-right ul{
    list-style:none;
}
.nav-footer-right ul li{
	margin-bottom:2px;
	clear:both;
}
.nav-footer-right ul li a{
    text-decoration:none;
	padding:1px 3px 1px 3px;
	font-size:11px;
    color:#999999;
}
.nav-footer-right ul li a:hover{
    color:#026792;
	text-decoration:none;
}
img {
	border:0px;
}
.clearboth {
	clear: both;
	margin:0px;
	padding:0px;
}
a.select {
    font-weight: bold;
    text-align: right;
}
.subscribe-input {
	background:url(http://heliumcreative.com/images/contact-form-field.jpg) top left no-repeat;
	width:204px;
	height:16px;
	padding:0px;
	margin:1px 0 0 0;
	border:none;
}
.gallery-reg-input {
	background:url(http://heliumcreative.com/images/contact-form-field.jpg) top left no-repeat;
	width:204px;
	height:16px;
	padding:0px;
	margin:1px 0 0 0;
	border:none;
        color:#959595;
}
