/*
Theme Name: A Match Made in Halo
Theme URI: http://amatchmadeinhalo.com/
Description: This theme was coded for A Match Made in Halo by Jeffrey Pia.
Author: Jeffrey Pia
Author URI: http://jeffreypia.com/
 
*/
/* Universal Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
/*background-image: transparent;*/ /* edit! has been removed again */
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
color: white;
background: black;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
} 
/* End Universal Reset */

body {
	background: #000 url('images/AMMIH_webBg.jpg') repeat-y fixed center;
}
html, body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 0.90em;
	color: #b6b6b6;
	line-height: 1.3em;
	height: 100%;
}
h1 {
	font-size: 2.5em; /* 40px/16=2.5em */
	line-height: 300%;
} 
h2 {
	font-size: 1.25em; /* 20px/16=1.25em */
	font-family: Geneva, Arial, Sans-Serif;
	line-height: 150%;
} 
h3, h4 {
	font-size: 1.125em; /* 18px/16=1.125em */
	font-family: Geneva, Arial, Sans-Serif;
	line-height: 230%;
}
h4 {
	margin-bottom: 5px;
}
strong {
	font-weight: bold;
} 
em {
	font-style: italic;
}
p {
	margin-bottom: 10px;
}
img.l_img_float {
	float: left;
	margin-right: 15px;
}
img.r_img_float {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	text-align: center;
}
img.full {
	width: 100%;
	height: auto;
}

.page-title {
	margin-bottom: 20px;
}
div#wrapper {
	width: 960px;
/* 	border-style: solid;
	border-width: 5px;
	border-color: #02253B; */
	margin: 0 auto;
}

div#header {
	width: 960px;
	height: 216px;
	border-bottom: 1px solid #000;
	background: #000;
}
img#AMMIH_Header {
	border: 0;
}
div#access {
    height: 43px;
	width: 960px;
	overflow: hidden;
	background: #000 url('images/AMMIH_menu_bg.jpg');
}
div#menu  {
	float: left;
	line-height: 43px;
}
div#menu ul {
    margin: 0;
}
div#menu li {
    display: inline;
    font-size: 1.3em;
    padding-left: 15px;
}
div#menu a:link, div#menu a:visited, div#menu a:active {
    text-decoration: none;
	color: #ffffff;
}
#topSearch {
	float: right;
	margin-top: 11px;
	margin-right: 10px;
}
#txtSearch {
	width: 161px;
	padding-left: 5px;
	margin-right: 5px;
	background-color: #0a131a;
	color: #fff;
	border: 1px solid #53adcb;
}
#btnSearch {
	float: right;
	padding-top: 0px;
	width: 17px;
}
input.button {
	display: block;
	text-decoration: none;
    cursor: pointer; /* hand-shaped cursor */
	text-indent: -1000em;
	border: 0;
	margin-top: 10px;
}
#btnPost {
	float: right;
	background: url('images/AMMIH_postBtn.gif') top left no-repeat;
	height: 20px;
	width: 86px;
}
#btnPost:hover {
	background: url('images/AMMIH_postBtn.gif') 0px -20px no-repeat;
}
#btnSubmit  {
	float: right;
	background: url('images/AMMIH_submitBtn.gif') top left no-repeat;
	height: 20px;
	width: 63px;
}
#btnSubmit:hover {
	background: url('images/AMMIH_submitBtn.gif') 0px -20px no-repeat;
}

div#container {
	width: 920px;
	padding: 0 20px;
}

div#content {
	float: left;
	width: 490px; 
	margin: 20px 20px 20px 0;
}
div#container a {
	color: #56adcb;
	text-decoration:none; 
	font-weight: normal;
}
div#container a:visited {
	color: #56adcb;
	font-weight: normal;
}
div#container a:hover {
    color: #fff; 
	text-decoration:underline;
}
div.entry-content  {
	margin: 15px 0;
}
.entry-content table {
	margin: 10px 0;
}
.entry-content img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry-content a img {
	border: 1px solid #53adcb;
}
.entry-content a img.noborder {
	border: 0 none;
}

.entry-content ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}
.entry-content ul ul {
	list-style-type: circle;
}
.entry-content dl {
}
.entry-content dt {
	margin-top: 10px;
}
.entry-content dd {
}
.entry-content dd + dd {
	color: #77bb44
}
#sponsor_ads a img {
	border: 0;
}
div.post {
	padding-bottom: 20px;
}
div.retweet {
	float: left;
	margin-right: 10px;
	width: 55px;
	height: 62px;
	padding: 0;
}
div.entry-meta {
	clear: both;
	font-size: .85em;
}
span.comments-link img {
	float: left;
	padding: 2px 5px 0 0;
}
.comment-meta img {
	float: left;
	margin-right: 10px;
}
.archive-meta {
	padding-bottom: 20px;
}
.comment-datestamp {
}
#comments-list li, #comments-list h3 {
	padding-bottom: 20px;
}
#comments-list li p {
	padding-left: 42px;
}
.comments .ammih_hr {
	margin-top: 20px;
}
#trackbacks-list ol {
	margin-top: 10px;
	margin-bottom: 20px;
}
div.unsc_hr {
	background: #000 url('images/AMMIH_postFooter.jpg') no-repeat;
	height: 37px;
	width: 490px;
	padding-bottom: 20px;
}
div.ammih_hr {
	background: #000 url('images/AMMIH_commentFooter.jpg') no-repeat;
	height: 9px;
	width: 490px;
	padding-bottom: 20px
}
div.sidebar {
	padding: 20px 0 20px 20px;
	overflow: hidden;
	width: 175px;
}

div#primary {
	float: left;
    margin-right: 20px;
}

div#secondary {
	float: right
}

/* General Styles */
h2.entry-title {
	color: #fff;
}
.entry-content h3 {
	color: #53adcb;
}
.entry-content h4 {
	color: #fff;
}

#respond h3 {
	font-size: 1.375em; /* 22px/16=1.375em */
}
#commentform .form-label, .wpcf7  p {
	font-size: .875em; /* 14px/16=.875em */
}
#commentform .form-label {
	margin-top: 15px;
}
#commentform .form-input input, #comment, .txtContact, #contactCapR {
	margin-top: 10px;
	background-color: #111212;
	color: #fff;
	border: 1px solid #373838;
}
#comment {
	width: 468px;
	padding: 5px 10px;
	overflow: hidden;
}
#commentform .form-input input, .txtContact {
	padding: 0 10px;
	height: 1.5em;
}
#contactCapR {
	text-align: center;
	height: 1.5em;
}
div#comments {
	margin-top: 0px;
	clear: both;
}
#nav-below{
	padding-bottom: 50px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}

div#footer {
	clear: left;
	background: #01253B url('images/AMMIH_footer.jpg');
	width: 920px;
	height: 75px;
	padding: 75px 20px 0 20px;
	line-height: 120%;
	font-size: 0.80em;
	text-align: justify;
}

.widgettitle {
	color: #fff;
	font-size: 1.375em; /* 22px/16=1.375em */
	line-height: 150%;
	margin-bottom: 5px;
}
.widget {
	padding-bottom: 20px;
	font-size: .9em;	
}
select {
	width: 175px;
}

.widget_tag_cloud {
	line-height: 22px;	
}
#iPhoneWallpapers img {
	margin-left: 5px;
	margin-right: 5px;
}

div.custom-date {
	background: #000 url('images/AMMIH_calendarIcon.gif') no-repeat;
	font-family: Helvetica, Arial, Sans-Serif;
	color: #b6b6b6;
	float: left;
	margin-right: 10px;
	width: 48px;
	height: 33px;
	text-align: center;
	line-height: 1.1em;
	font-size: .85em;
	padding-top: 10px;
	padding-left: 2px;
}
a.more-link{
	display: block;
	width: 86px;
	height: 20px;
	float: right;
	margin: 10px 0 20px 0;
	background: url(images/read-more.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
a.more-link:hover{
	background-position: left bottom;
}

/* Flickr Photo Plugin - Moved here from Plugin to properly validate page (<style> not allowed in <li> elements) */
.ffg_link_css {
    margin:0px;
    padding:0px;
    border:0px;
    text-decoration:none;
}
.ffg_img_css {
    margin:0px 4px 5px 4px;
    padding:0px;
    border:2px solid #5aaacd;
    max-width:none;
}

/* Facebook Plugin */
#fbfanbox {
	float: left; 
	padding: 20px 0 0 10px;
	height: 285px;
	overflow: hidden;
}
#fbLike {
	padding: 0 0 0 35px;
}
.fb_iframe_widget iframe {
	height: 285px !important;
}
.fan_box .full_widget, .fan_box .connections_grid .grid_item .name {
	background: none; border: none;	color: #B6B6B6;
}
.fan_box .full_widget .connect_top {
	background: none;
}
.fan_box .full_widget .connect_top a, .fan_box .full_widget .connect_top a:visited {
	color: #56ADCB;
}
.fan_box .full_widget .connect_top a:hover {
	color: #fff;
}
.fan_box .connections {
	border-top:1px solid #B6B6B6;
}

/* Donation Can */
.entry-content .donation-can_content-widget{

}
.entry-content .donation-can_content-widget .donation-can-widget{
	border-color: #373838;
	background: #111212;
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form{

}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form h3{

}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter{
	background: #111212;
	border-color: #373838;
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-meter{
	background: #111212;
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-meter .progress-container{

}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-meter .progress-container .progress-bar{
	background-color: #53adcb;
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-text{

}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-text .currency{
	color: #fff
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-text .raised{
	color: #fff
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-text .raised-label{
	color: #fff
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-text .goal{
	color: #fff
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .donation_meter .progress-text .goal-label{
	color: #fff
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .submit-donation{

}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .submit-donation input{
	width: 86px;
}
.entry-content .donation-can_content-widget .donation-can-widget .donation-form .anonymous-prompt{
	color: #fff;
}
.entry-content .donation-can_content-widget .donation-can-widget .backlink{
	color: #fff;
}

/* Affiliates Text Widget */
#text-5 .textwidget a{
	margin-bottom: 10px;
}
#text-5 .textwidget a,
#text-5 .textwidget a img{
	display: block;
}

/* Related Posts */
#content .related-posts .nr_panel{
	padding: 0;
	border: none !important;
	margin: 0 0 0 19px;
}
#content .related-posts .nr_panel:first-child{
	margin: 0;
}
#content .related-posts .nr_panel:hover{
	background: none;
	border: none !important;
}
#content .related-posts .nr_panel .nr_text{
	width: 106px;
	background-color: #000;
}
#content .related-posts .nr_panel .nr_text .nr_post_title{
	text-align: center;
}
#content .related-posts .nr_panel .nr_img_div{
	border: none;
}
#content .related-posts .nr_panel .nr_img_div img{
	padding: 4px !important;
	border-color: #53ADCB !important;
	outline: 0 !important;
	background: none;
}
#content .related-posts .nr_panel:hover .nr_img_div img{
	background-color: #fff;
	border-color: #53ADCB !important;
	outline: 0 !important;
}

/* Slickr Flickr */
#content .slickr-flickr-gallery img.hover{
	background-color: #fff;
}

/* Reading Challenge */
#gr_challenge_2{
	background: transparent;
	margin-bottom: 20px;
	border: none !important;
}
#gr_challenge_2 #gr_challenge_progress_body_2 a:hover{
	color: inherit;
	text-decoration: underline !important;
}
#gr_challenge_2 #gr_challenge_progress_body_2 div{
	font-size: 11px;
}
#gr_challenge_2 #gr_challenge_progress_body_2 h3 a{
	font-size: 1em !important;
}
#gr_challenge_2 #gr_challenge_progress_body_2 .challegePic img{
	border: 1px solid #fff  !important;
}

/* Nrelated Posts */
#container .nrelate *{
	border: none !important;
	background: none !important;
	padding: 0 !important;
	outline: none !important;
}
#container .nrelate a{
	width: 88px;
	margin-left: 10px;
}
#container .nrelate a:first-child{
	margin-left: 0;
}
#container .nrelate a:hover{
	background: none !important;
}
#container .nrelate a:hover *{
	background: none !important;
	border: none !important
}
#container .nrelate a .nr_img_div img{
	border: 4px solid #56adcb !important;
}
#container .nrelate a:hover .nr_img_div img{
	border: 4px solid #fff !important;
}
#container .nrelate a .nr_text{
	width: 88px;
	text-align: center;
	background: rgba(0,0,0,.80) !important;
}
#container .nrelate a .nr_text .nr_post_title{
	/* border: 1px solid green !important; */
}
