/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111; background-color: #ffffff; }
a { color: #ff0083; text-decoration: none; }
a:visited { color: #000; }
a:hover { color: #ff0083; }
a:active { color: #ff0083; }
#container { width: 1054px; background-color: #FFFFFF; margin-right: auto; margin-left: auto; }
#container { box-shadow: 0 0 25px #E0E0E0; }
.landing #container { width: 628px; }
.menu { position: relative; list-style: none; z-index: 50; }
.menu li { position: relative; float: left; }
.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
.menu ul li { clear: both; }
.menu a { display: block; }
.menu ul ul { position: absolute; top: 0; }
.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }
.menu ul, .menu ul li { width: 150px; }
.menu ul ul, .menu :hover ul :hover ul { left: 150px; }
.menu a { font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; text-transform: lowercase; padding-top: 8px; padding-right: 13px; padding-bottom: 8px; padding-left: 13px; }
.menu ul a { width: auto; }
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #fff; background-color: transparent; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #fff; background-color: #ff0083; }
.menu a:active, .menu .current ul a:active, .menu .current-cat ul a:active, .menu .current-parent a:active, .menu .current-menu-item ul a:active, .menu .current-menu-ancestor a:active { color: #000; background-color: #ff0083; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover { color: #fff; background: #ff0083; }
.menu .current-parent > a, .menu .current-cat-parent > a, .menu .current-menu-ancestor > a { color: #fff; background: #ff0083; }
.menu {
background-repeat: no-repeat;
background-position: bottom;
width: 1054px;
position: static !important;
}
#header { background-color: #000000; border-style: none; }
/* .landing #header { padding-top: 0; text-align: center; }
#header { padding-top: 1px; padding-bottom: 1px; } */

#header {
	position:relative;
	display: block;
	width:1054px;
	height:83px;
	background-color: #000;
	visibility: visible;
}

.headercontainer {
    width:844px;
	float: left;
}

.headerlogo {
	display:block;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
}
.socialhead {

}

.socialblock {
	width: 170px;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.socialiconrow {
	position:relative;
	display: block;
	float:none;
	padding-left: 16px;
}

.socialicon {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#site_title { font-size: 42px; line-height: 58px; font-weight: bold; }
#site_title a { color: #111; }
#site_title a:hover { color: #d00; }
#site_tagline { font-size: 16px; line-height: 1.375em; color: #888; }
.columns, .columns > .content, .columns > .sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns > .content { width: 746px; float: left; padding-right: 0px; padding-left: 0px; }
.columns > .sidebar { width: 300px; float: left; padding-top: 8px; padding-right: 0px; padding-left: 0px; }
.post_box, .post_box h4 { font-size: 16px; line-height: 24px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; text-align: justify; }
.post_box h1, .post_box .headline { font-size: 32px; line-height: 44px; font-family: Georgia, "Times New Roman", Times, serif; }
.post_box .post_content h2, .post_box h3 { font-size: 20px; line-height: 30px; margin-top: 38px; margin-bottom: 13px; }
.post_box h5, .post_box .small { font-size: 13px; line-height: 22px; }
.post_box .drop_cap { font-size: 50px; line-height: 1em; margin-right: 8px; float: left; }
.post_box p, .post_box ul, .post_box ol, .post_box blockquote, .post_box pre, .post_box dl, .post_box dd { margin-bottom: 25px; }
.post_box ul { list-style-type: square; }
.post_box ul, .post_box ol { margin-left: 25px; }
.post_box li { margin-bottom: 13px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-top: 13px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-left: 25px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol, .wp-caption p { margin-bottom: 0; }
.post_box .left, .post_box .alignleft, .post_box .ad_left { margin-bottom: 25px; margin-right: 25px; }
.post_box .right, .post_box .alignright, .post_box .ad { margin-bottom: 25px; margin-left: 25px; }
.post_box .center, .post_box .aligncenter { margin-bottom: 25px; }
.post_box .block, .post_box .alignnone { margin-bottom: 25px; }
.post_box .stack { margin-left: 25px; }
.post_box { padding: 25px 25px 0 13px; border-top: 1px dotted #bbb; }
.top { border-top: 0; }
.headline_area { margin-bottom: 25px; }
.byline { color: #888; }
.headline a, .byline a:hover, .num_comments { color: #111; }
.headline a:hover { color: #d00; }
.byline a { color: #888; border-bottom: 1px solid #ddd; }
.byline a, .post_author, .post_date { text-transform: uppercase; letter-spacing: 1px; }
.byline .post_edit { margin-left: 13px; }
.byline .post_edit:first-child { margin-left: 0; }
.author_by, .date_on, .post_cats_intro { font-style: italic; }
.post_content h4 { font-weight: bold; }
.post_content a { text-decoration: underline; }
.post_content a:hover { text-decoration: none; }
.post_content .frame { padding: 13px; background: #eee; border: 1px solid #ddd; }
.post_content blockquote { margin-left: 13px; padding-left: 13px; color: #666; border-left: 1px solid #ddd; }
.num_comments_link { color: #666; text-decoration: none; }
.num_comments_link:hover { text-decoration: underline; }
.bracket, .num_comments { font-size: 25px; }
.bracket { color: #ccc; }
.post_box .post_image { margin-bottom: 25px; }
.post_box .post_image_box, .post_box .wp-caption { margin-bottom: 25px; padding: 13px; background: #eee; border: 1px solid #ddd; }
.post_box .post_image_box img, .post_box .wp-caption img { display: block; margin-bottom: 13px; }
.post_box .wp-caption p { font-size: 13px; line-height: 21px; margin-bottom: 0; }
.post_box .wp-caption p a { text-decoration: underline; }
.post_box .wp-caption p a:hover { text-decoration: none; }
.post_box .post_tags { color: #666; }
.post_box .post_tags a:hover { text-decoration: underline; }
.post_box .alert, .post_box .note { margin-bottom: 25px; padding: 13px; }
.post_box .alert { background: #ff9; }
.post_box .note { background: #eee; }
.post_box .alert p:last-child, .post_box .note p:last-child { margin-bottom: 0; }
.post_box pre { padding: 13px; background: #eee; overflow: auto; clear: both; }
.landing .post_box { padding-right: 13px; }
.landing .headline_area { text-align: center; }
.post_content blockquote.right, .post_content blockquote.left { width: 45%; font-size: 26px; line-height: 35px; margin-bottom: 13px; }
.post_content blockquote.right, .post_content blockquote.left { padding-left: 0; border: 0; }
.post_content blockquote.right p, .post_content blockquote.left p { margin-bottom: 0; }
.comments_intro { font-size: 16px; font-weight: bolder; color: #666; margin-top: 50px; margin-bottom: 13px; padding-right: 25px; padding-left: 13px; }
.comments_intro a { text-decoration: underline; }
.comments_intro a:hover { text-decoration: none; }
.comments_closed { font-size: 13px; line-height: 21px; color: #888; margin-right: 25px; margin-bottom: 25px; margin-left: 13px; }
.comment { font-size: 16px; line-height: 25px; border-width: 0 0 1px 0; border-style: dotted; border-color: #bbb; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 13px; }
.comment .comment_author { font-size: 18px; line-height: 25px; font-weight: bold; }
.comment .comment_aux { font-size: 13px; line-height: 22px; }
.children .comment { list-style-type: none; border-width: 0 0 0 1px; border-style: solid; border-color: #ddd; margin-top: 25px; padding-left: 25px; }
.bypostauthor { background-color: #e7f8fb; }
.children .bypostauthor { background-color: transparent; border-width: 0 0 0 2px; border-style: solid; border-color: #bde0e6; }
.comment .comment_text ul { list-style-type: square; }
.comment .comment_text ul, .comment .comment_text ol { margin-left: 25px; }
.comment p, .comment .comment_text ul, .comment .comment_text ol, .comment .comment_text blockquote, .comment .comment_text pre { margin-bottom: 25px; }
.comment .comment_text li ul, .comment .comment_text li ol { margin-left: 25px; margin-bottom: 0; }
.comment .comment_text .left, .comment .comment_text .alignleft { margin-bottom: 25px; margin-right: 25px; }
.comment .comment_text .right, .comment .comment_text .alignright { margin-bottom: 25px; margin-left: 25px; }
.comment .comment_text .center, .comment .comment_text .aligncenter { margin: 0 auto 25px auto; }
.comment .comment_text .block, .comment .comment_text .alignnone { margin: 0 auto 25px 0; }
#comments { list-style-type: none; margin-bottom: 50px; border-top: 1px dotted #bbb; }
.children .comment { padding-top: 0; padding-right: 0; padding-bottom: 0; }
.comment .avatar { float: right; margin-left: 13px; }
.comment .comment_head { margin-bottom: 13px; }
.children .comment_head { margin-bottom: 0; }
.comment_date { font-size: 12px; color: #888; margin-left: 13px; }
.comment_edit { float: right; }
.comment_date a { color: #888; }
.comment_text a, .comment_head a:hover { text-decoration: underline; }
.comment_text a:hover { text-decoration: none; }
.comment-reply-link, .comment_edit { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #888; }
.comment-reply-link:hover, .comment_edit:hover { text-decoration: underline; }
#commentform { font-size: 16px; line-height: 25px; margin-bottom: 50px; padding-right: 25px; padding-left: 13px; }
#commentform label { display: block; }
#commentform p { margin-bottom: 13px; }
#commentform p a { text-decoration: underline; }
#commentform p a:hover { text-decoration: none; }
#commentform p .required { color: #d00; }
.comment_moderated { font-weight: bold; }
#commentform .input_text { width: 50%; }
#commentform textarea.input_text { width: 100%; }
.comment #commentform { padding-right: 0; padding-left: 0; }
.comment #comment_form_title { margin-top: 0; }
.children #commentform, .children #comment_form_title { margin-left: -25px; padding-left: 25px; }
#comment_form_title { font-size: 29px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: bolder; letter-spacing: -1px; color: #666; border-width: 0 0 1px 0; border-style: dotted; border-color: #bbb; margin-top: 50px; margin-right: -25px; margin-left: -13px; padding-right: 25px; padding-bottom: 13px; padding-left: 13px; }
.input_text { font-size: inherit; line-height: 1em; font-family: inherit; color: #111; background-color: #eee; border-width: 1px; border-style: solid; border-color: #aaa; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.input_text:focus { background-color: #fff; border-style: solid; border-color: #777; }
.input_text { border-right-color: #ddd; border-bottom-color: #ddd; }
.input_text:focus { border-right-color: #ccc; border-bottom-color: #ccc; }
textarea.input_text { line-height: 25px; }
.input_submit { font-size: 20px; line-height: 1em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-image: url('images/submit-bg.gif'); border-width: 3px; border-style: double; border-color: #999; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; }
.input_submit:focus { border-style: solid; }
.input_submit { border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; overflow: visible; }
.input_submit:hover { color: #090; }
#cancel-comment-reply-link { font-size: 11px; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; color: #fff; background-color: #d00; border-width: 2px; border-style: solid; border-color: #ac0000; padding-top: 5px; padding-right: 7px; padding-bottom: 5px; padding-left: 7px; }
#cancel-comment-reply-link { border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { font-weight: bold; background-color: #eee; border-width: 1px; border-style: solid; border-color: #ddd; }
#archive_intro { border-width: 0 0 2px 0; border-style: solid; border-color: #ddd; }
.archive_title { margin-bottom: 25px; }
.prev_next { font-size: 16px; line-height: 25px; color: #666; border-width: 2px 0 0 0; border-style: solid; border-color: #ddd; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 13px; }
.prev_next { clear: both; }
.prev_next a:hover { text-decoration: underline; }
.prev_next .next_posts { float: right; }
.prev_next:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.previous_posts, .next_posts { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
.sidebar, .sidebar h4 { font-size: 13px; line-height: 19px; }
.sidebar h1, .sidebar .headline { font-size: 16px; line-height: 22px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.sidebar .post_content h2, .sidebar h3 { font-size: 17px; line-height: 24px; font-variant: small-caps; letter-spacing: 1px; margin-top: 29px; margin-bottom: 10px; }
.sidebar h5, .sidebar .small { font-size: 10px; line-height: 16px; }
.sidebar .drop_cap { font-size: 38px; line-height: 1em; margin-right: 6px; float: left; }
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd { margin-bottom: 19px; }
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol { margin-left: 19px; }
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p { margin-bottom: 0; }
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left { margin-bottom: 19px; margin-right: 19px; }
.sidebar .right, .sidebar .alignright, .sidebar .ad { margin-bottom: 19px; margin-left: 19px; }
.sidebar .center, .sidebar .aligncenter { margin-bottom: 19px; }
.sidebar .block, .sidebar .alignnone { margin-bottom: 19px; }
.sidebar .stack { margin-left: 19px; }
.sidebar .text_box { margin-bottom: 38px; }
.sidebar .thesis_email_form { margin-bottom: 38px; }
.sidebar .thesis_email_form .input_text { width: 100%; margin-bottom: 38px; }
.sidebar .input_submit { font-size: 16px; padding: 6px; }
.widget { font-size: 13px; line-height: 19px; margin-bottom: 19px; }
.widget .widget_title { font-size: 29px; line-height: 39px; font-weight: bolder; letter-spacing: -1px; margin-bottom: 10px; }
.widget p, .widget ul { margin-bottom: 19px; }
.widget li ul { margin-bottom: 0; }
.widget ul { list-style-type: none; }
.widget li a:hover, .widget p a { text-decoration: underline; }
.widget p a:hover { text-decoration: none; }
.search-form .input_text { width: 100%; }
.widget .widget_title { font-family: \"Rufina\"; text-transform: lowercase; }
#footer { font-size: 13px; line-height: 21px; text-align: right; color: #888; border-width: 3px 0 0 0; border-style: double; border-color: #ddd; padding-top: 13px; padding-right: 13px; padding-bottom: 13px; padding-left: 13px; }
#footer a { color: #888; border-bottom: 1px solid #ddd; }
#footer a:hover { color: #111; }
.landing #footer { text-align: center; }
/*---:[ custom CSS ]:---*/
/* Override Thesis 'reset' */
img, .wp-caption {
	max-width: inherit;
}
img {
	display: inherit;
}

/* Style the First (or Only) Post */
.post.top {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px double #000000 !important;			
   margin:1em;
   padding:2em;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.post.post_box {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px double #000000;
   margin:8px;
   padding:2em;
}

/* Style for Page Outline */
.post_box {
background: white none repeat scroll 0 0;
border: 1px double black;
margin: 8px;
padding: 2em;
}

/* Style NavBar Menu */
/*.menu a { text-transform: none; letter-spacing: 0px; }*/

/* Style Headlines */
/* .entry-title { */
.headline {
font-size: 32px !important;
line-height: 42px !important;
font-family: "Rufina";
font-weight: bolder;
letter-spacing: -1px;
text-align: center;
}

/* Style Comment Link */
.format_text .to_comments {
  text-align: right;
}

.post_image { width: 728px; margin: -32px auto 8px -32px; }

.headerimage {
    margin:11px 205px;
}

/*#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -1; /* Ensure div tag stays behind content; -999 might work, too. */
}*/

.stretch {
    width:100%;
    height:100%;
}

.widget_search
{
    text-align: center;
    border:1px double #c0c0c0;
    padding:8px;
    margin-bottom:10px!important;
}

.widgetblock
{
    text-align: center;
    border:1px double #c0c0c0;
    padding:8px;
}

/*.yarpp-thumbnails-horizontal
{
    background-color: #e0e0e0;
    text-align: center;
    margin-bottom:20px;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail
{
    height: auto !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title
{
    max-height: 250px !important;
}*/

.yarpp-headline
{
    font-size: 29px;
    line-height: 39px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bolder;
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-align: center;
    background-color:#fce;
}

.yarpp-related
{
    border:1px double #c0c0c0;
    padding:8px;
    margin-top:8px;
    margin-bottom:16px;
}

.yarpp-related li, h1
{
    margin-bottom: 10px;
    font-size: 18px!important;
    line-height: 27px!important;
}

#commentarea
{
    border: 1px double #e0e0e0;
    margin: 8px;
    padding: 2em;
}

.comments_intro
{
    text-align:center;
}

li h1
{
    font-weight: bolder;
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
}

.leavecomment
{
font-size: 29px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: bolder;
letter-spacing: -1px;
}

.policylinks
{
font-size: 12px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
line-height: 20px;
color: rgb(136,136,136);
text-align: center;
}

.policylinks a
{
color: rgb(136,136,136);
font-size: 12px;
text-align: center;
}

.snipsection
{
    border:1px double #c0c0c0;
    padding-top:16px;
    padding-bottom:8px;
    padding-left:8px;
    padding-right:8px;
    overflow-y:auto;
}

.sniptext {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    width: 130px;
    height: 65px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.snipimg {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.snipblock {
	position:relative;
	margin: 2px;
	padding: 2px;
	float:left;
	
}
.sniprow {
	position:relative;
	display: block;
	float:none;
	padding-left: 5px;
	padding-right: 5px;
}

.aoladblocktop {
	display: block;
	margin-right: auto;
	margin-left: auto;
        margin-bottom: 8px;
        margin-top: 8px;
        width: 728px;
}

.aoladblock {
	display: block;
	margin-right: auto;
	margin-left: auto;
        margin-bottom: 24px;
        width: 728px;
}
.aoladblockside {
	display: block;
	margin-right: auto;
	margin-left: auto;    
        width: 300px;
}

#forumcontainer {
    border:1px double #000000 !important;
    margin:8px;			
    padding:1em;
}

.form-allowed-tags {
    display:none;
}

.bbp-reply-content p {
    padding-bottom: 1em;
    font-size: 17px;
}

.forumlinkbox {
    border: 1px double #c0c0c0;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -1px;
    padding: 16px;
    margin-bottom: 16px;
    text-align: justify;
}

.forumlinkbox p {
    margin-bottom: 0px!important;
}

.forumlinkbox img {
    padding-right: 16px;
}

.forumlinkbox a {
    text-decoration: none!important;
}


.bbp-forum-title {
    font-size: 18px;
    line-height: 22px;
    font-family: "Linotype-Didot";
    text-transform: capitalize;
    letter-spacing:1px;
    font-style:normal;
}

.widget_display_topics {
    text-align: center;
    border:1px double #c0c0c0;
}

.widget_display_topics .widget_title {
    text-align: center;
    padding: 12px;
    font-size: 28px!important;
    line-height: 30px!important;
    margin-top:0px!important;
    margin-bottom:0px!important;
    letter-spacing: 0px!important;
    background-color: #000;
    font-weight: normal;
    color: #FFF;
}

.widget_display_topics li {
    border-bottom:1px double #c0c0c0;
    padding:12px 24px;
    text-align: left;
    font-style: italic;
}

.widget_display_topics ul {
    margin-bottom: 0px!important;
}

.bbp_widget_login {
    border:1px double #c0c0c0;
    padding:12px;
}

.widget_yarpp_widget {
    border:1px double #c0c0c0;
    padding:12px;
}

.widget_yarpp_widget li {
    margin-left: 20px;
    border-top:1px double #c0c0c0;
    padding:8px;
}

.next_page {
    font-weight: bold!important;
}

/*.slidedeck2_widget {
    margin-left:10px;
}*/

.loginbox {
	border: 1px solid rgba(90,90,90,0.7);
	padding: 20px 10px 20px 10px;
	position: relative;
	margin: 10px auto 40px auto;
	width: 728px;
	height: auto;
	min-height: 380px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	border-radius:4px;
}

.loginboxsml {
	border: 1px solid rgba(90,90,90,0.7);
	padding: 20px 10px 20px 10px;
	position: relative;
	margin: 10px auto 40px auto;
	width: 396px;
	height: auto;
	min-height: 380px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	border-radius:4px;
}

.anmbutton {
    display:inline-block;
    text-align:center;
}

.anmbutton-theme-color {
    background-color:#e30075;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e30075 0),to(#cc3d87 40%));
    background-image:-webkit-linear-gradient(top,#e30075 0,#cc3d87 40%,#bf0056 40%,#8f0047 100%);
    background-image:-moz-linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    background-image:-ms-linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    background-image:-o-linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    background-image:linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    border:1px solid #e30075;
    border-radius:5px;
    box-shadow:inset 0 0 0 1px rgba(255,115,100,0.4),0 1px 3px #333;
    cursor:pointer;
}

.anmbutton-theme-color:hover {
    background-color:#f26fc0;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f26fc0 0),to(#d95faa 40%));
    background-image:-webkit-linear-gradient(#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:-moz-linear-gradient(#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:-ms-linear-gradient(#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:-o-linear-gradient(#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:linear-gradient(#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    cursor:pointer;
}

.anmbutton-disabled {
    background-color:#969696;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#969696 0),to(#7a7a7a 40%));
    background-image:-webkit-linear-gradient(top,#969696 0,#7a7a7a 40%,#777777 40%,#656565 100%);
    background-image:-moz-linear-gradient(top,#969696 0,#7a7a7a 40%,#777777 40%,#656565 100%);
    background-image:-ms-linear-gradient(top,#969696 0,#7a7a7a 40%,#777777 40%,#656565 100%);
    background-image:-o-linear-gradient(top,#969696 0,#7a7a7a 40%,#777777 40%,#656565 100%);
    background-image:linear-gradient(top,#969696 0,#7a7a7a 40%,#777777 40%,#656565 100%);
    border:1px solid #656565;
    border-radius:5px;
    box-shadow:inset 0 0 0 1px rgba(115,115,115,0.4),0 1px 3px #333;
    cursor:wait;
}

.anmbutton p {
	margin:0;
	padding:0;
    color:#ffffff;
    font:bold 24px "helvetica neue",helvetica,arial,sans-serif;
    line-height:24px;
    text-shadow:0 -1px 1px rgba(0,0,0,0.8);
    text-decoration:none;
}
.anmbutton-disabled p {
	margin:0;
	padding:0;
    color:#cccccc;
    font:bold 16px "helvetica neue",helvetica,arial,sans-serif;
    line-height:24px;
    text-shadow:0 -1px 1px rgba(0,0,0,0.8);
    text-decoration:none;
}

.anmbutton .left {
	float:left;
	margin-left:26px;
	padding-top:4px;
}

.anmbutton .divider {
	float: left;
	width: 0;
	height: 45px;
	margin: 0 20px 0;
	border: 1px solid rgba(209, 125, 241, 0.22);
}

.anmbutton .right {
	float:left;
	font-size: 16px;
	margin: 8px auto 0;
}

.anmbutton-standard {
    padding:8px 10px 10px 10px;
    width:248px;
}

.anmbutton-fit {
    padding:10px 10px;
}

#quizcontainer {
	width:746px;
	margin:auto;
}

#quizexternal-header {
	height:83px;
	background-color: #000;
}

.quizmenu .menu {
	width: 746px;
}

.quizheadercontainer {
	width: 746px;
	float: left;
}

.quizexternal-content h1 {
	font-size: 24px !important;
	line-height: 32px !important;
}

.quiz-main td {
	border: 0px !important;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 16px;
}

.quiz-main input[type="radio"] {
	margin: 10px 8px 3px 5px;
	height: 2em;
	width: 2em;
}

.fancybutton {
	display:inline-block;
	text-decoration:none !important;
    background-color:#e30075;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e30075 0),to(#cc3d87 40%));
    background-image:-webkit-linear-gradient(top,#e30075 0,#cc3d87 40%,#bf0056 40%,#8f0047 100%);
    background-image:-moz-linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    background-image:-ms-linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    background-image:-o-linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    background-image:linear-gradient(top,#e30075 0,#cc3d87 40%,#E5137B 40%,#8f0047 100%);
    border:1px solid #e30075;
	border-radius:5px;
	box-shadow:inset 0 0 0 1px rgba(255,115,100,0.4),0 1px 3px #333;
	color:#ffffff !important;
	font:bold 24px "helvetica neue",helvetica,arial,sans-serif;
	line-height:1;
	padding:12px 20px 14px 20px;
	text-align:center;
	text-shadow:0 -1px 1px rgba(0,0,0,0.8);
	width:200px;
	cursor:pointer;
}

.fancybutton:hover {
	background-color:#f26fc0;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#f26fc0 0),to(#d95faa 40%));
    background-image:-webkit-linear-gradient(top,#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:-moz-linear-gradient(top,#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:-ms-linear-gradient(top,#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:-o-linear-gradient(top,#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    background-image:linear-gradient(top,#f26fc0 0,#d95faa 40%,#d4007b 40%,#a3005f 100%);
    cursor:pointer;
}

h1.quizresultfont {
font-size: 36pt !important; 
font-family: Impact, Charcoal, sans-serif !important;
text-align: center;
margin-bottom: 36px !important;
}

.sharetop {
width: 0px;
font-size: 0pt;
padding: 10px 22px 10px 22px;
}

.quiz-main input[type=text] {
width: 300px;
height: 35px;
margin: 6px 0px 6px 0px;
font-size: 18px;
}

table.optin_table td {
font-size: 24px;
}
.columns:after, .post_box:after, .post_box .post_content:after, .sidebar:after, .sidebar .post_content:after, .menu:after, .comment .comment_text:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }