/*   
Theme Name: BD Touch
Theme URI: http://www.bdtouch.com
Description: bd touch layout
Author: ~Jb
Author URI: http://www.straylogic.com
Template: default
Version: 1.0
.
Gonna get funky css style.
.
*/
* {
    margin: 0;
    padding: 0
}

html {
    background: #000 url("images/bottom_bg.jpg") repeat-x 0 100%;
    color: #9daab3;
    font: 12px/150% "Lucida Grande", Arial, Helvetica, verdana, sans-serif;
}
body {
    width: 100%;
    height: 100%;
}
a {
    outline: none;
    color: #fff;
    text-decoration: none;
}
img {
    border: none;
}

.edit_entry {
	position:absolute;
	top:10px;
	right:10px;
}

#mainContainer {
	position:relative;
	height:100%;
	margin:0px auto;
	padding:0px;
	background:url(images/top_blank_bg.jpg) no-repeat top center;
}

#mainContainer.home {
    background: transparent url(images/top_bg.jpg) no-repeat 50% 0;
}

#mainContainer #pageHeader {
	min-height:325px;
}

#pageHeader {
    /*background: transparent url(images/bdt_network.png) no-repeat 50% 0;*/
}

#innerContainer {
	position:relative;
	width:600px;
	margin:0px auto;
}

#footer {
	position:absolute;
	width:100%;
	z-index:0;
	margin:0px auto;
	padding:0px;
	bottom:0px;
}

#footerContent {
	width:600px;
	margin:9px auto;
}

/* TOP NAVIGATION LAYOUT */
#navmenu ul {
	width:600px;
	margin: 0px;
	padding: 10px;
	list-style-type: none;
	list-style-image: none;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}
#navmenu li {
	display: inline;
	margin: 10px;
	padding: 5px;
}
#navmenu ul li a {
	text-decoration:none;
	color: #fff;
}
#navmenu ul li.current_page_item a {
	color: #9daab3;
}
#navmenu ul li a:hover {
	color: #f0b016;
}

/* INDEX CONTENT LAYOUT */
#appstoreButtonContainer {
	position:absolute;
	top:260px;
	left:310px;
}

#freeButton {
	position:absolute;
	height:80px;
	width:196px;
	background:url(images/freetag.png) no-repeat top left;
}

#appstoreButton {
	position:absolute;
	height:80px;
	width:196px;
	background:url(images/appstorebutton.png) no-repeat top left;
	cursor:pointer;
}

#showcaseHotspot {
	position:absolute;
	top:350px;
	left:240px;
	width:350px;
	height:140px;
}

#tagline {
	position:absolute;
	top:462px;
	left:240px;
	color:#fff;
	font-style:italic;
	font-size:11pt;
}

/*** Section Components *******************************************************/

#mainContainer.home #body {
	padding:80px 0px 40px 0px;
    overflow: hidden;
}

#body {
	padding:0px 0px 120px 0px;
    overflow: hidden;
    min-height:150px;
}

#body a:hover {
	color:#f0b016;
}

#body .section {
    padding: 2.5em 0;
    padding-left: 230px;
    position: relative;
    float: left;
    clear: both;
    width: 360px;
    min-height: 8em;
}
#body .bdtFeaturesList {
	color:#fff;
	font-size:8pt;
}

#body .section h4 {
    margin-left: -16px;
    float: left;
}
#body .section p {
    clear: both;
    float: left;
    width: 360px;
}
#body .section h4 {
    font-size: 120%;
}
#body .section h4 a {
    background: transparent url("images/arrow_left.gif") no-repeat 0 2px;
    padding-left: 16px;
    color: #fff;
    text-decoration: none;
    overflow: visible;
    display: block;
}
#body .section h4 a:hover {
	color:#f0b016;
    background-position: 0 -48px;
}
#body .section img {
    position: absolute;
    left: 0px;
    top: 0px;
}
#body .section.alternate {
    padding-left: 10px;
    padding-right: 220px;
}
#body .section.alternate img {
    left: auto;
    right: 0px;
    top: 0px;
}
#body .section.alternate h4 a {
    background: transparent url("images/arrow_right.gif") no-repeat 100% 2px;
    padding-right: 16px;
    color: #fff;
    text-decoration: none;
    overflow: visible;
    display: block;
}
#body .section.alternate h4 a:hover {
	color:#f0b016;
    background-position: 100% -48px;
}

/* Post Entry components */
.entry h2 {
	color:#fff;
	margin-bottom:15px;
}

.entry h4, .entry.expander {
    font-size: 120%;
	color:#fff;
}

.entry p, .entry ul {
	margin-bottom:15px;
}

.expander blockquote {
	margin:15px 0px 80px 40px;
}

.expander ul {
	color:#fff;
	margin-bottom:15px;
	margin-left:15px;
}
.expander ul li {
	margin:0px 0px 0px 50px;;
}

.expander h4 {
	cursor:pointer;
    font-size: 120%;
    padding-left:15px;
    background: transparent url("images/arrow_right.gif") no-repeat 0px 2px;
}

.expander h4:hover {
	color:#f0b016;
    background-position: 0px -48px;
}

.expander p {
	padding-left:15px;
}

.entry .imagebank {
	white-space:nowrap;
	list-style-type:none;
}

.entry .imagebank li {
	display:inline;
	horizontal-align:left;
	vertical-align:middle;
}
.entry .imagebank li a {
	margin:15px 10px 0px 10px;
	float:left;
}

.standardlist {
	margin:15px;
}
.standardlist li {
	margin:0px 0px 0px 20px;;
}

