
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { height:  font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: helvetica,sans-serif; color: #222; }

body { height: 100%; margin: 0; background-image: url(../images/bg.png); background-repeat: repeat; background-color: #c7cacf;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #22326a; color: #fff; text-shadow: none; }
::selection { background: #22326a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; float: left;  vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

/* ul, ol { margin: 1em 0; padding: 0 0 0 40px; } */
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

.input { 
		 font-size: 12px; 
		 text-align: center;
		 vertical-align: middle;
		 font-family: helvetica, sans-serif; 
		 width: 150px; margin: 0;
		 height: 20px;
		 line-height: 20px; 
		 border: none;
		 -moz-border-radius-topleft: 0.5em;
		 -moz-border-radius-topright: 0.5em;
		 -moz-border-radius-bottomleft: 0.5em;
		 -moz-border-radius-bottomright: 0.5em;
		 -webkit-border-top-left-radius: 0.5em;
		 -webkit-border-top-right-radius: 0.5em;
		 -webkit-border-bottom-left-radius: 0.5em;
		 -webkit-border-bottom-right-radius: 0.5em;
		}
	
		 
.send {
	  width: 70px;
	  height: 22px;
	  border: none;
	  font-size: 14px;
	  line-height: 22px; 
	  text-transform: uppercase;
   	  font-family: helvetica, sans-serif;
   	  font-weight: bold;
   	  color: #22326a;
   	  text-align: center;
   	  vertical-align: middle;
	  background-image: linear-gradient(bottom, #A9ABAE 43%, #BABCBE 59%, #DDDEDF 76%);
      background-image: -o-linear-gradient(bottom, #A9ABAE 43%, #BABCBE 59%, #DDDEDF 76%);
      background-image: -moz-linear-gradient(bottom, #A9ABAE 43%, #BABCBE 59%, #DDDEDF 76%);
      background-image: -webkit-linear-gradient(bottom, #A9ABAE 43%, #BABCBE 59%, #DDDEDF 76%);
      background-image: -ms-linear-gradient(bottom, #A9ABAE 43%, #BABCBE 59%, #DDDEDF 76%);

      background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.43, #A9ABAE), color-stop(0.59, #BABCBE), color-stop(0.76, #DDDEDF)
     );
	  }		 

.form2 { 
		 font-size: 1.2em; 
		 text-align: center;
		 vertical-align: middle;
		 font-family: helvetica, sans-serif;
font-weight: bold;
		 color: #4245fe; 
		 width: 215px; margin: 0;
		 height: 25px;
		 line-height: 20px; 
		 border: 1px solid #e9cd7c;
		 margin-bottom: 5px;
		}
		
.form3 { 
		 font-size: 1.2em; 
		 text-align: center;
		 vertical-align: middle;
		 font-family: helvetica, sans-serif;
font-weight: bold;
		 color: #4245fe; 
		 width: 215px; margin: 0;
		 height: 25px;
		 line-height: 20px; 
		 border: 1px solid #e9cd7c;
		 margin-bottom: 5px;
		}

.form4 { 
		 font-size: 1.2em; 
		 text-align: center;
		 vertical-align: middle;
		 font-family: helvetica, sans-serif;
font-weight: bold;
		 color: #4245fe; 
		 width: 300px; margin: 0;
		 height: 50px;
		 line-height: 20px; 
		 border: 1px solid #4245fe;
		 border-radius: 10px;
		 margin-bottom: 5px;
		}

/*.send_2 {
	  width: 170px;
	  height: 36px;
	  background-image: url(http://s3.amazonaws.com/sc_images/subscribe_button.png);
	  background-repeat: no-repeat;
	  font-size: 1.5em;
	  line-height: 22px; 
	  text-transform: uppercase;
   	  font-family: helvetica, sans-serif;
font-weight: bold;
   	  font-weight: bold;
   	  color: #fff;
   	  border: none;
   	  background-color: transparent;
	 }	*/

.opt_form {
		  position: absolute;
		  top: 482px;
		  left: 640px;
		  }

.opt_form2 {
		  position: absolute;
		  top: 470px;
		  left: 676px;
		  }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: Success Council // Dan Arel // SuccessCouncil.com
   ========================================================================== */
   

   
/* =============================================================================
   Fonts
   ========================================================================== */

strong {
	   font-family: helvetica, sans-serif;
font-weight: bold;
	   font-weight: bold;
	   }

/* =============================================================================
   Body
   ========================================================================== */

.bluebar {
		 width: 100%; 
		 height: 100px;
		 background-image: linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -o-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -moz-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -webkit-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -ms-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);

		 background-image: -webkit-gradient(
		 linear,
		 left bottom,
		 left top,
		 color-stop(0.04, #1C2A61),
		 color-stop(0.52, #374D88),
		 color-stop(0.76, #4F6CAC)
);
		 /* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4F6CAC, endColorstr=#1C2A61);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4F6CAC, endColorstr=#1C2A61)";    
        background-color: #4F6CAC;
		 
		 }

#wrapper {
		 width: 963px;
		 margin: 0 auto;
		 }

#content {
		   background-image: url('../images/content.bg.png');
		   background-position: top 100px; 
		   background-repeat: repeat-y; 
		   background-color: #fff; 
		   width: 968px;
		   position: absolute; 
		   top: 0px; 
		   }
		   
.clearfix:after {
   				content: ".";
   				visibility: hidden;
       			display: block;
   				height: 0;
   				}		   


iframe {
		border: none;
		margin-left: 5px;
}

.twitter {
		  border: none;
}

/* =============================================================================
   Header
   ========================================================================== */

#header {
		 width: 968px; 
		 height: 100px;
		 background-image: linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -o-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -moz-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -webkit-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -ms-linear-gradient(bottom, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);

		 background-image: -webkit-gradient(
		 linear,
		 left bottom,
		 left top,
		 color-stop(0.04, #1C2A61),
		 color-stop(0.52, #374D88),
		 color-stop(0.76, #4F6CAC)
);

		 /* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4F6CAC, endColorstr=#1C2A61);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4F6CAC, endColorstr=#1C2A61)";    
        background-color: #4F6CAC;
		 }
		 
.logo {
	  width: 148; 
	  height: 148px;
	  }

.logo_img {
		   position: absolute; 
		   left: 410px; 
		   margin-top: 0px;
		   }

.tagline {
		 background-image: url(http://s3.amazonaws.com/sc_images/2012/SC_121214_newtagline.png);
		 background-repeat: no-repeat; 
		 position: absolute; 
		 left: 612px; 
		 top: 25px; 
		 width: 344px; 
		 height: 57px;
		 }	

/* =============================================================================
   Login Section
   ========================================================================== */

#login {
	   position: absolute; 
	   left: 5px; 
	   top: 60px;
	   }

/* =============================================================================
   Top offer Section Left & Right
   ========================================================================== */

#topcontent {
		    background-color: #e6e7e9; 
		    width: 962px; 
		    height: 445px; 
		    margin-left: 4px;
		    }

.rightoffer {
		    float: right;
		    background-image: url(http://s3.amazonaws.com/sc_images/common/SC_130107_freegift.png);
		    background-repeat: no-repeat;  
		    margin-top: 5px; 
		    width: 369px; 
		    height: 445px; 
		    margin-right: -30px;
		    }

.product {
		 margin-top: 0px;
		 }

.leftoffer {
		   float: left;  
		   margin-top: 80px; 
		   margin-left: 15px; 
		   width: 564px; 
		   height: 300px;
		   }

.leftside {
		  margin: 0 0;
		  }

.rightoffer p {
			  font-family: helvetica, sans-serif; 
			  color: #fff; 
			  font-size: 11px; 
			  text-align: center; 
			  margin-top: 0px;
			  margin-left: 35px;
			  margin-right: 35px;
			  }

.rightoffer p.black {
			  font-family: helvetica, sans-serif;
font-weight: bold; 
			  color: #000; 
			  font-size: 13px; 
			  text-align: center; 
			  margin-top: 0px;
			  margin-left: 35px;
			  margin-right: 35px;
			  }

.rightoffer p.desc {
				   font-family: helvetica, sans-serif; 
				   color: #666; 
				   font-size: 14px; 
				   text-align: center; 
				   margin-top: 0px;
				   }

.rightoffer h1 {
			   font-family: helvetica, sans-serif;
font-weight: bold; 
			   font-size: 1.2em;
			   color: #fff; 
			   text-align: center; 
			   margin-bottom: 20px;
			   }	 
		 

/* =============================================================================
   Menu / Navigation
   ========================================================================== */

.menu {
	  background-image:url(../images/menu.png); 
	  background-repeat: repeat; 
	  background-color: #fff; 
	  width: 962px; 
	  height: 40px; 
	  margin-left: 4px;
	  }

.menulinks {
		   position: absolute; 
		   left: 28px; 
		   top: 110px;
		   }

.menu a {
	    font-family: helvetica, sans-serif; 
	    color: #fff; 
	    font-size: 1.2em; 
	    text-decoration: none; 
	    text-transform: uppercase; 
	    text-shadow: 0.1em 0.1em 0.05em #333; 
	    padding-right: 20px;
	    }

.menu a:hover {
			  font-family: helvetica, sans-serif; 
			  color: #fff; 
			  font-size: 1.2em; 
			  text-decoration: underline; 
			  text-transform: uppercase; 
			  text-shadow: 0.1em 0.1em 0.05em #333; 
			  padding-right: 20px;
			  }

.menu a:active {
	    font-family: helvetica, sans-serif; 
	    color: #fff; 
	    font-size: 1.2em; 
	    text-decoration: none; 
	    text-transform: uppercase; 
	    text-shadow: 0.1em 0.1em 0.05em #333; 
	    padding-right: 20px;
	    }

/* =============================================================================
   News Section
   ========================================================================== */

#news {
	  width: 586px; 
	  float: left; 
	  background-image: url(../images/recent_entries.png); 
	  background-repeat: no-repeat; 
	  border-right: 1px solid #bdc8e0; 
	  margin-left: 4px; 
	  padding-top: 40px; 
	  margin-top: 34px;
	  min-height: 1000px;
	  }

#newscontent {
			width: 380px;
			float: left;
}

#newscontent h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#newscontent h2 a{
	color:#000000;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#newscontent h2 a:hover{
	color:#000000;
	font-family: helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

#newscontent p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#newscontent p.category {
			     font-family: helvetica, sans-serif; 
			     color: #666; 
			     font-size: 14px; 
			     margin-top: 0px; 
			     margin-left: 5px; 
			     margin-right: 5px;
			     padding-left: 5px;
			     }

#breaknews { 
		   width: 586px;
		   float: left;		
}

#breaknews .postbreak {
		   border-top: 1px solid #bdc8e0; 
		   width: 587px; 
		   margin-left: 0px;
		   }
		   
#viewnews {
	  width: 586px; 
	  float: left; 
	  border-right: 1px solid #bdc8e0; 
	  margin-left: 10px;
	  padding-right: 5px;
	  font-size: 14px;
	  padding-top: 0px; 
	  margin-top: 0px;
	  min-height:1700px;
	  }

#viewnews h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }

#viewnews p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#viewnews p.category {
			     font-family: helvetica, sans-serif; 
			     color: #666; 
			     font-size: 14px; 
			     margin-top: 0px; 
			     margin-left: 5px; 
			     margin-right: 5px;
			     padding-left: 5px;
			     }
#newscontent a	{
		    font-family: helvetica, sans-serif; font-weight: bold;
		    font-size: 1em;
		    text-decoration: none;
		    color: #000000;
}		   

#newscontent a:hover {
		    font-family: helvetica, sans-serif; font-weight: bold;
		    font-size: 1em;
		    text-decoration: none;
		    color: #000000;
}


#youtubeplayer {
			   margin-left: 5px;
			   padding-bottom: 20px;
}		

#mediaplayer {
			 margin-left: 5px;
			 margin-bottom: 20px;
}

#newsright {
		   width: 200px;
		   float: right;
		   text-align: center;
}		     

#newsright .thumb {
		  max-width:200px;
		  float: right;
		  padding-bottom: 10px;
		  padding-right: 5px;
}

#newsright p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    }
	    
#socialmedia {
			 margin-left: 0px;
			 background-color: #fff;
			 width: 200px;
			 padding-top: 10px;
}	   

ul.sharelinks { overflow: visible; }
ul.sharelinks li { list-style: none; float: left; margin-right: 5px; }
 
/* =============================================================================
   News for Category Section
   ========================================================================== */

#newscategory {
	  width: 586px; 
	  float: left; 
	  /*background-image: url(../images/recent_entries.png); 
	  background-repeat: no-repeat; */
	  border-right: 1px solid #bdc8e0; 
	  margin-left: 4px; 
	  padding-top: 10px; 
	  margin-top: 0px;
	  min-height:1700px;
	  }

#newscategory h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
#newscategory h2 a{
	color:#000000;
	text-decoration:none;
}
#newscategory p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#newscategory p.category {
			     font-family: helvetica, sans-serif; 
			     color: #666; 
			     font-size: 14px; 
			     margin-top: 0px; 
			     margin-left: 5px; 
			     margin-right: 5px;
			     padding-left: 5px;
			     }

#newscategory a	{
		    font-family: helvetica, sans-serif; font-weight: bold;
		    font-weight: bold;
		    font-size: 1em;
		    text-decoration: none;
		    color: #000000;
}		   

#newscategory a:hover {
		    font-family: helvetica, sans-serif; font-weight: bold;
		    font-weight: bold;
		    font-size: 1em;
		    text-decoration: none;
		    color: #000000;
}

#newscategory img {
		  width:200px;
		  float: right;
}

.postbreak {
		   border-top: 1px solid #bdc8e0; 
		   width: 587px; 
		   margin-left: 0px;
		   }

/* =============================================================================
   Sidebar Offer Opt-In
   ========================================================================== */

#sidebar {
		 width: 362px;
		 float: right;
}   

.sidebaroffer {
		    float: right;
		    background-image: url(http://s3.amazonaws.com/sc_images/common/SC_130107_freegift.png);
		    background-repeat: no-repeat;  
		    margin-top: 5px; 
		    width: 362px;
		    height: 445px; 
		    margin-right: -20px;
		    }

/* =============================================================================
   Facebook
   ========================================================================== */

#facebook {
		  /*background-image: url(../images/facebookheader.png); */
		  background-repeat: no-repeat; 
		  background-color: #edf1f9; 
		  width: 349px; 
		  height: 413px; 
		  float: right;  
		  margin-left: auto; 
		  margin-bottom: 20px; 
		  margin-right: 14px; 
		  margin-top: 33px;
		  }

#facebook .like {
	  text-indent: -999em; 
	  position: absolute;
	  left: 837px; 
	  top: 605px; 
	  width: 54px; 
	  height: 26px;
	  }

/* =============================================================================
   Most Popular
   ========================================================================== */

.popular {
		 background-image: url(../images/mostpopular.png); 
		 background-repeat: no-repeat; 
		 width: 362px; 
		 height: 34px; 
		 float: right;  
		 margin-right: 2px;
		 }
ul.popularpost{
	padding: 0px 0px 0px 5px;
	list-style-type: none;
}
ul.popularpost li a{
	font-family: helvetica, sans-serif; font-weight: bold;
	font-size: 1em;
	text-decoration:none;
	padding:0px 0px 0px 5px;
	color: #000;
}
ul.popularpost li a:hover{
	font-family: helvetica, sans-serif; font-weight: bold;
	font-size: 1em;
	text-decoration:none;
	padding: 0px 0px 0px 5px;
	color: #000;
}

.popularpost img {
				 margin-left: 5px;
				 padding-bottom: 0px;
				 width: 200px;
}

.popularpost p {
			   font-family: helvetica, sans-serif; font-weight: bold;
			   font-size: 14px;
			   text-decoration:none;
			   padding: 0px 0px 0px 5px;
			   color: #000;  
	
}
	
/* =============================================================================
   Category List
   ========================================================================== */

#category {
		 background-image: url(../images/categories.png); 
		 background-repeat: no-repeat; 
		 width: 362px; 
		 height: 34px; 
		 float: right;  
		 margin-right: 2px;
		 }

ul.categorylist {
	padding:0px 0px 0px 5px;
	list-style-type: none;
	width: 360px;
}
ul.categorylist li a{
					font-family: helvetica,sans-serif;
					font-size: 14px;
					text-decoration:none;
					padding: 0px 0px 5px 5px;
					color:#000000;
}
ul.categorylist li a:hover { 
						   font-family: helvetica,sans-serif;
						   font-size: 14px;
						   text-decoration:underline;
						   padding:0px 0px 0px 5px;
						   color:#000000;
}

.categorylist p {
			   font-family: helvetica,sans-serif;
			   font-size: 14px;
			   text-decoration:none;
			   padding: 0px 0px 0px 5px;
			   color: #000;  
	
}

/* =============================================================================
   Legal and other pages
   ========================================================================== */
#contact {min-height: 1000px;}
#about {min-height: 1000px;}


#terms h1 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 text-align: center;
		 }

#terms h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#terms p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

 #terms p.strong {
	    font-family: helvetica, sans-serif;
font-weight: bold; 
	    color: #000; 
	    font-size: 1em; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }
 
#privacy h1 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 text-align: center;
		 }

#privacy h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#privacy p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

 #privacy p.strong {
	    font-family: helvetica, sans-serif;
font-weight: bold; 
	    color: #000; 
	    font-size: 1em; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }
      
#contact h1 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 text-align: center;
		 }

#contact h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#contact p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#contact p.strong {
	    font-family: helvetica, sans-serif;
font-weight: bold; 
	    color: #000; 
	    font-size: 1em; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }
	    
#about h1 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 text-align: center;
		 }

#about h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#about p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#about p.strong {
	    font-family: helvetica, sans-serif;
font-weight: bold; 
	    color: #000; 
	    font-size: 1em; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }
	    
#earnings h1 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 text-align: center;
		 }

#earnings h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#earnings p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#earnings p.strong {
	    font-family: helvetica, sans-serif;
font-weight: bold; 
	    color: #000; 
	    font-size: 1em; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

/* =============================================================================
   Member Details
   ========================================================================== */

#buy_left {
		  float: left;
		  width: 600px;
		  padding: 2px;
		  text-align: center;
}

#buy_right {
		  float: right;
		  width: 300px;
		  text-align: center;
		  margin-right: 20px;
}

#buy_list {
		  margin-left: 20px;
		  width: 600px;
}

#buy_list p {font-size: 14px;}
#buy_list li {font-size: 14px; padding-bottom: 3px;}
#buy_list .bold {font-weight: bold;}

/* =============================================================================
   6 Deadly Risks
   ========================================================================== */

#sixdeadly h1 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 text-align: center;
		 }

#sixdeadly h2 {
		 font-family: helvetica, sans-serif;
font-weight: bold; 
		 font-size: 1.2em; 
		 margin-bottom: 0; 
		 margin-left: 5px; 
		 margin-right: 5px;
		 padding-left: 5px;
		 }
		 
#sixdeadly p {
	    font-family: helvetica, sans-serif; 
	    color: #000; 
	    font-size: 14px; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#sixdeadly p.strong {
	    font-family: helvetica, sans-serif;
font-weight: bold; 
	    color: #000; 
	    font-size: 1em; 
	    margin-left: 5px;
	    margin-right: 5px;
	    padding-left: 5px;
	    }

#sixdeadly .boldRed {
    color: red;
    font-weight: bold;
}

#sixdeadly a {
			 color: red;
			 text-decoration: underline;
			 font-family: helvetica, sans-serif;
			 font-weight: bold; 
}

#sixdeadly #getpdf {
			background-color: #E6E7E9;
			width: 800px;
			height: 300px;
			border-radius: 25px;
			padding-top: 10px;


}


/* =============================================================================
   Bitcoin Ticker
   ========================================================================== */

.ticker_box {
	height: 150px;
	width: 100px;
	background-image: url(http://s3.amazonaws.com/sc_images/bitcoinrevolution/SC_130419_ticker_bg.png);
	background-repeat: no-repeat;
	float: left;
	}

.ticker_decimal {
	height: 150px;
	width: 22px;
	background-image: url(http://s3.amazonaws.com/sc_images/bitcoinrevolution/SC_130419_ticker_decimal.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	}

	.indent {margin-left: 20px;}

/* =============================================================================
   Footer
   ========================================================================== */

#footer {width: 962px; 
		 height: 140px;
		 margin-left: 4px;
		 padding-top: 55px;
		 clear: both;
		 background-image: linear-gradient(top, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -o-linear-gradient(top, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -moz-linear-gradient(top, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -webkit-linear-gradient(top, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);
		 background-image: -ms-linear-gradient(top, #1C2A61 4%, #374D88 52%, #4F6CAC 76%);

		 background-image: -webkit-gradient(
		 linear,
		 left top,
		 left bottom,
		 color-stop(0.04, #1C2A61),
		 color-stop(0.52, #374D88),
		 color-stop(0.76, #4F6CAC)
);

		 /* For Internet Explorer 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1C2A61, endColorstr=#4F6CAC);
        /* For Internet Explorer 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1C2A61, endColorstr=#4F6CAC)";    
        background-color: #4F6CAC;
		 
		 }

#footer a {
		  font-family: helvetica, sans-serif; 
		  color: #fff; 
		  font-size: 1em; 
		  text-decoration: none; 
		  padding-left: 10px;
		  }
		  
#footer a:hover {
		  color: #fff; 
		  text-decoration: underline; 
		  }		  

#footer p {
		  text-align: center; 
		  margin-top: 0; 
		  padding-top: 15px;
		  }

#footer p.legal {
				font-family: helvetica, sans-serif; color: #9292a5; 
				font-size: 14px; 
				text-align: center; 
				margin-top: 0; 
				padding-top: 35px; 
				margin-bottom: 0px; 
				padding-bottom: 0px;
				}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; float: left;  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }





/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* ---------------------- PAGINATION SPECIFIC ----------------------  */

ul.pagination {
    margin-left: 0px;
    margin-top: 5px;
}

.pagination li{
    border:0; 
    float: left;
    font-size:11px;
    list-style:none;
    margin-right:2px;
    margin:0; padding:0;
}

.pagination a{
    border:solid 1px #E0E2F3;
    margin-right:2px;
}

.pagination .previous-off, .pagination .next-off {
    border:solid 1px #DEDEDE;
    color:#888888;
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:4px 7px;
}

.pagination .next a, .pagination .previous a {
    font-weight:bold;
}

.pagination .active{
    background:#2e6ab1;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:5px 8px;
    margin-right:2px;
}

.pagination a:link, .pagination a:visited {
    color:#0e509e;
    display:block;
    float:left;
    padding:4px 8px;
    text-decoration:none;
}

.pagination a:hover{
    border:solid 1px #0e509e
}

ul.errors li{
	color:#FF0000;
	font-weight:bold;
	list-style-type: none;
	padding-top:2px;
}
 

a.trial_offer {
	width: 300px;
	height: 124px;
	background: url(http://s3.amazonaws.com/sc_images/s2i/SC_130409_s2i-1.png) no-repeat;
	margin: 0;
	padding: 0px;
	display: block;
}
a.trial_offer:hover {
	width: 300px;
	height: 124px;
	background: url(http://s3.amazonaws.com/sc_images/s2i/SC_130409_s2i-1_hover.png) no-repeat;
}


















