/*  
Theme Name: AMS Theme 6

Description: AMS Theme Workbench
Version: (0.1 released 2008-02-01)
Author: AMS


The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/******************************************
*   HTML Elements                         
******************************************/
a img {border:none; }

* {
	margin:0;
	padding:0;
	}

body,html { min-height:101%; }
	
body {
	background: #fff;
	color: #333;
	padding: 0px 0 0px 0;
	background:url(images/backgrounds/body-bg.jpg) repeat-x; 

	}

body, select, input, textarea {
	font-family: "Segoe UI", Verdana, Arial, Sans-Serif;
	font-size: 13px;
	line-height:1.5em;
	}
	
p {	margin: 15px 0;	}


hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.9em;
	padding:3px 6px;
	}


/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#333;
	text-decoration: underline; 
	border: none;
	} 
a:hover	{ 
	color:#333;
	text-decoration: none; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #840000; 
	text-decoration: none;
	} 
.title:hover { 
	color: #840000; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:active, h3 a:visited  {text-decoration:none;}
h3 a:hover {color:#666666; text-decoration:none;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background: #fff;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background: #F4F4EC;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none;}
#sidelist a:hover {text-decoration:underline;}
#sidelist .sidebar_widget {
	margin-bottom:20px;
}
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#F4F4EC;
	color: #666;
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour 
 { border:1px solid #999; padding:0px; }
***/

/*** WordPress specific image classes ***/
.aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin: 4px 15px 5px 0;
}

.alignright {
float: right;
}

.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:0px solid #999;
}

.wp-caption img:hover{
   border:0px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:941px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;

	border:0px double #fff;
	}

#branding {/*where the logo sits*/
	width:941px;
	height:130px;
	padding-bottom:0px;
	background:url(images/backgrounds/header-bg.jpg) no-repeat;
	}

.left {
	float:left;
	}

.right {
	float:right;
        margin-right: 15px;
	height:28px;


	}

.right2 {
	float:right;



	}

#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 250px;
	float:right;
	}

#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:310px;
	border-right:1px solid #b6b6b6;
	padding-right:18px;
	}

#leftcol, #rightcol {
	margin-top:10px;
	float:left
	}	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:300px;
	padding-left:18px;
	margin-top: -2px;
	text-align:justify;
	}


		
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}

#sidelist li {
	list-style:none;
	}
	
.bullets li {
	margin:0 0 5px 15px;
	list-style:square;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:#F4F4EC;
	}

#sidelist .children li {
	background: #F4F4EC;
	list-style: none;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}

#sidelist .feed li{
	margin-bottom:5px;
	padding-left:20px;
	background:url(images/rss.gif) no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Arial, Times, serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #f47b20;
	font-size: 1.6em;
	font-family: Arial, Times, serif;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
h2 {
	color: #f47b20;
	font: 1.6em Arial, Times, serif;
	padding-bottom:0px;
	border-bottom:0px solid #666;
	margin: 10px 0;
	}

h3 {
	font: 1.6em Arial, Helvetica, sans-serif;
	margin-bottom:0px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 1.2em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:1.2em;
	background: url(/wp-content/themes/ams6/images/frontpage/taf_250x100.gif);
	padding:7px 5px 5px 12px;
	margin: 5px 0 5px 0;
	color:#840000;
	}

h3#respond {
	font-size:1.1em;
	margin-top:25px;
	}

h3#comments {
	margin-top:22px
	}

h4 {
	font:0.7em Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin-bottom:2px;
	color:#840000;
	}
	
	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:660px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
	padding:10px;
	border-bottom: 1px solid #ccc;
	height:83px;
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img {
	padding:0px;
	border:1px solid #999;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Arial, Times, serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

.more-link a { /* This can be used to format the "[...]" link in the lead story */
	color:#f47b20!important;
	text-decoration:none;
	}
	
.more-link a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px solid #999;
	padding:12px 0;
	}	
	


/* Post Formatting */


.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {

	margin-bottom:0px;
	margin-left:20px;
	}

.post ol li {
	margin-bottom:5px;
	
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	font-size:0.9em;
	margin:0 0 10px 0;
	padding:5px 10px;
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#333;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#666;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 170px;
	margin: 2px 2px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:1px;
	}



/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	background:url(images/backgrounds/body-bg.jpg);


	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	width: 900px;
	height: 0px;
	font-size:0.9em;
	text-align:center;
	color:#FFF;
	}

#footer a {
	color:#ededed;
	}






.listGeneral{
	/*padding: 15px;*/
}

/*
.listGeneral h2{
	padding: 0;
	color: #fff;
	text-transform: none;
	letter-spacing: -1px;
	font: bold 110% Arial, Helvetica, sans-serif;
	background: #f47b20 url(/images/background/orange_header.gif);
	padding: 5px 10px;
}
*/
.listGeneral li{
	list-style: none; 
	font-weight: bold;  
	padding: 5px 0; 
	margin: 0px 0px; 
	zoom: 1; 
	border-bottom: solid 1px #d4d4d4;
}
.listGeneral li a{
	display: block; 
	font-size: 1.1em;	


}
.listGeneral li a.lnk_preview{
	background: url(/images/icons/preview1.gif);
	height:23px;
	width:20px;
	float:right;
	margin-top:-25px;

}
.listGeneral li a.lnk_preview_home{
	background: url(/images/icons/preview1.gif);
	height:23px;
	width:20px;
	float:right;
	margin-top:-10px;

}
.listGeneral li a.no_underline{
	text-decoration:none;
	
}
.listGeneral li a:hover{
	text-decoration: underline;
	/*background-color: #ffeba7;*/
	color: #0078c3;
}	

.listGeneral em {
	display: block; 
	font-size: 0.8em;	
	font-style: normal; 
	color: #9A9A9A;
}	

/* Hovering Effect for links in content page 
  -Soung Kim
*/


.featured_post A:hover {
  text-decoration: underline;
  color:#0000FF;
  font-weight:bold;
}

#featured-sidebar-member-post A:hover {
  text-decoration: underline;
  color:#0000FF;
  font-weight:bold;
}

.post A:link {
  color:#0000FF;
}


.post A:hover {
  text-decoration: underline;
  color:#0000FF;
  font-weight:bold;
}


/* End of Hovering Effect */
/*****************************************************
*   Special styles for the various page templates                      
****************************************************/

/* Styles for the "3-columns-page template" */

#pageleft {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:justify;
	}
	
#pagemiddle {
	float: left;
	width: 265px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:justify;
	}
	
#pageright {
	float: right;
	width: 265px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:justify;
	}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}
	
/*
 * Styles for membership V2 2010
 * Created : 20100127
 * By      : Art Shim
 */
#featured {
	width:930px;
	margin-top: 7px;
	position:absolute;
}


#featured-content-public-2c {
	width:660px;
	float:left;
	}	

#featured-content-member-2c {
	width:710px;
	float:left;
	margin-left:10px;
	}
	
#featured-comment-member-2c {
	width:710px;
	}	

#featured-content-member-3c {
	width:530px;
	float:left;
	margin-left:15px;
	}
	
#featured-sidebar-public-right {
	margin:0 0 0 0;
	width: 260px;
	position:absolute;
	left:690px;
	display:inline;
	}	
	
#featured-sidebar-member-left {
	width: 200px;
	float:left;
	}

#featured-sidebar-member-left ul{
	margin-left: 20px;
	}

#featured-sidebar-member-left li {
	margin-left:5px;
	list-style-type:circle;
	line-height:170%;
	font-family:Arial;
	font-size:90%;
}
	
#featured-sidebar-member-left A {
  text-decoration: none;
}
	
#featured-sidebar-member-left A:hover {
  text-decoration: underline;
}
	

#featured-sidebar-member-left H3{
	font-weight:800;
	font-color:#777777;
	font-size:16pt;
	text-align:center;
	padding: 14px 0 13px 0;
	}	
	
#featured-sidebar-member-right {
	width: 170px;
	float: right;
	}
	
#featured-page-navibar {
	margin: -2px 0 -3px 0;
}

#featured-page-navibar A {
	text-decoration: underline;
  	color:#AAAAAA;
  	font-size:90%;
	
}

#public-page-navibar {
	margin: -2px 0 -3px 0;
}

#public-page-navibar A {
	text-decoration: underline;
  	color:#AAAAAA;
  	font-size:90%;
	
}

#guarantee{
	margin: 15px 0 0 7px;
	width: 310px;
}

#guarantee h4{
	font-size:150%;
	font-weight:bold;
	color:#000099;
	
}

#guarantee-copy p{
	margin-top:0px;
	font-size:85%;
	line-height:110%;
	width: 200px;
	color:#0000AA;
	float: left;
}

#guarantee-img{
	margin-top:-20px;
	margin-left:-7px;
	float: right;
}



/* Free Membership Landing Page */

.entry {
	font-family: "Segoe UI", Verdana, Arial, Sans-Serif;
	padding-bottom:28px;
	padding-left:15px;
	text-align:justify;
	}

.entry h1{
	font-family: Georgia, "Times-New-Roman", Times, Serif;
	color: #0176b2;
	font-size: 170%;
	line-height: 140%;
	margin: -2px 0 0 -12px;
}

.entry h2{
	color: #000;
	font-size: 130%;
	font-weight: 800;
	margin: 15px 0 -6px 0;
}

.entry h3{
	color: #333333;
	font-size: 110%;
	font-weight: 800;
	font-style:italic;
	margin: 20px 0 10px 0;
}

.entry strong{
	
}

.entry ul, ol{
	margin-top:5px;
	margin-left:20px;
}

.entry A {
  color:#0000FF;
}

.entry A:visited {
  color:#0000FF;
}

.entry A:hover {
  text-decoration: underline;
  color:#0000FF;
}

#blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:10px 5px 15px;
	border-right:2px solid #DDD;
	border-bottom:2px solid #DDD;
}	

/** Non sharing entry **/
#table-membership-level {
	width: 941px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	border:1px;	
}

#table-membership-level tr{
	height:40px;
}

#WishlistMemberReattack {
	margin-top:-15px;
	margin-bottom:20px;
}

#wlmember_loginwidget{
	line-height:120%;
	margin-left: 20px;
}

#wlmember_loginwidget p{
	margin-top:4px;
	margin-bottom:4px;
}
	
	
/*
 * -----------------------------------------------
 * DON NO
 */	
#featured-top {
	width:880px;
	float:left;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	border-bottom: double 3px #999; 
	}
	
	
	
#featured-content {
	width:650px;
	float:right;
	}

	
#featured-content-single-post {
	width:665px;
	float:left;
	}
	
#featured-content-full-page-content {
	width:941px;
	}

	
#featured-content-ecom-landing-page {
	width:650px;
	float:left;
	}
	
					
#featured-sidebar {
	width: 250px;
	float:left;
	}

#featured-sidebar-member {
	width: 200px;
	float:left;
	}
	
#featured-sidebar-member ul{
	margin-left: 20px;
	}

#featured-sidebar-member H3{
	font-weight:800;
	font-color:#000000;
	font-size:16pt;
	text-align:center;
	padding: 14px 0 13px 0;
	}
			

#featured-sidebar-single-post {
	width: 250px;
	float:right;
	}

#featured-sidebar-member-post {
	width: 200px;
	float:left;
	}

#featured-sidebar-ecom-landing-page {
	width: 250px;
	float:right;
	}

		
#featured-sidebar h3 {
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:0 0 20px 0;
	}	
	
#featured-sidebar .sidebar_widget {
	margin:0 0 20px 0;
	text-align:justify;
	}
	
#featured-leftcol {
	width:650px;
	float:left;
	margin:20px 20px 0 0;
	padding: 0 25px 0 0;
	border-right: 1px solid #999;
	}

#featured-leftcol h2, #featured-rightcol h2, #featured-content h2{
	color: #D39A4D;
	font: 1.8em Arial, Times, serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	border:none;
	}

#featured-leftcol img{
	float:left;
	margin:0 20px 10px 0;
	padding:1px;
	border: 1px solid #999;
	}

#featured-rightcol{
	width:260px;
	float:right;
	margin-top:20px;
	}

#featured-rightcol li {
	list-style:none
	}

#featured-rightcol .bullets li {
	list-style:square;
	margin-bottom:5px;
	margin-left:22px;
	}
 
	
	
.partial *{
	display:none;
}

.partial #display-on-parent-also{
	display:block;
}

#display-on-parent-only {
	display:none;
}

.partial #display-on-parent-only{
	display:block;
}

.partial #display-on-parent-only *{
	display:inline;
}

/*
 * Page & post for 9 video 
 */


#list-style-image-check7 {
	margin-top:10px;
	list-style-image: url(/wp-content/themes/ams6/images/check7.jpg);
	text-align:left;
}

.partial #display-on-parent-also * {
	margin-top:-5px;
	display:block;
}

.partial #display-on-parent-also #list-style-image-check7 *{
	display:list-item;
	list-style:disc;
	list-style-type:disc;
	list-style-image: none;
}

.partial #people-name {
	display:block;
	border-bottom:thin solid #c2cad5;
	margin-bottom:5px;
	margin-bottom:5px;
	margin-right:420px;
	font-family:Times New Roman,Serif;
	font-size:16pt;
	font-style:italic;
	color:#333333;
}



/*
 * Page & post for Recorded Interviews 
 */

#people-block {
	cursor: pointer;
	background:#e2eaf5;
	padding:3px 6px;
	margin:10px 5px 15px;
	border-right:2px solid #667fa0;
	border-bottom:2px solid #667fa0;
}



.testimonials_manager_widget{
 margin: 10px 0;
 padding:10px;
 border: 1px dotted #dddddd;
 background: #f4f4f4;
}

 .testimonials_manager_widget .avatar{
 background:#FFFFFF none repeat scroll 0 0;
 border:1px solid #DDDDDD;
 float:right;
 margin-right:-5px;margin-left:5px;

 margin-top:-5px;
 padding:2px;
 position:relative;
}






