/*

Theme Name: ginger

Description: mogo blog Wordpress theme

Author: Antonio Garcia Aprea

Author URI: http://www.deskfolio.com

*/















/* basics */







* {
	margin:0;
	padding:0;
}
body {
	background-image:url(images/body_bg.gif);
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	margin:20px;
	margin-top:0px;
	margin-bottom:4px;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 19px;
	margin-top:5px;
}
h3 {
	font-size: 10pt;
	margin-top:10px;
}
h4 {
	font-size: 9pt;
}
/* images and misc. */







img {
	border: none;
	padding: 0px;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px;
}
img.right {
	float: right;
	border: none;
	padding: 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	margin:10px;
	font-family:"Courier New", Courier, monospace;
}
/* links */







a {
	color:#666;
	text-decoration:none;
	border: none;
}
a:hover {
	color:#6A7CA0;
	text-decoration: underline;
	border: none;
}
/* container */











#container {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background:#fff;
	color:#333;
	border: 5px solid #FFFFFF;
	border-top:0px;
}
/* header */







#header {
	width:960px;
	height:115px;
}
#header h1 {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size:16pt;
	font-weight:300;
	letter-spacing:1px;
	margin:0;
	padding: 120px 0 0 16px;
}
#header h1 a {
	color: #404040;
	text-decoration: none;
}
#header h1 a:hover {
	color: #666;
	text-decoration: none;
}
#header h2 {
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #404040;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 0 18px;
}
/* main menu */











#menu {
	background: #0B1224;
	font-family: arial, verdana, tahoma;
	font-size: 8pt;
	width:100%;
	height:25px;
	border-top: 1px solid #fff;
}
#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
#menu ul li a:hover {
	background-color: #fff;
	color:#0B1316;
}
/* content */











#content {
	float: left;
	width: 735px;
	margin-left: 20px;
	margin-top: 20px;
	overflow: hidden;
	
}

#content .vote {
 width: 70;
 float: left;

}

#content .vote .textcontainer {
background: url(images/vote_bg.gif);
width: 67px;
height: 40px;

font: 28px/28px Arial, Helvetica, sans-serif;
font-weight: bold;
padding:10px 0 0 0 ;
}

#content .vote .bartext {
font-size: 11px;
padding: 0;
}

#content .post {
	width:730px;
	margin:0px;
	margin-top:15px;
	line-height:16px;
}
#content .post h2 {
	font-family: arial, verdana, tahoma;
	font-size: 25px;
	color: #08122E;
	margin-bottom:5px;
}
#content .post h2 a {
	color:#002365;
	font-weight:bold;
	text-decoration:none;
}
#content .post h2 a:hover {
	color:#009BC0;
	text-decoration: none;
}
#content .post p {
	font-size: 12px;
}
#content .post a {
	text-decoration:underline;
}
#content .post ul {
}
#content .post li {
}

#content .entry {float:left; width: 600px; margin-left: 0px; margin-top: 10px;}

#content .entry a, #content .entry a:visited, #content .entry a:active {
	color:#00467f;
	text-decoration:underline;
	font-weight: bold;
	border: none;
}

#content .entry a:hover {
	color: #999;
}

#content .entry p {
	font-size:16px;
	margin: 0;
}
#content .postmetadata {
	color:#999999;
	clear: both;
	margin-bottom:20px;
	margin-top:4px;
	padding-bottom: 20px;
	border-bottom: 1px #CCCCCC solid;
}
.navigation {
	color:#002365;
	font-size:8pt;
	float:left;
	height:45px;
	width:100%;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
	text-align:right;
}
.notfound {
	padding: 25px;
	font-size: 14pt;
	font-weight: 300;
}
/* left sidebar */



.sabout {
	background-color:#E5E5E5; 
	font-family: arial, verdana, tahoma;
	font-size:12px;
	width:137px;
	float:left;
	margin:0px;
	padding:0px;
	padding: 0 6px 0 12px;
}

#form {
	background-color:#E5E5E5;
	font-family: arial, verdana, tahoma;
	font-size:12px;
	width:137px;
	float:left;
	margin:0px;
	padding:0px;
	padding: 0 6px 0 12px;
}

#form input, #form textarea{
	font-size: 11px;
	font-family: arial, verdana, tahoma;

}

#left {
	background-color:#E5E5E5;
	font-family: arial, verdana, tahoma;
	font-size:12px;
	width:155px;
	float:left;
	margin:15px 0 0 0;
	padding:0px;
}
#left h2 {
	background-image:url(images/icn-arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-family:  arial, verdana, tahoma;
	font-weight: normal;
	font-size: 10pt;
	font-weight:bold;
	text-align: left;
	color:#002365;
	margin:0;
	padding:0;
	text-indent:7px;
}
#left p {
	margin:0;
	padding: 0 6px 0 12px;
}
#left img {
	padding: 0;
	margin: 0;
}
#left ul {
	margin:12px;
	margin-bottom:0px;
	padding:0px;
	list-style-type: none;
}
#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}
#left ul ul {
	margin: 6px 0px 6px 12px;
	padding:0px;
}
#left ul ul li {
	list-style-type:none;
	list-style-position:inside;
}
#left ul ul ul {
	margin:0px;
	padding:0px;
}
#left ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* right sidebar */







#right {
	font-family: arial, verdana, tahoma;
	font-size:8pt;
	width: 165px;
	float:left;
	margin: 20px 0px 24px 35px;
	padding: 0px;
}
#right h2 {
	background-image:url(images/icn-arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-family:arial, verdana, tahoma;
	font-weight:bold;
	color:#002365;
	margin:0px;
	padding:0px;
	text-indent:7px;
}
#right p {
	margin:0px;
	padding: 0px 6px 0px 12px;
}
#right img {
	padding: 0;
	margin: 0;
}
#right ul {
	font-size:12px;
	margin:12px;
	padding:0;
	list-style-type: none;
}
#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
}
#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}
#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
}
#right ul ul ul {
	margin: 0;
	padding: 0;
}
#right ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}
/* comments */







#commentssection {
	clear: both;
	margin-top:35px;
	width:565px;
}
#commentssection h3 {
	color:#002365;
	font-family:arial, verdana, tahoma;
	font-size:12pt;
	font-weight:300;
	font-style:normal;
}
#commentform {
	margin-bottom: 20px;
	width:500px;
}
#commentform p {
	color: #000;
}
#commentform a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
#commentform h3 {
	font-family:arial, verdana, tahoma, sans-serif;
	font-size:19px;
	font-weight:300;
	color:#002365;
}
#commentbox {
	width:350px;
	min-width:350px;
	margin:5px 5px 0 0;
}
#author, #email, #url, #commentbox, #submit {
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none;
	padding: 6px;
	border: 1px solid #B2B2B2;
}
#submit {
	margin:5px 5px 0 0;
}
ol.commentlist {
	list-style-type: none;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
}
ol.commentlist li.alt {
	background: #EDEDED;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */







#searchform {
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
}
#searchform input#s {
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #B7B7B7
}
#searchform input#searchsubmit {
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #797979;
}
/* footer */







#footer {
	clear:both;
	width:100%;
	margin-top:15px;
	font-family: arial, verdana, tahoma;
	font-size: 8pt;
	text-align:center;
}
#footer p {
	padding:8px;
	margin: 0;
	color: #999999;
}
#footer a {
	color: #BCBCBC;
	text-decoration: none;
}
#footer a:hover {
	color: #5D5D5D;
	text-decoration: underline;
}
/* added by deskfolio */







.post-hdr {
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:1px solid #CCCCCC;
	border-right:9px solid #009BC0;
	padding-bottom:10px;
}
.post-date {
	color:#999999;
	font-size:12px;
}
.post-comments {
	text-align:right;
	padding-right:10px;
}
.post-comments a {
	text-decoration:none;
}
#search-form {
	margin-top:93px;
	margin-left:6px;
}
#right h2 {
	font-size:14px;
}
#wp-calendar {
	width:135px;
}
#wp-calendar a {
	background-color:#009BC0;
	border-bottom:1px solid #007C9B;
	border-right:1px solid #007C9B;
	color:#FFFFFF;
}
.archivetitle {
	background-image:url(images/archive-title_bg.gif);
	background-repeat:no-repeat;
	color:#002365;
	font-size:25px;
	height:67px;
	margin-bottom:15px;
	margin-top:16px;
	padding-bottom:7px;
	padding-left:15px;
	padding-top:7px;
}
.archivesubtitle {
	color:#999999;
	font-size:15px;
}
.pagetitle {
	background-image:url(images/archive-title_bg.gif);
	background-repeat:no-repeat;
	font-size:25px;
	height:67px;
	margin-bottom:15px;
	margin-top:16px;
	padding-bottom:7px;
	padding-left:15px;
}
.pagetitle h2 {
	color:#002365;
}
.post-hdr h2 {
font-size:13px;
	line-height:18px;
	margin-right:5px;
}
.red {
	color:#FF0000;
}
#blog-title {
	font-size:35px;
margin-left:0px;
	
}
.blog-subtitle {
	font-size:18px;
}
/* WIDGETS */







#left .widget_recent_entries ul {
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	text-indent:0px;
}
#left .widget_recent_entries ul li {
	border-bottom:1px solid #CCCCCC;
	font-size:13px;
	margin-left:0px;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:0px;
	text-indent:0px;
}
#left .widget_recent_comments ul {
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	text-indent:0px;
}
#left .widget_recent_comments ul li {
	border-bottom:1px solid #CCCCCC;
	font-size:13px;
	margin-left:0px;
	padding-bottom:7px;
	padding-top:7px;
	padding-left:0px;
	text-indent:0px;
}
#left .widget_archive ul li {
	font-size:16px;
}
/* EVERMORE PLUGIN STYLES */



.more-link {
	color:#002365;
	text-decoration:none;
}
/* MOGO GFC SIGN IN STYLES */

#GFClogin {
	background-image:url(images/left-bar/GFC-login_bg.gif);
	background-repeat:no-repeat;
	height:105px;
	margin-left:-12px;
	padding-left:-12px;
	padding-top:50px;
	width:155px;
}
/* MOGO RSS STYLES */

#mogoRSS {
	padding-left:-12px;
	margin-left:-12px;
}
/* MOGO TWITTER STYLES */

#mogoTwitter {
	background-color:#FFFFFF;
	padding-left:-12px;
	margin-left:-12px;
	padding-top:20px;
	width:160px;
}
/* TWITTER RSS STYLES */

#kb-advanced-rss-1 li {
	list-style-image:url(images/icn-twitterRSS.gif);
	list-style-position:otuside;
}
/* MOGO STORE STYLES */

#mogoStore {
	margin-top:15px;
	margin-left:-12px;
}
/* MOGO YOUTUBE STYLES */

#mogoYoutube, #mogoFacebook, #mogolove, #mogoRSSwidget {
	margin-top:15px;
	margin-bottom:15px;
	margin-left:-12px;
}
/* MOGO KIVA STYLES */

#mogoKiva {
	background-color:#FFFFFF;
	margin-left:-12px;
	padding-left:-12px;
	padding-top:20px;
	width:160px;
}
/* MOGO TV COMMERCIAL STYLES */

#mogotv {
	background-color:#FFFFFF;
	margin-left:-12px;
	padding-left:-12px;
	padding-top:13px;
	width:160px;
}
#commentform a {
	border:0px;
}
#blog-title a {
	color:#002365;
	text-decoration:none;
}
#blog-title a:hover {
	color:#009BC0;
	text-decoration:none;
}
.rsswidget a {
	color:#002365;
	text-decoration:none;
}
.widgetitle a {
	color:#002365;
	text-decoration:none;
}
#shareBTN a {
	color:#002365;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
#comments_link {
	font-size: 13px;
	font-weight:bold;
}
.copyrightCopy {
	padding-top:2px;
	font-size: 10px;
	color:#999999;
	line-height: 4px;
}

.sitemapStyle {
	padding-left:50px;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#FFFFFF;
    background:url('http://www.mogomoney.com/img/sitemap_ring.gif') no-repeat;
	color:#333333;
	height:200px;
	line-height:17px
}

.sitemapStyle .heading {
	text-decoration: none;
	font-weight:bold;
	color: #999999;
	font-size: 12px;
	margin-bottom:5px;
	display:block;
}

.sitemapStyle a:link {
	text-decoration: none;
	font-weight:normal;
	color: #999999;
	font-size: 11px;
}
.sitemapStyle a:visited {
	text-decoration: none;
	font-weight:normal;
	color: #999999;
	font-size: 11px;
}
.sitemapStyle a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	font-size: 11px;
}
.sitemapStyle a:hover {
	text-decoration: underline;
	color: #26BCD7;
	font-weight:normal;
	font-size: 11px;
}

#footer #comments_link {
	font-family: Arial;
	font-size: 13px;
	color:#2bbed8;
	font-weight:bold;
}
