/*
Theme Name: Jeff Byer's 2009 Style*
Author: Jeff Byer
Author URI: http://jbyer.com/
*/

* {
	margin: 0;
	padding: 0;
}

html body {
	background: #050505;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #888888;
	font: normal 75%/normal Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

a {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #0090dc;
    font-weight: normal;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #999999;
    font-weight: bold;
} 

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
    font-weight: bold;
}

#mainContainer {
    width: 980px;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}
#logo {
    float: left;
}

#nav {
    float: right;
    width: 400px;
    height: 115px;
    font-size: 18px;
}

#nav a {
    text-decoration: none;
}

#link1 {
    margin-top: 57px;
    margin-right: 48px;
    float: right;

}

#link2 {
    margin-top: 57px;
    margin-right: 48px;
    float: right;
}

#link3 {
    margin-top: 57px;
    float: right;
}

#rssFeed {
    margin-top: -40px;
    margin-left: 570px;
}

#mainPromote {
    width: 980px;
    height: 263px;
}

#mainPhoto {
    margin-top: -3px;
}

#companyLinks {
    float: right;
    margin-right: 5px;
}

#companyLinks img {
    border: 0px;
    padding-top: 2px;
}

#about {
    width: 682px;
    height: 132px;
    float: left;
    margin-top: 35px;
    background-image: url('../img/about-bg.jpg');
    background-repeat: no-repeat;
}

#aboutText {
    width: 642px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    line-height: 25px;
    text-align: justify;
}

#textLinks {
	width: 682px;
	margin-top: 50px;
	float: left;
	line-height: 30px;
}

#links1 {
	width: 300px;
	margin-left: 20px;
	float: left;
}

#links2 {
	width: 300px;
	margin-left: 20px;
	float: right;
}

#blogList {
    float: right;
    width: 252px;
    margin-top: 25px;
}

#blogEntry {
    margin-top: 15px;
    line-height: 20px;
}

#blogEntry a {
    text-decoration: none;
}

#webGallery {
    padding-top: 35px;
    width: 682px;
    float: left;
}

#galleryContainer {
    clear: both;
    width: 682px;
    height: 331px;
    background-image: url('../img/dicemedia-bg.jpg');
    margin-top: 25px;
    overflow: hidden;
}

#galleryBuffer {
	width: 622px;
	height: 330px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden; 
}

#galleryItems {
    width: 120000px;
    margin-top: 15px;
    margin-left: -29px;
    margin-right: auto;
}

.galleryItem {
    width: 189px;
    height: 275px;
    float: left;
    margin-left: 30px;
}

#galleryController {
	margin-right: 24px;
	margin-top: 20px;
}

.navHide {
	display: none;
}

#dartRight {
    background-image: url('../img/dartright-available.jpg');
    display: block;
    width: 53px;
    height: 35px;
    cursor: pointer;
    float: right;
}

#dartRightOff {
    background-image: url('../img/dartright-off.jpg');
    width: 53px;
    height: 35px;
    cursor: pointer;
    float: right;
}

#dartLeft {
    background-image: url('../img/dartleft-available.jpg');
    display: block;
    width: 59px;
    height: 35px;
    cursor: pointer;
    float: right;
}

#dartLeftOff {
    background-image: url('../img/dartleft-off.jpg');
    width: 59px;
    height: 35px;
    cursor: pointer;
    float: right;
}

#footerContainer {
	width: 980px;
	height: 50px;
	background: #101010;
	margin-top: 25px;
}

#footerLeft {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

#footerRight {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
}

.blogSub {
    margin-top: 5px;
    font-size: 8px;
    color: #333333;
}

.blogSub a {
    color: #333333;
    text-decoration: none;
}

.blogSub a:hover {
    color: #0090dc;
    text-decoration: underline;
}

#dicepopup {
	top: 194px;
	left: 50%;
	margin-left: 0px;
}

#printpopup {
	top: 289px;
	left: 50%;
	margin-left: 0px;
}

#babblepopup {
	top: 382px;
	left: 50%;
	margin-left: 0px;
}

.popup {
	z-index: 100;
	display: none;
	background-image:url(../img/bubble.gif);
	background-repeat: no-repeat;
	Position: absolute;
	width:206px;
	height:75px;
}

.poptext {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 4px;
}

.haspopup {  }
	
#blogEntry img, .sociable, .postmetadata {
	display: none;
}

#blogEntry p {
	color: #555555;
	line-height: 1.2em;
}

#blogEntry p a {
	color: #555555;
}

#blogEntry p a:hover {
	color: #888888;
}
	

#blogEntry h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #999999;
    font-weight: bold;
    margin-top: 15px;
}

#breadcrumbs {
	display: none;
}


