@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);

body {
    background: #fff;
    font: 12px/1.55 'Ubuntu', sans-serif;
    color:#2f2f2f;
    text-align:center;
}

a,
a:visited,
a:hover {
    color: #81184f;
    text-decoration: none;
}

h1,
h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3 {
    color: #81184f;
    font-family: 'Ubuntu', sans-serif;
}

h2 {
    font: 22px/1.3em;
}

#main {
    width: 950px;
    margin: 0 auto;
    padding: 0;
}

#header {
    background: url(images/top_curve.png) no-repeat;
    width: 950px;
    height: 190px;
    position: relative;
}

#header #logo {
    position: absolute;
    left: 50px;
    top: 4px;
}

#header #phone {
    position: absolute;
    right: 5px;
    top: 5px;
}


#header #menu {
    position: absolute;
    right: 0;
    top: 115px;
    height: 22px;
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #80a952;
    width: 650px;
}

#header #menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header #menu li {
    float: left;
    margin: 0 16px;
}

#header #menu li.last {
    margin-right: 0;
}

#header #menu a {
}

#header #menu a:hover {
    text-decoration: underline;
}


#header #under_menu {
    position: absolute;
    top: 148px;
    left: 49px;
}

#header #under_menu #keywords,
#header #under_menu select {
    margin: 2px 0 0 0;
    vertical-align: top;
}

#header #under_menu #search_box {
    border: 1px solid #61535b;
}

#header #under_menu #search_button {
    border: 0;
    background: url(images/search_button.png) no-repeat;
    width: 82px;
    height: 21px;
    margin-left: 5px;
    cursor: pointer;
}

#header #under_menu #btn-advanced-search {
    margin-left: 2px;
    font-size: 12px;
    vertical-align: top;
    line-height: 22px;
}

#header #under_menu_right {
	position: absolute;
	top: 143px;
	right: 20px;
    font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
    font-size: 14px;
width: 369px;
text-align: right;
}

#header #under_menu_right .social_buttons {
	margin: 0 0 0 10px;
}

#header #under_menu_right #cart {
	margin: 5px 0 0 0;
	float: left;
	width: 125px;
	text-align: left;
}

#header #under_menu_right #cart img {
	float: left;
	margin: 0;
padding: 0;
}

#header #under_menu_right #cart_text {
	float: left;
	margin: 3px 0 0 5px;
}

#header #under_menu_right #login {
    margin: 6px 35px 0 0;
    float: left;
}

#content_box {
    margin: 0 10px 40px 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3em;
    width: auto;
}

#content {
    width: 660px;
}

.entry {
    font-size: 14px;
    line-height: 1.3em;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}

.entry div.wp-caption {
    border: 1px solid #999;
    padding: 3px;
}

.entry div.alignright {
    margin-left: 10px;
}

.entry .wp-caption-text {
    color: #999;
}

.posts h4.author,
.posts h4.meta {
    color: #999;
    margin: 0 0 2px 0;
    padding: 0;
    background: none;
    line-height: 1.3em;
    font-style: italic;
}

.tagged {
    background: none;
    border-top: 1px solid #eee;
}

.tagged strong {
    font-weight: normal;
}

.tagged a,
.tagged a:visited,
.tagged a:hover {
    color: #81184f;
    background: none;
}
