/**/
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	line-height:1.4;
	color: #696F73;
	text-align: center;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color:transparent;
}


body#randomBg1 {
	background-color:#f4f4f5;
	}

body#randomBg2 {
	background-color:#f4f4f5;
	}

body#randomBg3 {
	background-color:#f4f4f5;
	}

#pageBG img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}

#outerWrapper {
	width: 1008px;
	margin:auto;
	position:relative;
}

#innerWrapper {
	background: transparent url(images/wrapperBG.png) 50% 0 repeat-y;
	width: 1018px;
	margin:auto;
	margin-bottom:50px;
	float:left;
}

header {
	margin:auto;
	padding: 0;
	height: 197px;
	width: 1018px;
	overflow:hidden;
}

/*==========================================================================================*/
/*main image*/
/*==========================================================================================*/
#headerimg {
	position: relative;
	float:left;
	width:100%;

}
/*PA logo*/
#headerimg .logo h1 {
	display:block;
	width:221px;
	height:171px;
	margin: 23px 0 0 34px;
	background:url(images/logo.png) 0 0 no-repeat;
	float:left;
}
#headerimg .logo h1 a {
	display:block;
	width:221px;
	height:171px;
}
#headerimg .logo h1 span {
	display:block;
	text-indent:-999em;
}

/*==========================================================================================*/
/*bannerRight*/
/*==========================================================================================*/
#bannerRight {
	float:right;
	margin-top:23px;
	margin-right:25px;
}

/*search form*/
#search {
	float:right;
}
form#searchform {
	margin: 0 auto;
	padding: 0 3px;
}
form#searchform label {
	font-size:1.2em;
	color:#000;
		
}

#searchform #s {
	/*border-color:#E7E7E7 #E7E7E7 #E7E7E7;
	border-style:solid solid solid none;
	border-width:1px 1px 1px 0;*/
	border:none;
	height:22px;
	margin:0 0 0 0;
	padding: 0 10px 0 0;
	vertical-align: bottom;
	width: 124px;	
	background:url(images/inputBox_right.png) 0 0 no-repeat;
}

#searchform img {
	border:0 none;
	margin:0;
	padding:0;
	vertical-align:bottom;
	position:relative;
	left:4px;
}

#searchsubmit {
	padding: 0;
	vertical-align:bottom;
}

/*SW logo*/
#storyWorldwide {
	float:right;
	clear:right;
	margin-top:66px;
}

#storyWorldwide img {
}

/*==========================================================================================*/
/*pageWrapper*/
/*==========================================================================================*/
#pageWrapper {
	text-align: left;
	width:1000px;
	margin-left:9px;
	background:url(images/pageWrapperBG.png) 5px 0 repeat-y;
}

#closure {
	position:relative;
	width:687px;
	height:155px;
	margin-left:9px;
	margin-top:-20px;
	background:url(images/pageWrapperBG_end.png) 5px 0 no-repeat;
	padding-bottom:60px;
	float:left;
	clear:left;
}

html.ie7 #closure {
	margin-left:13px;
}

/*==========================================================================================*/
/*navigation*/
/*==========================================================================================*/
nav#access {
	float:left;
	padding: 23px 25px 74px 25px;
	background-color:#fff;
	width:940px;
}

div.menu {
	margin:0 20px;
}

nav ul {
	list-style:none;
}

nav ul li {
	list-style:none;
	float:left;
	margin:0 44px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.3em;
}

nav ul li a {
	display:block;
	color;#828a8f;
	text-decoration:none;
	padding-top:12px;
	background:url(images/navigationBullet.png) 0 0 no-repeat;
}

nav ul li a:hover {
	color:#000;
	background-position:0 -44px;
}

/*current_page_item*/
nav ul li.current_page_item a,
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a,
body.blog li.menu-item-5053 a {
	border-top:5px solid #000;
	background:none;
	padding-top:8px;
	color:#000;
}

/*==========================================================================================*/
/*next and previous post navigation*/
/*==========================================================================================*/
/*above*/
nav#nav-above {
	float:left;
	margin: 0;
	width:600px;
	margin-bottom:1em;
	padding:0 0 1em 0;
}

.nav-previous {
	display:block;
	width:30%;
	font-weight:bold;
	margin-left:12px;
}

.nav-next  {
	display:block;
	width:30%;
	text-align:right;
	float:right;
	font-weight:bold;
	margin-right:10px;
}

/*==========================================================================================*/
/*below*/
nav#nav-below {
	float:left;
	margin: 0;
	padding:0;
	width:600px;
	border-top:1px dotted #828a8f;
	margin-top:1em;
	padding-top:1em;
}
nav#nav-below a {
	display:block;
	color:#000;
}
/*==========================================================================================*/
/*arrow*/
.nav-previous .meta-nav {
	float:left;
	margin-left:-14px;
	margin-right:6px;	
	font-size:13px;	
}
.nav-next .meta-nav {
	float:right;
	right:-10px;
	position:relative;
	font-size:13px;	
	white-space:nowrap;
}


/*==========================================================================================*/
/*section#conten*/
/*==========================================================================================*/
section#content {
	font-size: 1.2em;
	margin:0 25px;
	float:left;
	clear:left;
	/*background:url(images/wideColBG.png) 100% 0 repeat-y;*/
	width: 662px;
	background:url(images/wideColBG_top.png) 100% 0 no-repeat;
}

body.archive section#content {
	/*width: 436px;*/
	clear:left;
}



/*==========================================================================================*/
/*mainContent/wideColumn*/
/*==========================================================================================*/
.wideColumn {
	float: left;
	padding: 0 0 18px 0;
	margin: 0px 0 0;
	width:644px;
}


#pageWrapper h1,
#pageWrapper h2,
#pageWrapper h3 {
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}
#pageWrapper h4,
#pageWrapper h5 {
	color:#000;
	font-weight:bold;
}
.wideColumn .content {
	padding-right:18px;
}
#pageWrapper h1 {
	   font-size: 1.3em;
}

#pageWrapper h1.pageTitle {
	clear: left;
	float: left;
	background-color:#fff;
    padding: 0 25px 10px;
    width: 664px;
}
.single #pageWrapper h1.pageTitle {
	background:none;
	float:none;
	clear:none;
	width:350px;
	padding:0;
}


#pageWrapper h2 {
	   font-size: 1.2em;
}

#pageWrapper h2.entry-title {
	   font-size: 1.8em;
	   line-height:0.8;
	   letter-spacing:-.06em;
	   margin-bottom:6px;
}

#pageWrapper p {
	   font-size: 1.1em;
	   margin-bottom:1em;
}
#pageWrapper p a {
	color: #EC008C;
	/*white-space: nowrap;*/
}

/*==========================================================================================*/
/*blog content*/
/*==========================================================================================*/
.entry-content {
	/*width:600px;*/
	clear:left;
	float:left;
}

article.post,
article.page {
	float:left;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	border-top: 1px solid #7f7f7f;
    padding: 18px 0 0 0;
    margin: 0 0 0 0;
	position:relative;
	z-index:1;
	width:600px;
}

/*==========================================================================================*/
/*image area*/
.imageBlock {
	float:left;
	width:200px;
	overflow:hidden;
	margin-right:23px;
	margin-bottom:23px;

}
.imageBlock img {
	max-width:200px;
	margin:0 !important;
}

/*==========================================================================================*/
/*text area*/
.textBlock {
	width:374px;
	float:left;
	background:url(images/h2BG.gif) 0 0 no-repeat;
	padding-top:12px;
	font-size:.9em;
}

/*==========================================================================================*/
/*overrides*/
/*==========================================================================================*/
/*image block*/
body.blog .imageBlock {
	width:300px;
}
.imageBlock img {
	max-width:330px;
}

/*==========================================================================================*/
/*text block*/
body.blog .textBlock {
	width:277px;
}

body.author .textBlock {
	width:auto;
}




.textBlock h2 {
	display:block;
	text-transform:uppercase;
	font-size:1.4em;
	line-height:1.1;
	width:90%;
	margin-bottom:11px;
	
}
.textBlock h2 a {
	color:#000;
}

/*.textBlock*/ .entry-meta  {
	/*margin-bottom:16px;*/
	color:#babec1;
	margin-bottom:20px;
}

/*==========================================================================================*/
/*footer*/
.textBlock footer {
	padding:3px 0;
	clear:left;	
}

.textBlock footer p.tagged,
.textBlock footer p.category {
	display:none;
	
}

.textBlock footer p.postedIn a span.meta-nav,
a span.meta-nav {
	color:#ec008c;
	font-family:Georgia;
	font-style:italic;
	font-size:.9em;
}
.textBlock footer p.postedIn a span.meta-nav:hover,
a span.meta-nav:hover {
	text-decoration:underline;
}

/*==========================================================================================*/
/*overrides*/
body.category-links p.postedIn span.comments {
	display:block;
	text-indent:-999em;
	display:none;
}

body.category-links .shareTools {
	display:block;
	text-indent:-999em;
	display:none;
}

/*==========================================================================================*/
/*author info */
.author-info {
	float:right;
	width:240px;
	border-left:1px dotted #828a8f;
	margin: 0 0 20px 20px;
}
.author-info dl {
	color:#828a8f;
	text-align:right;
	padding-left: 20px;
 }
.author-info dl dt {
	font-weight:bold;
	font-size:1.2em;
	text-transform:uppercase;
}
.author-info dl dd {
	font-style:italic;
	font-family:Georgia;
}

.author-info .photo {
	float:right;
	padding:0 0 0 15px;
}





/*==========================================================================================*/
/*disqus_thread */
/*==========================================================================================*/
#disqus_thread {
    clear:left;
	float:left;
	width:600px;
}

.dsq-brlink {
	display:block;
	text-indent:-999em;
}
/*==========================================================================================*/
/*contributors pages*/
/*==========================================================================================*/

/*leftCol*/
section#leftCol {
	font-size: 1.2em;
	margin-left:25px;
	float:left;
	clear:left;
	width:200px;
}

section#leftCol .authorImage {
	margin-top:15px;
}


/*==========================================================================================*/
/*main section*/
page.author .article.post {
	margin-top:0;
}
/*==========================================================================================*/
/*signup form */
form#cformsform {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:195px;
	margin:auto;
}
form#cformsform fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cformsform ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cformsform ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cformsform label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cformsform input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cformsform input.sendbutton {
    background: url(images/subscribe.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin: 0 8px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 105px;
	float:right;
}



/*==========================================================================================*/
/*sidebar*/
/* Begin Sidebar */
#sidebar {
	float:left;
	width: 263px;
	margin: 12px 0 0 0;
	background-repeat: no-repeat;
}

#sidebar h3.widget-title {
	font-size:1.4em;
	border-bottom:1px solid #7f7f7f;
	margin-bottom:36px;
	padding-bottom:4px;
}

#sidebar ul,
#sidebar ul ol {
	margin: 0;
	padding: 0;
	font-size:1.1em;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
	background:url(images/h2BG.gif) 0 45px no-repeat;
}
#sidebar ul li#sidebar_categories-3 {
	background-image:none;
}
#sidebar ul li#sidebar_categories-3 h3.widget-title  {
	margin-bottom:20px;
}

#sidebar ul p,
#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
	margin: 0;
}

#sidebar ul ul ul,
#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/*==========================================================================================*/
/*sidebar sections*/
/*==========================================================================================*/
/* sideBarIcons */

ul#sidebarIcons {
	list-style:none;	
	position: relative;
	top: 10px;
	left:12px;
}

ul#sidebarIcons li {
	list-style:none;
	float:left;
	margin-right:12px;
	width:27px;
}

ul#sidebarIcons li span {
	display:block;
	text-indent:-999em;
}

ul#sidebarIcons li a {
	display:block;
	background-image:url(images/icons/shareThisIcons.png);
	background-repeat:no-repeat;
	height:22px;
	width:22px;
}

ul#sidebarIcons li a:hover {
    filter: none !important; 
    opacity: 0.75;
}


ul#sidebarIcons li.icon_rss a {
	background-position:0 -29px;
}
ul#sidebarIcons li.icon_facebook a {
	background-position:-27px -29px;
}

ul#sidebarIcons li.icon_twitter a {
	background-position:-52px -29px;
}

ul#sidebarIcons li.icon_linkedIn a {
	background-position:-78px -29px;
}
	
ul#sidebarIcons li.icon_youTube a {
	background-position:-104px -1px;
}



/*==========================================================================================*/
/*Facebook*/
#facebook {
}
.fbConnectWidgetTopmost {
	background:orange;
	width:260px !important}


/*==========================================================================================*/
/*tweets*/
.twtr-widget .twtr-hd {
	display:none;
}
.twtr-widget .twtr-tweet-wrap {
	padding-left:0 !important;
}

.twtr-tweets {}
.twtr-tweet {}
.twtr-widget .twtr-tweet em a {
	font-size:11px;
    font-family: Georgia;
	color: #EC008C;
}

/*first tweet*/
#tweet-id-4 {
	font-size:1.4em;
	font-style:italic;
    font-family: Georgia;
} 
/*footer area*/
.twtr-widget .twtr-ft {
	background:#f0f0f0;
	margin-top:6px;
}

.twtr-widget .twtr-ft div {
	padding:5px 7px;
}
.twtr-widget .twtr-ft span {
	text-align:left;
	float:left;
}

/*widget_text*/
#sidebar ul li.widget_text {
	background:none;
}

/*==========================================================================================*/
/*feedburner form*/
/*==========================================================================================*/
form.feedburner {
	background:url(images/formBG_sidebar.png) 0 0 no-repeat;
	width:263px;
	height:127px;
}

form.feedburner label {
	background:url(images/Get-Blog-Posts--by-Email.png) 0 0 no-repeat;
	display:block;
	height:31px;
	width:232px;
	float:left;
	margin:12px 12px 0 12px;
}

form.feedburner label span {
	display:block;
	text-indent:-999em;
}

form.feedburner input {
	float:left;
	clear:none;
	width:230px;
	margin:6px 12px;
	border:1px solid #333;
	padding:3px;
}
form.feedburner input.sendbutton {
    background: url(images/subscribe.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin: 10px 12px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;
}

html.ie7 form.feedburner input.sendbutton {
    margin-top: 6px;
}



/*==========================================================================================*/
/*subscribe form*/
/*==========================================================================================*/
#sidebar ul li.widgetcform {
	background:none;
}

#sidebar ul li.widgetcform h3.widget-title {
	border:none;
	display:none;
}
	
#sidebar ul li.widgetcform  form {
	background:url(images/formBG_sidebar.png) 0 0 no-repeat;
	width:263px;
	height:127px;

}

#sidebar ul li.widgetcform ol {
	list-style:none;
	margin:0;
	padding:0;
}

#sidebar ul li.widgetcform ol li {
	list-style:none;
	margin:0;
	padding:0;
}


#sidebar ul li.widgetcform  label {
	background:url(images/Get-Blog-Posts--by-Email.png) 0 0 no-repeat;
	display:block;
	height:31px;
	width:232px;
	float:left;
	margin:12px 12px 0 12px;
}

#sidebar ul li.widgetcform  label span {
	display:block;
	text-indent:-999em;
}

#sidebar ul li.widgetcform input {
	float:left;
	clear:none;
	width:230px;
	margin:6px 12px;
	border:1px solid #333;
	padding:3px;
}
#sidebar ul li.widgetcform input.sendbutton {
    background: url(images/subscribe.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin: 10px 12px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;
}

html.ie7 #sidebar ul li.widgetcform input.sendbutton {
    margin-top: 6px;
}

.linklove {
	display:none;
}
.sidebar-categories-full-width .hide-image {
	display: none;
}

/*sidebar-categories-container*/

.sidebar-categories-container {}

.sidebar-categories-container h3.full-width-title {
	font-size: 1.3em;
	color:#000;
	line-height:0.8;
	letter-spacing:-.06em;
	margin-top:18px;
}

.sidebar-categories-container h3.full-width-title a {
	 color:#000;
}

.sidebar-categories-container h4 {
	font-family:Georgia;
	font-size: 1em;
	color:#000;
	font-style:italic;
}
.sidebar-categories-container p a {
	color: #EC008C;
    font-family: Georgia;
    font-size: 11px;
	font-style:italic;
	white-space:nowrap;
}
.sidebar-categories-container p a {
	color: #EC008C;
	white-space:nowrap;
}
.sidebar-categories-container p a:hover {
	text-decoration:underline;
}

#sidebar ul li.widgetcform input.sendbutton:hover {
    filter: none !important;
    opacity: 0.75;
}
/*==========================================================================================*/
/*footer*/
/*==========================================================================================*/
footer#pageFooter {
	padding: 0;
	clear: both;
	background:#000;
	padding: 20px;
    text-align: left;
}
footer#pageFooter .content {
	margin: 0 auto;
    width: 940px;
}
footer#pageFooter h3 {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;	
	font-size:1.2em;
	margin-bottom:12px;
}

footer#pageFooter ul.footerLinks {
	width:950px;
}

footer#pageFooter ul.footerLinks,
footer#pageFooter ul.footerLinks ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

footer#pageFooter ul.footerLinks li {
	width:182px;
}

footer#pageFooter ul.footerLinks li,
footer#pageFooter ul.footerLinks li li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

footer#pageFooter ul.footerLinks li a {
	color:#828a8f;
}

footer#pageFooter ul.footerLinks li a:hover {
	color:#fef200;
}

footer#pageFooter ul li.widget-container {
	margin-right:20px;
}

footer#pageFooter article img{
	margin-right:200px;
}

/*Remove some items from sidebar and footer Category menu*/
li.cat-item-840,
li.cat-item-1610,
li.cat-item-1611,
li.cat-item-1612 {
	display:none;
}





/*==========================================================================================*/
/*footer form */
footer#pageFooter ul.footerLinks #text-8 {
	width:263px;
	margin-right:0;
	margin-left:80px;
}

footer#pageFooter ul.footerLinks #text-8 form {
	width:263px;
}

footer#pageFooter ul.footerLinks #text-8 h3 {
	border-bottom:1px solid #333;
	padding-bottom:12px;
}

form#newsletter-signup-footer p {
	font-size:1.1em;
	font-family:Georgia;
	font-style:italic;
}
form#newsletter-signup-footer label {
	float:left;
	clear:left;
	color:#fff;
	margin:0;
	padding:3px 0;
}


form#newsletter-signup-footer input {
	float:left;
	clear:none;
	width:253px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

form#newsletter-signup-footer input:hover {
    background: #FEF200;
}

form#newsletter-signup-footer input:focus {
    background: #F3F8F8;
}

form#newsletter-signup-footer input.sendbutton {
    background: url(images/subscribe.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 26px;
    line-height: 0;
    margin: 6px 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;
}

/*==========================================================================================*/
/*second row -*/

footer#pageFooter ul.footerLinks2 {
	margin-top:40px;
}
footer#pageFooter ul.footerLinks2 li,
footer#pageFooter ul.footerLinks2 li li {
}

/*other widths */
footer#pageFooter ul.footerLinks2 li#widget_sp_image-5 {
	width:409px;
}

footer#pageFooter ul.footerLinks2 li#text-7 {
	width:225px;
}

footer#pageFooter ul.footerLinks2 li#text-6 {
	width:285px;
	margin-right:0;
}

footer#pageFooter ul.footerLinks2 li#text-6 p {
	text-align:right;
}

/*==========================================================================================*/
/* footerIcons */

ul#footerIcons {
	list-style:none;	
}
footer#pageFooter ul.footerLinks2 li ul#footerIcons li {
	list-style:none;
	float:left;
	margin-right:12px;
	width:auto;
}

ul#footerIcons li span {
	display:block;
	text-indent:-999em;
}

ul#footerIcons li a {
	display:block;
	background-image:url(images/icons/shareThisIcons.png);
	background-repeat:no-repeat;
	height:22px;
	width:22px;
}

ul#footerIcons li a:hover {
    filter: none !important;
    opacity: 0.75;
 }

ul#footerIcons li.icon_rss a {
	background-position:0 0;
}
ul#footerIcons li.icon_facebook a {
	background-position:-27px 0;
}

ul#footerIcons li.icon_twitter a {
	background-position:-52px 0;
}

ul#footerIcons li.icon_linkedIn a {
	background-position:-78px 0;
}
	
ul#footerIcons li.icon_youTube a {
	background-position:-104px 0;
}




/*==========================================================================================*/
/*shareTools*/
/*==========================================================================================*/

.shareTools {
	padding:20px 0;
	width:330px;
}
.shareTools .shareIcon {
	float:left;
}
/*==========================================================================================*/
/*facebook*/
.st_facebook_hcount {}


/*==========================================================================================*/
/*twitter*/
.st_twitter_hcount {}

/*==========================================================================================*/
/*plus one*/
.plusone_hcount {}
#___plusone_0 {
	padding-left:2px !important;
}

/*==========================================================================================*/
/*st_sharethis_hcount*/
.st_sharethis_hcount {
}

/*==========================================================================================*/
/*general*/
span.stButton {
	float:left;
}

.stButton .stFb,
.stButton .st-facebook-counter, 
.stButton .stTwbutton,
.stButton .st-twitter-counter,
.stButton .sharethis {
	background-image:url(images/icons/shareThis.png) !important;
	width:24px !important;
	background-position:0 0;
    height: 23px !important;
	line-height:23px;
	float:left;
}

.stButton .st-twitter-counter,
.stButton .stTwbutton{
	background-position:-61px 0 !important;
}
.stButton .sharethis {
	background-position:-122px -1px !important;
	padding:0 !important;
	margin-top:-3px !important;
}

.stButton .stBubble {
    background:  #BFBFBF !important;
    display: inline-block !important;
    font-family: serif !important;
    height: 16px !important;
    padding: 2px !important;	
	width:24px !important;
	}


.stButton .st-facebook-counter:hover,
.stButton .stFb:hover,
.stButton .stTwbutton:hover,
.stButton .st-twitter-counter:hover,
.stButton .sharethis:hover {
    filter: none !important;
    opacity: 0.75;
}

.stButton .stButton_gradient {
	border:none !important;
	background:#e9e8e8 !important;
	padding:3px !important;
}

.stButton .stButton_gradient .stBubble_hcount {
	font-weight:bold;
	color: #828a8f;
	font-family:Tahoma;
} 

.stArrow {
	background:none !important;
	float:left;
}
.st_sharethis_hcount .stArrow {
	display:none !important;
}

.st_sharethis_hcount .stButton_gradient {
	background:none !important;
	filter:none !important;
}

span.text {
	line-height:22px;
	float:left;
	display:none;
}






/*==========================================================================================*/
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


small,
#sidebar ul ul li,
#sidebar ul ol li,
.nocomments,
.postmetadata,
blockquote,
strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

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

a {
	color: #595959;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#wp-calendar #prev a,
#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* End Typography & descriptColors */



/* Begin Structure */
/*body {
	margin: 0 0 0 0;
	padding: 0;
}

#page {
	background-color: white;
	margin: auto;
	padding: 0;
	width: 1008px;
	border: 1px solid #959596;
}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 259px;
	width: 1008px;
}

#headerimg {
	margin: 0;
	height: 259px;
	width: 100%;
	position: relative;
}
*/

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}


.widecolumn .post {
	margin: 0;
}

.postmetadata {
	width: 608px;
	height: 97px;
}


.addthis_container {
	float: right;
	width: 200px;
}

.commentbutton {
	width: 90px;
	height: 18px;
	margin-left: 0px;
	margin-bottom: 5px;
}

.commentbutton a {
	font-family:Helvetica;
	font-weight:bold;
	font-size:9px;
	color:black;
	text-decoration:none;
	margin-left: 5px;
	text-align: left;
}

.commenttext {
	text-transform: uppercase;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. 

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before,
#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,
.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
*/
/* End Entry Lists */




/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

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

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

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

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */






/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym,
abbr,
span.caps {
	cursor: help;
}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
	position: absolute;
	left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}


/* End Various Tags & Classes*/



/* Captions */
.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 */


#authorlist ul {
	list-style: none;
	width: 300px;
	margin: 0;
	padding: 0;
}

#authorlist li {
	margin: 0 0 5px 0;
	list-style: none;
	height: 80px;
	padding: 10px 0 10px 0;
}

#authorlist img.photo {
	width: 80px;
	height: 80px;
	float: left;
	margin: 0 15px 0 0;
	padding: 3px;
}

#authorlist div.authname {
	margin: 20px 0 0 10px;
}


/* Custom CSS for EBOOK signup forms*/

/*signup form */





form#cforms6form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms6form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms6form  ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms6form  ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms6form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms6form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms6form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}




form#cforms5form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms5form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms5form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms5form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms5form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms5form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms5form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}



form#cforms7form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms7form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms7form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms7form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms7form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms7form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms7form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}


form#cforms8form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms8form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms8form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms8form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms8form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms8form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms8form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}



form#cforms9form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms9form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms9form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms9form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms9form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms9form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms9form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}

/*New*/


form#cforms10form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms10form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms10form  ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms10form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms10form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms10form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms10form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}

/*11*/
form#cforms11form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms11form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms11form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms11form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms11form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms11form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms11form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}

/*cforms12form */
form#cforms12form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms12form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms12form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms12form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms12form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms12form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms12form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}


/*cforms13form */
form#cforms13form {
	background:url(images/formBG.png) 0 0 no-repeat;
	width:400px;
	height:75px;
	margin:auto;
        padding-top:10px;
}
form#cforms13form fieldset.cf-fs1 {
	padding:10px 0 0 0;
}

fieldset.cf_hidden {
	display:none;
}

form#cforms13form ol {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms13form ol li {
	list-style:none;
	margin:0;
	padding:0;
}

form#cforms13form label {
	float:left;
	clear:left;
	width:90px;
	color:#fff;
	margin:6px 0 6px 40px	;
	padding:3px 0;
}

form#cforms13form input {
	float:left;
	clear:none;
	width:236px;
	margin:6px 0;
	border:1px solid #333;
	padding:3px;
}

.cform input:hover, 
.cform textarea:hover, 
.cform select:hover {
    background: #FEF200;
}
.cform input:focus, 
.cform textarea:focus, 
.cform select:focus {
    background: #F3F8F8;
}
form#cforms13form input.sendbutton {
    background: url(images/e-book.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
    font-size: 0;
    height: 22px;
    line-height: 0;
    margin: 0 25px 0 0;
    overflow: hidden;
    padding: 0;
    text-indent: -1000px;
    width: 85px;
	float:right;

}