/**

 * Theme Name: erin jane designs
 * Theme URI: http://erinjanedesigns.com/wp

 * Description: A custom theme for the website of erin james designs
 * Version: 0.7

 * Author: Tara Gentile

 * Author URI: http://taragentile.com

 * Tags:  

 * Status: publish

 *

 *Template: hybrid

 */



/* Get base CSS */

@import url('http://erinjanedesigns.com/wp/wp-content/themes/hybrid/library/css/21px.css');



/* Get layout CSS */

@import url('http://erinjanedesigns.com/wp/wp-content/themes/hybrid/library/css/2c-l-fixed.css');



/* Get plugins CSS */

@import url('http://erinjanedesigns.com/wp/wp-content/themes/hybrid/library/css/plugins.css');



/* Get drop-downs CSS */

@import url('http://erinjanedesigns.com/wp/wp-content/themes/hybrid/library/css/drop-downs.css');



/* Get default CSS (for 2 column site only!)*/

@import url('http://erinjanedesigns.com/wp/wp-content/themes/hybrid/library/css/screen.css');

/* site specific colors, background, & font */

body {
font-family: "trebuchet ms", arial, sans-serif;
font-size: 13px;
background: #b7b7b7;
}

a, a:visited {
color: #9d274f;
}

a:hover {
color: #d4c56b;
}

h3 {
font-family: "trebuchet ms", arial, sans-serif;
text-transform: uppercase;
font-variant: small-caps;
font-size: 16px;
}

.breadcrumbs {
display:none;
}

/* theme-specific ids that i customize most frequently */

#body-container {
margin-top: 0px;
border-left: 10px solid #b7b7b7;
border-right: 10px solid #b7b7b7;
background: #fff url('http://erinjanedesigns.com/wp/images/bg.jpg') no-repeat top center;
}

#site-title,#site-description {
display:none;
}

#header {
margin-top: 0px;
}

#navigation {
margin-top: -45px;
margin-bottom: 0px;
border-top: 1px solid #fff6af;
border-bottom: 1px solid #fff6af;
height: 32px;
}

#container {
overflow:visible;
margin-top: 55px;
}

#page-nav {
text-align:center;
}

#page-nav ul {
margin-left:145px;
background: #fff;

}

#page-nav li a {
font-variant: small caps;
text-transform: uppercase;
border: none;
font-size: 16px;
color: #303030;
background: none;
letter-spacing: 1px;
}

#page-nav li a:hover {
border: none;
background: #fff6af;
text-decoration: none;
}

#page-nav li li a {
font-size: 13px;

}

#primary {
font-size: 11px;
line-height: 1.2em;
color: #666;
padding-right: 10px;
width: 290px;
margin-top: -50px;
overflow:visible;
}

#secondary {

}

#footer {
font-size: 11px;
padding: 10px;
}

/* theme-specific classes that i customize most frequently */

.content {
width: 570px;
padding-left: 45px;
}

.entry-title, .page-title {
}

.entry-title {
margin-bottom: 0px;
}

.entry-title a, .page-title a {
font-family: "trebuchet ms", arial, sans-serif;
text-transform: uppercase;
font-style:normal;
color: #303030;
font-size: 18px;
}

.entry-title a:hover, .page-title a:hover {
text-decoration:none;
}

.byline {
font-style: normal;
color: #333;
font-size: 11px;
}

.widget-title {

}

.widget {
border-bottom: 1px solid #fff6af;

}

#text-4 .widget {
border-bottom:0px;
}

.about {
border: 1px solid #fff6af;
width: 268px;
padding: 10px;
font-size:10px;"trebuchet ms"
}

table, td, tr, tbody {
border: 0;
margin-bottom: 0px;
}

.entry-meta {
font-size: 11px;
font-style: normal;
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

.widget-title {
font-style: normal;
font-size: 14px;
}

input, textarea, submit, .button, .submit, .reset {
font-family: "trebuchet ms", arial, sans-serif;
border: 1px solid #fff6af;
}

textarea, input {
background: #fff6af;
}

.button:hover, .submit:hover, .reset:hover {
background: #fff6af;
}

#search-form-1 {
margin-bottom: 15px;
}

.page-template-default .entry-title {
margin-bottom: 15px;
}

.page-template-default .entry-title a {
font-size: 24px;
}

#gallery-1 .gallery-item  {
float:left;
margin-top:10px;
text-align:center;
width:47%;
}



