/* Adapt and learn from the elements of this CSS to use in your own
projects, but don't copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright of 
JD McCulley and may not be reproduced. BOTTOM LINE...DON'T STEAL ;)
----------------------------------------------------------------------------------------*/

/* JD McCulley Main Stylesheet
----------------------------------------------------------------------------------------*/

/* GLOBAL PAGE LAYOUT (Styles that determine the most basic layout and styles of the site) 
----------------------------------------------------------------------------------------*/
/*html,body {margin: 0; padding: 0; height: 100%; background-image:url(/jdm-images/bg.gif); background-repeat: repeat-x; background-color:#676767;} */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background:url(/jdm-images/hdr-bg2.jpg) center top no-repeat;
	background-color:#676767;
}
body {
	font-size: 12px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#888886;
	text-align:center;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	width:981px;
	min-height:100%;
	text-align: left;
	position:relative;
	float: none;
}
* html #container {
	height:100%;
	width: 981px;
} /* For IE */

/* MASTER HEADER
----------------------------------------------------------------------------------------*/
#header {
	position:relative;
	height:76px;
	margin-bottom:5px;
}
#logo {
	position:absolute; 
	top:0px; 
	left:19px; 

}
#miniNav {
	float: right;
	margin-top: 40px;
	margin-right: 7px;
}
#miniNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#miniNav li {
	float: left;
	text-align: center;
}
#miniNav li a {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #d2d2d2;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222;
	text-shadow: #222 2px 2px 2px;
	display: block;
}
#miniNav li.last a {
	border-right: none;
}
#miniNav li a:hover {
	color: #fff;
}	

/* BILLBOARD / SLIDESHOW
----------------------------------------------------------------------------------------*/
#bb-nav {
	width:981px;
	height:40px;
	position:relative;
	float:left;
	background:url(/jdm-images/blog-top-bg.gif) no-repeat 6px 0;
}
.search-box {
	position:absolute;
	top:9px;
	left:718px;
	display:none;
}
.search-input {
	width:223px;
	float:left;
	position:relative;
}
.search-button {
	width:18px;
	height:18px;
	margin:2px 0 0 0;
	position:relative;
	float:left;
}
#bb-pics {
	position:relative;
	float:left;
	width:975px;
	padding-left:6px;
}
#bb-desc {
	position:relative;
	float:left;
	width:975px;
	padding-left:6px;
}
.cat-dd {
	width:175px;
	background:url(/jdm-images/categories-bg.gif) repeat-x 0 0;
	background-color:#424242;
	color:#4f4f4f;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
	position:absolute; 
	visibility: hidden;
	text-align:left;
	border: 1px solid #4f4f4f;
}
.cat-dd ul {
	display: block; 
	list-style: none;
	margin:0;
	padding:0;
}
.cat-dd a {
	display: block;
	height:17px;
	padding-top: 6px;
	padding-left:8px;
	color:#4f4f4f;
	text-decoration:none;
	border-bottom:1px solid #4f4f4f;
}
.cat-dd a:visited {
	text-decoration:none;
}
.cat-dd a:hover {
	background-color: #7a7a7a;
	color:#DFDFDF;
	text-decoration:none;
}

.blog-search {
	width:280px;
	padding: 20px;
	background:url(/jdm-images/categories-bg.gif) repeat-x 0 0;
	background-color:#424242;
	color:#4f4f4f;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
	position:absolute; 
	visibility: hidden;
	text-align:left;
	border: 1px solid #4f4f4f;
}

.search-btn {padding:0 0 2px 3px;}
.search-field {width:210px}

#ss-pos {
	position:relative;
	float:left;
	width:964px;
	height:586px;
	left:11px;
	 
}


/* MAIN BODY
----------------------------------------------------------------------------------------*/
#repeater-bg {
	width:981px;
	background-image:url(/jdm-images/box-bg-blog.gif);
	background-repeat:repeat-y;
	float:left;
	position:relative;
	background-color:#303030;
}
#gradient-bg {
	width:981px;
	background-image:url(/jdm-images/box-top-blog.gif);
	position:relative;
	float:left;
	background-repeat: no-repeat;
}
#main-body {
	position:relative;
	margin-top:21px;
	width:981px;
}
#body-bot {
	width:981px;
	position:relative;
	float:left;
	padding-bottom:5px;
	background-color:#676767;
}
.body-hdr {
	height:22px; 
	width:671px; 
	border-bottom:1px solid #515151; 
	margin-top:10px; 
	margin-bottom:15px;
	float: left;
	position: relative;
}
.body-para {
	width: 671px;
	line-height:1.4em;
	float:left;
	position:relative;
}
.body-pic-pos {
	width:671px;
	position:relative;
	float:left;
}
.body-pic {
	width:185px;
	position:relative;
	float:left;
}
.body-pic-title {
	width:471px;
	float:left;
	position:relative;
	height:33px;
	margin-bottom:10px;
}
.body-pic-title-txt {
	position:absolute;
	top:8px;
	left:37px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#aaaaaa;
	font-size:14px;
	width:432px;
}
.body-pic-para {
	position:relative;
	float:left;
	width:467px;
	padding-left: 4px;
}

/* BLOG ENTRY
----------------------------------------------------------------------------------------*/
#body-entry {
	width:671px;
	position:relative;
	float:left;
	padding-left:27px;
	margin-top:30px;
	margin-right:20px;
}
.entry {
	margin-bottom:70px;
}
.entry-title {
	width:671px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	margin-top:4px;
	margin-bottom:4px;
	clear:both;
}
.title {
	color:#e7e7e7;
	font-weight:normal
}
.date {
	color:#7F7F7F;
	font-weight:normal;
}
.entry-post-info {
	width:671px;
	height:21px;
	background:url(/jdm-images/entry-post-info-bg.gif) repeat-x;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:4px;
}
.pos-time-cats {
	position:relative;
	float:left;
	width:540px;
}
.pos-comments {
	position:relative;
	float:left;
	width:125px;
	text-align:right;
}
.entry-body {
	width:671px;
	margin-top:12px;
}
.entry-body p {
	line-height:1.5em;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.cmt-mod {
	position:relative;
	width:671px;
	float:left;
	margin-top:15px;
	margin-bottom:50px;
}
.cmt-btn {
	position:relative;
	float:left;
	height:32px;
	width:222px;
}
.cmt-amount {
	position:relative;
	float:left;
	padding:8px 0 0 34px;
	background:url(/jdm-images/cmt-mod-cmts-bg.gif) no-repeat 0 0;
	width:415px;
	height:24px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background-color:#545454;
}
.cmt-social-icons {
	position:relative;
	float:left;
	width:93px
}
.entry-pic {
	border:15px solid #1a1a1a; 
	margin:10px 0 10px 5px;
}
.updown {
	cursor:pointer;
}
ul#processing {
	margin:0; 
	padding:0; 
	list-style:none;
}
.flv {margin:10px 0 10px 30px;}

/* SIDENAV
----------------------------------------------------------------------------------------*/
#body-sidenav {
	width:236px;
	position:relative;
	float:left;
	margin-right:0px;
	margin-top:30px;
	font-family: 'lucida grande', verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}
#body-sidenav div {
	position:relative;
	float:left;
	font-weight:normal;
}
.snav-top {
	background-image:url(/jdm-images/snav-blog-updates-hdr.gif);
	height:33px;
	width:236px;
}
.snav-body {
	background:url(/jdm-images/snav-bg.gif) repeat-y;
	width:214px;
	padding:11px 11px 0 11px;
}
.snav-para {
	width:214px;
	margin-bottom:4px;
}
.snav-line {
	width:236px;
}
.snav-rss {
	position:relative;
	background:url(/jdm-images/snav-rss.gif) no-repeat 0px 2px;
	padding-left:19px;
	float:left;
	clear:both;
	margin:10px 0 4px 0;
	width:195px;
}
.snav-bullet {
	position:relative;
	background:url(/jdm-images/snav-bullet.gif) no-repeat 3px 4px;
	padding-left:19px;
	float:left;
	clear:both;
	margin:10px 0 4px 0;
	width:195px;
}
.snav-entry-title {
	margin-bottom:6px;
	width:214px;
}
.snav-entry-body {
	margin-bottom:6px;
	width:214px;
}
.snav-entry-more {
	float:right;
	margin-bottom:6px;
	text-align:right;
	width:214px;
}

.twitter  {
	width: 255px;
	height:53px;
	left:-19px;
}

#twitter_div {
	width:214px;
}
#twitter_update_list {
	margin:0;
	padding:0
}
#twitter_update_list li {
	margin:0;
	padding:0 0 14px 0;
	list-style:none;
}


/* SESSIONS 
----------------------------------------------------------------------------------------*/

.body-full {
	width:927px;
	position:relative;
	float:left;
}
.session-bullet {
	position:relative;
	background:url(/jdm-images/gray-square-bullet.gif) no-repeat 0px 4px;
	padding-left:14px;
	float:left;
	clear:both;
	margin:10px 0 4px 0;
	width:263px;
}
.session-bullet span {
	font-size:11px;
	line-height:1.3em;
}
.session-bullet h4 {
	margin:0;
	padding:0;
	color:#e1e1e1;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.coll-hdr {
	height:28px; 
	background-color:#171717; 
	border-bottom:1px solid #515151; 
	border-top:1px solid #515151;
	position:relative;
	float:left;
	width:281px
}
.coll-p {
	width:281px; 
	position:relative; 
	float:left;
}
.coll-hdr span {
	display:block; 
	color:#e1e1e1; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size:12px; 
	font-weight:bold;
}
.coll-sub-hdr {
	height:23px; 
	background-color:#2d2d2d; 
	border-bottom:1px solid #3b3b3b; 
	border-top:1px solid #3b3b3b;
	position:relative;
	float:left;
	width:281px
}
.coll-sub-hdr-span-left {
	float:left;
	margin:4px 0 0 7px;
	color:#c9c9c9;
	font-size:11px;
}
.coll-sub-hdr-span-right {
	float:right;
	margin:4px 7px 0 0;
	color:#c9c9c9;
	font-size:11px;
}
.coll-sub-row-one {
	height:20px; 
	background-color:#252525; 
	position:relative;
	float:left;
	width:281px;
	font-size:11px;
}
.coll-sub-row-two {
	height:20px; 
	background-color:#2d2d2d; 
	position:relative;
	float:left;
	width:281px;
	font-size:11px;
}
.coll-sub-row-span-left {
	float:left;
	margin:3px 0 0 7px;
	color:#939393;
}
.coll-sub-row-span-right {
	float:right;
	margin:3px 7px 0 0;
	color:#939393;
}
.indi-options {
	position:relative; 
	float:left; 
	lear:both; 
	width:281px;
}
.indi-intro {
	font-size:11px; 
	padding:10px 0 10px 0; 
	width:281px; 
	position:relative; 
	float:left;
}

/* Session Slideshow */

.title-ornament {
	margin:0 0 3px 5px;
}

#ss-sub-pos {
	
	width:969px;
	background:url(/jdm-images/ss-bg.gif) repeat-x 0 0;
	position:relative;
	float:left;
	left:6px;
}
#ss-flash {
	width: 673px;
	height:422px;
	padding:20px 0 0 20px;
	position:relative;
	float:left;
}

/* Session Top Side Nav */

#ss-snav {
	height:422px;
	width:236px;
	position:relative;
	float:left;
	padding:20px 0 0 20px;
}
.snav-book {
	position:absolute;
	float:left;
	top:298px;
	left:11px;
}

.snav-check-avail {
	position:relative; 
	float:left;
margin-top:7px; 
}

.snav-ornament {
	position:relative; 
	float:left; 
	margin-left:13px; 
	margin-top:12px;
}


/* FOOTER
----------------------------------------------------------------------------------------*/
#footer {
	color:#333333;
	padding-bottom:12px;
	width:856px;
	float:left;
	position:relative;
	text-align:center;
}

/* HTML TAGS
----------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0;
	padding: 0 0 2px 0;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 22px;
	line-height:1.4em;
	font-weight:bold;
}
h2 {
	font-size: 22px;
	font-weight:normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p {
	line-height:1.4em;
	padding:0 0 10px 0;
	margin:0;
}
p a:link, p a:visited, a:active, a:hover {
	text-decoration: none;
}
a:link {
	color: #e1e1e1;
	text-decoration: none;
}
a:visited {
	color: #e1e1e1;
	text-decoration: none;
}
a:active {
	color: #e1e1e1;
	text-decoration: none;
}
a:hover {
	color: #e1e1e1;
	text-decoration: underline;
}
a {
}
hr {
	border:0;
	border-top: 1px solid #bfbfbf;
	height: 0;
	background: #bfbfbf;
}

/*ul li {margin-left:30px;}*/
.form-field {
	border:1px solid #202020;
	padding:3px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#343434;
	background-color:#7e7e7e;
}

