/*
Theme Name: Wreckless
Theme URI: http://www.wrecklessgirl.com/
Description: A custom Wordpress theme by Wreckless Photography & Design
Author: Wreckless Photography & Design
Author URI: http://www.wrecklessgirl.com/
*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight:normal;
vertical-align: baseline;
background: transparent;
}

input[type="search"]::-webkit-search-decoration {
display:none;
}
input[type="search"] {
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block}

/* Responsive images and other embedded objects
Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers.
There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img, object, embed {max-width: 100%}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll}

/* we use a lot of ULs that aren't bulleted.
don't forget to restore the bullets within content. */
ul {list-style: none}

blockquote, q {quotes: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent}

del {text-decoration: line-through}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0}
th {font-weight: bold; vertical-align: bottom}
td {font-weight: normal; vertical-align: top}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0}


pre {
white-space: pre; /* CSS2 */
white-space: pre-wrap; /* CSS 2.1 */
white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
word-wrap: break-word; /* IE */
}


input[type="radio"] {vertical-align: text-bottom}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline}
.ie6 input {vertical-align: text-bottom}

table {font-size: inherit; font: 100%}

/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

small {font-size: 85%}

strong, th {font-weight: bold}

td, td img {vertical-align: top}

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative}
sup {top: -0.5em}
sub {bottom: -0.25em}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif}

/* hand cursor on clickable elements */
.clickable, label, input[type=button], input[type=submit], button {cursor: pointer}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0}

/* make buttons play nice in IE */
button {width: auto; overflow: visible}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true))}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

body {
	background-color: #f2f1ed;
	background: url(/images/bg.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/* using local fonts? make sure to read up on Paul Irish's
Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */


a {
	text-decoration:none;
	color: #717066;
}

a:hover {}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fff; color: #000; text-shadow: none}
::selection {background: #fff; color: #000; text-shadow: none}

/*j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700}

ins {background-color: #fcd700; color: #000; text-decoration: none}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold}


/* Main elements
-------------------------------------------------------------------------------*/

#page-wrap {
	background-color: #f2f1ed;
	margin:0 auto;
	width: 1150px;
}

#header{
	background-color: #f2f1ed;
}

#header h1,#header h2{display:none}

#container{
	float: left;
	width: 1040px;
	background-color: #f2f1ed;
	background: url(/images/containerbg.png) repeat-y 0;
	text-align: justify;
	margin: -29px auto 0;
	padding-bottom: 46px;
}

#content{
	background-color: #f2f1ed;
	float: right;
	width: 760px;
	margin-right: 40px;
}

#footer{
	width: 1040px;
	background-color: #f2f1ed;
	background: url(/images/footerbg.png) no-repeat center top;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 100px;
	color: #999999;
	text-align: center;
	padding-top: 45px;
	font-style: italic;
	margin-top: -18px;
}

/* Sidebars
-------------------------------------------------------------------------------*/

#sidebar-left{
	float: left;
	background-color: #f2f1ed;
	width: 185px;
	margin-top: 49px;
	margin-left: 25px;
}

h3.widget-title {
	background: url(/images/widgettitlebg.png) no-repeat center center;	
	font: 23px OstrichSansCondensedLight, helvetica, sans-serif;
	color: #767672;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
}

#instagram_widget_title {
		background: url(/images/widgettitlebg.png) no-repeat center center;	
	font: 23px OstrichSansCondensedLight, helvetica, sans-serif;
	color: #767672;
	letter-spacing: 3px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 5px;
}

#sidebar-left ul {
	margin-bottom: 100px;
	font-style: italic;
	font-size: 13px;
}

#linkcat-8 ul.xoxo.blogroll li  {
	margin-bottom: 45px;
	text-align: center;
}

p.email {
	background: url(/images/mail.png) no-repeat center top;	
	margin: 35px 45px 40px 40px;	
	text-align: center;
	letter-spacing: 1px;
	padding-top: 45px;
}

p.email a{
	border-top: 1px dashed #b9bab5;
	padding-top: 4px;
}

p.twitter {
	background: url(/images/twitter.png) no-repeat center top;	
	margin: 35px 45px 40px 40px;		
	text-align: center;
	letter-spacing: 1px;
	padding-top: 56px;
}

p.twitter a{
	border-top: 1px dashed #b9bab5;
	padding-top: 4px;	
}

p.rss {
	background: url(/images/rss.png) no-repeat center top;	
	margin: 35px 45px 40px 40px;	
	text-align: center;
	letter-spacing: 1px;
	padding-top: 50px;
}

p.rss a{
	border-top: 1px dashed #b9bab5;
	padding-top: 4px;	
}

p.facebook {
	background: url(/images/facebook.png) no-repeat center top;	
	margin: 35px 45px 40px 40px;	
	text-align: center;
	letter-spacing: 1px;
	padding-top: 50px;
}

p.facebook a{
	border-top: 1px dashed #b9bab5;
	padding-top: 4px;
}

p.sponsors img{
	margin-bottom: 15px;
	max-width: 185px;
	border-top: 1px dashed #c0c2c2;
	padding-top: 10px;
}

p.sponsors {
	text-align: center;
	color: #777;
	line-height: 32px;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

#sidebar-right{
	display: none;	
}

#sidebar-above-container{
	padding-bottom: 26px;
}

#sidebar-above-content{
}

#sidebar-above-content .textwidget{
	font: 13px/22px medio, georgia, serif;
	color: #484848;
	margin-top: 15px;
	margin-bottom: 100px;
}

#sidebar-above-content .widget-title {
	background: transparent;
	font-family: OstrichSansMedium, helvetica, sans-serif;
	margin-top: 15px;
}

#sidebar-below-content{
}

#sidebar-below-container{}



/* Entry styling
-------------------------------------------------------------------------------*/

.hentry{
	margin-top: 20px;
}

.entry img {
	max-width: 760px;
	height: auto;
}	

.page-title{}

.entry-title{
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
	color: #717066;
	font-family: medio, georgia, serif;
	letter-spacing: 2px;
}

.postdate {
	text-align: right;
	border-top: 1px dashed #b9bab5;
	color: #717066;
	padding-top: 5px;
	text-transform: lowercase;
	font: 13px georgia, serif;
	letter-spacing: 2px;
}

.entry-title a{
	color: #717066;
}

.entry-title a:hover{}

p.categories {
	font-style: italic;
	text-align: left;
	margin-top: -17px;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 13px;
}

.meta{}

.entry {
	font: 13px/22px medio, georgia, serif;
	color: #484848;
	margin-top: 15px;
}

.entry a {}

.entry a:hover {}

.entry p{
	margin-bottom: 10px;
	padding-top: 10px;
}

.customfontone {
	color: #cf4044;
	letter-spacing: 1px;
	font: bold 13px/21px georgia, sans-serif;
}

.postmetadata {
	color: #e992ab;
	text-transform: uppercase;
	font: 21px OstrichSansMedium;
	margin-bottom: 75px;
	letter-spacing: 2px;
}

.postmetadata a{
	color: #e992ab;
}

#nav-below{width:100%}

.navigation{
	text-transform: lowercase;
	font: italic 16px georgia, sans-serif;
	margin-top: 111px;
}


.nav-next {float:left}
.nav-previous{float:right}


/* Search
-------------------------------------------------------------------------------*/

#searchform {
	text-align: right;
	font-family: MedioRegular, georgia, serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}
	
#s {
	text-align: left;
	background: url(/images/searchbg.png) no-repeat;
	width: 200px;
	height: 35px;
	border: 0;
	font: 14px georgia, serif;
	color: #cf4044;
	padding-left: 5px;
	margin-right: -10px;
}

label.screen-reader-text {
	display: none;
}

#searchsubmit {
	border: 0;
	font: italic 13px georgia, sans-serif;
	vertical-align: middle;
	background-color: transparent;
	color: #cf302f;
	letter-spacing: 1px;
	text-transform: lowercase;
}

/* Comment styling
-------------------------------------------------------------------------------*/

h2#comments{
	font: 30px OstrichSansMedium, helvetica, sans-serif;
	color: #555;
	letter-spacing: 2px;
}

#respond h2 {
	font: 30px OstrichSansMedium, helvetica, sans-serif;
	color: #555;	margin-bottom: 15px;
	letter-spacing: 2px;
}

#commentform div {
	margin-bottom: 10px;
}

#commentform {
	color: #555;
	font-style: italic;
}

#commentform input#submit {
	background-color: transparent;
	border: 1px solid #b7b9b9;
	color: #666;
	font: italic 14px georgia, sans-serif;
}

#commentform input {
	background: transparent;
	border: 1px solid #b7b9b9;
}

#commentform textarea {
	background: transparent;
	border: 1px solid #b7b9b9;
}

.says{
	display:none;
}

.comment {
	color: #666;
}

.comment-body{
	padding: 10px 0;
}

.comment-meta{
	display:none;
}

ol.commentlist {
	list-style: none;
	padding-top: 10px;
	margin-bottom: 50px;
}

ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {
	border-top:1px solid #e6e6e6;
}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {
	color: #d94544;
	font: normal 20px OstrichSansMedium, helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
	color: #d94544;
}
ol.commentlist li.comment div.vcard img.avatar {
	float:right;
}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {
	font-size: 12px;
}
ol.commentlist li.comment div.comment-meta a {}
ol.commentlist li.comment p {
	font-size: 14px;}
ol.commentlist li.comment ul {
	font-size: 14px;
}
ol.commentlist li.comment div.reply {
	font-size: 12px;
}
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {
	list-style: none;
}
ol.commentlist li.comment ul.children li {
	padding-left:40px;
	border: 0;
}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}



/* Menu bar styles!
-------------------------------------------------------------------------------*/

.menu-main-navigation-container {
	letter-spacing: 5px;
	text-align: right;
	font: 23px OstrichSansCondensedLight;
	margin-right: 35px;
	margin-top: 47px;
	word-spacing: 87px;
}

.menu-main-navigation-container li{
	display: inline;
}

.menu-main-navigation-container li a{
	color: #717066;
}

.menu-main-navigation-container li a:hover{
	color: #d28d9e;
}


/* Fonts!!
-------------------------------------------------------------------------------*/

@font-face {
    font-family: 'OstrichSansCondensedLight';
    src: url('/fonts/ostrich-light-webfont.eot');
    src: url('/fonts/ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ostrich-light-webfont.woff') format('woff'),
         url('/fonts/ostrich-light-webfont.ttf') format('truetype'),
         url('/fonts/ostrich-light-webfont.svg#OstrichSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('/fonts/ostrich-regular-webfont.eot');
    src: url('/fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ostrich-regular-webfont.woff') format('woff'),
         url('/fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('/fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBold';
    src: url('/fonts/ostrich-bold-webfont.eot');
    src: url('/fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ostrich-bold-webfont.woff') format('woff'),
         url('/fonts/ostrich-bold-webfont.ttf') format('truetype'),
         url('/fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBlack';
    src: url('/fonts/ostrich-black-webfont.eot');
    src: url('/fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ostrich-black-webfont.woff') format('woff'),
         url('/fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('/fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('/fonts/ostrich-rounded-webfont.eot');
    src: url('/fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('/fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('/fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansDashedMedium';
    src: url('/fonts/ostrich-dashed-webfont.eot');
    src: url('/fonts/ostrich-dashed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ostrich-dashed-webfont.woff') format('woff'),
         url('/fonts/ostrich-dashed-webfont.ttf') format('truetype'),
         url('/fonts/ostrich-dashed-webfont.svg#OstrichSansDashedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MedioRegular';
    src: url('/fonts/Medio-webfont.eot');
    src: url('/fonts/Medio-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Medio-webfont.woff') format('woff'),
         url('/fonts/Medio-webfont.ttf') format('truetype'),
         url('/fonts/Medio-webfont.svg#MedioRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}




/* Print styles!
-------------------------------------------------------------------------------*/
@media print {}

/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {}

@media all and (orientation: portrait) {}

@media all and (orientation: landscape) {}

input#submit {
	
}