/*
Theme Name: Miracles Await
Theme URI: http://www.miraclesawait.com/
Description: The Miracles Await Theme for Wordpress
Author: Zack Austin
Version: 3.0
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img { 
	border: none;
}
a {
	text-decoration:none
}
div:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Font Faces
-------------------------------------------------------------- */
@font-face {
	font-family:"Haettenschweiler";
	src: url("http://www.miraclesawait.com/css/hatten.eot");
	src: local("Haettenschweiler"),
	url("http://www.miraclesawait.com/css/hatten.svg#hatten") format('svg'), 
	url("http://www.miraclesawait.com/css/hatten.ttf") format('truetype');
}

/* =Global Styles
---------------------------*/
* {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	-webkit-text-size-adjust: none;
}
body {
	font-size:16px;
	background-image:url('images/gradient.jpg');
	background-color:#000000;
	background-repeat:repeat;
	background-position:center center;
	background-attachment:fixed;
	margin: 0px; 
	padding: 0px;
	-webkit-text-size-adjust: none;
}
h1 {
	font-family:"Haettenschweiler";
	text-transform:uppercase;
	letter-spacing:.2em;
}
h2, h3, h4 {
	font-weight:bold;
	margin-top:0.63em;
}
p {
	line-height:1.2em;
	margin-bottom:0.31em;
}
p:last-child {
	margin-bottom:0;
}
a {
	font-weight:bold;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
blockquote {
	text-indent: 1.56em;
	background: url(images/quotes1.png);
	background-position: 0 0.13em;
	background-repeat: no-repeat;
	margin: 0 3em;
	margin-bottom:1.25em;
}
blockquote p {
	display: inline;
	margin: 0;
	padding-right: 1.5em;
	background: url(images/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
ul {
	list-style-type:square;
	line-height:1.2em;
	margin-left:3em;
}
ol {
	list-style-type:decimal;
	line-height:1.2em;
	margin-left:3em;
}

/* =Forms
---------------------------*/
input[type="submit"], input[type="reset"] {
	color:#000000;
	background-color:#CCCCCC;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	border:0;
	margin:0;
	padding:0.31em;
 	margin-top:0.31em;
	border-radius: 0.31em;
	-moz-border-radius: 0.31em;
	-webkit-border-radius: 0.31em;
}

input[type="text"], input[type="password"], textarea {
	margin:0;
	border:0;
	padding:0.31em;
	background-color:#6F6F6F;
	color:#ffffff;
	font-size:1em;
	border-radius: 0.31em;
	-moz-border-radius: 0.31em;
	-webkit-border-radius: 0.31em;
}
#column #searchform input#s {
	width:300px;
	height:14px;
}
#column #searchform input#searchsubmit {
	width:100px;
	height:24px;
}

/* =Header
---------------------------*/
.header #branding {
	margin:1.25em;
}
.header #branding h1 {
	font-size:4em;
	margin:0;
	float:right;
	width:100%;
	text-align:right;
}
.header #branding h2 {
	float:right;
	font-family:"Haettenschweiler";
	letter-spacing:.2em;
	margin:0;
	font-weight:normal;
	text-transform:lowercase;
	width:100%;
	text-align:right;
}
.header #branding h2 span {
	font-family:"Haettenschweiler";
	text-transform:capitalize;
	margin:0;
}
/* =Menu
---------------------------*/
#menu {
	background: rgb(111,111,111); 
	background: rgba(111,111,111,.6);
	margin: 0 auto;
	width: 100%;
	display:block;
	font-weight:bold;
	float:left;
	font-size: 1em;
}
#menu ul {
	list-style: none;
	margin: 0;
}
#menu li {
	float:left;
	position: relative;
	list-style-type:none;
	margin:0;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 0.88em;
	line-height:2em;
}
#menu ul ul {
	display:none;
	position:absolute;
	top:2em;
	left:0;
	float:left;
	z-index:99999;
	list-style-type:none;
	margin:0;
}
#menu ul ul li {
	min-width: 180px;
	list-style-type:none;
	margin:0;	
}
#menu ul ul ul {
	left:100%;
	top:0;
	list-style-type:none;
	margin:0;
}
#menu ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#menu li:hover > a,
#menu ul ul :hover > a {
	color:#fff;
	background:#333;
	text-shadow: 0px 0px 10px #fff;
}
#menu ul li:hover > ul {
	display:block;
}
#menu ul li.current_page_item > a,
#menu ul li.current-menu-ancestor > a,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-parent > a {
	color: #fff;
}

* html .header #menu ul li.current_page_item a,
* html .header #menu ul li.current-menu-ancestor a,
* html .header #menu ul li.current-menu-item a,
* html .header #menu ul li.current-menu-parent a,
* html .header #menu ul li a:hover {
	color:#fff
}
.current-menu-item {
	text-shadow: 0px 0px 10px #000;
}

/* =Banner
---------------------------*/
#banner {
float:left;
width:100%;
}
#banner p {
float:left;
font-size:1.5em;
text-align:center;
margin:1% 2.5%;
width:95%;
}

/* =Content
---------------------------*/
#wrap {
	width:800px;
	background-image:url('images/header.png');
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	margin:0 auto;
}
#content {
	float:left;
	width:760px;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
}
#column {
	width:580px;
	float:left;
}

/* =Images
---------------------------*/
img, .aligncenter {
	text-align:center;
	display:block;
	max-width:590px;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float:left;
}
img.alignleft {
	padding-right:10px;
}
.alignright {
	float:right;
}
img.alignright {
	padding-left:10px;
}
#content img {
	max-width:760px;
	height:auto;
}
#column img {
	max-width:580px;
	height:auto;
}
img.size-full {
	width:580px;
	height:auto;
}
img.size-large {
	max-width:580px;
	max-height:580px;
}
img.size-medium {
	max-width:300px;
	max-height:300px;
}

/* =Navigation
---------------------------*/
.navigation {
	float: left;
	width:100%; 
	margin-top:10px;
	margin-bottom:10px;
}
.nav-prev {
	float:left;
}
.nav-next {
	float:right;
}
/* =Comments
---------------------------*/
#comments {
	float:left;
	width:auto;
	margin-top:10px;
}
body.single-album #comments, body.single-attachment #comments {
	margin-left:90px;
}
#comments-list ol{
	margin:0;
}
#comments-list ol li {
	list-style-type:none;
	margin-top:10px;
}

.comment {
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.even {
	background-color:rgb(111,111,111);
}
.odd {
	background-color:#333;
}
.comment-header {
	background-color:#333333;
	padding:5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:560px;
}
.odd .comment-header {
	background-color:rgb(111,111,111);
}
.comment-avatar {
	float:left;
	width:50px !important;
}
.comment-avatar img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.comment-info, .comment-name, .comment-links {
	width:505px;
	padding-left:5px;
	clear:right;
	float:left;
}
.comment-info, .comment-links, .comment-name span.says {
	font-size:0.8em;
	line-height:1.2em;
}
.comment-content {
	margin:5px;
}
.formcontainer {
	width:100%;
}
.form-section {
	margin-top:5px;
}
#commentform {
	width:580px;
}
#commentform .form-label {
	width:20%;
	float:left;
}
#commentform .form-input {
	width:80%;
	float:right;
}
#commentform .form-input input {
	width:454px;
}
#commentform input#submit {
	width:580px;
	height:24px;
}
#commentform textarea {
	width:570px;
}
/* =Sidebar
---------------------------*/
#sidebar {
	width:150px;
	height:100%;
	float:right;
	margin-left:20px;
}
#sidebar h3 {
	font-weight:bold;
	border-bottom:1px rgb(111,111,111) solid;
	margin-bottom: 5px;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
}
#searchform input#s {
	width:140px;
	height:14px;
}
#searchform input#searchsubmit {
	width:150px;
	height:24px;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	text-align: centre;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar tbody td {
	font-size:.8em;
	padding: 3px 0 2px;
	background: #333;
	border:1px solid #000;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
ul.sidebar-widgets li.widget-container {
	margin-bottom:20px;
}
#sidebar .login {
	padding:0;
}
#sidebar .login input[type=text], #sidebar .login input[type=password] {
	width:142px;
}
#sidebar .login input[type=submit] {
	width:150px;
}

/* =Footer
---------------------------*/
#footer {
	width:100%;
	float:left;
}
#footer p {
	text-align:center;
	margin:20px;
	width:100%;
}

/* =Post Page
---------------------------*/
.post {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:100%;	
}
.post:first-child {
	margin-top:0;
}
.post:last-child {
	margin-bottom:0;
}
.post .hgroup.top, .gallery .hgroup.top {
	border-bottom:1px rgb(111,111,111) solid;
	margin-bottom:10px;
}
.post .hgroup.bottom {
	border-top:1px rgb(111,111,111) solid;
	margin-top:10px;
}
.post .hgroup h2 {
	font-weight:bold;
	margin:0;
}
.post .hgroup span {
	font-size:1em;
}
.post .hgroup span span {
	font-size:1em;
}
.post .hgroup.top > span {
	margin-top:0px;
	margin-bottom:3px;
}
.post .hgroup.bottom > span {
	margin-top:3px;
	margin-bottom:0px;
}
.post .entry-content .gallery {
	margin-bottom:0px;
}
.post .entry-content object {
width:100%;

}
.wp-caption {
	border: none;
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
	color:#000000;
}

/* =Gallery Page
---------------------------*/
.album {
	background-color: #333333;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	float: left;
}
.album.list {
	width: 350px;
	margin: 5px;
	float:left;
}
.album.list p {
	font-size:.8em;
}
.album.list .hgroup.top, .album.search .hgroup.top {
	float:left;
	width:250px;
	border:0;
}
.album.list .entry-content, .album.search .entry-content {
	float:left;
	margin-bottom:10px;
	width:250px;
}
.album.list .entry-content span, .album.search .entry-content span {
	width:250px;
	float:left;
}
.album.list .entry-utility, .album.search .entry-utility {
	float:left;
	width:250px;
}
.gallery-thumb {
	float:right;
}
.gallery.list .gallery-thumb {
	width:100px;
}
.gallery-thumb img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.gallery-count {
	float:right;
	width:100px;
	text-align:center;
	margin-top:5px;
}

.album.search {
	width:100%;
	padding-bottom:10px;
}
.album.search .gallery-thumb {
	margin-left:10px;
}
.album.single {
	width:740px;
}
.album.single .hgroup.top h2 {
	margin-top:0;
}
.entry-content .gallery {
	text-align:center;
	padding:0;
	margin-left:-2px;
	margin-right:-2px;
	background:none;
	border-radius:0;
}
.attachment-thumbnail {
	width:120px;
	height:120px;
}
.gallery-thumb .attachment-thumbnail {
	width:100px;
	height:100px;
}
.gallery-item {
	float:left;
	width:120px;
	margin:2px;
}
.gallery-caption {
	display:none;
	visibility:hidden;
}

/* =Attachment Page
---------------------------*/
#image-exif {
	width:560px;
	margin-left:90px;
	border:1px white dotted;
	padding:10px;
	float:left;
}
#image-exif span {
	float:left;
	clear:both;
	margin-bottom:5px;
}
/* =Archive Page
---------------------------*/
h1.page-title {
	margin-bottom:20px;
}
.archive-list {
	margin-bottom:5px;
}
.archive-list .post-date {
	color:#bbb;
}
h1.page-title span {
	letter-spacing:0;
	text-transform:none;
}
/* =Home Page
---------------------------*/
.hometylergraphic {
	width:250px;
	height:332px;
	float:right;
	margin-top:50px;
}

.homelargeimage {
	width:480px;
	height:360px;
	float:left;
	overflow:hidden;
}

.homelargeimage img {
	width:480px;
	height:360px;
}

.homedescription {
	width:270px;
	float:right;
}
.homedescription h3 {
	margin-top:0;
}
.homeblog {
	float:left;
	width:760px;
	overflow:hidden;
}
.homeblog div {
	width:370px;
	float:left;
	margin-right:10px;
	margin-bottom:0;
}
.homeblog .readmore {
	float:right;
	width:100%;
	text-align:right;
}
.homeblog .readmore h2 {
	margin-top:0;
}
.homeblog p {
	margin-top:5px;
}
.homeblog h2, .hometwit h2 {
	font-family:"Haettenschweiler", Impact;
	font-size:2.5em;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.homeblog .post h2, .homeblog .readmore h2 {
	font-family:Arial;
	text-transform:none;
	font-size:1.2em;
	margin-top:10px;
	letter-spacing:0;
}

.hometwit {
	width:500px;
	float:left;
}

.hometwit img {
	width:69px;
	height:81px;
	float:left;
	margin-right:5px;
}

.twitterstatus {
	font-size:16pt;
	float:right;
	width:425px;
}

.twittertime {
	float:right;
	clear:both;
	color:#777;
	font-size:12px;
}
.twittertime span {
	color:#777;
}

.homealbum {
	float:left;
	width:770px;
	overflow:hidden;
}

.homealbum img {
	padding-top:8px;
	padding-right:8px;
	float:left;
}

.homefacebook {
	float:left;
	padding-top:20px;
	width:500px;
}

/* =Contact Page
---------------------------*/
.wpcf7 {
	width:450px;
	float:left;
}
.wpcf7 p {
width:300px;
margin-left:75px;
text-align:center;
}
.wpcf7 .form-label {
	width:20%;
	float:left;
}
.wpcf7 .form-label-captcha {
	width:40%;
	float:left;
}
.wpcf7 .form-input {
	width:80%;
	float:right;
}
.wpcf7 .form-input-captcha {
	width:60%;
	float:right;
}
.wpcf7 .form-input input, .wpcf7 .form-input-captcha input {
	width:100%;
}
.wpcf7 .submit-buttons input[type=submit] {
	width:225px;
	height:24px;
}
.wpcf7 .submit-buttons input[type=reset] {
	width:220px;
	height:24px;
	margin-right:5px;
}
.wpcf7 textarea {
	width:450px;
}
/* =Bio Page
---------------------------*/
.bio h2 {
margin-top:0;
}
.biofacts dt {
float:left;
clear:left;
width:90px;
font-weight:bold;
margin:0;
line-height:1.2em;
}
.biofacts dd {
margin:0;
line-height:1.2em;
margin-left:93px;
}
.biofacts h3 {
	border-bottom:1px rgb(111,111,111) solid;
	margin-top:10px;
	margin-bottom:5px;
}
.biofacts p {
margin-bottom:0;
}
.biofacts .taggedalbum img {
width:50px;
height:50px;
float:left;
margin-right:10px;
}
.biofacts .taggedalbum {
margin-bottom:10px;
}
.biofacts .taggedalbum:last-child {
margin-bottom:0;
}
#tml-page {
	width:300px;
	float:right;
}
#tml-page input[type=text], #tml-page input[type=password] {
	width:292px;
}
#tml-page input[type=submit] {
	width:300px;
}
#tml-page ul {
	margin:0;
	margin-top:20px;
	list-style-type:none;
}
#tml-page ul li {
	margin:0;
	list-style-type:none;
}
div.facebooklike {
margin-top:5px;
}
.FBConnectButton_Text {
font-size:10px;!important
}
