/* @override 
	http://coastvineyard.monkcms.net/_css/styles.css
	http://www.coastvineyard.org/_css/styles.css
*/


* {
   margin: 0;
   padding: 0;
   line-height: 1;
}

body {
	   background: #fff;
}

#body {
   font-size: 62.5%;
   font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

hr { display: none; }

#skip { 
	position: absolute;
	text-indent: -9999px;
	list-style: none;
}

#container {
	margin: 0 auto;
	width: 820px; }

#mainContent { 
	position:relative;
	background:#fff;
	padding:14px;
	border-right:1px solid #d6d6d6; }
	
/* CLEARS and FIXES */
	
#divclear{
	width: 100%; 
	height: 1px; 
	margin: 0 0 -1px; 
	clear: both; }

/* HEADER */

#header {
	background: url(/_img/bg_header.gif) repeat-x;
	height: 83px;
	width: 100%;
	margin-bottom: 30px;
	padding: 0; }

#header h1{
	display: inline;
	float: left;
	background: url(/_img/bg_h1.png) no-repeat;
	width: 261px;
	height: 43px;
	margin: 26px 15px 15px 0; }

#header h1 a{
	display: block;
	width: 261px;
	height: 43px;
	text-indent: -9999px; }
	
/* TOPNAVBOX */
#header ul#topnav{
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: 53px;
	margin-left: 300px;	
	height: 23px;
	z-index: 10;
}

#header ul#topnav li{
	list-style: none;
	margin: 0;
	width: auto;
	list-style: none;
	float: left;
	display: inline;
	position: relative;
	padding: 0 10px;
	/*border-left: 2px solid #fff;
		border-right: 2px solid #fff;*/
	margin-left: -2px;
}

#header #topnav li a{
	color: #fff;
}

#header #topnav li#topnav_get-involved{
	width: 140px;
}

#header #topnav li:first-child{
	border-left: none;
}

#header #topnav li#topnav_new-to-coast{
	width: 150px;
}

#header #topnav li#topnav_teaching--worship{
	width: 200px;
}
#header #topnav li:last-child{
	border-right: none;
}

#header #topnav li ul{
	display: none;
}

#header #topnav a{
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
	text-align: center;
}

#header #topnav li:hover{
	border: none;
/*	margin-left: 0;
	margin-right: 2px;
*/}

#header #topnav li:first-child:hover{
	/*margin-left: -2px;*/
}

#header #topnav li:hover a{
	border-bottom: 9px solid #0062A9;
}

#header #topnav li:hover ul{
	display: block;
	float: left;
	position: relative;
	margin-left: 3px;
}

#header #topnav li#topnav_teaching--worship ul{
	width: 200px;
}

#header #topnav li ul li{
	position: relative;
	height: 30px;
	border: none;
	display: block;
	padding: 0;
	width: auto;
	text-align: center;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #0580D9;
	width: 100%;
	padding: 0 0px 0 1px;
}

#header #topnav li ul li:last-child{
	border-right: 1px solid #fff;
}

#header #topnav li:hover li a{
	color: #A6DDFD;
	padding: 8px 0 3px 0;
	font-size: .75em;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	border-bottom: none;
}

#header #topnav li li:hover{
	border-top: 1px solid #fff;
	margin-left: -2px;
	border-right: 1px solid #fff;
}

#header #topnav li li a:hover{
	color: #fff;
}

#header #topnav li li li{
	display: none;
}

#header #topnav li li ul{
	margin-top: -24px;
	left: 138px;
	position: relative;
	width: 100%;
}

#header #topnav li li:hover li{
	display: block;
	min-height: 25px;
	height: auto;
	width: 100%;
	border-right: none;
}

/* SEARCH */
#header #search{
	width: 139px;
	float: right;
	margin-top: 18px;
	border: 0; }

#header #search input#search_term{
	display: inline;
	float: left;
	width: 112px;
	height: 20px;
	font-size: .8em;
	padding: 2px 0 0 6px;
	background: url(../_img/bg_search_field.png);
	border: 0; }
	
#header #search a#search_go{
   display: inline;	
   float: left;
   width: 21px;
   height: 22px;
   background: url(/_img/bg_search_go.png) ;
   text-indent: -9999px; 
}

#header fieldset{
	border: 0; }
	
/* DROPMENUDIV */
.dropmenudiv {
	position:absolute;
	margin-top: 4px;
	height: 104px;
	font-family: "Lucida Sans","Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: .9em;
	line-height:18px;
	z-index: 0;
	float: left;
	padding-left: 284px; }
	
.dropmenudiv a {
	text-align:left;
	width: 200px;
	display: inline;
	color: #2F6EAC;
	text-indent: 3px;
	margin: 8px 0 0 36px;
	text-decoration: none;
	float: left;
	visibility: hidden;
 }
 
.dropmenudiv a:hover{ color:#4D4D4D; }
.dropmenudiv:hover a {
	visibility: visible; }

.dropmenudiv2 {
	visibility: hidden;
	position:absolute;
	height: auto;
	background: #0580D9;
	z-index: 1;
	float: left; }
	
#topnav1:hover .dropmenudiv2{
	width: 121px;
}
	
#topnav2:hover .dropmenudiv2{
	width: 108px;
}

#topnav3:hover .dropmenudiv2{
	width: 189px;
}	
	
#topnav1:hover .dropmenudiv2,
#topnav2:hover .dropmenudiv2,
#topnav3:hover .dropmenudiv2{
	visibility: visible;
	}
	
#topnav1 .dropmenudiv2 a,
#topnav2 .dropmenudiv2 a,
#topnav3 .dropmenudiv2 a{
	display: block;
	color: #A9DDFD;
	text-decoration: none;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: .7em;
	font-weight: normal;
	padding: 8px 0 8px 0;
	border-top: 1px solid #fff; }
	
#topnav1 .dropmenudiv2 a:hover,
#topnav2 .dropmenudiv2 a:hover,
#topnav3 .dropmenudiv2 a:hover{ color:#fff; }

/*#rotator{
	float: left;
	margin: 0 0 8px 0;
	width: 820px;
	height: 330px; }
*/

.billboard
  { overflow: hidden;
    width: 830px;
    margin: 20px auto;
    height: 330px;
    border: 1px solid #f1f1f1;
    position: relative;
    z-index: 0px;
  }
  .billboard #rotator
    { height: 330px;
      width: 830px;
    }
    .billboard .rotatorbtns
      { position: absolute;
        display: block;
        z-index: 50;
        background: url(/_img/rotator_next_prev-btns.png) no-repeat;
        width:37px;
        height: 50px;
        text-indent: -9999em;
        cursor: pointer;
      }
    .billboard #next
      { background-position: top right;
        top: 150px;
        right: 20px;
      }
    .billboard #prev
      { background-position: top left;
        top: 150px;
        left: 20px;
      }

a img { 
	border:none;
}

/* SUBSIDE */

#subside{
	width: 242px;
	float: left;
	z-index: 3; }
	
#subside h3{
	color: #555;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	margin-top: 0px; }
	
#subside #eventbox {
	padding-top: 18px;
	height: 100%;
	width: 257px; }
	
#subside #eventbox2 {
	padding-top: 0px;
	height: 100%; 
	width: 257px; }

#subside #event{
	margin-left: -3px;
	width: 257px;
	height: 77px;
	margin-top: 15px; }

#subside #event img{
	border: #A1B4C3 1px solid; }

/* CURRENT NAV - 1st level nav item for current page  */
#subside #currentnav{
	width: 230px;
	height: auto;
	margin-left: 0px;
	z-index: 100;
	float: left; }
	
#subside #currentnav ul{
	padding: 14px 0 0 0;
	/*margin-left: 20px;*/
	font-weight: bold;
	text-align: left; }

#subside #currentnav ul li{
	color: #555;
	font-size: 1.1em;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-weight: 500;
	list-style: none; }

#subside #currentnav ul a{
	display: block;
	color: #555;
	text-decoration: none;
	padding-bottom: 4px; }
	
/* SIDE NAV - 2nd level nav for CURRENTNAV & Popout for TOPNAV */
#subside #sidenav{
	width: auto;
	height: 100%;
	margin-top: 38px;
	margin-left: 0px;
	z-index: 1; }

#subside #sidenav ul{
	height: 100%;
	width: auto;
	text-align: left;
	border-color: #000000;
	float: none;
	padding-left: 0; }

#subside #sidenav ul li{
	font-size: .88em;
	color: #555;
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	width: auto;
	height: auto;
	padding-left: 0; }
	
#subside #sidenav ul li a{
/*	background: url(../_img/bg_sidenav_li.png) no-repeat left center;
*/	color: #037FD9;
	padding-left: 8px;
}

#subside #sidenav ul li.current a{
/*	background: url(../_img/bg_sidenav_li-current.png) no-repeat left center;
*/	padding-left: 10px;
	margin-left: 25px;
}

#subside #sidenav ul li.current a{
	font-weight: bold;
	color: #0062A9;
}

#subside #sidenav ul li a:hover {
	text-decoration: underline;
	color: #0062A9;
}
	
#subside #sidenav ul li ul{
	height: auto;
	z-index: 1;
	visibility: hidden;
	display: none;
}

#subside #sidenav ul li.current ul{
	visibility: visible;
	display: block;
}

#subside #sidenav ul li.current ul li{
	margin-left: 14px;
}

#subside #sidenav ul li.current ul li a{
/*	background: url(../_img/bg_sidenav_li.png) no-repeat left center;
*/	padding-left: 10px;
	margin-left: 35px;
}

#subside #sidenav ul li.current ul li a{
	color: #037FD9;
}

#subside #sidenav ul li.current ul li a:hover,
#subside #sidenav ul li.current ul li.current a{
	color: #0062A9;
}

#subside #sidenav ul a{
	display: block;
	color: #3888D5;
	text-decoration: none;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-weight: 500;
	margin-left: 26px;
	padding: 5px 0 5px 0; }
	
#subside #sidenav ul a:hover{
	color: #4D4D4D; }
	
/* SIDECONENT */

#subside #sidecontent{
	width: 242px;
	height: auto;
	margin-top: 30px; }
	
#subside #sidecontent #belowline{
	border-top: #A1B4C3 1px solid;
	padding-top: 12px;
	width: 242px;
	color: #7F818F;
	margin-bottom: 10px; }

#subside #sidecontent h2{
	color: #352A35;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	margin-top: 0px;
	font-weight: normal; }

#subside #sidecontent h3{
	color: #352A35;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C6C6C6;
	font-size: 1.12em;
	margin-top: 10px; }

#subside #sidecontent h4{
	color: #352A35;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.08em;
	margin-bottom: 4px;
	margin-top: 10px; }

#subside #sidecontent h5,
		 h6{
	color: #352A35;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: .9em;
	margin-top: 6px; }

#subside #sidecontent p,
#subside #sidecontent li {
	color: #4D5167;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 0.8em; 
	line-height: 1.5em;
	padding-bottom: 8px;
	padding-top: 8px;
}

#subside #sidecontent table {
	color: #4D5167;
	font-family: "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.8em; 
	line-height: 1.5em;
	padding: 8px;
}

#subside #sidecontent b,
		 strong { color: #342A34; }

#subside #sidecontent a{
	color: #3687D4;
	font-weight: bold;
	text-decoration: none; }

#subside #sidecontent i, em {
	color: #352A35; }

#subside #sidecontent ol{
	padding: 5px 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #4D5167;
	margin-left: 20px;
}


#subside #sidecontent ul{
	font-family: Helvetica, Arial, sans-serif;
	color: #4D5167;
}

#subside #sidecontent ul li {
	padding-left: 20px;
	background: url(/_img/bg_content_li.gif) no-repeat left 8px;
    list-style: none;
}

#subside #sidecontent li{
	padding: 3px 0 3px 0;
}

#subside #sidecontent blockquote{
	font-style: italic;
	border-left: #91CDEF 5px solid;
	margin: 5px 0 5px 4px;
	padding: 5px 0 5px 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #4D5167;
	line-height: 1.3em;
	}
	
/* CONTENT */

#content{
	float: right;
	margin-top: 12px;
	width: 540px;
	z-index: 1; }

#content img{
	background-color: #FFFFFF;
	padding: 3px;
	height: auto;
	width: auto;
	border: #D1DAE1 1px solid;
	margin: 0 0 0 0; }
	
#content img#page-header-image{
	background-color: #FFFFFF;
	height: auto;
	width: auto;
	border: none;
	margin: 10px 0 10px 0; }	
	
#content img.mcms_stats{
	background-color: none;
	padding: 0;
	border: 0; }

#content h2{
	color: #555;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	margin-top: 0px;
	font-weight: normal; }
	
#content h3{
	color: #555;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.12em;
	margin-top: 10px; }
	
#content h4{
	color: #555;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.08em;
	margin-bottom: 4px;
	margin-top: 10px; }
	
#content h5,
		 h6{
	color: #555;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: .9em;
	margin-top: 6px; }

#content p,
#content li,
#content table{
	font-size: 0.85em;
	color: #4D5167;
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	border-collapse: collapse;
	padding: 10px 0px 10px 0px;
}

#content td{
	padding: 5px;
}
#content b,
		 strong {
	color: #342A34;
}

#content a:hover {
	text-decoration: underline; }
	
#content a{
		color: #037FD9;
/*		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
*/		text-decoration: none; }	
	
#content i{
	color: #352A35; }
	
#content ol{
	padding: 5px 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #4D5167;
	margin-left: 20px;
}


#content ul{
	font-family: Helvetica, Arial, sans-serif;
	color: #4D5167;
}

#content ul li{
	padding-left: 20px;
	background: url(/_img/bg_content_li.gif) no-repeat left 8px;
    list-style: none;
}

#content ul#byline li{
	padding-left: 0px;
	background: none;
    list-style: none;
}

	
#content li{
	padding: 3px 0 3px 0;
}

#content blockquote{
	font-style: italic;
	border-left: #91CDEF 5px solid;
	margin: 5px 0 5px 4px;
	padding: 5px 0 5px 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #4D5167;
	line-height: 1.5em;
	}

#content p.event-sign-up a.thickbox {
	display: block;
	padding: 50px 0 0 0;
	overflow: hidden;
	background: url(/_img/sign-up.png) no-repeat;
	height: 0px !important;
	height: 50px;
	
}	



/* FOOTER */

#footer{
	width: 820px;
	border-top: 1px solid #CCCCCC;
	padding-bottom: 100px;
	margin-top: 20px;
}

#footer p{
	font-family: "museo-sans-1","museo-sans-2", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .75em;
	padding-top: 10px;
	text-align: center;
	color: #555D5D;
	line-height: .85em;
}


#footer a {
	color: #037FD9;
	text-decoration: none;
}


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

#footer p.copyright {
/*	color: #606060;
*/}

#footer p.copyright a{
	color: #3888D5;
}
	
#footer #eventbox {
	margin-top: 12px;
	margin-left: 12px;
	float: left;
	width: 257px;
	height: 77px;
}

#footer #eventbox img{
	border: #ABADB0 1px solid;
}

#footer #divider{
	height: 10px;
	width: 100%;
	border-bottom: #CCCCCC 1px solid;
	margin-top: 5px;
}

/* FOOTERLINKS */
#footer ul#footerlinks{
/*	float: right;
	padding-top: 14px;
	display: block;
	width: auto;*/
}

#footer ul#footerlinks li{
/*	float: left;
	font-size: .7em;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, Verdana, Tahoma, sans-serif;
	list-style: none;*/
}

#footer ul#footerlinks a{
/*	display: block;
	padding: 0 10px 2px;
	color: #606060;
	text-decoration: none;*/
}

#footer ul#footerlinks li:last-child a{
/*	padding-right: 0px;*/
}

#footer ul#footerlinks a:hover{
/*	font-weight: bold;
	letter-spacing: -0.035em;
	text-decoration: underline;*/
}

#footer #facebook-section{
/*	float: right;
	width: 400px;
	display: block;
	text-align: right;
	margin-top: -6px;*/
}

#footer #facebook-section p{
/*	float: right;*/
}

/* EVENTS */
#content #calendar-outer{
   position: relative;
}

#content #calendar-outer img{
	background: none;
}

#content table.calendar{
   margin-bottom: 25px;
   border: 1px solid #e3dfda;
   border-right: 0;
   border-bottom: 0;
   border-collapse: collapse;
}

#content table.calendar caption{
   font-size: 1.6em;
   line-height: 34px;
   font-weight: normal;
   color: #fff;
   background: #3A3A3A;
   font-family: Lucida Grande;
   width: 540px;
}

#content table.calendar caption span{
   position: absolute;
   top: 7px;
   width: 16px;
   color: #037FD9;
}

#content table.calendar caption span.calendar-prev{
   left: 10px;
}

#content table.calendar caption span.calendar-next{
   right: 25px;
}
#content table.calendar caption span img{
   border: none;
   margin: 0;
   padding: 0;
}
#content table.calendar th{
   padding: 6px 6px 6px 0;
   background: #F5F4F4;
   color: #1d2a3c;
   font-size: .8em;
   font-weight: normal;
   text-align: right;
   border: 1px solid #cbcbcb;
}

#content table.calendar td{
   width: 73px;
   height: 68px;
   padding: 2px 4px;
   border: 1px solid #cbcbcb;
   background: #FFF url(/_img/bg_calendar_day.gif) no-repeat left top;
   color: #626262;
   font-size: .7em;
   vertical-align: top;
}

#content table.calendar td.empty{
   /*background: #E7F8F2;*/
}

#content table.calendar td a{
   text-decoration: none;
   font-size: .9em;
   color: #1d2a3c;
}

#content table.calendar td a:hover{
	color: #1f62c3;
}


#content table.calendar td ul{
   margin: .5em 0;
   font-size: 100%;
   list-style: none;
   padding: 0;
}

#content table.calendar td li{
   padding: 2px 5px;
   margin: .75em -.4em;
   border-top: 1px solid #cbcbcb;
   border-bottom: 1px solid #cbcbcb;
   font-size: 1.1em;
   line-height: 1.2;
   background: #f1f7f9;
}

#content table.calendar td li a{
	color: #1f62c3;
}
#content table.calendar td li a:hover{
   color: #1d2a3c;
}

#content table.calendar td li:hover{
   background: #fff;
}

#content #catfilter{
  float: left;
}

#content #catfilter label{
  font-size: .9em;
}

#content .quicklink{
  float: right;
}

#content .quicklink a{
  font-size: .8em;
  padding: 4px;
  background: #237058;
  color: #fff;
}

#content table#events{
  width: 100%;
  margin-top: 20px;
  float: left;
}

#content table#events th{
  background: #efefef;
  text-align: left;
  padding-left: 10px;
}

/* SERMONS */
#filter								{ margin-top:.4em; margin-bottom: .8em; }
#filter select						{  }
#filter a							{ margin-left:20px; }
#primaryContent .sermonlist h4		{ margin:0; padding:10px 0; }
.sermonbox							{ position: relative; padding:10px 0; border-top:1px solid #efefef; }
.sermonbox a						{ text-decoration:underline; }
.sermonbox a:hover					{ text-decoration:none; }

#primaryContent .sermonbox h5		{ margin:0; }
#primaryContent .sermonbox h5 span	{ font-size:10px; margin-left:10px; }
.sermonbox h5 a 					{ font-weight:bold; color:#027cc9; }
.sermonbox h5 a:hover 				{ color:#556c6b }
#primaryContent .sermonbox p		{ margin:0; }
.sermonbox .textonly				{ width: 478px; }

#pagination a#off, a#next, a#previous {
	display: none;
}

#pagination a#off:hover {
	text-decoration: none;
	
}

#pagination a#current {
	text-decoration: underline;
}

#pagination a#current:hover {
	text-decoration: none;
}


#pagination a {
	padding: 0 3px 0 3px;
}

.sermonbox ul					{ position:absolute; top:20px; right:0px; margin:0; padding:0; list-style: none; }
.sermonbox a					{  }
.sermonbox ul li				{ background: none; }
.sermonbox li					{ float:left; display:inline; margin:0 0 0 0; width: 16px; height: 16px; }
.sermonbox li a					{ display:block; width:16px; height:16px; text-indent:-999em; }
.sermonbox li.sl_listen,
.sermonbox li.sl_download,
.sermonbox li.sl_notes,
.sermonbox li.sl_video		    { background:none; padding: 0px 5px;}
.sermonbox li.sl_listen a		{ background:url(/_img/play_icon.gif) no-repeat; }
.sermonbox li.sl_download a		{ background:url(/_img/download_icon.gif) no-repeat; }
.sermonbox li.sl_notes a		{ background:url(/_img/notes_icon.gif) no-repeat; }
.sermonbox li.sl_video a		{ background:url(/_img/video_icon.gif) no-repeat; }
.sermonbox li a:focus			{ background:none; outline:none; }

/* SORTING */
	#sorting h3					{ margin: 1.5em 0 1.0em; font-size: 1.1em; }
	#sorting label 				{ font-size:.8em; display:block; margin-top: .5em; margin-bottom: .2em; font-weight:bold; font-family: Helvetica, Arial, sans-serif; }
	#sorting select				{ width:90%; display:block; margin: 1.5em 0 1.5em 0 }
	#sorting a:hover			{ text-decoration: none; }
/*	 #all-messages				{ font-family: Helvetica, Arial, sans-serif; font-size: .8em; color: #0099FF; } 
*/	
/* MEDIA BOX */
	#text						{  }
	#byline						{ margin:10px 0 0; padding:0; list-style:none; }
	#mediabox					{ float:right; padding:10px; margin:-100px 0 0 10px; list-style:none; border:1px solid #f4f4f4; }
	#mediabox li 				{ background:none; padding:2px 0 2px 20px; }
	#mediabox li#mb_links		{ background:#f4f4f4; color:#19140d; margin:-10px -10px 10px; padding:10px; }
	#mediabox li#mb_jukebox		{ background:url(/_img/play_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_download	{ background:url(/_img/download_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_notes		{ background:url(/_img/notes_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_video		{ background:url(/_img/video_icon.gif) no-repeat left 2px; }
	#mediabox li#mb_podcast		{ background:url(/_img/feed_icon.gif) no-repeat left 2px; }


/* HOW IT WORKS */
	#how-it-works				{ height: 22px; margin:0em 0 15px; padding:0px 0px 5px 0px; list-style:none; background:#efefef; border:2px solid #ccc; font-family:Helvetica, Arial, sans-serif; }
	#how-it-works ul			{   }
	#how-it-works li			{ background:none; font-size:0.em; display:block; line-height:20px; margin-right:40px; float:left; padding: 3px 0 3px 30px; }
	#how-it-works li#how		{ background:none; font-weight:bold; padding-left:10px; }
	#how-it-works li#play		{ background:url(/_img/play_icon.gif) no-repeat left center; }
	#how-it-works li#notes		{ background:url(/_img/notes_icon.gif) no-repeat left center; }
	#how-it-works li#video		{ background:url(/_img/video_icon.gif) no-repeat left center; }
	#how-it-works li#save		{ background:url(/_img/download_icon.gif) no-repeat left center; }
	

/* =Form Settings
---------------------------------------------------------------------
*/



#content .monkForm legend {
	color: #555;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	font-size: 1.12em;
	margin-top: 10px;
}

#content .monkForm .text label, #content .monkForm .data label, #content .monkForm .textarea label {
	display: inline-block;
	width: 200px;
	float: left;
	padding-top:  3px;
}

#content .monkForm .captcha label{
	display: block;
}


#content form.monkForm p.data input  {
	font-size: 16px;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	background: #E4E4E4;
	width: 300px;
	padding: 5px;
	border: 1px solid #9E9FA2;
	height: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	/*padding: 2px 5px 0 5px;*/
}


#content form.monkForm span.asterisk {
	color: red;
}

#content .textarea textarea{
	font-size: 16px;
	font-family: "museo-1","museo-2", Helvetica, Arial, sans-serif;
	width: 300px;
	height: 150px;
	padding: 5px;
	background: #E4E4E4;
	border: 1px solid #9E9FA2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
} 

#content fieldset .checkbox p.data{
  width: 300px;
  float: left;
  display: inline;
}

#content form.monkForm div {
	clear: both;
}

#content form.monkForm fieldset p.error{
	color: #A00109;
	margin-left: 200px;
	font-weight: bold;
	font-size: 0.8em;
	padding: 0;
} 


#content .monkForm .errorSummary{
/*	color: #A00109;
	font-style: normal;
	font-weight: normal;
	font-size: 0.8em;*/
	display: none;
}

#content form.monkForm fieldset .captcha p.data img.captcha{
	display: inline;
	margin-bottom: 5px;
	margin-top: 5px;
	clear: both;
	
}

#content form.monkForm fieldset .captcha p.data input {
	display: block;
	width: 115px;
	margin-left: 200px;
}




#content #newsletter #newsletter_text  {
	border: 1px solid #9E9FA2;
	height: 18px;
	padding: 2px 5px;
	margin-bottom: 10px;
	width: 200px;
}

/* ADD THIS */

.addthis_spacing {
	padding-top: 10px;
}

.addthis_toolbox.addthis_default_style span {
	padding-left: 5px;
}

a.addthis_button_facebook_send {
	margin-left: -5px;
}
