/*  
Theme Name: Maryanna Young
Description: Customized Theme
Author: SparkWeb Interactive
*/
@charset "UTF-8";

/* ----------  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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  MISC BLOG CONTENT SETTINGS  ------------ */
.alignleft { float: left; margin: 5px 10px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 10px; }
.aligncenter, div.aligncenter { margin: 10px auto; text-align: center; display: block; }
img.alignleft { float: left; margin: 5px 10px 5px 0; }
img.alignright { float: right; margin: 5px 0 5px 10px; }
img.aligncenter { margin: 10px auto; text-align: center; display: block; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px;padding: 0 4px 5px; margin: 0; color: #111; }
.highlight { color: #222222; font-weight: bold; }


/* ----------  STICKY FOOTER  ------------ */
html, body, #wrap { height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 75px;}
#footer {margin-top: -75px; height: 75px; clear:both; position: relative;} 


/* ----------  CLEARFIX  ------------ */
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







/* ----------  BASIC SETUP  ------------ */


body {
	background: #FFFFFF url(images/bg-main.gif) repeat-x;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	color: #5E5E5E;
	font-size: 15px;
	margin: 0;
}
p {
	line-height: 150%;
	margin-bottom: 1.2em;
}
h1 {
	font-size: 30px;
	margin: 0;
	color: #F83A00;
}

h2 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #F83A00;
}

h3 {
	font-size: 20px;
	line-height: 225%;
	margin-bottom: 0;
	color: #01A6DC;
}

h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #959595;
}

a {
	color: #41BA05;
	text-decoration: none;
}
a:hover {
	color: #F83A00;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.ueb {
	float: right;
}
.clr {
	clear: both;
}
.alignright {
	float: right;
}
.bluetext {
	color: #5F82B3;
}




/* ----------  BASIC DESIGN  ------------ */

#wrap {
	width: 900px;
	margin: 0 auto;
	background: url(images/photo-maryanna.jpg) no-repeat right bottom;
}
#header {
	height: 63px;
	padding-top: 81px;
}
#topnav {
	width: 900px;
	height: 34px;
}
#maincontent {
	padding-top: 25px;
	min-height: 515px;
}




/* ----------  HEADER  ------------ */

#header h1 a {
	background: url(images/title-header.gif) no-repeat;
	width: 444px;
	height: 55px;
	text-indent: -99999px;
	display: block;
}






/* ----------  TOP NAV  ------------ */

#topnav {
	height: 34px;
}
#topnav li {
	float: right;
}
#topnav li a {
	display: block;
	padding: 10px 18px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	color: #363636;
	text-transform: uppercase;
}
#topnav li a:hover, #topnav li.current_page_item a, #topnav li.current_page_parent a {
	color: #F83A00;
	text-decoration: none;
}






/* ----------  MAIN CONTENT  ------------ */

#content {
	width: 515px;
	float: left;
	padding: 20px 0 65px 0;
}
#content ul li {
	list-style: disc outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 7px;
	font-size: 15px;
}
#content  ul {
	padding-bottom: 15px;
}









/* ----------  CONTACT FORM  ------------ */
label {
	clear: both;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
}
input[type=text], select, textarea {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
}
input[type=submit] {
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 165px;
}
.required {
	margin-left: 3px;
	font-weight: bold;
	color: red;
}



/* ----------  HOMEPAGE  ------------ */

#fptext {
	padding-top: 18px;
	margin-left: 255px;
}
#content ul.socialicons {
	clear: both;
	margin-top: 10px;
}
#content ul.socialicons li {
	float: left;
	list-style: none;
	padding: 10px;
	margin: 0;
}






/* ----------  BLOG  ------------ */

.topPost {
	padding-bottom: 10px;
}
.topPost h2 {
	margin-bottom: 5px;
}
.postDate {
	font-size: 80%;
	margin-bottom: 15px;
}


/* ----------  SIDEBAR  ------------ */

#sidebar {
	float: right;
	width: 340px;
	margin: 75px 10px 0 0;
}

.quote {
	padding: 8px 0 5px 35px;
	background: url(images/quote1.jpg) no-repeat;
}
.attr:before {
	content: "- ";
}
.attr {
	padding: 0 0 40px 35px;
	font-style: italic;
	text-align: right;
}




/* ----------  FOOTER  ------------ */
#footer {
	height: 75px;
	background-color: #C3C3C3;
}
#footerwrap {
	width: 900px;
	margin: 0 auto;
	background: url(images/title-footer.gif) no-repeat top right;
	height: 75px;
	position: relative;
}
#footer h4 {
	margin: 0;
	text-indent: -99999px;
}
#footer ul {
	padding: 0;
	position: absolute;
	top: -19px;
}
#footer li {
	float: left;
	list-type: none;
	margin-right: 12px;
	display: block;
	font-size: 13px;
}



