/* @override http://weheartgames.com/wp-content/themes/weheartgames/style.css */

/* @group Basic settings */

body {
	margin: 0px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	background: #b9e9fc url(images/bg_body.png) repeat-x center top;
	text-align: center;
}

img {
	border: 0px;
}

a {
	color: #094a89;
	text-decoration: none;
}

a:hover {
	color: #094a89;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

small{
	font-size: 10px;
}

p {
	margin: 0px 0px 12px 0px;
}

hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #666666;
	width: 95%;
}

del {
	color: red;
}

ins {
	color: green;
}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
}

input,select,textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

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

.left {
	float: left;
	margin: 0 10px 5px 0;
}

.right {
	float: right;
	margin: 0 0 5px 10px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	float: left;
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	float: right;
	margin: 0 0 5px 10px;
	display: inline;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.spacer {
	height: 30px;
}

a.more-link{
	color: #fff;
	background-color: #094a89;
	padding: 4px 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* @end */

/* @group Layout */

#footer-repeat{
	background: url(images/bg_footer_repeat.png) repeat-x 0 bottom;
}

#base {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 950px;
}

#menu {
	position: relative;
	overflow: hidden;
	width: 950px;
	height: 60px;
}

#header {
	position: relative;
	background: url(images/bg_header.png) no-repeat center top;
	width: 950px;
	height: 200px;
}

#container_btm {
	position: relative;
}

#container {
	position: relative;
	overflow: hidden;
	width: 950px;
	margin: 20px 0 0 0;
}

#navigation{
	width: 550px;
}

#content {
	float: left;
	top: 0;
	left: 200px;
	display: inline;
	width: 550px;
	margin-left: 200px;
}

#sidebar1 {
	float: left;
	display: inline;
	width: 200px;
	overflow: hidden;
	margin: 30px 0 0px -750px;
	padding: 0px;
	text-align: center;
}

#sidebar2 {
	float: right;
	top: 0;
	right: 0;
	display: inline;
	width: 200px;
	overflow: hidden;
	margin: 0px 0 0 0;
	padding: 0;
	text-align: center;
}

#rss_search {
	position: absolute;
	top: 0;
	right: 0;
	height: 155px;
	width: 180px;
	border: 0px red solid;
}

#footer {
	position: relative;
	font-size: 11px;
	background: url(images/bg_footer.png) no-repeat center top;
	width: 950px;
	height: 40px;
	text-align: center;
	padding-top: 110px;
	color: #094a89;
}

#footer a {
	color: #094a89;
}

/* @end */

/* @group Header */

#blogtitle {
	position: relative;
	width: 600px;
	overflow: hidden;
	font-family: Arial,Verdana;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	color: #FEBE0E;
	padding: 30px 0px 0px 0px;
	margin: 0px 0 0 280px;
	border: 0px black solid;
}

#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana;
	font-weight: bold;
	color: #FEBE0E;
	text-decoration: none;
}

#subtitle {
	position: relative;
	width: 500px;
	font-family: Arial, Verdana;
	text-align: right;
	margin: 0px 0px 0 380px;
	padding: 0px 0 0 0;
	font-size: 12px;
	color: #ffffff;
	border: 0px red solid;
}

#header img.home {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 950px;
	height: 140px;
}

#header ul{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 140px;
	left: 450px;
	list-style: none;
}

#header ul li{
	float: left;
	padding: 10px 20px;
}

div#header ul li a{
	color: #fff;
	font-size: 20px;
}

/* @end */

/* @group Menu */

#menu ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 30px;
	border: 0px red solid;
}

#menu ul li {
	display: inline;
	font-size: 11px;
	font-family: Arial,Verdana;
	font-weight: bold;
	height: 30px;
	margin: 0px;
}

#menu ul li a {


/*145x70*/
	float: left;
	display: block;
	height: 23px;
	width: 128

px;
	/*148*/
	line-height: 10px;
	color: #ffffff;
	text-align: center;
	padding: 7px 10px 0 10px;
	margin: 0 0 0 0;
	text-decoration: none;
	background: url(images/bg_menu_item.gif) no-repeat top center;
}

#menu ul li a:hover {
	color: #AD1E04;
}

#menu ul li.current_page_item a {
	color: #AD1E04;
	background: none;
}

/* @end */

/* @group Sidebar */

#sidebar1 {
	color: #262626;
	font-size: 18px;
}

#sidebar1 a {
	color: #262626;
	text-decoration: none;
}

#sidebar1 a:hover {
	color: #262626;
	text-decoration: none;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar1 h4 {
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px;
	padding: 10px 10px 19px 20px;
}

#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 13px;
}

#sidebar1 select {
	margin: 5px 0px 2px 10px;
	font-size: 11px;
	width: 140px;
	overflow: hidden;
}

#sidebar2 {
	color: #262626;
	font-size: 18px;
}

#sidebar2 a {
	color: #000;
	text-decoration: none;
}

#sidebar2 a:hover {
	color: #262626;
	text-decoration: none;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar2 ul li {
	list-style-type: none;
}

#sidebar2 h3{
	margin: 0 0 10px;
}

.follow-us{
	background-color: #fff;
	padding: 20px;
	margin-left: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
}

.follow-us a{
	color: #3a4a89 !important;
}

.follow-us .rss-icon{
	margin-bottom: 10px;
}

.follow-us .twitter-icon{
	margin-right: 18px;
}

.iDevBlogADay{
	text-align: left;
}

.iDevBlogADay dd{
	margin-left: 8px;
}

.iDevBlogADay ul li{
	margin: 0 0 3px 0 !important;
	padding: 0 0 3px 0 !important;
	border-bottom: 1px dotted #3a4a89;
}

.these-games{
	background-color: #fff;
	padding: 5px;
	margin: 10px 0 0 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
}

.these-games img{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 3px 0;
}

.these-games a{
	color: #3a4a89 !important;
	font-weight: normal;
	font-style: normal;
}

#mc_embed_signup fieldset{
	margin: 10px 0 0 0;
	border: none;
	font-size: 11px;
}

#mc_embed_signup fieldset input{
	width: 120px;
}

#sidebar2 h4 {
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 5px 10px 0px;
	padding: 0px 10px 10px 15px;
}

#sidebar2 ul ul li {
	min-height: 0;
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 15px;
}

#sidebar2 select {
	margin: 5px 0px 2px 10px;
	font-size: 11px;
	width: 140px;
	overflow: hidden;
}

#sidebar2 ul.latestposts{
	margin: 0 0 0 10px;
	padding: 0;
	text-align: left;
	font-size: 12px;
}

#sidebar2 ul.latestposts li{
	margin-bottom: 8px;
}

#sidebar2 div.latestposts{
	margin-top: 20px;
}

#sidebar2 div.latestposts a{
	color: #094a89;
}

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

.formspring{
	display: block;
	margin-top: 20px;
}

/* @end */

/* @group Contact Form */

ol.cf-ol{
	padding: 10px 0 0 10px;
	font-size: 12px;
}

ol.cf-ol li{
	margin-bottom: 10px;
	text-align: left;
}

fieldset.cf_hidden, ol.cf-ol label, span.reqtext, span.emailreqtext{
	display: none;
}

ol.cf-ol input.single, ol.cf-ol textarea.area{
	width: 180px;
}

/* @end */



/* @group Search */

.search input{
	padding: 5px;
	margin: 0 0 10px 0;
	background-color: #02acf3;
	color: white;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid white;
}

input:focus{
	outline: none;
}

/* @end */

/* @group Content */

div.sharethis{
	float: right;
	margin-left: 10px;
	font-size: 12px;
	background-color: #e3e3e3;
	padding: 2px;
	border: 1px dotted #b8b8b8;
}

#content h2{
	font-size: 24px;
	margin: 0 0 30px 0;
}

.archivetitle {
	color: #646464;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 5px 0px;
}

.post {
	position: relative;
	background-color: #fff;
	margin: 0 0px 30px 0px;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.sticky {
	background: url('images/bg_post_title_sticky.gif') no-repeat top left;
}

.page {
	background-color: #fff;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

}

.post_title {
	float: right;
	position: absolute;
	width: 510px;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

.page_title {
	display: none;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
}

.post_title a,.post_title a:hover,.page_title a,.page_title a:hover {
	text-decoration: none;
	color: #094a89;
}

.post_date {
	position: relative;
	font-size: 10px;
	width: 90px;
	height: 65px;
	line-height: 18px;
	margin: 0 0 0 0;
	right: 100px;
}

.post_date_d {
	font-size: 22px;
	font-family: Arial, Verdana;
	font-weight: bold;
	text-align: center;
	color: #094a89;
	padding: 8px 0 0 0;
	margin: 0 0 0 -5px;
}

.post_date_m {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding: 0 0 0 0;
	margin: 0 0 0 -5px;
}

.post_author {
	font-size: 10px;
	font-weight: bold;
}

.post_author a {
	color: #646464;
}

.entry {
	/*overflow: hidden;*/
	line-height: 1.6em;
	text-align: justify;
	padding: 0px;
	margin: 0;
}

.info {
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	border: 0px red solid;
}

.category {
	font-size: 10px;
	margin: 0px;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/icon_tags.gif') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 20px;
}



.sorry {
	font-size: 12px;
	font-style: italic;
	margin: 8px 0px 0px 10px;
	padding: 3px 0px 3px 0px;
}

/* @end */

/* @group Comment */

#postmetadata {
	font-size: 11px;
	margin: 0px 0px 20px 75px;
	padding: 5px 15px 5px 15px;
	color: #fff;
	width: 370px;
	background: #094a89;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#postmetadata a {
	color: #f07e00;
}

.nocomments {
	background: none;
}

#comments {
	color: #fa2828;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 5px;
	padding: 0px;
}

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

.comment,.trackback,.pingback {
	clear: both;
	margin: 10px 0px 0px 0;
	padding: 0px 0px 0px 0px;
}

.comment .children {
	list-style: none;
	padding: 0px 0 0 0;
	margin: 0px 0 0px 15px;
}

.comment div, .trackback div, .pingback div {
	height: 100%;
	background: #fff;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.trackback div, .pingback div {
	border: 1px #3F4544 dashed;
}

.comment div div,.trackback div div, .pingback div div {
	background: none;
	padding: 0;
	border: 0px;
}

.comment .says, .trackback .says, .pingback .says {
	display: none;
}

.comment .avatar {
	position: relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a {
	margin-left: 0px;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

.byuser .fn a {
	font-weight: normal;
	text-decoration: underline;
}

.bypostauthor .fn a {
	font-weight: bold;
	text-decoration: underline;
}

.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta {
	margin: 0 0 10px 0px;
	padding: 6px 0 6px 0;
	font-size: 10px;
}

.trackback .comment-meta {
	padding: 3px 0 3px 0;
}

.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {
	color: #000000;
	text-decoration: none;
}

.comment .reply {
	margin: 5px 0 0px 0;
	padding: 2px;
	font-size: 10px;
	text-align: right;
}

.comment .reply a {
	color: #000000;
	text-decoration: none;
}

.trackback .reply, .pingback .reply {
	display: none;
}

/**comment paging WP2.7**/

.commentnavi {
	padding-right: 20px;
}

.commentpages {
	float: right;
	padding: 5px 10px;
}

.page-numbers {
	padding-left: 5px;
}

.current {
	font-weight: bold;
}

/*** comment form ***/

#respond {
	clear: both;
	padding: 5px 15px 5px 5px;
	margin: 15px 0px 0px 20px;
	font-size: 11px;
}

.cancel-comment-reply {
	
}

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

#email, #author, #url {
	color: #000000;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #201B17;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#comment {
	width: 98%;
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px solid #201B17;
	padding: 2px 2px 2px 2px;
}

#submit {
	cursor: pointer;
	height: 20px;
	color: #ffffff;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	background: #094a89;
	font-family: Arial, Helvetica, Sans-Serif;
	border: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* @end */

/* @group Widget */

#wp-calendar td {
	font-size: 11px;
	color: #cccccc;
}

#wp-calendar td a {
	color: #fffffe;
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar {
	width: 160px;
	margin: 0 0 0 5px;
	text-align: center;
	font-size: 11px;
	color: #cccccc;
}

.wp-caption {
	text-align: center;
	color: #2e2e2e;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #2e2e2e;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom: 10px;
}

.textwidget {
	margin: 2px 5px 0 5px;
}

#akismetwrap {
	margin: 2px 0 2px 10px;
}

.rsswidget img {
	display: none;
}

#sidebar h1 a.rsswidget {
	margin-left: 0px;
	overflow: hidden;
	text-decoration: none;
}

.wp-smiley {
	vertical-align: middle;
	border: 0px;
	padding: 0px;
}

/* @end */

/* @group Contest */

ul.prizes{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.prizes li{
	margin: 10px 0;
	padding: 1px 20px;
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #1b3878;
	color: #fff;
}

ul.prizes h3{
	color: #fff;
}

ul.prizes a{
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

div.bgg-link{
	clear: both;
	display: block;
	text-align: center;
	width: 470px;
	margin-bottom: 10px;
	padding: 4px;
	background-color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #000;
}

div.bgg-link a{
	color: #094a89;
}

/* @end */

/* @group Fundraiser */

div.fundraiser-form p{
	margin: 10px 0 0 0;
}

.fund-total-box {
	color: #fff;
	background-color: #094a89;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	padding: 10px;
	text-align: center;
}
div.fund-total-box p{
	margin: 0;
}

div.fundraiser-form p.fund-total{
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}


div.fundraiser-form{
	float: right;
	padding: 10px;
	border: 1px solid #02acf3;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left: 20px;
}

/* @end */