
/* @override http://localhost/wp3-test/components/com_wordpress/wp/wp-content/themes/twentyten/style.css */

/*
Theme Name: Twenty Ten (Modified to inherit Joomla! styles)
Theme URI: http://www.corephp.com/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0
Tags: two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* @group Two Column Layout */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*/////////REMOVE TITLES FROM POSTS*/
.post-1 h2 {
	display:none !important;
}

.post-7 h2 {
	display:none !important;
}

.post-23 h2 {
	display:none !important;
}

.post-66 H2 {
	display:none !important;
}

.post-69 H2 {
	display:none !important;
}

.post-72 H2 {
	display:none !important;
}

.post-78 H2 {
	display:none !important;
}

.post-476 H2 {
	display:none !important;
}

.post-484 H2 {
	display:none !important;
}

.post-488 H2 {
	display:none !important;
}

.post-1 H1 {
	display:none !important;
}

.post-1 .article-info-surround {
	display:none !important;
}

.post-1 .entry-utility {
	display:none !important;
}

p.form-allowed-tags {
	display:none;
!important;
}

/*////comments*/

#tell-us {
	font-weight: bold;
	color: #617FB2;
	padding-right: 6px;
}

#comment-number {
	font-weight: bold;
	color: #384B80;
	padding-right: 0px;
	padding-left: 6px;
}

#wordpress {
	overflow: hidden;
	margin-top: -10px;
}

#wp-container {
	float: left;
	/*margin: 0 -240px 0 0;*/
	width: 100%;
	margin-right: -220px;
	border-bottom: 0.2em dotted #CCCCCC;
}

#wp-content {
	margin: 0 245px 0 0px; /* Was 20 on left */
}

.page-template-onecolumn-page-php #wp-content {
	margin-right: 0;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}

#secondary {
	clear: right;
}

#wp-footer {
	clear: both;
	width: 100%;
}

/* @end */

/* @group One Column Layout */

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #wp-content {
	margin: 0 auto;/*width: 640px;*/
}

/* @end */

/* @group Full Width Layout */
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #wp-content {
	margin: 0 auto;/*width: 900px;*/
}

.entry-attachment .attachment {
	overflow: hidden;
}

/* @end */

/* @group Fonts (inherit from Joomla) 
-------------------------------------------------------------- */
.wp-page a {
	line-height: 140%;
}

/* @end */

/* @group Structure 
-------------------------------------------------------------- */

/* The main theme structure */
#wp-access .menu-header,
div.menu,
#colophon,
#wp-branding,
#wp-main,
#wp-wrapper {
	margin: 0 auto;/*width: 940px;*/
}

#wp-wrapper {
	margin-top: 5px;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}

#site-info {
	float: left;
	/*width: 700px;*/
	font-weight: bold;
}

#site-generator {
	float: right;
	width: 220px;
}

/* @end */

/* @group Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
.componentheading a,
.contentheading a,
.entry-meta a,
.componentheading a:hover,
.contentheading a:hover,
.entry-meta a:hover {
}

.button:hover {
	cursor: pointer;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* @end */

/* @group Header
-------------------------------------------------------------- */

#wp-header {
	padding: 30px 0 0 0;
	position: relative;
}

#site-title {
	width: auto!important;
	margin: 0;
}

#site-title a {
	text-decoration: none;
}

#site-description {
	font-style: italic;
	float: right;
	margin-top: -34px;
	height: 34px;
	padding-right: 10px;
	position: relative;
	top: 5px;
}

/* This is the custom header image */
#wp-branding {
	overflow: hidden;
}

#wp-branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
	width: 100%;
}

/* @end */

/* @group Menu 
-------------------------------------------------------------- */

#wp-access {
	margin: 0 auto 20px;
	/*width: 940px;*/
	width: 100%;
	display:block;
	float:left;
}

#wp-access .menu-header- {
	margin-top: 16px;
}

#wp-access .menu-header,
div.wp-menu {
	margin-left: 12px;
}

#wp-access .menu-header ul,
div.wp-menu ul {
	list-style: none;
	margin: 0!important;
	padding: 0!important;
}

#wp-access .menu-header li,
div.wp-menu li {
	float:left;
	position: relative;
	background-image: none!important;
	margin: 0!important;
	padding: 0!important;
	list-style: none!important;
}

#wp-access a {
	display:block!important;
	padding:0 10px!important;
	line-height:38px!important;
	text-decoration: none;
}

#wp-access ul ul {
	display: none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	width: 180px;
	z-index: 99999;
}

#wp-access ul ul li {
	min-width: 180px;
}

#wp-access ul ul ul {
	left:100%;
	top:0;
}

#wp-access ul ul a {
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}

#wp-access ul ul {
	padding-left: 0;
}

#wp-access li:hover > a,
#wp-access ul ul :hover > a {
}

#wp-access ul li:hover > ul {
	display:block;
}

#wp-access ul li.current_page_item > a,
#wp-access ul li.current-menu-ancestor > a,
#wp-access ul li.current-menu-item > a,
#wp-access ul li.current-menu-parent > a {
}

* html #wp-access ul li.current_page_item a,
* html #wp-access ul li.current-menu-ancestor a,
* html #wp-access ul li.current-menu-item a,
* html #wp-access ul li.current-menu-parent a,
* html #wp-access ul li a:hover {
}

/* @end */

/* @group Content
-------------------------------------------------------------- */

#wp-main {
	/*overflow: hidden;*/
	padding: 0px 0 0 0;
}

#wp-content {
	margin-bottom: 36px;
}

#content,
#wp-content input,
#wp-content textarea {
}

#wp-content p,
#wp-content ul,
#wp-content ol,
#wp-content dd,
#wp-content pre,
#wp-content hr {
}

#wp-content ul ul,
#wp-content ol ol,
#wp-content ul ol,
#wp-content ol ul {
}

#wp-content pre,
#wp-content kbd,
#wp-content tt,
#wp-content var {
}

#wp-content code {
}

#wp-content dt,
#wp-content th {
}

#wp-content h1,
#wp-content h2,
#wp-content h3,
#wp-content h4,
#wp-content h5,
#wp-content h6 {
}

#wp-content table {
}

#wp-content tr th,
#wp-content thead th {
}

#wp-content tr td {
}

#wp-content tr.odd td {
}

.hentry {
	margin: 0 0 10px 0;
}

/*.home .sticky {
	border-top: 4px solid #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	padding: 8px 15px 18px;
	margin-right: -20px;
}*/
.single .hentry {
	margin: 0 0 36px 0;
}

.page-title {
	margin: 0 0 36px 0;
}

.page-title span {
	font-style: italic;
	font-weight: normal;
}

.page-title a:link,
.page-title a:visited {
}

.page-title a:active,
.page-title a:hover {
}

#wp-content .entry-title {
}

.entry-title a:link,
.entry-title a:visited,
.entry-title H2 a:link {
	text-decoration: none;
	border: none;
!important;
}

.entry-title a:active,
.entry-title a:hover {
}

.entry-meta {
	padding-bottom: 2px;
	font-style: italic;
	font-size: 90%;
}

.entry-meta p.articleinfo {
	margin: 2px 0;
	display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
}

.entry-content,
.entry-summary {
	clear: both;
	padding: 5px 0 0 0;
}

#wp-content .entry-summary p:last-child {
	margin-bottom: 12px;
}

.entry-content fieldset {
	margin: 0 0 24px 0;
	padding: 24px;
}

.entry-content fieldset legend {
	font-weight: bold;
	padding: 0 24px;
}

.entry-content input {
	margin: 0 0 2px 0;
	width: 200px;
}

.entry-content input.file,
.entry-content input.button {
	background-color: #EEF1F9;
	border: thin solid #EEF1F9;
	color: #5672BB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 24px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: auto;
}

.entry-content label {
}

.entry-content select {
	margin: 0 0 24px 0;
}

.entry-content sup,
.entry-content sub {
}

.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}

.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.page-link {
	font-weight:bold;
	margin:0 0 22px 0;
}

.page-link a:link,
.page-link a:visited {
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}

.home .sticky .page-link a {
}

.page-link a:active,
.page-link a:hover {
}

.page .edit-link {
	clear: both;
	display: block;
}

#entry-author-info {
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
}

#entry-author-info #author-avatar {
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}

#entry-author-info h2 {
	margin-bottom: 0;
}

.entry-utility {
	clear: both;
	padding-top: 5px;
}

.entry-meta a,
.entry-utility a {
}

.entry-meta a:hover,
.entry-utility a:hover {
}

#wp-content .video-player {
	padding: 0;
}

/* @end */

/* @group Asides
-------------------------------------------------------------- */

.home #wp-content .category-asides p {
	margin-bottom: 10px;
	margin-top:0;
}

.home .hentry.category-asides {
	padding: 0;
}

.home #wp-content .category-asides .entry-content {
	padding-top: 0;
}

/* @end */

/* @group Gallery Listing 
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}

.category-gallery h2 {
	margin-top: 10px;
}

.category-gallery .entry-meta {
}

.category-gallery .size-thumbnail img {
	margin-bottom: 0;
}

.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}

.home #wp-content .category-gallery .entry-content p {
	display: inline;
}

.home #wp-content .category-gallery .entry-utility {
	padding-top:4px;
}

/* @end */

/* @group Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}

.attachment .entry-content .entry-caption {
	margin-top: 24px;
	font-weight: bold;
	font-size: 110%;
}

/* @end */

/* @group Images
-------------------------------------------------------------- */

#wp-content img {
	margin: 0;
	max-width: 640px;
}

#wp-content .attachment img {
	max-width: 900px;
}

#wp-content .alignleft,
#wp-content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#wp-content .alignright,
#wp-content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#wp-content .aligncenter,
#wp-content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wp-content img.alignleft,
#wp-content img.alignright,
#wp-content img.aligncenter {
	margin-bottom: 12px;
}

#wp-content .wp-caption {
	text-align: center;
	margin-bottom: 15px;
	padding: 4px;
	margin-right: 20px;
}

#wp-content .wp-caption img {
	margin: 5px 5px 0;
}

#wp-content .wp-caption p.wp-caption-text {
	margin: 5px;
}

#wp-content .wp-smiley {
	margin:0;
}

#wp-content .gallery {
	margin: auto;
}

#wp-content .gallery .gallery-item {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}

#wp-content .gallery img {
}

#wp-content .gallery .gallery-caption {
	margin: 0 0 12px;
	font-size: 85%;
}

#wp-content .gallery dl {
	margin: 0;
}

#wp-content .gallery br+br {
	display: none;
}

/* @end */

/* @group Navigation
-------------------------------------------------------------- */



.navigation {
	overflow: hidden;
}

.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	line-height: 140%;
}

.navigation a:active,
.navigation a:hover {
}

.nav-previous {
	float: left;
	font-size: 90%;
}

.nav-next {
	float: right;
	text-align:right;
	font-size: 90%;
}

.nav-previous2 {
	float: left;
	background-image: url(images/b_prev.png);
	background-repeat: no-repeat;
	line-height: 40px;
	text-indent: 20px;
	color: #099;
}

.nav-next2 {
	float: right;
	text-align:right;
	background-image: url(images/b_next.png);
	background-repeat: no-repeat;
	line-height: 40px;
	padding-right:30px;
	background-position: 40px;
	color: #099;
}

#nav-above {
	padding-bottom: 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#nav-above {
	display: none;
}

.paged #nav-above,
.single #nav-above {
	display: block;
}

#nav-below {
	margin: -18px 0 0 0;
	padding-top: 10px;
	border-top-width: 0.18em;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

/* @end */

/* @group Comments
-------------------------------------------------------------- */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h3#reply-title {
	margin-bottom: 0;
	font-size: 14px;
	border-top-width: 0.15em;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 5px;
}

h3#comments-title {
	margin-bottom: 10px;
	font-size: 12px;
	background-color: #EEF1F9;
	display: block;
	margin-top: 6px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-style: normal;
	line-height: 22px;
}

.commentlist {
	list-style: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.commentlist li.comment {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style: none;
}

.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
	text-align:left;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: -10px;
}

.comment-author {
}

.comment-author cite {
	color: #617FB2;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

.comment-author .says {
	font-style: italic;
	display: none;
}

.comment-meta {
	margin: 0px;
	display: none;
}

.comment-meta a:link,
.comment-meta a:visited {
}

.comment-meta a:active,
.comment-meta a:hover {
}

.commentlist .even {
	background-color: #EEF1F9;
	padding-top: 5px;
}

.commentlist .bypostauthor {
}

.reply {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}

.reply a,
a.comment-edit-link {
}

.reply a:hover,
a.comment-edit-link:hover {
}

.commentlist .children {
	list-style: none;
	margin: 0;
}

.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	display:block;
	margin: 0;
}

#comments .pingback .url {
	font-style: italic;
}

/* @end */

/* @group Comments form */

input[type=submit] {
}

#respond {
	overflow: hidden;
	position: relative;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 6px;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
	font-size:9pt;
}

.form-allowed-tags {
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-weight: normal;
}

#respond .required {
	font-weight:normal;
	font-size:9pt;
}

#respond label {
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5672BB;
	padding-bottom: 4px;
}

#respond input {
	width:220px;
	border: 0.15em dotted #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 5px;
}

#respond textarea {
	width:98%;
	background-color: #EEF3FA;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
	border: thin solid #eef1f9;
}

#respond .form-allowed-tags {
	font-style: italic;
}

#respond .form-allowed-tags code {
}

#respond .form-submit {
	margin: 12px 0;
}

#respond .form-submit input {
	width: auto;
	background-color: #EEF1F9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #5672BB;
	border: thin solid #EEF1F9;
	padding-bottom: 4px;
}

/* @end */

/* @group Widget Areas
-------------------------------------------------------------- */

.widget-area-right {
	background-color:#F5F2D3;
}

.widget-area ul {
	list-style: none;
	margin-left: -20px;
}

.widget-area ul ul {
}

.widget_search {
	padding-bottom: 15px;
}

.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display:none;
}

.widget-container {
	padding-left: 0!important;
	margin-left: 0!important;
	list-style: none;
}

.widget-container .plugin-bawlu-ranking-slug {
	background-color: #996;
	border: thick solid #069;
}

.bawlu-liked-posts {
}

.widget-title {
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.widget-area .entry-meta {
}

#wp_tag_cloud div {
}

#wp-calendar {
	width:100%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 4px;
}

#wp-calendar thead {
}

#wp-calendar thead th {
}

#wp-calendar tbody {
}

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

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

.widget_rss a.rsswidget {
}

.widget_rss a.rsswidget:hover {
}

.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#wp-main .widget-area ul {
	margin-left: 0;
	padding: 0 10px 0 0;
}

#wp-main .widget-area ul ul {
	border: none;
	padding: 0;
}

#primary {
}

#secondary {
}

#jsecondary {
	background-color:#F5F2D3!important;
}

/* Footer widget areas */
#footer-widget-area {
}

/* @end */

/* @group Footer
-------------------------------------------------------------- */

#wp-footer {
	margin-bottom: 2px;
}

#colophon {
	margin-top: -4px;
	padding: 2px 0;
	overflow: hidden;
}

#site-info {
	font-weight: bold;
}

#site-info a {
	text-decoration: none;
}

#site-generator {
	position: relative;
	font-style: italic;
}

#site-generator a {
	display:inline-block;
	text-decoration: none;
}

#site-generator a:hover {
	text-decoration: underline;
}

img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

/* @end */

/* @group Added Joomla! Styles */

.widget-container .module {
	margin-bottom: 0;
}

ul.xoxo {
	margin-top: 0!important;
}

.cat-links {
	margin-bottom: 0px;
}

.widget_search .mod-wrap3 {
	padding-top: 10px;
}

/* @end */

/* @group Colors */

#wp-content .wp-caption {
	background: #ccc;
}

/* @end */

/* @group Company Specific */

#s5_outer .contentheading,
#s5_outer .entry-utility {
	padding-left: 5px;
}

#s5_outer .entry-content {
	margin-bottom: 13px;
}

#s5_outer .single-post .article-tools {
	margin-left: 5px;
	margin-top: 4px;
}

.rockettheme_gantry_1 #page h1.contentheading {
	border-top:3px solid #8B553D;
	font-family:'Bebas';
	font-size:21pt;
	line-height:120%;
	text-transform:uppercase;
	word-spacing:8px;
	padding-bottom: 0;
}

/* @end */

/* @group Clearfix (clears floats) */

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
} /* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

/* @end */

/* @group Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}

code {
	-webkit-text-size-adjust: 160%;
}

#wp-access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}

/* @end */

/* @group Print Style
-------------------------------------------------------------- */

@media print {

body {
	background:none !important;
}

#wp-wrapper {
	float: none !important;
	clear: both !important;
	display: block !important;
	position: relative !important;
}

#wp-header {
	border-bottom: 2pt solid #000;
	padding-bottom: 18pt;
}

#colophon {
	border-top: 2pt solid #000;
}

#site-title,
 #site-description {
	float: none;
	padding:0;
	line-height: 1.4em;
}

.entry-content {
	font-size: 14pt;
	line-height: 1.6em;
}

.entry-title {
	font-size: 21pt;
}

#wp-access,
 #wp-branding img,
 #respond,
 .comment-edit-link,
 .edit-link,
 .navigation,
 .page-link,
 .widget-area {
	display: none !important;
}

#wordpress,
 #wp-header,
 #wp-footer {
	width: 100%;
	margin: 0;
}

#content,
 .one-column #wp-content {
	width: 100%;
	margin: 24pt 0 0;
}

.wp-caption p {
	font-size: 11pt;
}

#site-info,
 #site-generator {
	float: none;
	width: auto;
}

#colophon {
	width: auto;
}

img#wpstats {
	display:none
}

#site-generator a {
	padding: 0;
	margin: 0;
}

#entry-author-info {
	border: 1px solid #e7e7e7;
}

#wp-main {
	display:inline;
}

.home .sticky {
	border: none;
}
}

.wizylike_button,
div.wizylike_button,
div.wizylike_button.style_1.light_bg,
div.wizylike_button.style_1.modal:hover {
	float: right;
}

/* @end */
