/*
Theme Name: oh my! custom design
Author: Susie Schindler @ Zee Studio
Author URI: http://zee-studio.com/
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande','Trebuchet MS', Arial, Helvetica, Tahoma, Verdana, Sans-Serif;
	background: #fff;
	color: #8E7B72;
	text-align: center;
	margin: 0;

	}

a, a:visited{
text-decoration: none;
color: #ED9C45;
outline:none;
}

a:hover{
color: #BE123A;
outline:none;
}

a img{
outline:none;
}

#pattern{
background: url('images/bg.gif');
width: 100%;
float: left;
}

#pagewrap{
width: 980px;
margin:auto;
}

#page {
	background-color: white;
	text-align: left;
	width: 980px;
	margin: auto;
	background: url('images/pagebg.gif') repeat-y top center;
	float: left;
	}

#header {
	background: url('images/dash.gif') repeat-x bottom center;
	width: 100%;
	padding-bottom: 1px;
	text-align: center;
	}

#navbar{
background:transparent url(images/y.gif) no-repeat scroll left top;
bottom:1px;
margin:0;
position:relative;
text-align:right;
width:617px;
height:64px;
}

#navbar a img{
padding-top:20px;
}

#leftcolumn{
width: 630px;
float: left;
}

#content {
	font-size: 1.2em;
padding:25px;
	}
	
.posttop{
background: url('images/dash.gif') bottom center repeat-x;
padding:0 0 5px;
}

.postitle{
text-transform: uppercase;
letter-spacing: 1.5px;
}

.postitle h2{
margin:0 0 5px;
padding: 0;
text-align:left;
}

.postitle a{
color:#7A675F;
font-size:0.95em;
font-weight:normal;
}

.postitle a:hover{
color: #60C7C4;
}

.topdate{
font-size: .85em;
text-transform: none;
color: #AA9488;
letter-spacing: normal;
}

.post_footer{
text-align: center;
}

.entry{
line-height: 1.75em;
background: url('images/dash.gif') bottom center repeat-x;
padding-bottom: 10px;
margin-bottom: 5px;
}

.thread-alt {
	background-color: #F2EFED;
}


#footer {
background:url('images/dash.gif') top center repeat-x;
font-size:0.9em;
padding:10px 0;
text-align:right;
text-transform:uppercase;
width:100%;
line-height:1.5em;
clear:both;
letter-spacing:0.1em;
	}
	
#footer_inner{
width: 980px;
margin:auto;
}

.commentbox{
text-align: center;
float:right;
}	

.commentbox a{
font-family: "Trebuchet MS";
font-size: 21px;
color:#BE123A;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	line-height:1.75em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
.entry img {
	padding: 0;
	max-width:580px;
	height: auto;
	width: auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:0;
padding:0;
	}

html>body .entry li {
margin:0 0 10px 35px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
background:#F2EFED none repeat scroll 0 0;
border:medium none;
color:#8E7B72;
margin:2px 0 15px 0;
padding:5px;
width:265px;
	}

#commentform {
	margin: 5px 10px 0 0;
	width:100%;
	}
	
#commentform textarea {
background:#F2EFED none repeat scroll 0 0;
border:medium none;
color:#8E7B72;
height:125px;
margin:2px 5px 1px 0;
padding:6px;
width:275px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
background:transparent none repeat scroll 0 0;
float:right;
height:auto;
margin:0 0 5px auto;
width:auto;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding:0 0 15px;
	text-align: justify;
	background: url('images/dash.gif') bottom center repeat-x;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin:5px 5px 5px 0;
text-align:left;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-size:0.9em;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
float:left;
padding:18px 0;
width:350px
	}

#sidebar form {
margin:0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
display:block;
float:left;
margin-bottom:10px;
margin-top:10px;
text-align:center;
width:100%;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#search-3{
color:#8E7B72;
float:left;
margin:0 0 0 25px;
width:200px;
}

#search-3 input{
color:#8E7B72;
}

#execphp-3{
float:right;
width:120px;
}

#hungred-feature-post-list{
width: 175px;
float: left;
}

#hungred-feature-post-list ul{
margin:25px 12px 25px 25px;
}

#execphp-10 ul, #execphp-12 ul{
margin:25px 25px 25px 12px;
}

#text-5{
float:left;
font-size:12px;
line-height:1.5em;
margin:35px 25px 15px;
text-align:justify;
}

#execphp-7, #execphp-8, #execphp-10, #execphp-12{
float: left;
width: 175px;
}

#execphp-7 ul{
margin:0 0 0 25px;
padding: 0;
list-style: none;
}

#execphp-8 ul{
margin:0 25px 0 0px;
padding: 0;
list-style: none;
}

#execphp-7 li, #execphp-8 li, #hungred-feature-post-list li, #execphp-10 li, #execphp-12 li{
margin-bottom:5px;
text-transform:lowercase;
}

#execphp-7 a, #execphp-8 a, #hungred-feature-post-list a, #execphp-10 a, #execphp-12 a{
color:#8E7B72;
}

#execphp-7 a:hover, #execphp-8 a:hover, #hungred-feature-post-list a:hover, #execphp-10 a:hover, #execphp-12 a:hover {
text-decoration: underline;
}

#execphp-9{
float: left;
width:350px;
text-align: center;
background: url('images/subscribe.gif') no-repeat center center;
height:96px;
margin: 25px auto;
}

#execphp-9 input{
border:none;
color:#8E7B72;
margin:65px 5px 0 0;
padding:3px;
width:206px;
}

#text-3{
width: 350px;
float: left;
background: url('images/dropnote.gif') no-repeat top center;
text-align: center;
}

#text-3 input, textarea{
width: 170px;
border: 1px solid #AA9488;
color: #ED9C45;
padding:4px;
}

#text-3 textarea{
height: 75px;
font-family: "Lucida Grande", Helvetica;
font-size: 1em;
margin: 10px 0;
}

#wpcf7-f2-w1-o1{
margin: 20px auto;
padding: 40px 0 0 0;
}

#capform{
width:95px !important;
text-align: left;
}

#execphp-11{
float: left;
width: 350px;
padding:0 0 25px;
background: url('images/dash.gif') repeat-x bottom center;
}

#execphp-10 ul img, #hungred-feature-post-list img, #execphp-12 ul img {
margin-bottom: 10px;
}

.widget{
float: left;
}

.page .entry{
background: none;
}

.page h2{
text-transform: uppercase;
font-weight: normal;
font-size: 1.75em;
margin: 0;
letter-spacing:2px;
width:580px;
}

.random_wwl{
width: 125px !important;
height: 125px !important;
}

.aboutdiv{
margin:10px 0;
float: left;
}

.shop_pod{
float:left;
font-size:10px;
line-height:1.5em;
margin:0 4px 10px;
min-height:305px;
text-align:left;
width:185px;
}

.shop_pod a{
color: #BE123A;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 5px;
}

.shop_pod img{
margin-bottom:5px;
width:185px;
}

.shopblock{
float: left;
}

#dropnote{
background:transparent url(images/send.gif) no-repeat scroll right bottom;
border:medium none !important;
color:#ED9C45 !important;
cursor:pointer;
float:right;
width:40px !important;
}

.more-link{
font-family:georgia;
font-size:0.9em;
letter-spacing:0.1em;
padding-left:10px;
text-transform:uppercase;
}

.comment-author{
font-size:1.1em;
font-weight:normal;
letter-spacing:0.1em;
text-transform:lowercase;
}

h2.pagetitle{
background:#8E7B72 none repeat scroll 0 0;
color:white;
font-family:"Lucida Grande", "Trebuchet MS", Tahoma, Verdana;
font-size:12px;
font-weight:normal;
letter-spacing:2px;
margin:0 0 25px;
padding:4px 0 4px 10px;
text-align:left;
text-transform:uppercase;
}

.sharetable td{
padding-bottom: 15px;
font-size: .85em;
text-align: center;
}

.sharetable{
font-weight: bold;
}

.sharetable img{
border: 1px solid #F2EFED;
}

.contributor_pod{
margin: 15px 0;
}

.contributor_image{
padding-right: 20px;
}

.contributor_name{
font-size: 1.35em;
text-transform: uppercase;
letter-spacing: .1em;
color:#ED9C45;
background:url('images/dash.gif') bottom center repeat-x; 
height:25px;
}

.contributor_links{
background:url('images/dash.gif') bottom center repeat-x;
height:25px;
width:160px; 
}

.contributor_links a{
color: #8E7B72;
font-size: .9em;
letter-spacing: .05em;
}

ul.archives_page{
margin: 25px 0;
padding: 0;
list-style: none;
-moz-padding-start:0;
}

.archives_page li{
font-size:1.1em;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:8px 0 8px 3px;
padding:0;
text-transform:lowercase;
}

.contactpageform, #wpcf7-f1-p109-o1 textarea{
background-color:#F2EFED;
border: none;
width: 250px;
padding: 4px;
color: #8E7B72;
}

.contactpagecap{
background-color:#F2EFED;
border: none;
width:100px;
padding: 4px;
color: #8E7B72;
}

#wpcf7-f1-p109-o1 form{
text-align: left;
font-size:0.9em;
letter-spacing:0.1em;
text-transform:uppercase;
}

.archives_page li a{
color: #8E7B72;
}

.IEcorrect{
margin:0 auto;
display:block;
}

#adrotate_2   {	  
width: 350px;
text-align: center;
margin: 0;
}

#adrotate_1 {
margin: 25px 0 0 0;
text-align: center;
}

#adrotate_1 img, #adrotate_2 img {
margin: 15px;
}

.contributor_pod td{
vertical-align: top;
}

.contributor_description{
padding-top: 10px;
}

.commentnumber{
float:left;
font-family:trebuchet MS;
font-size:2em;
font-weight:lighter;
margin:0 10px 10px 0;
}
