/*
THEME NAME: Palmdale
THEME URI: http://themeshaper.com/wordpress-domain-parking-theme/
DESCRIPTION: Palmdale ROXXS
AUTHOR: Bright Box Image
AUTHOR URI: http://brightboximage.com/
Tags:one column,fixed width, options, rss, special use
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff; 
  margin:0; 
}

p {
	color: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
	background:black;
	color:#FFF;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
#wrapper {
	width:990px;
	height: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat:no-repeat;
	background-image: url(images/Palmdale_image.jpg);
	
}
#main {
	width:990px;
	height: 775px;
	position: relative;

}
h1 {
	font:30px/36px Verdana, sans-serif;
	font-weight:bold;
}
h1 span {
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:1px;
}
#options-wrap {
	background:#ED8133 url(images/bar.gif) repeat-x top;
	width:100%;
	float:left;
	margin:0 0 24px 0;
	border-top:2px solid #FE8F45;
	border-bottom:2px solid #B54901;
}
#page-info {
	width:990px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	float: left;
	margin-left: auto;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#CCC;
}
#page-info a {
	color: white;
	font-style:italic;
}
#page-info a:hover {
	color:#FFF;
}

#topspin {
right: 97px;
top: 440px;
width: 250px;
height: 300px;
position: absolute;
}

#YouTube {
left: 615px;
top: 77px;
width: 560px;
height: 340px;
position: absolute;
}

#Twitter {
left: 220px;
top: 325px;
width: 250px;
height: 300px;
position: absolute;
}

#iTunes {
left: 360px;
top: 62px;
width: 145px;
height: 29px;
position: absolute;
}

a.iTunes_button {
width: 145px;
height: 29px;
background: url(images/palmdale_itunes_spry.png) no-repeat 0 0;
display: block;
text-indent: -9999px;
}

a.iTunes_button:hover { 
  background-position: 0 -30px;
}

#Shows {
left: 525px;
top: 62px;
width: 65px;
height: 29px;
position: absolute;
}

a.Shows_button {
width: 65px;
height: 29px;
background: url(images/Shows_spry.png) no-repeat 0 0;
display: block;
text-indent: -9999px;
}

a.Shows_button:hover { 
  background-position: 0 -30px;
}

#blog_button {
margin-left: 5px;
float: left;
width: 74px;
height: 60px;

}

a.blog_button {
width: 74px;
height: 60px;
background: url(images/blog.png) no-repeat 0 0;
display: block;
text-indent: -9999px;
}

a.blog_button:hover { 
  background-position: 0 -60px;
}

#social {
color: #191919;
left: 10px;
top: 692px;
width: 420px;
height: 72px;
position: absolute;
}

#Facebook_button {
float: left;
width: 74px;
height: 60px;
}

#Social_button {
margin-left: 5px;
float: left;
width: 74px;
height: 60px;
}

#Oglio {
background-color: olive;
left: 707px;
top: 720px;
width: 123px;
height: 31px;
position: absolute;
}

/* =Images
-------------------------------------------------------------- */

/*  Only added for the sake of compliance with Themes Directory   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}
