/*
Theme Name:     Aramaic Designs Theme
Theme URI:      http://www.AramaicDesigns.com
Description:    A child theme of Twenty Thirteen.
Author:         Steve Caruso
Author URI:     http://steve.rogueleaf.com
Template:       twentythirteen
Version:        0.1
*/

@import url("../twentythirteen/style.css");


/* My Additions */

#masthead {
	background-position: 0% 0% !IMPORTANT;
}
body.home .entry-header {
	display:none;
}

.entry-header-full,
.entry-content-full,
.entry-summary-full,
.entry-meta-full,
.entry-title-full {
	margin: 0 auto;
	max-width: 1110px;
	width: 95%;
	padding-left:7%;
	padding-right:7%;
}
.entry-title-full {
	text-align:center;
}

.aramaicDesignsButton {

	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff !IMPORTANT; 
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;

}
.aramaicDesignsButton:hover {
	text-decoration:none;
	color:#fff;
}

.attachment-shop_catalog {
	width:auto !important;
	height:auto !important;
}

.cart_totals {
	width:60%;
}
.cart_totals h2 {
	text-align:left !IMPORTANT;
}
.cart_totals td {
	width:50%;
	text-align:right;
}
.cart_totals th {
	width:50%;
	text-align:left;
}

#aramaicDesignsQuoteImageButton:hover{
	opacity:.7;
}

.product_list_widget .amount {
	color:#900;
}

.product_list_widget ins {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:2px;
}