/* 
    Document   : styles.css
    Created on : Aug 19, 2009, 3:14:11 PM
    Author     : John
    Description:
        Styles for Apples in Stereo Web site
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body
{
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background: #ffffff;
  /* background:#ffffff url(images/blue-rail-left2.gif) repeat scroll 0 0; */

  margin: 0;
  color: #002157;
  /* Removed Calibri*/
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: .875em;
  background-color: #ffffff;
  /*      background: #FBFA91;  */
}

a:link { color:#000000; }
a:visited { color:#000000; }
a:hover { color: #990000;}
a:active { color: #ff6600; }

/* #announcements {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border: none;
    background:#F4D938 none repeat scroll 0 0; 
    
    text-align:right;
} */

#announcements a:hover {
    text-decoration:underline;
}

#announcements a, #announcements a:hover, #announcements a:visited, #announcements a:link, #announcements a:focus {
    color:#888888;
}

#announcements a {
    font-size:1.25em;
    text-decoration:none;
}

.feed-box {
    position:absolute;
    top:200px;
    right:10px;
    background:#FFFFFF;
    width:220px;
    height:300px;
    padding:10px;
    float:right;
    border:5px solid gray;
    margin:0px;
    overflow:scroll;
}

#player-module {
	/*  margin-left: 15px; */
    margin-bottom: 10px;
   
}

#video-module {
	/*  margin-left: 15px; */
    margin-bottom: 10px;
	height: 295px;
	padding: 10px 10px 10px 10px;
   
}

#video-column {
    margin-top: 25px;
    float: left;
    width: 450px;
}

/* 10/14/09, NA: Added for email module */
#email-module {
  /*  margin-left: 15px; 
    margin-top: 10px;*/
	margin-bottom: 10px;
   
}

/* 10/14/09, NA: Renamed welcome-module on index page, news-module
			 	 Below welcome-module styles are not used 
				 (should probably be deleted) */
#welcome-module {
    float: left;
    width: 400px;
}

#welcome-module p {
    font-size:larger;
}

/* 10/14/09, NA: Added styles for news, tour, and visit modules */
#news-module {
    width: 450px;
	float: left;
}

#news-module p {
    /* font-size:larger; */
}

#blog_entries p {
	font-size: .75em; /* .60em; */
	/* font-family: Calibri, Arial, Verdana, Helvetica, sans-serif; */
	}
	
/* I don't think this is used */
#blog_entries h2 {
	font-size: 1.0em; /* 0.7em */
	font-style: normal;
	}

#blog_entries a:link { color:#000033; }
#blog_entries a:visited { color:#000033; }	
#blog_entries a:hover { color: #990000;}
#blog_entries a:active { color: #ff6600; }
	
#tour-module {
    width: 379px;
	float: left;
}

#catalog-module {
    width: 700px;
	margin-left:auto; 
	margin-right:auto; 
	/*margin-bottom: 300px;
	float: left;*/
}

#visit-module {
	width: 275px;
	/*height: 50px;*/
	float: left;
	padding: 5px 5px 5px 5px;
}

/* 10/14/09, NA: Added for social media icons */
#visit-module a
{
    /*width: 45px;
    height: 45px; */
    margin: 0;
    padding: 0;
	
}

#visit-module a:hover img
{
	opacity: 0.75;
	filter: alpha(opacity=75);
}

#visit-module a img
{
    opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
	border:none;
}

#share-module {
	width: 120px;
	float: right;
	padding: 5px 5px 5px 5px;
}

#about-box1 {
	float: left; 
	width: 270px;
}
#about-box1 p {
 	font-size: .70em;
	}
	
#about-box2 {
	float: right;
	padding: 55px 2px;
	width: 220px;
}
#about-box3 {
 	float: left; 
	width: 475px; 
	padding: 25px 10px;
	}
	
#about-box4 {
 	float: left; 
	width: 475px;
	}
	
#about-box1 a img, #about-box2 a img, #about-box3 a img {
	border:none;
}

.networks {
	font-size:0.625em; /* 0.675em;*/
	/*line-height:1.95em;*/
	color:#002157;

}
/*
.networks a {
	color:#0000CC;
	text-decoration:none;
	
}

.networks a:hover {
	color:#0000CC;
	text-decoration:underline;
}

a:link { color:#000000; }
a:visited { color:#000000; }
a:hover { color: #990000;}
a:active { color: #ff6600; }
*/

.left-column {
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}

.right-column {
	float: right;
	margin-right: 125px;
}

.middle-column {
	margin-left: 20px;
	margin-right: 20px;


}



/* 10/14/09, NA: Added (for date display) */
.footnote {
	font-size:.675em; /*.575em;*/
	font-style: normal;
	/*line-height:1.3em;*/
	color:#666666; 
}

.blog-title {
	font-size: 1.0em; /* 0.8em;*/
	font-style: normal;
	}

/* 10/14/09, NA: Added */
.centered {
	text-align: center

}

/* .container {
    
    border-bottom:1px solid #D0D8C6;
    border-left:1px solid #D0D8C6;
    border-right:1px solid #D0D8C6;
    clear:both;
    
    margin:0 auto;
    overflow:hidden;
    padding:0;
    width:100%;
}   */

h1 {
    color: #000000;
    font-size: 0;
}

div#header {
	/* 10/14/09, NA: Removed bottom border, old
					 logo overlaps, so image has border */
    /* border-bottom: solid 2px #002157; */
}

div#container {
    margin: 20px auto;
    width: 960px;
    border: solid 1px #000000;
}





div#inner-container {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/* background: #000000 url(images/speaker-background.jpg) repeat-y scroll 0 0; */
    /* background: #FFFFFF; */
    background:#ffffff url(images/bluebackground_1.jpg) repeat scroll 0 0;
	/* 10/14/09, NA: Removed below, and added negative top margin due to overlapping logo */
	/* margin:0; */
	padding-bottom:26px;
	/* 10/14/09, NA: Added negative top margin due to overlapping logo;
					 -20px was the number that removed the whitespace b/w the 
					 header and inner-container in IE */
	margin-top: -20px;
}

#innermost-container {
    margin:0 25px;
}


#column1 {
   
    margin-right: 10px;
  /*  margin-left: 245px; */
    width: 500px;
}

#content-column {
	margin-left: 20px;
	/* 10/14/09, NA: Changed width */
    width: 472px; /* 400px; */
}

.column {
    margin-top: 25px;
    float: left;
    width: 400px;
}

.module {

   /* background:#10a0db url(images/bluebackground_1.jpg) scroll 0 0; */
   
   /* 10/14/09, NA: Created a lighter background; removed the yellow background */
    background:#10a0db url(images/bluebackground_2.jpg) scroll 0 0;
   /* background-color: #fff100; */
   
   /* background-color: #10A0DB; */
/*     filter: alpha(opacity=60);
  /* CSS3 standard */
   /* opacity: 0.9 ; */
   /*  -moz-opacity: 0.75; */

    /* background-color: #10A0DB;*/ 
	border:solid 0px #002157;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	/* -moz-border-radius:4px;
	-webkit-border-radius:4px; */
	margin-bottom:10px;
	padding:15px 9px;
    
}

.plusshipping {
    color:#002157;
    font-family:Verdana,Arial,Sans-serif;
    font-size: .55em; 
}

#vinyl-digital-shirt-module {
  /*  margin-bottom: 25px; */
}


#vinyl-digital-module {
  /*  margin-bottom: 25px; */
}

#digital-module {
 /*   border-right: 0;
    border-bottom: 0; */
}  

#cd-digital-module {
  /*  border-right: 0;
    border-bottom: 0; */
}

#digital-shirt-module {
   /*  border-right: 0; */

}

#cd-digital-shirt-module {
  /*  border-bottom: 0; */
}

.moduleheader {
    font-size: 1.0em; /*.8em;*/
    margin-top:0;
}

ul.product_features {
    font-size: .875em; /*.75em;*/
	margin:0;
	padding:0 0 0 12px;
}
ul.product_features li {
	margin-bottom:10px;
}

/* 10/14/09, NA: Added style for tour dates list */
ul.tour_dates {
	margin:0;
	padding:0 0 0 20px;
}
ul.tour_dates li {
	margin-bottom:10px;
}

/* 10/14/09, NA: Added style for visit us list */
ul.visit_us {
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
}
ul.visit_us li {
	margin-bottom:10px;
	
}

a.ts_buttonlink {
    background-color:#000000;
    color:#10A0DB;
    display:inline-block;
    font-family: Lucida,Arial,Sans-serif;
    font-size: .875em;
    font-weight:bold;
    border: solid 2px #10A0DB;
    height: 1.5em;
    margin-top: 1em;
    padding:4px 0 0;
    text-align:center;
    text-decoration:none;
    width:100px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
a.ts_buttonlink:hover {
    color: #000000;
    background-color:#10A0DB;
    font-size: .875em;
    background-image:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

a.ts_buttonlink-shirt {
    background-color:#000000;
    color:#10A0DB;
    display:inline-block;
    font-family: Lucida,Arial,Sans-serif;
    font-size: .7em;
    font-weight:bold;
    border: solid 2px #10A0DB;
    height: 1.5em;
    margin-top: 1em;
    padding:4px 0 0;
    text-align:center;
    text-decoration:none;
    width:140px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
a.ts_buttonlink-shirt:hover {
    color: #000000;
    background-color:#10A0DB;
    font-size: .7em;
    background-image:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

a.ts_buttonlink-shirt-lp {
    background-color:#000000;
    color:#10A0DB;
    display:inline-block;
    font-family: Lucida,Arial,Sans-serif;
    font-size: .7em;
    font-weight:bold;
    border: solid 2px #10A0DB;
    height: 2.75em;
    margin-top: 1em;
    padding:4px 0 0;
    text-align:center;
    text-decoration:none;
    width:140px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
a.ts_buttonlink-shirt-lp:hover {
    color: #000000;
    background-color:#10A0DB;
    font-size: .7em;
    background-image:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


div#footer {
    /* background-color:#000000; */
    background: none;
    clear:both;
    color:#000000;
    float:none;
    font-size:.7em; /*.6em;*/
    padding:10px;
    text-align:center;
   /* color: #10A0DB; */
}

/* 10/14/09, NA: Added for social media icons */
.addthis_toolbox .custom_images a
{
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
}


.addthis_toolbox .custom_images a:hover img
{
    opacity: 0.75;
	filter: alpha(opacity=75);
}

.addthis_toolbox .custom_images a img
{
    opacity: 1;
	filter: alpha(opacity=100);
} 
