/*  
Theme Name: ajthemia Premium
Theme URI: http://colorlabsproject.com/
Description: Designed by <a href="http://michaelhutagalung.com">Michael Jubel Hutagalung</a> of <a href="http://colorlabsproject.com">Colorlabs Project</a>.
Version: 1.0
Author: Michael Jubel Hutagalung
Author URI: http://colorlabsproject.com/
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #505050;*
	color: #505050;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #808080;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	background:#eeeeee url(images/diag_stripe.gif);
	font-size:12px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#333333 url(images/navbar.png) no-repeat;
	width:920px;
	font-size:10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px; 
	float:right;
	text-align:right;
	padding-top:3px;
	margin-right:10px; 
	}

/* Dropdown Menus */		
#page-bar li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	z-index: 9999;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	z-index: 9999;
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url(images/dots_nav.gif) repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	z-index: 9999;
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	z-index: 9999;
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	z-index: 9999;
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	z-index: 9999;
	left: auto;
	}



/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	/*font:12px Arial; aj */
	font:14px Arial;
	margin-bottom:3px;
	/*color:#303030; aj */
	color:#a8141b;
	font-weight:bold;
	}

h4 {
	font:12px Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:165px;
	height:90px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	background:#dedede; /*aj see override*/
	width:930px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#headline {
	width:560px;
	float:left;
	padding:0px 12px 25px 25px;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	background:#333333;
	color:#fff;
	overflow:hidden;
	}

#headline a {
	color:#a0a0a0;
	}

#headline a:hover {
	color:#d0d0d0;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:10px;
	}

#headline p {
	padding-bottom:25px;
	}

#featured {
	width:320px;
	float:right;
	padding:0px 0px 0px 10px;
	font-size:12px;
}

#featured li {
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .ajthemia-carousel {
    overflow:hidden;
    width:320px; 
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto;
	padding:10px 10px 0px 10px;
	background:#fff;
	width:920px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 15px 10px;
	background:#fff;
    cursor:pointer;
	}

.category p {
	margin:0;
    font-size:11px;
	}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	/*text-transform:lowercase;*/
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
    margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 920px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:18px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
    line-height:1.0em;
	}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
    padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a, .onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	border-top:1px solid #ececec;
	}

.post {
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-bottom:0px;
	padding:5px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.entry a {
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	

/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
    font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 910px;
	background:#303030;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost, #mostcommented {
	width:276px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
	background:url(images/dots_footer.gif) repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#000000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}


#footer {
	margin: 0 auto;
	width: 920px;
	font-size:10px;
	background:#dedede;
	color:#333333;
	padding:5px 10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#footer a:hover {
	color:#808080;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
/* -------------------------------------------------------*/	
/* aj styles added and overrides*/
body {
	font: 100% Arial, Helvetica;
	/*background: #505050;*/  
	/*background: rgb(233,210,152);
	background: rgb(243,231,199);*/
	background: #505050;
	color: #505050;
	}

#top 
{
	height: 272px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#debd67;
	width:940px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#top_small
{
	height: 7px;
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#debd67;
	width:940px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
}

#headline div.title_sm {
	font:20px Arial;
	font-weight:bold;
	/*letter-spacing:-0.05em; aj*/
	letter-spacing: 0.0em;
	/*line-height:0.9em;*/
	line-height:1.3em;
    margin-top: 6px;
	color: #ffffff;
	background: #343694;
	display: block;
	width: 100%; 
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	}
	
#headline div.title_motto {
	font:12px Arial;
	font-weight:bold;
	letter-spacing: 0.0em;
	line-height:1.1em;
    margin-top: 0px;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	text-align:center;
	}
		
#headline 
{
	height: 270px;
	/*width:560px;*/
	/*width:660px; ff */
	width:710px; /* 0814 670px; */
	float:left;
	/*padding:0px 12px 25px 25px;*/
	padding: 0px 12px 0px 8px;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	/*background:#333333; aj */
	/*background:#353795;
	color:#fff;*/
	background: #ffffff;
	color: #000000;
	overflow:hidden;
	border: solid 1px #6d6d6d;   /* aj fix */
	}
	

#featured {
    /*width:320px;*/
    /*width:247px;  ff */
    width:220px;
	/*float:right; */
	/*float:left; ff */
	float: right;
	/*padding:0px 0px 0px 10px;*/
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:16px;
	background:#debd67; /* aj*/
	/* ff wont work border-top: solid 1px #6d6d6d; */ /*  aj fix */
	/* border-right: solid 1px #6d6d6d; */  /* aj fix */
}

#featured li {
    list-style:none;
    /*width:320px;*/
    width:200px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .ajthemia-carousel {
    overflow:hidden;
    /*width:320px;*/
    /*width:200px; ff*/
    width: 170px;
}

#featured .divider {
	/*margin-left:95px;*/
	margin-left:15px;
	}
	

#featured .info {
    margin-top:0px;
	/*padding-top:10px;  aj*/
	padding-top:30px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .title {
	font-weight:bold;
    /*font-size:10px; aj*/
    font-size:14px;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:5px;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

	

#logo {
	/*width:165px;*/
	/*height:90px;*/
	width:428px;
	height:62px;
	background:#fff;
	}

#top-of-page-bar {
	padding:0px;
	}

#top-of-page ul {
	list-style: none;
	}

#top-of-page li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}
	
#top-of-page li.last {border:none;}	

#top-of-page li:hover {
	background: #5b5b5b;
	color: #ffffff;
	}

#top-of-page a, #top-of-page a:visited {
	margin: 0px;
	padding: 0px 14px;
	font-weight:bold;
	color: Black;
	display:block;
	}

#top-of-page a:hover {
	text-decoration:none;
	display:block;
	color: #ffffff;
	}

#headline div.ajlabel h3 {
	font:14px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:4px;
	color: #debd67;
	}
	
#headline div.ajlabel 
{
	margin-top: 9px;
}
#headline div.ajlabel a 
{
	/*
	font:14px Arial;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	*/
	/*background: #ffffff url(images\goldbar.png)  repeat-x left center;*/
	letter-spacing: 0.1em;
	line-height: /*1.9em*/ 1em;
	font-weight:bold;
	padding-top: 0px;
	margin-top: 20px;
	/*color: #debd67;*/
	color: #343694;
	/*vertical-align: bottom;*/
	}	


#headline div.ajlabel a.ajBtn 
{
	display:inline-block;
	/*background:  url(images/successworks-skills-training-6x1.png) left bottom no-repeat ;*/
	background:  url(images/learnmore_bk.png) left bottom no-repeat ;
	padding-top: 0px;
	margin-top: 0px;
	width: 100px;
	height: 32px;
	vertical-align: top;
	}	
	
#homeFooterContent {}
#homeFooterContent div#footcolumn1 {width:240px; float:left; display:inline;}
#homeFooterContent div#footcolumn2 
{
	width:387px; /*float:left; ajdisplay:inline; */margin:0 0 0 13px; border:solid 2px #ffde46; background:#3b2e8d;
	padding-top: 30px; /*aj*/
	float:none;
}
#homeFooterContent div#footcolumn3 {width:249px; float:left; display:inline; margin:0 0 0 13px; background:#ddbd67;}
#homeFooterContent div.em
{
	color: #ffffff;
	font:14px Arial;
	font-weight:bold;
	line-height:1.1em;
	margin-left: 20px;
	margin-right:10px;
	display:block;
}
#homeFooterContent div.a
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}
#homeFooterContent div.p
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}
#footcolumn2 div.em
{
	color: #ffffff;
	font:14px Arial;
	font-weight:bold;
	line-height:1.1em;
	margin-left: 20px;
	margin-right:10px;
	display:block;
}
#footcolumn2 div.a
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}
#footcolumn2 div.p
{
	color: #ffffff;
	margin-left: 40px;
	margin-right:10px;
}

.emWhite
{
	color: #ffffff;
	font:14px Arial;
	font-weight:bold;
	font-style: italic;
	line-height:1.1em;
	margin-left: 40px;
	margin-right:10px;
	display:block;
}
a.aWhite 
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:40px;
	float:right;
}
.pWhite
{
	color: #ffffff;
	margin-left: 40px;
	margin-right:10px;
}
.pWhiteC
{
	color: #ffffff;
	margin-left: 40px;
	margin-right:40px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
}

#homeContent {}
#homeContent div#homeContentCol1 
{
	float:none;
	width:400px; 
	height: 254px;
	margin:0 0 0 0; 
	padding:0 0 0 0; 
	border:solid 2px #ffde46; background:#3b2e8d;
	padding-top: 10px; 
	margin-left: 85px;
	margin-top: -15px;
}

#homeContent div.em
{
	color: #ffffff;
	font:14px Arial;
	font-weight:bold;
	line-height:1.1em;
	margin-left: 20px;
	margin-right:10px;
	display:block;
}
#homeContent div.a
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}
#homeContent div.p
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}

#footcolumn2 div.em
{
	color: #ffffff;
	font:14px Arial;
	font-weight:bold;
	line-height:1.1em;
	margin-left: 20px;
	margin-right:10px;
	display:block;
}
#footcolumn2 div.a
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}
#footcolumn2 div.p
{
	color: #ffffff;
	margin-left: 20px;
	margin-right:10px;
}





ul#whySuccessworks {margin:5px 0px 5px 10px; padding:0;}
ul#whySuccessworks li {color:#fff; margin:0 0 5px 15px;}
ul#whySuccessworks li span {color:#353795; font-size:11px; font-weight:bold;}
ul#whySuccessworks li.head {list-style:none; margin:0; padding:0 0 10px; font-size:15px; color:#353795; font-weight:bold;}

	
ul#whyList {list-style: disc!important; margin:5px 0px 5px 10px; padding:0;}
ul#whyList li {list-style:disc!important; color:#fff; margin:0 0 5px 15px;}
ul#whyList li span {list-style:disc!important;/*color:#353795;*/ color: #000000; font-size:12px; font-weight:bold;}
ul#whyList li.head {list-style:disc!important; margin:0; padding:0 0 10px; font-size:15px; color:#353795; font-weight:bold;}

ul#whyHome {margin:5px 0px 5px 10px; padding:0;}
ul#whyHome li {color:#fff; margin:0 0 5px 15px;}
ul#whyHome li span {color:#353795; font-size:11px; font-weight:bold;}
ul#whyHome li.head {list-style:none; margin:0; padding:0 0 10px; font-size:15px; color:#353795; font-weight:bold;}

#home2col {}
#home2col div#home2cola {width:250px; float:left; display:inline;}
#home2col div#home2colb 
{
	width:300px; float:left; display:inline; 
	margin:0 0 0 13px; border:solid 2px #ffde46; 
	/*background:#3b2e8d;*/
}


/* old site Footer Styles */
#footOld {/*float:left; aj*/margin:23px 0 0; height:73px; border:solid 1px #f7d765; background:#363896;}

	/* footOld Content Styles */
	
	#footOld img#nsa {margin:13px 10px; float:left; display:inline;}
	
	#footOld div#bookBox {width:325px; margin:0 10px 0 0; float:left; display:inline;}
	#footOld div#bookBox h3 {font-size:15px; color:#ddbd67; margin:5px 0 0;}
	#footOld div#bookBox div.author {color:#fff; font-size:11px; margin:5px 0 0 10px;}
	#footOld div#bookBox div.footBookPic {float:right; position:relative; width:68px; height:73px}
	#footOld div#bookBox div.footBookPic img {position:absolute; right:0; top:-13px;}
	#footOld div#bookBox a.buyTheBook {float:right; margin:0 3px 0 0;}
	
	#footOld div#footRightContent {float:left; display:inline; margin:0 0 0 20px; width:450px;}
	#footOld div#footRightContent h2 {font-size:15px; color:#ddbd67; margin:5px 0 0;}
	#footOld div#footRightContent h2 span {font-size:11px; color:#fff;}
	#footOld div#footRightContent a.readBlog, #footOld div#footRightContent a.readBlog:link, #footOld div#footRightContent a.readBlog:visited {float:right; margin:20px 0 0;}
	#footOld div#footRightContent ul {margin:5px 0 0; padding:0;}
	#footOld div#footRightContent ul li {margin:0 0 0 15px; color:#ddbd67;}


.h2Medium
{
	font:16px Arial;
	font-weight:bold;
}

.h2Small
{
	font:13px Arial;
	font-weight:bold;
}


.alignrightWide {
	float: right;
	margin-right: 10px;
}

.pLeftMarginClear
{
	float: none;
	font: 16px Arial;
	clear: both;
}

.emReviews 
{
    font-style:italic;
    padding-top: 5px;
    
}

.emReviews span
{
    font-style:normal;
    font-weight:bold;
    
}

#pageNavBkg
{
	/* add some white space around page navigation */
	width: 590px;
	background: #ffffff;
}

#searchform {
	/*width:184px; */
	/* for menu width:144px; */
	width: 184px;
	float:left;
	text-align:left;
	padding-top:3px;
	/*margin-right:10px; aj*/
	margin-right: 0px; 
	padding-left: 0px;
	margin-left: 2px;  /* aj was 5 too big for old safari */
	/* see also searchform.php, edit box narrowed from 124 to 115 px */
	}


.homeHeading
{
	color: #ffffff;
	background: #000033;
	display: block;
	width: 100%;
}


h3.home {padding: 0; background: url('/goldbar.gif') repeat-x left center;}
h3.home span {padding-right: 3px; background: #fff;}
h3.home img {padding-left: 3px; background: #fff;}


#headline div.title_smaller {
	font:13px Arial;
	font-weight:bold;
	/*letter-spacing:-0.05em; aj*/
	letter-spacing: 0.0em;
	/*line-height:0.9em;*/
	line-height:1.7em;
    margin-top: 5px;
    margin-left: 15px;
	color: #000000;
	background-color: #ffffff; 
	display:inline-block;
	float: left; 
	width: 460px; /*465px;*/
	height: 70px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
	}
/*	
#headline div.pInfo p
{
	font:12px Arial;
	font-weight:bold;
	width: 450px;  0814 428px; 
	background-color: #ffffff;
	color: #191919;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding-bottom:4px;
}
*/

#headline div.pInfo ul
{
	list-style: disc!important;
	margin-left: 16px!important;
	/*width: 440px;  0814 428px; */
}

#headline div.pInfo li
{
	font:12px Arial;
	font-weight:normal;
	/*width: 428px; ff */
	color: #000000;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding-bottom:4px;
}

.pInfo2
{
	font:12px Arial;
	font-weight:normal;
	/*width: 428px; ff */
	width: 450px; /* 0814 428px; */
	background-color: #ffffff;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding-bottom:4px;
}

#headline div.title_smaller a
{
	color: #343694;
}	
	
#headline div.btnSection 
{
	font-weight:bold;
    margin-top: 6px;
    margin-right: 0px;
    margin-left:0px;
    margin-bottom:0px;
	color: #000000;
	background-color: #ffffff; /*#ffff00;*/
	/*background-repeat:no-repeat;
	background-position:430px 20px;
	background-image:url(images/learn.png);*/
	display:inline-block;
	float: right; 
	/*width: 101px; ff*/
	width: 100px;
	height: 55px;
	padding-top: 15px;  /*padding and height sync to info section */
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

#headline div.btnSection img
{
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
}
	
.btnRegister 
{
	font-weight:bold;
    margin-top: 20px;
    margin-right: 0px;
    margin-left:0px;
    margin-bottom:0px;
	color: #993300;
	background-color: #ffffff; /*#ffff00;*/
	/*background-repeat:no-repeat;
	background-position:430px 20px;
	background-image:url(images/register.png);*/
	display:block;
	float: none; 
	width: 350px;
	height: 55px;
	padding-top: 0px;  
	padding-left: 165px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 2.7em;
	vertical-align:middle;
}
/* usage
<div class="btnRegister">
<a <phpcode><?php MakeHRef("register") ?></phpcode>><img height="22" width="100" style="border: 0px none ; margin: 0px;" class="alignleft" title="Register Now" alt="Register Now" src="<phpcode> <?php echo ajGetImagePath("register.png") ; ?> </phpcode>" /></a>&nbsp;&nbsp;&nbsp;&nbsp;or Call 800-473-1969
</div>
*/


.btnRegisterLeft
{
	font:14px Arial;
	font-weight:bold;
    margin-top: 10px;
    margin-right: 0px;
    margin-left:0px;
    margin-bottom:0px;
	color: #993300;
	background-color: #ffffff; /*#ffff00;*/
	/*background-repeat:no-repeat;
	background-position:430px 20px;
	background-image:url(images/register.png);*/
	display:block;
	float: none; 
	width: 300px;
	height: 45px;
	padding-top: 0px;  
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 2.2em;
	vertical-align:middle;
}


.btnRegisterCall
{
	font:13px Arial;
	font-weight:bold;
    margin-top: 10px;
    margin-right: 0px;
    margin-left:0px;
    margin-bottom:0px;
	color: #993300;
	background-color: #ffffff; 
	display:block;
	float: none; 
	width: 450px;
	height: 30px;
	padding-top: 0px;  
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.1em;
}

.btnRegisterCompact
{
	font:14px Arial;
	font-weight:bold;
    margin-top: 10px;
    margin-right: 0px;
    margin-left:0px;
    margin-bottom:0px;
	color: #993300;
	background-color: #ffffff; /*#ffff00;*/
	/*background-repeat:no-repeat;
	background-position:430px 20px;
	background-image:url(images/register.png);*/
	display:block;
	float: none; 
	width: 300px;
	height: 60px;
	padding-top: 0px;  
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 2.2em;
	vertical-align:middle;
}



.logo_imgs {
	border-top:0px solid #fff!important;
	border-bottom:0px solid #fff!important;
	border-left:0px solid #fff!important;
	border-right:0px solid #fff!important;
	float:left;
	padding-left: 20px;
	padding-right: 40px;
	}
	
		
		
.clientsCol1 
{
	font:14px Arial;
	font-weight:bold;
	/*letter-spacing:-0.05em; aj*/
	letter-spacing: 0.0em;
	/*line-height:0.9em;*/
	line-height:1.2em;
    margin-top: 0px;
    margin-left: 0px;
	color: #000000;
	background-color: #ff0000; /*#ff0000;*/
	/*background-repeat:no-repeat;
	background-position:430px 20px;
	background-image:url(images/learn.png);*/
	display:inline-block;
	float: left; 
	/*width: 429px; ff*/
	width: 90px;
	height: 190px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
}		

.clientsCol2 
{
	font:14px Arial;
	font-weight:bold;
	/*letter-spacing:-0.05em; aj*/
	letter-spacing: 0.0em;
	/*line-height:0.9em;*/
	line-height:1.7em;
    margin-top: 0px;
    margin-left: 0px;
	color: #000000;
	background-color: #ffff00; /*#ff0000;*/
	/*background-repeat:no-repeat;
	background-position:430px 20px;
	background-image:url(images/learn.png);*/
	display:inline-block;
	float: left; 
	/*width: 429px; ff*/
	width: 110px;
	height: 190px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
}	

.clientsCol
{
	font:14px Arial;
	font-weight:bold;
	/*letter-spacing:-0.05em; aj*/
	letter-spacing: 0.0em;
	/*line-height:0.9em;*/
	line-height:1.7em;
    margin-top: 0px;
    margin-left: 0px;
	color: #000000;
	/*background-color: #ffff00; #ff0000;*/
	display:block;
	float: left; 
	width: 200px;
	height: 182px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	
}	

.clientsCol ul
{
	list-style: disc!important;
	margin-left: 27px!important;
	color: #ffffff;
}

.clientsCol p
{
	margin-left: 10px!important;
	color: #ffffff;
	font:12px Arial;
}

.clientsColImg
{
	padding: 0 0 0 0;
	padding-top: 16px;
	padding-right: 3px;
	margin: 0 0 2px 7px;
	display: inline;
	float:right;
}

#clientsLink 
{
	font:14px Arial;
	font-weight:bold;
	letter-spacing: 0.0em;
	/*line-height:0.9em;*/
	line-height:1.0em;
    margin-top: 5px;
    margin-left: 0px;
	color: #ffffff;
	/*background-color: #3bc1ff; */
	display:block;
	float: none!important; 
	width: 190px;
	height: 20px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	clear:both;	
}	

#clientsLink a, #clientsLink a:visited
{
	color: #debd67!important;
}	

#clientsLink a:hover
{
	color: #ffffff!important;
}	
	
#featureStatic {
    width:207px;
    height:260px;
    display:inline-block;
	float:left; 
	padding:0px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 0px;
	margin:0px 0px 0px 0px!important;
	font-size:16px;
	background:#343694; /*#debd67;  */
	border-top: solid 1px #6d6d6d;
	border-right: solid 1px #6d6d6d;
	border-bottom: solid 1px #6d6d6d;
}

#blogtop {  
    width:  715px;  
    height:   234px;  
    padding: 0;  
    margin:  0;  
    display: block;
    background:#343694;
} 

.slidepics {  
    width:  715px;  
    height:   234px;  
    padding: 0;  
    margin:  0;  
    display:inline-block;
} 
 
.slidepics img {  
    padding: 0px;  
    border:  0px solid #ccc;  
    width:  715px;  
    height:   234px;  
    top:  0; 
    left: 0 
} 

img.aligncenterNB {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:0px solid #ff0000!important;
	margin-top: -4px;
}

a.btnLearn 
{
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image:url(images/btn_learn.gif);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 102px;
	height: 28px;
	display:inline-block;
}
a:hover.btnLearn 
{
	background-image:url(images/btn_learn_h.gif);
}

a.btnRegisterNow 
{
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image:url(images/btn_register.gif);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 109px;
	height: 28px;
	display:inline-block;
}
a:hover.btnRegisterNow
{
	background-image:url(images/btn_register_h.gif);
}

a.btnOrder 
{
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-image:url(images/btn_order.gif);
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 190px;
	height: 28px;
	display:inline-block;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	line-height: 2.2em;
	color: #000000;
}
a:hover.btnOrder
{
	background-image:url(images/btn_order_h.gif);
}

.alignrightText {
	float: right;
	margin-right: 3px;
	text-align: right;
}

.aligncenterText {
	float: none;
	text-align: center;
	padding-right: 120px;
	padding-left: 120px;
}

/* Captions from www.webtlk.com/2008/07/28/wordpress-26-its-new-caption-feature-and-the-text-alignement-issue/  */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */


a.twitterFollowMe
{
	display: block;
	float: none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	background: #ffffff url(images/sociables/twitter.png) no-repeat;
	
}

.inputError
{
	color : #ff0000;
}

.buttonNext
{
	color: #000000;
	width: 280px;
}

.LabelColBill
{
	text-align: right;
	padding-right: 4px;
}

.LabelColBill2
{
	text-align: right;
	padding-right: 4px;
	color: #000000;
}

.FormTextBlack
{
	color: #000000;
}

.buttons
{
	margin-left: 0px;
}

.loadingNote
{
	color : #993300!important;
	font-weight: bold!important;
	font-size: 14px!important;
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

a.WordFromSue
{
	color : #993300!important;
	font-weight: bold!important;
	text-align: center!important;
	padding-top: 6px!important;
	text-decoration: none;
	display: inline-block!important;
}

a.WordFromSue
{
	color : #993300!important;
	font-weight: bold!important;
	text-align: center!important;
	padding-top: 6px!important;
	text-decoration: none;
	display: inline-block!important;
}

a:hover.WordFromSue
{
	color : #343694!important;
}

