/*
Theme Name: Adam James
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.0
Author: Murray Gray
Tags: mantle color, variable width, two columns, widgets
*/

/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
 background-color:#E6F1FF;
}

body {
 background: url(http://www.adamjames.com.au/images/bg_main.jpg) no-repeat bottom right;
}

h1.blogh1 {
 font-size:24px; 
 font-family:helvetica; 
 letter-spacing:-0.02em;
} 

p, ul, li {
 line-height:1.5em;
 font-family: verdana, arial;
 font-size:12px;
}
h2 {
  font-size:18px;
}

#pagewidth{
 max-width:1000px;
 min-width:1000px;
 margin-left:auto;
 margin-right:auto;
}

#menu {
  width:774px;
  height:30px;
  float:left;
  margin-top:-80px;
  margin-left:50px;
}


#header {
  background:url(http://www.adamjames.com.au/images/hdr_adam.jpg);
  width:1000px;
  height:316px;
  margin-bottom:30px;
}
#leftcol{
 width:25%;
 float:left;
 position:relative;
  }

#twocols{
 width:75%;
 float:right;
 position:relative;
  }

#rightcol{
 width:34%;
 float:right;
 position:relative;
 }

#maincol{
 float: left;
 display:inline;
 position: relative;
 width:66%;
 text-align:left;
 }



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}

#footer {
 background: url(http://www.adamjames.com.au/images/footer.gif) top repeat-x;
 width:1000px;
 padding-top:10px;
 font-size:10px;
 margin-bottom:20px;
}

.h2 {
  font-size:13px;
  letter-spacing:.2em;
}

#upcoming {
  padding-top:50px;
  background: url(http://www.adamjames.com.au/images/hdr_upcoming.gif) top no-repeat;
  text-align:center;
  margin-bottom:50px;
}
#latest {
  padding-top:40px;
  background: url(http://www.adamjames.com.au/images/hdr_newalbum.gif) top no-repeat;
  text-align:center;
  margin-bottom:50px;
}
#mp3player {
  background: url(http://www.adamjames.com.au/images/hdr_newsingle.gif) top no-repeat;
  padding-top:38px;
  margin-bottom:20px;
}

.gig_item_main {
   border:1px solid #dddddd;
   padding:10px;
   margin:10px;
}
.gig_item {
  width:190px;
  margin-bottom:20px;
}
.press_item {
  margin-bottom:20px;
}
.press_date {
  font-weight:bold;
  font-size:18px;
}
.press_title {
  font-weight:bold;
  font-size:12px;
}
.press_text {
}
.press_text blockquote {
 text-transform: italic;
}
.press_link {
  float:right;
}

