/*
Theme Name: Pandora's Craft Box
Theme URI: http://neapolitandesigns.com/
Description: Pandora's Craft Box theme - child theme of twenty twelve
Author: Neapolitan Designs
Author URI: http://neapolitandesigns.com/
Template: twentytwelve
Version: 0.1.0
*/
@import url("../twentytwelve/style.css");
@import url(//fonts.googleapis.com/css?family=Dancing+Script|Open+Sans+Condensed:300);

.site {
	background: transparent;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
border-bottom: 0;
border-top: 0;
}

.main-navigation li a {
color:#fff;
text-transform: uppercase;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
color: #fff;
font-weight: normal;
}

.entry-header .entry-title a {
font-family: Dancing Script;
font-size: 22px;
color: #8766dd;
}

.entry-header .entry-title a:hover {
color: #33aaff;
}

body {
font-size: 12px;
line-height: 1.4;
color: #fff;
font-family: Arial, Tahoma, Helvetica, FreeSans, sans-serif;
}

span.leave-reply {
text-decoration: none;
color: #8766dd
}

a:-webkit-any-link {
text-decoration: none;
cursor: auto;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
border-radius: 0;
box-shadow: none;
}

body .site {
box-shadow: none;
}

.site {
		margin: 0 auto;
		max-width: 1200px;
		overflow: hidden;
}
	
.main-navigation li {
font-size: 20px;
font-size: 1.429rem;
font-family: 'Open Sans Condensed', sans-serif;
}

.main-navigation li {
margin: 0 29px 0 0;
margin: 0 1.857143rem 0 0;
position: relative;
}

.main-navigation li a:hover {
color: #fff;
}

.post img {
padding: 2px;
background: transparent;
border: 1px solid #eeeeee;
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}


.entry-header .entry-title {
font-family: Dancing Script;
font-size: 22px;
color: #fff;
}

h3.widget-title {
color: #fff;
font-family: 'open sans condensed', sans-serif;
font-size: 20px;
text-align: center;
border-bottom: 4px double #fff;
}

div#primary {
border-right: 1px solid black;
padding-right: 50px;
}