/*  
Theme Name: XYZ Affair Styles
Theme URI: http://wordpress.org/
Description: A totally unique vision.
Author: Russ Maschmeyer
Author URI: http://thevisualfield.com/

	XYZ v1.0
	 http://thexyzaffair.com

	This theme was designed and built by Russ Maschmeyer,
	whose blog you will find at http://thevisualfield.blogspot.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Navigation menu stuff */

/* This styles the unordered list element to remove bullets and align the text */
#navcontainer {
	margin-top: 17px;
	float: left;
	width:110px;
	position: absolute;
	left: -103px;
	top: -1px;
	}

:focus {
	outline: 0;
}

#rss_link {
	margin-top: 10px;
	background: ;
	color: gray;
	font-size: 2em;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	}

#nav {
	background: #FFFFFF url('images/nav_bg.jpg') repeat-y bottom right;
	padding: 5px 0px 10px 0px;
	width: 110px;
	height: auto;
	}

 ul#nav {
    list-style-type : none;
    text-align : right;
 }

 /*
  This styles the links. It�s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
 	background: #FFFFFF url('images/nav_item.jpg') repeat-y bottom right;
   font-size: 1.5em;
   padding : 0px 20px 0px 0px;
   margin-bottom : 4px;
   color : #000000;
   font-weight : bold;
   font-style: normal;
   text-decoration : none;
 }

 /* This gives the �rss� class link a background image */
 ul#nav a.rss {
  background: #FFFFFF url('images/nav_bg.jpg') repeat-y bottom right;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 4px;
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
 	margin-top: 0;
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn�t do it in this example. I didn�t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color: #ff0066;
   color : #ff0066;
 }

 /* This offers up a hover/focus state image for the �rss� class link */
 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : #ff0066 url('images/nav_bg.jpg') repeat-y top right;
 }

 /*
  This style the single state of the �current_page_item� class link. Not needed for
  the �rss� class link since that target page won�t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : #000000;
   color : #000000;
   cursor : default;
   text-align : left;
 }
 
 /* end nav menu stuff */

/* rollover navigation ids */
#news_btn {
	background: url('images/news_btn.jpg') repeat-y top left;
	width: 110px;
	height: 25px;
	padding: 0;
	margin: 5px 0px 0px 0px;
	}
	
#shows_btn {
	background: url('images/shows_btn.jpg') no-repeat top left;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0;
	}

#photos_btn {
	background: url('images/photos_btn.jpg') no-repeat top left;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0;
	}
	
#music_btn {
	background: url('images/music_btn.jpg') no-repeat top left;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0;
	}

#videos_btn {
	background: url('images/videos_btn.jpg') no-repeat top left;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0;
	}

#store_btn {
	background: url('images/store_btn.jpg') no-repeat top left;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0;
	}
	
#press_btn {
	background: url('images/press_btn.jpg') no-repeat top left;
	width: 110px;
	height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
	}
	
.our_store_btn a, .our_store_btn a:visited {
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 45px;
	width: 135px;
	background-image: url(images/music_sprite.png);
	background-position: 0px -45px;
}

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

.our_store_btn a:active {
	background-position: 0px -90px;
}

.itunes_btn a, .itunes_btn a:visited {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 45px;
	width: 136px;
	background-image: url(images/music_sprite.png);
	background-position: -136px -45px;
}

.itunes_btn a:hover {
	background-position: -136px 0px;
}

.itunes_btn a:active {
	background-position: -136px -90px;
}

.insound_btn a, .itunes_btn a:visited {
	display: block;
	float: right;
	overflow: hidden;
	text-indent: -9999px;
	height: 45px;
	width: 135px;
	background-image: url(images/music_sprite.png);
	background-position: -272px -45px;
}

.insound_btn a:hover {
	background-position: -272px 0px;
}

.insound_btn a:active {
	background-position: -272px -90px;
}


/*email form stuff*/
.emailform {
	width: 693px;
	margin: 0px auto;
	}

.emailform a {
	display: block;
	height: 30px;
	width: 211px;
	overflow: hidden;
	background: url(images/list_link.png);
	background-position: 0px -30px;
	text-indent: -9999px;
	margin-left: 480px;
	}
	
.emailform a:hover {
	background-position: 0px 0px;
	}

/*home page stuff*/
#home_gif {
        margin: 0px auto 0px auto;
        width: 300px;
	position: relative;
	left: -200px;
	}

#home_page {
	background: url('images/kubrickbg-ltr.jpg') repeat-y top center;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 693px;
	position: relative;
	left: 10px;
	}

#home_container {
	background: #ffffff url('images/home_bg.jpg') repeat-x bottom left;
	margin: 0px 7px 0px 7px;
	width: 679px;
	}

#home_leftcontainer {
	float: left;
	background-color: #000000;
	margin: 0px 7px 0px 7px;
	width: 331px;
	min-height: 187px;
	}

#home_photos {
	margin-top: 20px;
	width: 331px;
	}
	
#home_photos_title_bg {
	background: #909090;
	height: 23px;
	}
	
#home_music_title_bg {
	background: #FFF;
	height: 23px;
	}			

#home_rightcontainer {
	background: #ffffff url('images/music_home_jams.jpg') no-repeat bottom left;
	float:right;
	margin: 0px 7px 0px 7px;
	width: 331px;
	min-height: 195px;
	}		

#home_music {
	padding: 30px 20px 20px 20px;
	width: 291px;
	}
	
#home_content a,  #home_content a:active, #home_content a:visited {
	color: #df005e;
	} 
	
#home_content a:hover {
	color: #ff0066;
	}		

#home_news_container {
	float:left;
	width: 340px;
	}

.home_news {
	padding: 0px 5px 20px 35px;
	width: 300px;
	/*text-transform: uppercase;*/	
	}
	
#home_shows_container{
	float: right;
	width: 339px;
	}
	
.home_shows {
	padding: 0px 29px 20px 35px;
	width: 275px;
	text-transform: uppercase;
	}
	
#home_content {
	font-size: 1.1em;
	}

#bottom2 {
	background: #000 url('images/content_bottom2.jpg') no-repeat top center;
	height: 16px;
	width: 693px;
	}
	
#home_mid {
	clear: both;
	background: #000 url('images/home_mid.jpg') no-repeat bottom center;
	height: 41px;
	width: 693px;
	}
	
#home_secondary {
	background: #000000 url('images/home_secondary_bg.jpg') repeat-y center bottom;
	width: 693px;
	}
/*end home stuff*/


/* Begin Typography & Colors */
.clearfloat {
	clear:both;
	height:0px;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #000000 url('images/xyz_bigbg_02.jpg') no-repeat top center;
	color: #333;
	text-align: center;
	}

#page {
	background: url('images/kubrickbg-ltr.jpg') repeat-y top center;
	text-align: left;
	}
	
#header {
	background: #FFFFFF url('images/xyz_header.jpg') no-repeat top center;
	}

#header2 {
	background: #FFFFFF url('images/header2.jpg') no-repeat top center;
	}
	
#header3 {
	background: #000 url('images/photos_header.jpg') no-repeat top center;
	}

#headerimg 	{ 
	margin: 0px 0px 0; 
	height: 20px; 
	width: 699px; 
	} 
	
#headerimg2 	{ 
	margin: 0px 0px 0; 
	height: 16px; 
	width: 693px; 
	} 

#headerimg3 	{ 
	margin: 0px 0px 0; 
	height: 16px; 
	width: 693px; 
	} 

#content {
	padding-top: 1px;
	font-size: 1.2em;
	}
	
#photos_content {
	padding-top: 3px;
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 15px;
	}	
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
	}
	
.slashdigglicious {
	}	
	
#slashdigg {
	padding-top: 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	font-size: .8em;
	padding-left: 20px;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	text-transform: uppercase;
	background: #000000 no-repeat top;
	border: none;
	}

small {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.6em;
	position: relative;
	top: -.35em;
	}



h1, h2, h3 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0.00em;
	text-transform: uppercase;
	}

h1 {
	font-size: 2.5em;
	line-height: 1em;
	text-align: left;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h2.sifr {
	margin: 0px 0px 20px 0px;
	padding-left: 30px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	line-height: 32px;
	text-align: left;
	border-bottom: #df005e solid 1px;
	}
	
h2.sifr_home {
	margin: 10px 0px;
	padding-left: 30px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	text-align: left;
	border-bottom: #df005e solid 1px;
	line-height: 32px;
	}
	
h2.sifr_white {
	margin-top: 10px 0px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	padding-left: 30px;
	line-height: 32px;
	text-align: left;
	border-bottom: #ffffff solid 1px;
	}
	
h2.photos_home_sifr {
	margin-top: 0px;
	border-bottom: #ffffff solid 1px;
	font-size: 24px;
	line-height: 22px;
	padding-left: 20px;
	}

h2.photos_home_sifr a, h2.photos_home_sifr a:active, h2.photos_home_sifr a:visited, h2.sifr_white {
	color:#EEEEEE;
	}

h2.photos_home_sifr a:hover {
	color:#FFFFFF;
	}
	
h2.music_home_sifr {
	margin-top: 0px;
	border-bottom: #df005e solid 1px;
	font-size: 24px;
	line-height: 22px;
	padding-left: 20px;
	}			
	
h2.shows {
	padding: 0px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	}	

#sidebar h2 {
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	color:white;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: black;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #df005e;
	}

h2 a:hover {
	color: ff0066;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	color: #df005e;
	text-decoration: none;
	}

h5 {
	font-size: 1.0em;
	color: #5e5e5e;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	}

h5 a, h5 a:visited {
	color: #989898;
	text-decoration: none;
	} 
	
h5 a:hover {
	color:#CCCCCC;
	text-decoration: none;
	}
	
.entry p a:visited {
	color: #df005e;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: .9em Arial, Verdana, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em Arial, Verdana, Sans-Serif;
	color: #EEE;
	}

.postmetadata {
	color: #df005e;
	size: 1.1em;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments,  blockquote, strike {
	color: #CCCCCC;
	size: 1.1em;
	list-style-type:none;
	
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#ff0066;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Photo Pages */
#gallery_links {
	padding: 0px 0px 0px 20px;
	}

#gallery_links a {
	color: #888888;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	}
	
#gallery_links a:hover {
	color:#ff0066;
	text-decoration: none;
	}


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	margin: 0 auto;
	padding: 0;
	width: 693px;
	position: relative;
	left: 10px; 
	}

#container {
	margin: 0px 7px 0px 7px;
	width:679px;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 17px; 
	width: 693px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#narrowcolumn_container{
	background: #fff url('images/grad.jpg') repeat-x bottom left;
	float: left;
	width: 473px;
	margin: 0px;
	min-height: 400px;
	}

#photos_narrowcolumn_container{
	color: #ffffff;
	background: #000000 url('images/photos_bg.jpg') repeat-x top left;
	min-height: 560px;
	float: left;
	width: 473px;
	margin: 0px;
	}

.narrowcolumn {
	padding: 0px 30px 20px 35px;
	width: 408px;
	}
	
.narrowcolumn_photos {
	padding: 0px 18px 20px 18px;
	width: 418px;
	}	

.widecolumn {
	padding: 0px 0 20px 0;
	margin: 0px 0 0 30px;
	width: 410px;
	}

.post {
	padding: 0 0px 40px 0px;
	text-align: left;
	}
	
.post_press {
	padding: 0 0px 20px 0px;
	text-align: left;
	}	
	
.home_post	{
	padding: 0 0px 0px 0px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#flickr_photo {
	width: 75px;	
	margin: 0px auto 5px auto;
	border: #FFFFFF 3px solid;
	}

#flickr_header {
	background: #000 url('images/flickr_pool.jpg') no-repeat top center;
	height: 27px;
	width: 194px;
	margin-top: 7px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 693px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 5px 0px;
	text-align: center;
}

#bottom {
	background: #000 url('images/content_bottom.jpg') no-repeat top center;
	height: 22px;
	width: 693px;
	}
	
#bottom3 {
	background: #000 url('images/photos_footer.jpg') no-repeat top center;
	height: 19px;
	width: 693px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding: 15px 0 15px 0;
	margin: 0;
	}

h2 {
	margin: 15px 0 15px 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 40px 0px 10px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 15px 0 0;
	}

h3.comments {
	padding: 0;

	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	border: 1px solid #99999;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	border: 1px solid #99999;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 0px;
	list-style: none;
	padding-left: 0px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar_container {	
	float:right;
	padding: 0px 0 0px 0px;
	margin-left: 0px;
	width: 194px;
	}

#sidebar {	
	float:right;
	padding: 0px 17px 10px 17px;
	margin-left: 0px;
	margin-top: 0px;
	width: 156px;
	}
	
#sidebar form {
	margin: 0;
	}
	
#sidebar a {
	color: #EEEEEE;
	text-decoration: none;
	text-transform: uppercase;
	}
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
