/* My Space or Yours?, v3.0
   myspaceoryours.net
   Copyright © 2007 Threes Company, LLC
   Author: Heather Capri Buna | heathercapri.com
*/


/*****************************************************
* Base Styles
*****************************************************/
* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
}

body {
	background-color: #77794b;
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #002d55;
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/grasswall.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
}

a img {
	border: none;
}

.linkify {
  cursor: pointer;
}

.linkify:hover {
  border-bottom: 1px solid;
}

.cancel {
  font-size: 10px;
}

	

/*****************************************************
* Status Messages
*****************************************************/
.error {
	color:red;
}

.error li {
	margin-left:20px;
}

.success {
	color:green;
}

.success li {
	margin-left:20px;
}



/*****************************************************
* Main Styles
*****************************************************/
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -190px; /* the bottom margin is the negative value of the footer's height */
	width: 988px;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	text-align: left;
}

#masthead {
	width: 980px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	
	position: relative;
}

#logo {
	float: left;
}

#welcome_container {
/*  float: right;*/
}

#login_container {
/*  float: right;*/
}

#login_form {
/*  float: right;*/
}

.login_error {
  float: left;
  background-color: #E17A7A;
  color: #913337;
  border: 1px solid #913337;
  margin: -3px 4px 0 0;
  padding: 3px;
}

#remember_me {
  vertical-align: middle;
}
	
#masthead a {
	background-color: transparent;
}

#main {
	background: #D3CCAE!important;
  position: relative;
  _height: 1px;
}

.content_container {
/*  zwidth: 690px;*/
/*  overflow: hidden;*/
/*  min-height: 368px;*/
	padding: 0px;
	background-color: #D3CCAE;
}

#content {
	padding: 0px;
}
	
h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	clip: rect(0 1px 1px 0);
	overflow: hidden;
}

h2 {
	color: #58834B;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}
	
h3 {
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 20px;
	padding-bottom: 10px;
	color: #665f4b;
}

p {
	margin-bottom: 20px;
	line-height: 18px;
}

a:link, a:visited {
	color: #58834B;
	text-decoration: none;
	padding: 1px 2px;
}

a:hover {
	background-color: #c8bea4;
	padding: 1px 2px;
}

p a:link, p a:visited {
	color: #58834B;
	text-decoration: none;
	padding: 1px 2px;
	border-bottom: 1px #c8bea4 solid;
}

p a:hover {
	padding: 1px 2px;
	background-color: #E3DBBB;
	border-bottom: 1px #f7f4e6 solid;
}

/* Remove link decoration */
.rm_deco a:link, .rm_deco a:visited, .rm_deco a:hover {
	background-color: transparent;
	border-bottom: none;
}

#secondary_banner {
	width: 600px;
	margin: 0 0 0 13px;
	}
	
#ads_right_iframe_body, #ads_bottom_iframe_body, #ads_left_iframe_body {
  background:#D3CCAE;
}

#ads_top_iframe_body {
  background:transparent;
  _background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/grasswall.jpg) repeat-x fixed left top;
}

#ads_top_banner {
	zfloat: right;

	position: absolute;
	bottom: 20px;
	right: 0;
}

#ads_right p.photobucket, #ads_right .spottt {
	width: 129px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: 12px;
}

#ads_right p.photobucket a {
display: block;
margin-top: 0;
}

#ads_right p.photobucket a img {
	border: none!important;
	}


#ads_right .photobucket2 {
	margin: 0 0 20px 0;
	width: 160px;
	}

#ads_right a {
	padding: 0;
	}

#ads_right .photobucket2 p {
	text-align: center;
	margin: 0 auto;
	line-height: 14px;
	font-size: 0.9em;
}

#ads_300x250_bottom p {
	float: left;
	margin-right: 15px;
	margin-top: 30px;
}

.welcome #ads_300x250_bottom p {
	margin-top: 0;
	margin-bottom: 10px;
}

#ads_300x250_bottom #whole {
	margin-top: 30px;
}
	
#ads_half_banner {
	float: right;
}

#lijit {
	margin: 10px 0;
}


#nav .twtr-widget h4 {
	font-size:9px !important;
	letter-spacing: 0;
}

h3 a:link, h3 a:visited {
	color: #58834B;
	border-bottom: 1px #c8bea4 solid;
}

h3 a:hover {
	color: #58834B;
	background-color: #E3DBBB;
	border-bottom: 1px #f7f4e6 solid;
}	

.clear {
	clear: both;
}

	
	
/*****************************************************
* Navigation
*****************************************************/
#nav_top {
	float:left;
	width:100%;
	/*font-size: 140%;*/
	font-size: 140%;
	line-height:normal;
	border-bottom: 1px solid #84776B;
}
	
#nav_top ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
}

#nav_top li {
	display:inline;
	cursor:pointer;
	margin:0;
	padding:0;
}

#nav_top a {
	float:left;
	cursor:pointer;
	background:url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/nav_top_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#nav_top a span {
	float:left;
	cursor:pointer;
	display:block;
	background:url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/nav_top_right.gif) no-repeat right top;
	/*padding:5px 15px 4px 6px;*/
	padding:5px 9px 4px 3px;
	color:#84776B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav_top a span {
	float:none;
}
/* End IE5-Mac hack */

#nav_top a:hover span {
	color:#74675B;
}

#nav_top a:hover {
	background-position:0% -42px;
}

#nav_top a:hover span {
	background-position:100% -42px;
}

#nav_top a.nav_christmas span {
	color: #cc0000;
}

#nav_top a.nav_christmas:hover span {
	color: #008800;
}

#nav_top a.nav_christmas_countdown span {
	color: #cc0000;
}

#nav_top a.nav_christmas_countdown:hover span {
	color: #008800;
}

#nav_top a.nav_greeting_cards span {
	color: #008800;
}

#nav_top a.nav_greeting_cards:hover span {
	color: #cc0000;
}

#nav_top a.nav_newyears span {
	color: #DAB21D;
}

#nav_top a.nav_newyears:hover span {
	color: #CD8610;
}

#nav_top a.nav_mardigras span {
	color: #7A288C;
}
	
#nav_top a.nav_valentine span {
	color: #cc0000;
}

#nav_top a.nav_st_patrick span {
	color: #6CA15D;
}

#nav_top a.nav_profile20 span {
	color: #58834B;
	}

#admin_nav_top {
	float:left;
	width:100%;
	/*font-size: 140%;*/
	font-size: 140%;
	line-height:normal;
	border-bottom: 1px solid #84776B;
}
	
#admin_nav_top ul {
	margin:0;
	padding:0 10px 0 0px;
	list-style:none;
}

#admin_nav_top li {
	display:inline;
	margin:0;
	padding:0;
}

#admin_nav_top a {
	float:left;
	background:url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/nav_top_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#admin_nav_top a span {
	float:left;
	display:block;
	background:url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/nav_top_right.gif) no-repeat right top;
	/*padding:5px 15px 4px 6px;*/
	padding:5px 9px 4px 3px;
	color:#84776B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#admin_nav_top a span {
	float:none;
}
/* End IE5-Mac hack */

#admin_nav_top a:hover span {
	color:#74675B;
}

#admin_nav_top a:hover {
	background-position:0% -42px;
}

#admin_nav_top a:hover span {
	background-position:100% -42px;
}

#admin_nav_top a.nav_christmas span {
	color: #cc0000;
}

#admin_nav_top a.nav_christmas:hover span {
	color: #008800;
}

#admin_nav_top a.nav_newyears span {
	color: #DAB21D;
}

#admin_nav_top a.nav_newyears:hover span {
	color: #CD8610;
}

#admin_nav_top a.nav_mardigras span {
	color: #7A288C;
}
	
#admin_nav_top a.nav_valentine span {
	color: #cc0000;
}

#admin_nav_top a.nav_st_patrick span {
	color: #6CA15D;
}

#nav a.nav_valentine, #nav a.nav_valentine:hover {
	color: #cc0000;
}

#nav .accToggler {
	margin: 0px auto;
	padding: 8px;
	width: 134px;
	background: #6CA15D;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #58834B;
	cursor: pointer;
}

#nav .accContent {
	margin: 0px auto;
}
		
#nav .single {
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
}

#nav .single a:link, #nav .single a:visited {
	background-color: #6CA15D;
	display: block;
	padding: 8px;
	width: 134px;
	color: #fff;
	border-bottom: 1px solid #58834B;
}

#nav .single a:hover {
	background-color: #58834B;
	display: block;
	padding: 8px;
	width: 134px;
	color: #fff;
	border-bottom: 1px solid #58834B;
}

.search_form {
	text-align:center;
	margin-bottom: 5px;
}


#nav {
	position: relative;
	float: left;
	width: 160px;
	margin: 0;
	background-color: #D3CCAE;
}
#nav h2 {
	padding: 5px;
}
	
#nav ul {
	list-style: none;
}
	
#nav ul li a {
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #c8bea4;
	padding: 2px 2px 2px 4px;
	text-decoration: none;
	width: 154px;
	#width: 148px;
}

#nav .quick_links {
  border-top: medium none;
  border-bottom: medium none;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
}

#nav .quick_links a:link, #nav .quick_links a:visited {
	font-size: 1.3em;
}

#nav .left_nav_menu_item {  
	background-color: #6CA15D;
	margin: 0;
	padding: 6px;
	width: 148px;
	background: #6CA15D;
	color: #fff;
	font-size: 1.3em;
	border-bottom: 1px solid #58834B;
	cursor: pointer;
}

#nav .left_nav_menu_item:hover {
  background-color: #58834B;
}

#nav .left_nav_note {
   width: 150px;
   text-align: center; 
   margin-top: 10px;
}

#nav a.nav_christmas:link, #nav a.nav_christmas:visited {
	color: #cc0000;
	font-weight: bold;
	}

#nav a.nav_christmas:hover {
	color: #008800;
	font-weight: bold;
	}

#nav a.nav_newyears:link, #nav a.nav_newyears:visited {
	color: #7A288C;
	font-weight: bold;
	}

#nav a.nav_newyears:hover {
	color: #008800;
	font-weight: bold;
	}

/*
Quick hack:

height: 15px;
#height: 15px;
_height: 21px;

The first setting will apply to all browsers,
The second setting will only apply to Microsoft Internet Explorer browsers
The third setting will only apply to IE browsers 6.0 and older
*/



#nav ul li a:hover, #nav ul li a:focus {
	color: #58834B;
	background-color: #E3DBBB;
	border-color: #f7f4e6 ;
}

#nav_sub ul {
	list-style: none;
	margin-bottom: 6px;
}
	
#nav_sub ul li a {
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #c8bea4;
	padding: 2px 2px 2px 4px;
	text-decoration: none;
	width: 180px;
	#width: 184px;
}

#nav_sub ul li a:hover, #nav_sub ul li a:focus {
	color: #58834B;
	background-color: #E3DBBB;
	border-color: #f7f4e6 ;
}

	

/*****************************************************
* Welcome
*****************************************************/
.welcome {
	width: 630px;
	float:left;
	padding: 10px;
}

.welcome .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.welcome .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}
			
.welcome p {
	font-size: 11px;
}
		
.welcome .entry {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	text-align: center;
}

.welcome .intro .entry {
	width: 250px;
	}

.welcome .entry h3 {
	margin-bottom: 0;
}
	
.welcome .entry p {
	margin: 0;
}	

.zentry p a:link img, .zentry p a:visited img{
	color: #58834B;
	text-decoration: none;
	padding: 4px;
	border: 1px #c8bea4 solid;
display: block;
zbackground-color: red;
}

.zentry p a:hover img {
	padding: 4px;
	background-color: #E3DBBB;
	border: 1px #f7f4e6 solid;
}
	
.welcome .anniversary .entry {
	margin-right: 0;
}	

.welcome .anniversary .blurb {
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	width: 280px;
}
	
.welcome .anniversary .entry h3 {
	margin-bottom: 10px;
}	

.welcome .celebrity {
	zdisplay: none;
}
		
.welcome .celebrity .entry {
	margin-right: 0;
}	

.welcome .celebrity .celeb_bio {
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	width: 280px;
}
	
.welcome .toolbar .entry h3 {
	margin-bottom: 10px;
	}

.welcome .toolbar .entry {
	margin-right: 0;
	}	

.welcome .toolbar .celeb_bio {
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	width: 280px;
	}
	
.welcome .celebrity .entry h3 {
	margin-bottom: 10px;
}	


.welcome .christmas_countdown_homepage {
	zpadding-top: 200px;
	}

.welcome .christmas_countdown_homepage .right {
	text-align: left;
	width: 260px;
}

.welcome .tweetygotback {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_tgb.jpg);
	padding-top: 105px;
	}
	
.welcome .breast_cancer {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/boobies.jpg);
	padding-top: 200px;
	}
	
.welcome .mardi_gras {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_mardi_gras.jpg);
	padding-top: 135px;
	}
	
.welcome .groundhog {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_groundhog.jpg);
	padding-top: 55px;
	}
	
.welcome .superbowl {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_superbowl.jpg);
	padding-top: 105px;
	}
	
.welcome .inauguration {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_inauguration.jpg);
	padding-top: 140px;
	}
	
.welcome .mlk {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/flagheader.gif);
	padding-top: 55px;
	}

.welcome .mlk .label {
	margin-left: 70px;
	}
	
.welcome .birthday {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/birthday.jpg);
	padding-top: 105px;
	}

.welcome .greeting_cards {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/rachel/cardheader.jpg);
	padding-top: 105px;
	}

.welcome .veterans {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/veterans.gif);
	padding-top: 88px;
	}
	
.welcome .election {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_election.jpg);
	padding-top: 140px;
	}
	
.welcome .fall {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/fall.jpg);
	padding-top: 75px;
	}

.welcome .september11 {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/september11.gif);
	padding-top: 75px;
	}

.welcome .school {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_school.jpg);
	padding-top: 55px;
	}

.welcome .july4th {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/julyheader.gif);
	padding-top: 105px;
}
	
.welcome .celebrity {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/celebrityheader.gif);
	padding-top: 105px;
}
	
.welcome .summer {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_summer.jpg);
	padding-top: 105px;
}
	
.welcome .mothers_day {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_mothers_day.jpg);
	padding-top: 105px;
}
	
.welcome .earthday {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_earthday.jpg);
	padding-top: 55px;
}

.welcome .spring_into_summer {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_spring_into_summer.jpg);
	padding-top: 105px;
}
	
.welcome .easter {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_easter.jpg);
	padding-top: 105px;
}
	
.welcome .lucky {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_lucky.jpg);
	padding-top: 48px;
}

.welcome .lucky .label {
	padding-left: 28px;
}

.welcome .valentine {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_valentine.jpg);
	padding-top: 55px;
}
	
.welcome .newyears {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_newyears-1.jpg);
	padding-top: 105px;
}
	
.welcome .christmas {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_christmas.jpg);
	padding-top: 105px;
}
	
.welcome .thanksgiving {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_thanksgiving.jpg);
	padding-top: 55px;
}
	
.welcome .halloween {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_halloween.jpg);
	padding-top: 55px;
}

.welcome .marah {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_marah.jpg);
	padding-top: 55px;
}
	
.welcome .hurray {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_hurray.jpg);
	padding-top: 55px;
}


	
/*****************************************************
* Results
*****************************************************/	
#layout_list {
	float: left;
	padding: 10px 0 10px 10px;
	width: 640px;
}

#layout_list table {
	border-collapse: collapse;
}
	
#layout_list td {
	vertical-align: top;
}

.layout_item {
	margin-right: 4px;
	margin-bottom: 12px;
	padding: 3px 2px;
	width: 204px;
	background-color: #DCD8C4;
	border: 1px solid #BFB895;
}

.layout_item .preview_pic {
	width: 200px;
}

.g_icons .layout_item .preview_pic {
	width: auto;
}
	
.g_online .layout_item .preview_pic {
	width: auto;
}
	
.layout_item p {
	margin-bottom: 0px;
}
		
.layout_title {
	font-size: 12px;
	font-weight: bold;
	height: 45px;
}

.layout_title h3 {
	font-size: 11px;
	font-family: "Lucida Grande", verdana;
	color: #58834B;
	font-weight: normal;
	line-height: normal;
}

.created {
	font-style: italic;
	color: #999;
}
	
	
/*****************************************************
* Search
*****************************************************/

.search {
	width: 630px;
	float:left;
	padding: 10px;
}

.search .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.search .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}
	
.search h2 {
	margin-bottom: 10px;
}

.search table td {
	font-size: 14px;
	width: 150px;
	padding: 8px 0px;
	border-bottom: 1px solid #E3DBBB;
}

#ads_300x250_right {
	float: right;
}
	
#ads_right {
	float: right;
	text-align: right;
	margin: 6px 6px 0 0;
	_margin: 4px 4px 0 0;
}

#ads_right p.photobucket {
	width: 129px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
	line-height: normal;
}
	
#ads_left {
	position: relative;
	float: left;
	width: 124px;
	margin: 0 0 10px 0;
}

form {
	border: 0; margin: 0; padding: 0;
}

input, select, textarea {
	margin: 0;
	font-family: verdana, arial, hevetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #58834B;
}

.by {
width: 65px;
}

.orderby {
width: 95px;
}

.search_box {
width: 100px;
font-size: 12px;
padding: 2px;
}

#sort_block {
margin: 10px 0;
}

/*****************************************************
* Tweaks
*****************************************************/
.tweaks {
	width: 630px;
	float:left;
	padding: 10px;
}
	
.tweaks p {
	margin-bottom: 8px;
}

.tweaks input {
	width: 250px;
	padding: 1px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #ECEADF;
	border: 1px solid #BFB895;
}

.tweaks .entry {
	background-color: #E2DFCF;
	padding: 14px;
	margin: 10px 10px;
	width: 560px;
}

.tweaks .entry h4 {
	padding: 0px;
}



/*****************************************************
* Featured Artist
*****************************************************/
.featured_artist {
	width: 630px;
	float:left;
	padding: 10px;
}

.featured_artist zp {
	margin-bottom: 20px;
	margin-left: 60px;
	margin-right: 20px;
	text-align: justify;
	margin-top: 10px;
	line-height: 1.5em;
}

.featured_artist .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.featured_artist .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}
			
.featured_artist p {
	font-size: 11px;
}
		
.featured_artist .entry {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.featured_artist .entry p {
	margin: 0;
}	

.featured_artist .marah {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_marah.jpg);
	padding-top: 55px;
}

.featured_artist .video {
	margin: 20px auto;
	width: 486px;
}
	
		

/*****************************************************
* How To
*****************************************************/
.howto {
	width: 480px;
	float:left;
	padding: 10px;
}



/*****************************************************
* Crew
*****************************************************/
.crew {
	width: 630px;
	float:left;
	padding: 10px;
}

.crew .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.crew .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}


/*****************************************************
* Contact
*****************************************************/
.contact {
	width: 600px;
	float:left;
	padding: 10px;
}

	
	
/*****************************************************
* Donate
*****************************************************/
.donate {
	float:left;
	padding: 10px;
}

.donate p {
	line-height: 20px;
	font-size: 12px;
}
	
.donate h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #58834B;
	padding: 2px;
	color: #D3CCAE;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
}

.donate .content {
	width: 400px;
	float: left;
	margin-right: 30px;
}

.donate .content h3 {
	margin-bottom: 0;
}
	
.donate .donate_list {
	width: 175px;
	float: left;
	background-color: #DBD3B4;
	padding: 4px;
	border: 12px solid #D7CFB1;
	margin-bottom: 30px;
}

.donate .donate_list h5 {
	line-height: 20px;
	margin-top: 0px;
	letter-spacing: 3px;
}

.donate .donate_list h2 {
	line-height: 18px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 8px 2px;
}

.donate .donate_list p {
	text-indent: 30px;
	font-style: italic;
	margin: 0;
	font-size: 11px;
}

.donate .donate_names {
	height: 420px;
	overflow: auto;
}


/*****************************************************
* Press
*****************************************************/
.press {
	width: 630px;
	float:left;
	padding: 10px;
}

.press .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.press .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}
			
.press p {
	font-size: 11px;
}
		
.press .entry {
	float: left;
	margin-bottom: 15px;
	width: 380px;
}
	
.press .left {
	width: 200px;
}

.press .entry p {
	margin: 0;
}	
	
.press blockquote {
	background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/quote.gif) no-repeat;  
	margin: 0px 5px 30px 8px;	 
	padding: 8px 3px 0 24px;
}

.press blockquote p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	line-height: 30px;
}

.press .entry .align_right {
	color:#58834B;
	font-size: 16px;
	font-style:italic;
	line-height:22px !important;
	text-align:right;
	margin-bottom: 15px;
}
	

/*****************************************************
* Profile 2.0
*****************************************************/
.profile20 {
	width: 630px;
	float:left;
	padding: 10px;
	}

.profile20 .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
	}

.profile20 .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
	}

.profile20 ul {
	margin: 0 0 20px 40px;
	font-size: 110%;
	line-height: 1.4em;
	list-style: none;
	}

.profile20 ol {
	margin: 0 0 20px 40px;
	font-size: 110%;
	line-height: 1.4em;
	}

#layout_list .compatible_with_20 {
	background: #DCD8C4 url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/corner20.gif) no-repeat top right;
	}
	

/*****************************************************
* Celebrity Spotlight
*****************************************************/	
.featured_artist .celebrity .entry {
	margin-right: 0;
}	

.featured_artist .celebrity .celeb_bio {
	text-align: left;
	margin-top: 15px;
	padding-left: 10px;
	width: 280px;
}
	
.featured_artist .celebrity .entry h3 {
	margin-bottom: 10px;
}
	


/*****************************************************
* Contest
*****************************************************/
.contest {
	width: 630px;
	float:left;
	padding: 10px;
}

.contest .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.contest .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}
			
.contest p {
	font-size: 11px;
}
		
.contest .entry {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.contest .entry p {
	margin: 0;
}	

.contest .christmas {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_christmas.jpg);
	padding-top: 105px;
}

.contest .video {
	margin: 20px auto;
	width: 486px;
}
	
	
	
/*****************************************************
* Christmas Countdown
*****************************************************/
.christmas_countdown {
	width: 630px;
	float:left;
	padding: 10px;
}

.christmas_countdown .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.christmas_countdown .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
}
			
.christmas_countdown p {
	font-size: 11px;
}
		
.christmas_countdown .entry {
	float: left;
	margin-right: 20px;
	text-align: center;
}

.christmas_countdown .entry p {
	margin: 0;
}	

.christmas_countdown .christmas {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_christmas.jpg);
	padding-top: 105px;
}

.christmas_countdown .video {
	margin: 20px auto;
	width: 486px;
}

.christmas_countdown .advent a:hover {
	background-color: transparent;
}


/*****************************************************
* Error
*****************************************************/
/*.error {
  width: 500px;
  float:left;
  padding: 10px;
}
*/

/*****************************************************
* Code
*****************************************************/
body.code {
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #002d55;
	background-image: none;
	background-color: #D3CCAF;
}

.code .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading_small.jpg);
	background-repeat: no-repeat;
	width: 450px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.code .section_content {
	margin: 0 auto;
	width: 400px;
	text-align: left;
}

.code textarea {
	width: 280px;
	height: 120px;
	padding: 1px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #ECEADF;
	border: 1px solid #BFB895;
}

body.code2 {
	text-align: center;
	margin: 0 auto 0 auto;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	color: #002d55;
	background-image: none;
	background-color: #D3CCAF;
}

.code2 .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
}

.code2 .section_content {
	margin: 0 auto;
	width: 580px;
	text-align: left;
}

.code2 textarea {
	width: 246px;
	height: 80px;
	padding: 1px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #ECEADF;
	border: 1px solid #BFB895;
}	

.code2 .entry {
	float: left;
	margin-right: 10px;
}

.code2 .right {
	width: 250px;
	background-color: #DCD8C4;
	border: 1px solid #BFB895;
	padding: 3px;
	margin-top: 30px;
}

	
.code2 h4 {
	padding: 0;
	margin: 10px 0 2px 0;
	}	
	
	
/*****************************************************
* Pagination
*****************************************************/
.pagination {
	font-size: 11px;
	font-family: arial;
	color: #58834B;
	padding-top: 20px;
	line-height:26px;
}

.pagination a:link,
.pagination a:visited {
    padding: 2px 6px;
    border: 1px #BFB895 solid;
    text-decoration: none;
	color: #58834B;
	background-color: #c8bea4;
}

.pagination a:hover {
    padding: 2px 6px;
	background: #a9a38b;
    text-decoration: none;
    color: #E2DFCF;
}

.pagination .current_page {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 8px 2px 6px;
}



/*****************************************************
* Footer
*****************************************************/
#footer, .push {
	height: 190px; /* .push must be the same height as .footer */
}
#footer {
	width:100%;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	padding: 20px 0 0 0;
	background-color: #172314;
}

#footer .content {
	background-color: #1f2e1a;
	color: #638b57;
	padding: 10px;
	width: 680px;
	margin: 0 auto;
	border: 1px solid #2e4527;
}

#footer p {
	margin: 0 auto 10px auto;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #bccdb7;
	border-bottom: 1px dotted #bccdb7;
	padding: 0;
}

#footer a:hover {
	color: #bccdb7;
	border-bottom: 1px solid #bccdb7;
	background-color: transparent;
	padding: 0;
}

#footer .legal {
	color: #3b5732;
	width: 680px;
	margin-top: 10px;
}
	
.sub1 {
	display: none;
}

/*****************************************************
* Star Rating
*****************************************************/
.ratingblock {
/*  display:none;*/
}

.loading {
	height: 30px;
	background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/working.gif) 50% 50% no-repeat;
}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/starrating.gif) repeat-x left top;		
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.unit-rating li a:hover{
	background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/starrating.gif) left center;
	z-index: 2;
	left: 0px;
}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/starrating.gif) left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}
/* -- [end star rating] -------------------------------------------------------------------- */



/*****************************************************
* Not Found
*****************************************************/
.not_found {
	width: 630px;
	float:left;
	padding: 10px;
	}

.not_found .section_wrap {
	background-image: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 630px;
	padding-top: 30px;
	margin-bottom: 20px;
	}

.not_found .section_content {
	margin: 0 auto;
	width: 580px;
	_margin-left: 30px;
	height: 280px;
	background: url(http://i106.photobucket.com/albums/m241/heathercapri/msoy1/site/error.gif) no-repeat top left;
		}

.not_found .section_wrap .section_content .entry {
	position: relative;
	top: 100px;
	left: 80px;
	}

.zadvent div {
border: 1px solid #2DA0B5;
}

/*****************************************************
* PayPal
*****************************************************/
#view_cart {
  float: right;
}

.buy_now {
  position: relative;
  left: 22%;
}
