/*
Theme Name: Mia-Theme
Theme URI: http://www.psychicmiasimone.com/
Description: Child Theme for WP Hybrid
Author: Dotgal
Author URI: http://www.dotgaldesign.com/
Template: hybrid
Version: 0.1
*/
 
@import url("../hybrid/style.css");

body {
    font-family: Helvetica, Georgia, Verdana, Candara, "Lucida Sans Unicode", "Lucida Sans",
        "Trebuchet MS", "Lucida Grande", Arial, Tahoma, Sans-Serif;
		background: url("images/background.jpg");
		color: #3a3a3a;
}

p {
	font-size:.9em;
	}
	
img {
border: 2px solid #8b1818;
margin: 8px 10px 20px 20px;
}

.pixel {
border: 0px solid #8b1818;
margin: 0;
}


hr {
border: 1px solid #8b1818;
}
	
#body-container {
	margin:0px auto;
	overflow: hidden;
	width: 760px;
	background: #fff;
	border-left: 12px solid #8b1818;
	border-right: 12px solid #8b1818;
	padding: 20px 20px 0 20px;
	min-height:900px;
	}

#container {
	overflow: hidden;
	float: left;
	width: 760px;
	}

.content, .entry-content {
	overflow: hidden;
	float: left;
	width: 100%;
	}
	
.no-widgets .content, .page-template-no-widgets .content {
width:760px;
}


#header {
margin:0px auto;
width: 100%;
text-align:center;
}

#header-container {
margin-bottom: 40px;
}

#page-nav li a, #page-nav li a:visited {
background:none repeat scroll 0 0;
border: none;
padding:8px 10px;
color: #3a3a3a;
}

#page-nav li a:hover {
background:repeat scroll 0 0 url("images/background_red.jpg");
border-bottom:1px solid #8B1818;
padding:8px 10px;
color: #cccccc;
}

#navigation {
margin: 0 0 20px 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 17px;
}

#about .col-1 {
width: 48%;
float: left;
}

#about .col-2 {
width: 48%;
float: right;
}

.entry-title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:42px;
font-style:normal;
font-weight:bold;
padding-top:10px;
padding-bottom:16px;
}

.section-header {
line-height:0;
padding-top:20px;
}

.widget-title {
font-family:Candara,"Lucida Sans Unicode","Lucida Sans","Trebuchet MS","Lucida Grande","Bitstream Sans Vera",Verdana,Arial,Tahoma,Helvetica,Sans-Serif;
color:#111111;
font-size:30px;
font-style:normal;
font-weight:bold;
}

.widget-inside {
margin-bottom: 20px;
border-top: 2px dashed #e1e1e1;
padding: 12px 0px;
}

.divider {
border-top: 2px dashed #e1e1e1;
}

a:link, a:visited {
color: #8B1818;
text-decoration: none;
}

a:hover {
color: #707070;
}

/* Logo */

a.logo {
	display: block;
	width: 577px;
	height: 152px;
	text-decoration: none;
	background: url("images/mia_simone_logo.png");
	}

a.logo:hover {
	background-position: -577px 0;

	}

.displace {
	position: absolute;
	left: -5000px;
	}
	
/* Breadcrumb */

.breadcrumb {
	margin: 0 0 0px 0;
	font-size: .7em;
	font-style: italic;
	color: #707070;
	}
.breadcrumb a {
	color: #707070;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #3a3a3a;
	text-decoration: underline;
	}
	

.breadcrumb-trail {
visibility:hidden;
}