/**

 * Theme Name: Break Plates
 * Theme URI: http://ibreakplates.com

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

 * Author: Tara Gentile
 * Author URI: http://taragentile.com

 * Tags:  

 * Status: publish

 *

 *Template: hybrid

 */



/* Get base CSS */

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



/* Get layout CSS */

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



/* Get plugins CSS */

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



/* Get drop-downs CSS */

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



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

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

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

body {
background: url('http://ibreakplates.com/wp-content/themes/arthemia/images/background2.png');
font-family: arial, helvetica, sans-serif;
font-size: 16px;
line-height: 24px;
color: #222;
}

a, a:visited {
color: #89c572;
}

a:hover, #primary a:hover {
color: #a2a47a;
text-decoration: none;
}

h3 {
color: #222;
font-family:georgia, "times new roman", serif;
font-weight:bold;
font-style: normal;
}

.content img {
padding: 0 10px 5px 10px;
}

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

#body-container {

padding: 10px;
overflow: visible;
margin-top: 15px;
}

#header-container {
background: #fff;
border-top: 5px solid #000;
border-left: 5px solid #000;
border-right: 5px solid #000;
width: 960px;
}


#header {
margin-bottom: 0px;
}

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

#primary-menu, #navigation {
border-left: 5px solid #000;
border-right: 5px solid #000;
background: #fff;
margin-bottom: 0px;
}

#menu-primary-menu, #page-nav {
background: #000;
margin-left: 150px;
width: 850px;
margin-bottom: 30px;
margin-top: -25px;
height: 34px;
}

#primary-menu div.menu li a, #page-nav li a {
font-family: georgia, "times new roman", serif;
font-size: 22px;
color: #fff;
background: none;
border: 0px;
padding: 6px 15px 8px;
}


#primary-menu div.menu li a:hover, #page-nav li a:hover {
color: #666;
text-decoration: none;
background: #fff;
color: #222;
}

.sf-sub-indicator {
display:none;
}

#primary-menu div.menu li ul, #page-nav li ul {
border-top: 0px;
}

#primary-menu div.menu li ul li a, #page-nav li ul li a {
background: #000;
color: #fff;
}

#primary-menu div.menu li ul li a:hover, #page-nav li ul li a:hover {
background: #fff;
color: #222;
}

#container {
background: #fff;
border-left: 5px solid #000;
border-right: 5px solid #000;
border-bottom: 5px solid #000;
margin-top: -2px;
padding-top: 30px;
}

#primary {
padding: 0 10px;
}

#primary a, #secondary a {
text-decoration: none;
}

#secondary {
display:none;
}

.page-107 #secondary, .page-1109 #secondary  {
display: block;
}

.page-107 #primary, .page-1109 #primary {
display: none;
}

.shopetsy li a {
display:block;
background: #fff;
color: #222;
font-style: normal;
font-size: 18px;
padding: 8px 15px;
}

.shopetsy li a:hover {
background: #222;
color: #fff;
border: 1px solid #ccc;
padding: 6px 13px;
}

#primary ul, #secondary ul {
list-style: none;
margin-left: 10px;
}

#footer {
background:none repeat scroll 0 0 #000000;
color:#FFFFFF;
font-family:georgia,serif;
font-size:11px;
margin-left:10px;
padding:7px 20px;
}

#footer a, #footer a:visited {
color: #fff;
text-decoration:underline;
}

#footer a:hover {
color: #eee;
}

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

.content {
padding: 0 15px 0 20px;
width: 590px;
}

.content img {
border: 0px;
}

.entry-title a, .page-title a {
font-family: georgia, serif;
color: #333;
}

.home .page-title, .page-15 .page-title {
display:none;
}

.byline {
font-size: 11px;
color: #666;
}

.breadcrumbs {
display:none;
}

.widget-title {

}

.widget {
font-size: 11px;
font-family: georgia, "times new roman", serif;
font-style: italic;
}

#rss-3 .widget-title {
display:none;
}

#rss-3 {
margin-top: -30px;
}

#rss-3 ul {
list-style: circle;
margin-left: 20px;
}
.wp-post-image {
float:left;
border: 0px;
margin-right: 15px;
}

.home-excerpt p {
font-size: 13px;
line-height: 16px;
}

.home-excerpt .byline {
display:none;
}

.home-excerpt .entry-title {
font-size:28px;
line-height:30px;
margin-bottom:18px;
}

.home-excerpt h5 {
text-align:right;
}

.panel .overlay, .panel-overlay {
display:none;
}

.panel img, .strip_wrapper img {
padding: 0px;
}

.custom-gallery {
padding-left: 40px;
}



