/*---:[ 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-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; color: #111; }
a { color: #d00; text-decoration: none; }
#container { width: 900px; margin-top: 25px; margin-right: auto; margin-left: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.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-size: 12px; text-transform: uppercase; letter-spacing: 1px; padding-top: 9px; padding-right: 13px; padding-bottom: 9px; padding-left: 13px; border-width: 1px; border-left-width: 0; border-style: solid; }
.menu ul a { width: auto; border-left-width: 1px; border-style: solid; }
.menu { border-width: 0 0 1px 1px; border-style: solid; }
.menu li ul { border-bottom-width: 1px; }
.menu li { margin-bottom: -1px; }
.menu li ul { margin-top: -1px; }
.menu ul ul { margin-top: 0; }
.menu, .menu a, .menu li ul { border-color: #ddd; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a, .menu ul .current-menu-item a { border-bottom-color: #ddd; }
.menu .current a, .menu .current-cat a, .menu .current-menu-item a { border-bottom-color: #fff; }
.menu li:hover ul, .menu a:hover ul { left: -1px; }
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { color: #111; background-color: #eee; }
.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: red; background-color: none; }
.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 { background: #fff; }
#header { border-width: 0 0 3px 0; border-style: double; border-color: #ddd; padding-top: 25px; padding-right: 13px; padding-bottom: 25px; padding-left: 13px; }
#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: 12px; 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: 640px; float: left; }
.columns > .sidebar { width: 259px; float: right; padding-top: 25px; padding-right: 13px; padding-left: 13px; }
.columns { background: url('images/dot-ddd.gif') 640px 0 repeat-y; }
.post_box, .post_box h4 { font-size: 14px; line-height: 23px; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.post_box h1, .post_box .headline { font-size: 23px; line-height: 33px; }
.post_box .post_content h2, .post_box h3 { font-size: 18px; line-height: 28px; margin-top: 35px; margin-bottom: 12px; }
.post_box h5, .post_box .small { font-size: 11px; line-height: 21px; }
.post_box .drop_cap { font-size: 46px; 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: 23px; }
.post_box ul { list-style-type: square; }
.post_box ul, .post_box ol { margin-left: 23px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-left: 23px; }
.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: 23px; margin-right: 23px; }
.post_box .right, .post_box .alignright, .post_box .ad { margin-bottom: 23px; margin-left: 23px; }
.post_box .center, .post_box .aligncenter { margin-bottom: 23px; }
.post_box .block, .post_box .alignnone { margin-bottom: 23px; }
.post_box .stack { margin-left: 23px; }
.post_box { padding: 25px 25px 0 13px; border-top: 1px dotted #bbb; }
.landing .post_box { padding-right: 13px; }
.top { border-top: 0; }
.headline_area { margin-bottom: 25px; }
.headline_area p { color: #888; margin-bottom: 0; }
.headline a, .headline_area p a:hover, .num_comments, .post_edit:hover { color: #111; }
.headline a:hover { color: #d00; }
.headline_area p a, .post_edit { color: #888; border-bottom: 1px solid #ddd; }
.author_by, .date_on, .post_cats_intro { font-style: italic; }
.headline_area p a, .post_author, .post_date, .post_edit { text-transform: uppercase; letter-spacing: 1px; }
.headline_area p .post_edit { margin-left: 6px; }
.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; }
.post_box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;; }
.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; 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: 16px; 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: 16px; 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: 13px; line-height: 22px; 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: 21px; line-height: 29px; text-transform: capitalize; }
.sidebar .post_content h2, .sidebar h3 { font-size: 17px; line-height: 24px; font-variant: small-caps; text-transform: capitalize; 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: 13px; }
.sidebar .input_submit { font-size: 16px; padding: 6px; }
.widget { font-size: 13px; line-height: 19px; margin-bottom: 38px; }
.widget .widget_title { font-size: 17px; line-height: 24px; 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 { margin-bottom: 10px; }
.widget li ul, .widget li ol { margin-top: 10px; }
.widget li a:hover, .widget p a { text-decoration: underline; }
.widget p a:hover { text-decoration: none; }
.search-form .input_text { width: 100%; }
#footer { font-size: 13px; line-height: 21px; text-align: left; 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; }
/*---:[ custom CSS ]:---*/
/* ===== LIVEFYRE COMMENT STYLES ==== */

#commentform {display: none !important;}
#content .commentcount {display: none !important;}
body #livefyre-comments {margin: 0px 20px; max-width: 575px;}
.fyre-box-wrapper, .fyre-user-drop {margin-left: 10px;}
.fyre-editor-container {display: block; padding: 20px 0;}



/* ===== SPLIT TESTING FOR OPT IN FORM TOP SIDEBAR ==== */

body #getexclusive-sb.stnlvar2{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st2.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

body #getexclusive-sb.stnlvar3{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st3.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

body #getexclusive-sb.stnlvar4{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st4.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

body #getexclusive-sb.stnlvar5{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st5.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

body #getexclusive-sb.stnlvar6{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st6.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

body #getexclusive-sb.stnlvar7{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st7.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

body #getexclusive-sb.stnlvar8{background:url('http://www.latenightim.com/wp-content/uploads/2013/10/LATENIGHTIM-OptIn-ForST-st8.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

/* ================== */

ul.menu { background: none !important; overflow: hidden; height: 36px; width: auto; margin: 0px auto;}
ul.menu { border:none;}
ul.menu a { border:none; background: none; color: #fff; padding: 15px 23px 0 29px; font-size: 10px}
ul.menu a:hover, .custom ul.menu .current a:hover { border:none; color: #ccc;}
.menu .current ul a { color:#0232F0; }

/* comment bubble */
body .commentsbubble
{float:right;width:50px;height:45px;background:url('http://www.latenightim.com/wp-content/uploads/2012/09/LNIMCommentCount1.png') no-repeat top right;color:#fff;font-weight:bold;font-size:16px;padding:8px 0 0 10px;margin:10px;text-align:center;overflow:hidden;}


#footer, #footer a { color: #888; }

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


#livefrye {padding-left: 25px; !important;}

#container {width: 960px; background: none;}

body {font-family: arial; background: #083b8a url('http://www.latenightim.com/wp-content/thesis/customimages/LateNightIM-bodyBG.jpg') repeat-x;}

#content h1, #content h2 {
font-weight: bold;
font-size: 22px;
line-height: 1.364em;
font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
}

#extrabg {background: url('http://www.latenightim.com/wp-content/thesis/customimages/LateNightIM-headBG.jpg') no-repeat top center;}
#page{background: #fff url('http://www.latenightim.com/wp-content/thesis/customimages/LateNightIM-headBG.jpg') no-repeat top center;}

#header { height: 152px; padding: 0 0 0 0px; overflow: hidden; border: 0px solid;}

#newhead { background: none;}

#logo a { float: left; display: block; width: 732px; height: auto; text-indent: 0; outline: none;}
#socialhead {float: left; width: 144px; height: 96px; overflow: hidden; padding: 19px 0 0 0px;}
#socialhead img{float: left;}

#getboxes {width: 100%;}
#getboxes img {float: left; border: none;}


#getexclusive-sb{background:url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LATENIGHTIM-OptIn-new51.jpg') no-repeat;margin-top:-22px;padding:60px 0 0px 0px;border:0px solid grey;width:320px;height:392px; margin-bottom: 15px;}

#getexclusive-sb table {margin: 0 0 0 26px}

body #getexclusive-sb a { text-align: center; display: block; margin: -10px 0 0 -26px;text-decoration: underline;}
body #getexclusive-sb a:hover {text-decoration: none;}

#getexclusive-sb td{padding:0 0 0px 0;}

#getexclusive-sb input{margin:7px 0 7px 13px;}

body #iefix #getexclusive-sb{
  margin-top: 0px;
  padding: 54px 0 0 0;
  border: 0px solid grey;
  width: 300px;
  height: 400px;
}

body #iefix #getexclusive-sb table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

body #iefix #getexclusive-sb input{margin:7px 0 7px 0px;}

body #iefix #getexclusive-sb a { text-align: center; display: block; margin: -10px 0 0 0px;text-decoration: underline;}



#extrabg .sidebar h4, .sidebar h4 .drop_cap  #extrabg{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-generic.jpg') no-repeat;
color: #083b8a;
  padding: 1px 0 0 66px;
  font-weight: 900;
line-height: 64px;
letter-spacing: 0px;
  font-variant: normal;
font-size: 20px;
font-family: arial, helvetica
  overflow: hidden;
}

#extrabg .sidebar .search-form h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-search.jpg') no-repeat;}
#extrabg .sidebar .widget_recent_entries h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-recentposts.jpg') no-repeat;}
#extrabg .sidebar .widget_recent_comments h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-comment.jpg') no-repeat;}
#extrabg .sidebar .widget_categories h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-cats.jpg') no-repeat;}
#extrabg .sidebar .widget_facebook_likebox h4 a{color: #083b8a}
#extrabg .sidebar #text-6 h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-rec.jpg') no-repeat; font-size: 15px}
#extrabg .sidebar #wpp-2 h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-pop.jpg') no-repeat;}
#extrabg .sidebar #wpp-2 img {float: left; padding: 0 10px 5px 0;}
#extrabg .sidebar #wpp-2 li {width: 300px; clear: both; padding: 0 0 5px 0;}

#extrabg .sidebar #linkcat-1676 h4{
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/SidebarTitles-roadmap.jpg') no-repeat; font-size: 14px}
#extrabg .sidebar #linkcat-1676 img {float: right; width: 80px; padding: 0 0 0 5px;}
#extrabg .sidebar #linkcat-1676 a{display: block; font-weight: bold; font-size: 15px; line-height: 20px}
#extrabg .sidebar {width: 320px;}

#footer {
 background: url('http://www.latenightim.com/wp-content/thesis/customimages/footerbg.jpg');
  border: 5px solid white;
}

#footer p {font-size: 12px;}

.sidebarfoot  {
  background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LateNightIM-Foot-RecRead.png') no-repeat;
  float: left;
  width: 251px;
  height: 144px;
  list-style: none;
  overflow: hidden;
  padding: 55px 15px 20px 25px;
  margin: 0 25px 20px 0;
  font-weight: bold;
}

.sidebarfoot h3, .sidebarfoot h4 {
  color: #083b8a;
  font-weight: bold;
  padding: 0 0 10px 0;
  text-transform: uppercase;
display: none;
}

.sidebarfootter-optin {
  float: left;
  width: 251px;
  height: 144px;
  list-style: none;
  background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LateNightIM-Foot-Exc.png') no-repeat;
  overflow: hidden;
  padding: 55px 15px 20px 25px;
  margin: 0 0px 20px 0;
  font-weight: bold;
}

.sidebarfootter-optin h4, .sidebarfootter-optin h3 {display: none}

.sidebarfootter-optin input {margin: 7px 0 0px 2px; float: right;}

.sidebarfootter-optin1 {
  float: left;
  width: 251px;
  height: 144px;
  list-style: none;
  background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LateNightIM-Foot-RecRes.png') no-repeat;
  overflow: hidden;
  padding: 55px 20px 20px 20px;
  margin: 0 25px 20px 0;
  font-weight: bold;
}

.sidebarfootter-optin1 h4, .sidebarfootter-optin1 h3{display: none}

#content {padding: 0 0 0 20px; width: 640px; overflow: hidden; float: left; margin-right: 0px;}

.to_comments {
	font-size: 0px;
        margin: 0px;
        position:relative;
        top: -40px;
}

.commentcount {padding: 10px 0}

.commentsbubble {
	float: right;
	width: 50px;
	height: 45px;
  background: url('http://www.latenightim.com/wp-content/uploads/2012/09/LNIMCommentCount1.png') no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0 0 0;
	margin: 10px;
	text-align: center;
  overflow: hidden;
}

.commentsbubble .num_comments {
	color: #fff;
	padding: 0 0 0 0;
	margin: 0px;
	text-align: center;
}

.commentsbubble .bracket { display: none;}
.commentsbubble a {font-size: 0px} 

.commentsbubble a:hover{
	color: #ccc;
	text-decoration: none;
	padding: 0px 0 0 0;
	margin: 0px;
	text-align: center;
}

.post_box .commentsbubble{ border-top: 0px dotted #bbb; margin:0px}

/*—–custom archive—–*/
.archive h3 {margin-top: 0;}
.archive ul {font-size: .95em; }
.archive1 { float: left; width: 40%;}
.archiver { float: right; width: 60%;}

/*—–new featured—–*/

#feature_box {width: 612px; height: 281px; padding: 0px; overflow: hidden; background: #fff; border: 1px solid grey;}

#newfeatured { padding: 3px; margin: 0px 0 10px 0; height: 272px; overflow: hidden;}

a.feature1, a.feature2, a.feature3, a.feature4, a.feature5, a.feature6 {
width: 606px;
height: 46px;
display: table-cell;
text-indent: -1000px;
float: left;
}

a.feature1 {background: url('http://www.latenightim.com/wp-content/thesis/customimages/featuredhome/LATENIGHTIM-Featured-1.jpg') no-repeat;}
a.feature1:hover {background-position: -606px;}

a.feature2 {background: url('http://www.latenightim.com/wp-content/thesis/customimages/featuredhome/LATENIGHTIM-Featured-2.jpg') no-repeat;}
a.feature2:hover {background-position: -606px;}

a.feature3 {background: url('http://www.latenightim.com/wp-content/thesis/customimages/featuredhome/LATENIGHTIM-Featured-3.jpg') no-repeat;}
a.feature3:hover {background-position: -606px;}

a.feature4 {background: url('http://www.latenightim.com/wp-content/thesis/customimages/featuredhome/LATENIGHTIM-Featured-4.jpg') no-repeat;}
a.feature4:hover {background-position: -606px;}

a.feature5 {background: url('http://www.latenightim.com/wp-content/thesis/customimages/featuredhome/LATENIGHTIM-Featured-5.jpg') no-repeat;}
a.feature5:hover {background-position: -606px;}

a.feature6 {background: url('http://www.latenightim.com/wp-content/thesis/customimages/featuredhome/LATENIGHTIM-Featured-6.jpg') no-repeat;}
a.feature6:hover {background-position: -606px;}


.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; }

#extrabg .columns { background: none; }

.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; }

.byline {font-size: 10px;}

.homethumb {width:250px; min-height:90px; max-height:190px;float:right; margin:0 0 15px 10px; overflow: hidden; border: 0px solid #999;}
.homethumb img{width:250px;height:auto;padding: 0px;}

.post_excerpt a {font-weight: bold; display: block; padding: 10px 0 0 0}

#content.contentarch .post_box h1{color: #224b9f; font-size: 40px;}
.contentarch .type-post {background: #E8E8E8; padding: 25px;}
#content.contentarch {float: left; width: 600px;}

#rec-jumplinks table td {font-weight: bold; font-size: 16px; background: #E8E8E8 ; padding: 10px 10px 0 10px;}
#recreadpage h2 {color: #224b9f; font-size: 40px}
#recreadpage table td {padding: 15px; background: #E8E8E8; border-bottom: 1px solid #fff }



#abovecomments-optin { width: 577px; background: white url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LATENIGHTIM-OptIn-abovecomments.png') no-repeat center; height: 216px; margin: 10px 0 10px 20px}
#af-form-72102035{padding: 142px 0 0 30px}
#af-form-72102035 .af-standards .af-element{padding-top: 0px;padding-right:20px;padding-left: 00px; width: 160px; float: left; margin: 18px 0;}
#af-form-72102035 .buttonContainer input.submit{width:auto; float: right; margin: -19px 0;}
#af-form-72102035 .buttonContainer{text-align:right; float: right; }
#af-form-72102035 button,#af-form-72102035 input,#af-form-72102035 submit,#af-form-72102035 textarea,#af-form-72102035 select,#af-form-72102035 label,#af-form-72102035 optgroup,#af-form-72102035 option{float:none;position:static;margin:0; }
#af-form-72102035 select,#af-form-72102035 label,#af-form-72102035 optgroup,#af-form-72102035 option{padding:0; }
#af-form-72102035{overflow:hidden;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important; }
.input.image {display: none;}
.af-body input.text{width:100%;float:none;padding:5px 0px 5px 5px!important; font-size: 14px; font-weight: bold; color: grey;}

.wp-post-image {padding: 0px 0 18px 0}

#gearpage-items .item {width:270px;overflow:hidden;padding:10px 20px 50px 20px; float: left; text-align: center; font-weight: bold; font-size: 18px; color: #d00}
#gearpage-items h2 {text-align: center}
#gearpage-items .item h3 a{font-size: 15px; padding: 0 0 10px 0; color: #083b8a; font-weight: bold;}
#gearpage-items .item h3 a:hover{text-decoration: underline}
#gearpage-items .item img {width: 100%; margin: 0 0 20px 0;}


.previous_posts {float: left}
.next_posts {float: right}


/* HOME PAGE POSTS GRID */
.home .post_box {width: 280px; float: left; display: block; border-top: none;
border-bottom: 1px dotted grey; padding: 10px 10px 30px 10px; height: 260px; margin: 5px}
.home .post_box .homethumb {padding: 0px 0px 0px 0; margin: 0px 0 10px 0; width: 100%; min-height: 190px !important; background: blue}
.home .post_box .headline {font-size: 17px !important; padding: 5px}
.home .post_box .homethumb img {min-width: 100%; width: auto; min-height: 100% !important; height: auto;}
.home .post_box:hover {background: #ebf0fd}


/* LANDING PAGE CSS */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

#LpExtra #extrabg, #LpExtra #page {background: none}
#LpExtra #header {height: 60px;}
#reducedhead h1 a{color:#fff; font-weight: bold; width: 600px; margin: 15px; float: left;}
#socialhead-reduced {float: right; margin: 15px;}
#socialhead-reduced img {display: inline; width: 25px; height: 25px;}

#pclp {float: left; width: 940px; background:#FFFFF;
 margin: 0px auto; display: block; padding: 20px 0 20px 20px; overflow: hidden;}
#pclp h2 {line-height: 80px; text-align: center; font-weight: bold; padding: 10px 0 30px 0; display; block; font-size: 50px; font-family: 'Oswald', sans-serif; 
color:#103381;
text-shadow: 0px 1px 0px #000, 0px 0px 50px #cecece;
}

#bottom-space {width: 100%; display: block; float: left; height: 1px;}

.grid-left {display: block; float: left; width: 470px;}
.grid-right {display: block; float: left; width: 470px;}


.gridbox {background: #1a61ec url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/GridBox-Grad.png') repeat-x;
display: inline-block; float: left; width: 442px; margin: 0 20px 20px 0;
  -moz-box-shadow:    1px 1px 1px 0px #ccc;
  -webkit-box-shadow: 1px 1px 1px 0px #ccc;
  box-shadow:         1px 1px 1px 0px #ccc;
border: 3px solid #fff;
}

.gridbox.fw {width: 910px}

.gridbox h3 {text-align: center; color: #fff; padding: 10px; font-size: 30px; font-weight: 500; color: #04095b;
color:#fff;
text-shadow: 0px -1px 0px #000, 0px 0px 30px #fff;
font-family: 'Oswald', sans-serif;}

.gridboxinner {margin: 10px; background: #fff; padding: 10px; box-shadow: 0px 0px 10px #fff;
}

.gridloop .shows:first-child img{width: 150px; display: block; margin: 0 125px 10px 125px}
.gridloop .shows:first-child {min-height: 75px; text-align: center; padding-bottom: 10px}
.gridloop .shows:first-child .show-title a{font-size: 20px}

.gridloop .shows.transcript:first-child {text-align: center; padding-bottom: 0px; padding-top: 165px; background: url('http://a.latenightim.com/wp-content/uploads/2012/03/internet-marketing-podcast-transcript-sq1-150x150.jpg') no-repeat center 0px; min-height: 67px; max-height: 67px;}
.gridloop .shows:first-child img.transcript:first-child {display: none;}

.shows {display: block; min-height: 50px; width: 400px; margin: 0 0 10px 0; padding: 0 0 5px 0; border-bottom: 1px dotted #ccc}

.shows img{float: left; width: 50px; padding: 0 5px 5px 0}

.show-title a {font-size: 13px; font-weight: bold;}

.gridbox.review, .gridbox.connect {height: 280px;}

.gridboxinner.review {font-size: 15px; text-align: center; height: 177px}
.gridboxinner.review img{width: 400px; padding: 0px 0 0px; display: block;}
.gridboxinner.review span {font-weight: bold; color: red; margin: 10px 0 0 0; display: block; width: 400px;}

a.lnpc-getstarted {
display:block; width: 400px; height: 245px;
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/GetStarted-PodPage.jpg');
text-indent: -1000px
}

a:hover.lnpc-getstarted {
display:block; width: 400px; height: 245px;
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/GetStarted-PodPage.jpg') 0 -245px ;
text-indent: -1000px
}

.gridboxinner.feedback {font-weight: bold; font-size: 18px; height: 177px;}
.gridboxinner.feedback span {display: block; width: 400px; margin: 15px 0 10px 0; text-align: center;}
.gridboxinner.feedback span span {display: inline; color: #d00;}
.gridboxinner.feedback img{display: block; float: left;  height: 177px; margin: 0 10px 0 0; }

.gridboxinner.optin {height: 25px; font-family: 'Oswald', sans-serif; font-size: 15px; color: #CC0000; text-transform: uppercase; }
.gridboxinner.optin span {display: block; float: left;line-height: 25px;}

.PCLP-optin-top {text-indent: -1000px; width: 910px; height: 49px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LATENIGHTIM-OptIn-PodcastLP-top.png') no-repeat top left; overflow: hidden;
border-left: 3px solid #fff;
border-right: 3px solid #fff;}

.PCLP-optin-bottom {background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/LATENIGHTIM-OptIn-PodcastLP-bottom.png') no-repeat top left; overflow: hidden; width: 910px; height: 108px; margin: 0 0 20px 0;
border-left: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
  -moz-box-shadow:    1px 1px 1px 0px #ccc;
  -webkit-box-shadow: 1px 1px 1px 0px #ccc;
  box-shadow:         1px 1px 1px 0px #ccc;
}
.PCLP-optin-bottom form {width: 577px; height: 216px; margin: 25px 0 0px 325px}
#af-form-149882221{padding: 0px 0 0 0px}
#af-form-149882221 .af-standards .af-element{padding-top: 0px;padding-right:20px;padding-left: 00px; width: 130px; float: left; margin: 18px 0;}
#af-form-149882221 .buttonContainer input.submit{width:auto; float: right; margin: -19px 0;}
#af-form-149882221 .buttonContainer{text-align:right; float: right; }
#af-form-149882221 button,#af-form-149882221 input,#af-form-149882221 submit,#af-form-149882221 textarea,#af-form-149882221 select,#af-form-149882221 label,#af-form-149882221 optgroup,#af-form-149882221 option{float:none;position:static;margin:0; }
#af-form-149882221 select,#af-form-149882221 label,#af-form-149882221 optgroup,#af-form-149882221 option{padding:0; }
#af-form-149882221{overflow:hidden;}

/* ===== 404 styles ==== */
.four_zero #sharebarx{display: none}
.four_zero #content h2 {margin-top: 20px;}
.four_zero #content {font-size: 15px; line-height: 26px;}
.four_zero #content tr td{font-weight: bold;}

/* LANDING PAGE CSS FINISH */





/* AFFILIATE MARKETING SIDEBAR */
.roadmap_sidebar {width: 319px; margin: 0 0 0 -12px}
.roadmap_sidebar a {display: block; width: 319px; text-indent: -1000px; overflow: hidden; cursor: pointer;}

.roadmap_sidebar a.map {height: 131px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/AffiliateRoadmap_map.png');}
.roadmap_sidebar a.map:hover{background-position: -321px 0;}

.roadmap_sidebar a.niche {height: 164px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/AffiliateRoadmap_niche.png');}
.roadmap_sidebar a.niche:hover{background-position: -321px 0;}

.roadmap_sidebar a.site {height: 143px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/AffiliateRoadmap_site.png');}
.roadmap_sidebar a.site:hover{background-position: -321px 0;}

.roadmap_sidebar a.content {height: 127px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/AffiliateRoadmap_content.png');}
.roadmap_sidebar a.content:hover{background-position: -321px 0;}

.roadmap_sidebar a.traffic {height: 162px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/AffiliateRoadmap_traffic.png');}
.roadmap_sidebar a.traffic:hover{background-position: -321px 0;}

.roadmap_sidebar a.business {height: 169px; background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/AffiliateRoadmap_business.png');}
.roadmap_sidebar a.business:hover{background-position: -321px 0;}


/* SIDEBAR WIDGETS */
.sidebar .widget .widget_title {
font-size: 20px; line-height: 24px; letter-spacing: 1px; margin-bottom: 10px; font-weight: bold;
background: #083b8a;
padding: 10px;
color: #fff;
}

/* FIXED WELCOME */
body .query_box.fixed_welcome{
padding: 15px;
line-height: 24px; font-size: 15px;
}
body .query_box.fixed_welcome p {margin-top: 10px;}
body .query_box.fixed_welcome h1.headline{
text-align: center; font-size: 30px !important; color: #083b8a;
}

/* Sidebar featured ICOn */
.widget.popular-posts p.widget_title {
background: url('http://www.latenightim.com/wp-content/thesis/skins/classic/images/FeaturedSide-Icon1.png') no-repeat;
height: 65px; line-height: 60px; padding-left: 70px; z-index: 999; position: relative; margin-left: -10px; margin-top: -30px}

.wpp-list {margin-top: -20px; z-index: 1;}

/* NEW PODCAST POST GRAPHICS */
#podcast_action_links {}
#podcast_action_links a img{float: left; opacity: 0.9; width: 50%;}
#podcast_action_links a img:hover{float: left; opacity: 1}

/* #af-form-149882221 .af-body .af-textWrap{width:98%;display:inline;float:none;}

#af-form-149882221 .af-body a{color:#9E9B9B;text-decoration:underline;font-style:normal;font-weight:normal;}

#af-form-149882221 .af-body input.text{background-color:#F0F0F0;border-color:#DBDBDB;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:18px;font-family:Arial, sans-serif; display: inline; margin: 0 5px; width: 110px;}

#af-form-149882221 .af-body input.text:focus, #af-form-149882221 .af-body textarea:focus{background-color:#EBEBEB;border-color:#C4C4C4;border-width:1px;border-style:solid;}

#af-form-149882221 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:18px;font-family:Arial, sans-serif;}

#af-form-149882221 .af-body{padding-bottom:7px;padding-top:0px;background-repeat:repeat-x;background-position:center left;background-image:none;color:#000000;font-size:11px;font-family:Trebuchet MS, sans-serif;}

#af-form-149882221 .af-footer{display: none;}
#af-form-149882221 .af-quirksMode .bodyText{padding-top:2px;padding-bottom:2px;}
#af-form-149882221 .af-quirksMode{padding-right:15px;padding-left:15px;}
#af-form-149882221 .af-standards .af-element{padding-right:0px;padding-left:0px;}
#af-form-149882221 .bodyText p{margin:1em 0;}
#af-form-149882221 .buttonContainer input.submit{background-image:url("http://forms.aweber.com/images/auto/gradient/button/006.png");background-position:top left;background-repeat:repeat-x;background-color:#000046;border:1px solid #000046;color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:18px;font-family:Arial, sans-serif;}
#af-form-149882221 .buttonContainer input.submit{width:auto;}
#af-form-149882221 .buttonContainer{text-align:left;}
#af-form-149882221 body,#af-form-149882221 dl,#af-form-149882221 dt,#af-form-149882221 dd,#af-form-149882221 h1,#af-form-149882221 h2,#af-form-149882221 h3,#af-form-149882221 h4,#af-form-149882221 h5,#af-form-149882221 h6,#af-form-149882221 pre,#af-form-149882221 code,#af-form-149882221 fieldset,#af-form-149882221 legend,#af-form-149882221 blockquote,#af-form-149882221 th,#af-form-149882221 td{float:none;color:inherit;position:static;margin:0;padding:0;}
#af-form-149882221 button,#af-form-149882221 input,#af-form-149882221 submit,#af-form-149882221 textarea,#af-form-149882221 select,#af-form-149882221 label,#af-form-149882221 optgroup,#af-form-149882221 option{float:none;position:static;margin:0;}
#af-form-149882221 div{margin:0;}
#af-form-149882221 fieldset{border:0;}
#af-form-149882221 form,#af-form-149882221 textarea,.af-form-wrapper,.af-form-close-button,#af-form-149882221 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-149882221 input,#af-form-149882221 button,#af-form-149882221 textarea,#af-form-149882221 select{font-size:100%;}
#af-form-149882221 p{color:inherit;}
#af-form-149882221 select,#af-form-149882221 label,#af-form-149882221 optgroup,#af-form-149882221 option{padding:0;}
#af-form-149882221 table{border-collapse:collapse;border-spacing:0;}
#af-form-149882221 ul,#af-form-149882221 ol{list-style-image:none;list-style-position:outside;list-style-type:disc;padding-left:40px;}
#af-form-149882221,#af-form-149882221 .quirksMode{width:259px;}
#af-form-149882221.af-quirksMode{overflow-x:hidden;}

#af-form-149882221{width: 345px; float: left; height: 45px; overflow: hidden; margin: -8px 0 0 5px}

.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{display:block; float:left;padding:4px!important;}
.af-body.af-standards input.submit{padding:4px 12px; display: inline;}
.af-clear{display: none; clear:both;}
.af-element label{text-align:left;}
.af-element{padding:5px 0; display:block; float: left; overflow: hidden; }
.af-footer{margin-bottom:0;margin-top:0;padding:10px;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;} */



/************ MEDIA QUERIES *********/

@media only screen and (max-width: 500px)  {

#container {
max-width: 100%;
overflow: hidden;
padding: 3%;
}

#page, #extrabg, #header
{background: none !important;}

#content_box #css_menu {
font-weight: bold;
width: 100%; height: auto;
text-align: center;
}

.menu {
list-style: none;
margin: 0px auto;
}

#content_box #css_menu ul {
height: auto; width: 100%;
}

#content_box #css_menu li {
float: none;
text-align: center;
width: auto;
display: inline-block;
list-style: none;}

#socialhead {display: none !important;}

#header {height: auto !important;}

#logo {
text-indent: none;
display: block;
width: 100%;
height: auto !important;
color: #fff;

text-align: center;
padding: 5% 0;
}

#logo img {display: none;}

#logo:before {
content: "Late Night Internet Marketing ";
font-size: 3em;
line-height: 1.em;
font-weight: bold;
display: block; padding: 3%;
}

#logo:after {
content: "Building Internet Businesses One Night At A Time";
font-size: 1.4em !important;
display: block; padding: 0% 3%;
}

#getboxes {display: none;}

#newfeatured {display: none}

.content {
background: #fff;
min-width: 100%; width: 100%; max-width: 100%;
}

.sidebar {
background: #fff;
min-width: 100%; width: 100%; max-width: 100%;
text-align: center}

.sidebar #getexclusive-sb,
.sidebar #facebook-likebox-2 iframe,
.roadmap_sidebar,
.textwidget,
#wpp-2{
width: 290px;
display: block;
margin: 10px auto auto auto;
text-align: center}

#wpp-2 {width: 320px}

#footer div {display: none}


}/* max-width: 500px ENDS */
.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; }