
/*----------------------------------------
Name: popup.css
Developed by:Meg Smith
Date Created:6/9/09
Last Updated:
Copyright:WinningSounds.com2009
----------------------------------------*/

/* Imports
----------------------------------------*/
@import url("/css/reset.css");
@import url("/css/externalLinks.css");


/* Elements
----------------------------------------*/
body
{
	background-color:#2B2A25;
}

body, p, td, th, li
{
	font-family: Georgia, serif;
	font-size:1em;
	line-height:1.5em;
	color:#FFF;
}
#mainContainer
{
	width:640px;
}
p
{
	margin: 0 0 1em 0;
}

/*--- Link Styles ---*/
a:link, a:visited
{
	color:#FFF;
	text-decoration: none
}

a:hover, a:active
{
	color:#CE924D;
	text-decoration:none;
}
h1
{
	color:#CE924D;
	margin:.825em 0 .5em 0;
	font-size:1.5em;
}

h2
{
	color:#FFF;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h3
{
	color:#FFF;
	margin:.825em 0 .5em 0;
	font-size:1em;
	font-weight: bold;
}

h4
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.25em;
}

h5
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1.125em;
}

h6
{
	color:#5C8127;
	margin:.825em 0 .5em 0;
	font-size:1em;
}

ul
{
	list-style:none;
}

ol
{
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

		
/* Main Content
----------------------------------------*/
#mainContent
{
	width: 640px; 
}

#mainContent div#player
{	
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#mainContent div#audio
{	
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#mainContent h2
{
	font-family: Georgia, serif;
	font-size: 1.10em;
	margin-top: 10px;
	margin-left: 20px;
}

#mainContent h3
{
	font-family: Arial, sans-serif;
	font-size: .95em;
	margin-top: 10px;
	margin-left: 20px;
}

#mainContent p
{
	font-family: Arial, sans-serif;
	font-size: .95em;
	margin-top: 20px;
	margin-left: 20px;
}

#mainContent p#fun
{
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#mainContent p.note
{
	font-size:.7em;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#mainContent ul#bullets li
{
  	font-family: Arial, sans-serif;
  	padding-left: 30px; 
	line-height: 1.3em;	
  	color : #FFF;
  	font-size : .9em;
}

/* Button Styles
----------------------------------------*/
#mainContent button {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: auto;
	margin-top: 10px;
	margin-left: 20px;
}

#mainContent button.rounded {
	background: transparent url(../btn_right.png) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
}

#mainContent button span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}

#mainContent button.rounded span {
	background: transparent url(../btn_left.png) no-repeat scroll left top;
	color: #FFFFFF;
}

#mainContent button.rounded:hover {
	background-position: 100% -30px;
}

#mainContent button.rounded:hover span {
	background-position: 0% -30px;
}

#mainContent button::-moz-focus-inner {
	border: none;
}
