/*
Theme Name: OC2
Theme URI: http://wagooh.net
Description: Oven Claw Blog Re-Design for 2010
Version: 2.0
Author: Christina Leikam
Author URI: http://wagooh.net
*/
@charset "utf-8";
/* CSS Document for Leikam Enterprises, LLC. Redesign of the Oven Claw Website */

body {
	background:url(images/back.jpg) repeat;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#252525;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	position:relative;
}
img {
	border:none;
	padding:0;
	margin:0;
}
a {
	color:#48619e;
}
a:hover {
	color:#d50303;
}
#cart {
	float:left;
	position:relative;
	top:5px;
	left:330px;
}

/* NAVIGATION */
#navigation {
	background:url(images/navback.png) repeat-x;
	height:40px;
	margin:0;
	padding:0;
}
#navcenter {
	margin:0 auto;
	width:1024px;
}
ul#nav {
	width:522px;
	height:40px;
	margin:0 auto;
	padding:0;
	position:relative;
	left:250px;
}
ul#nav li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
ul#nav li a {
	background: url(images/nav.png) no-repeat;
	margin:0;
	padding:0;
	display:inline-block;
	text-indent:-9999px;
}
ul#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
}

ul#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
ul#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
}

ul#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
li#buy ul {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:#25241F;
	z-index:200;
	position:absolute;
	right:103px;
	top:40px;
	padding:0 0 10px 0;
	width:170px;
}

li#buy ul li a {
	text-indent:0;
	display:block;
	text-decoration:none;
	height:auto;
	border-top: 1px solid #252525; /*--Create bevel effect--*/  
	border-bottom: 1px solid #444;
	color:#fff;
	padding:5px 10px;
	background-image:none;
	width:150px;
}

li#buy ul li a:hover {
	background-color:#C10404;
	color:#fff;
}

	
li#home a {
width:86px;
height:40px;
}

li#about a {
width:87px;
height:40px;
}
 
li#care a {
width:76px;
height:40px;
}	

li#buy a {
width:107px;
height:40px;
}

li#blog a {
width:74px;
height:40px;
}

li#contact a {
width:92px;
height:40px;
}




li#home a:link, li#home a:visited {
background-position: 0 0;
}
li#home a:hover, li#home a:focus {
background-position:0 -40px;
}
li#about a:link, li#about a:visited {	
background-position: -86px 0;
}
li#about a:hover, li#about a:focus {	
background-position: -86px -40px;
}
li#care a:link, li#care a:visited {	
background-position: -173px 0;
}
li#care a:hover, li#care a:focus {	
background-position: -173px -40px;
}
li#buy a:link, li#buy a:visited {	
background-position: -249px 0;
}
li#buy a:hover, li#buy a:focus {	
background-position: -249px -40px;
}
li#blog a:link, li#blog a:visited {	
background-position: -356px 0;
}
li#blog a:hover, li#blog a:focus {	
background-position: -356px -40px;
}
li#contact a:link, li#contact a:visited {	
background-position: -430px 0;
}
li#contact a:hover, li#contact a:focus {	
background-position: -430px -40px;
}

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#homepage ul#nav li#home a {
background-position:0 -40px;
}
body#aboutpage ul#nav li#about a {
background-position:-86px -40px;
}
body#carepage ul#nav li#care a {
background-position:-173px -40px;
}
body#buypage ul#nav li#buy a {
background-position:-249px -40px;
}
body#blogpage ul#nav li#blog a {
background-position:-356px -40px;
}
body#contactpage ul#nav li#contact a {
background-position:-430px -40px;
}

/*  Content    */
#left {
	float:left;
	width:650px;
}
#right {
	width:374px;
	float:left;
	position:relative;
	top:183px;
}
#searchwrapper {
	min-height:750px;
}
#archives {
	background:#2E2E2E;
	color:#fff;
	padding:8px;
	margin:10px 0 10px 15px;
	background-image:
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,0)),
    color-stop(0.5, rgb(12,12,12)),
    color-stop(0.5, rgb(53,57,61)),
    color-stop(1, rgb(120,123,125))
);
	background-image:
-moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 0%,
    rgb(12,12,12) 50%,
    rgb(53,57,61) 50%,
    rgb(120,123,125) 100%
)
;
  filter:alpha(opacity=85);
  opacity:0.85;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#archives h2 {
	padding:0;
	margin:0;
}
#clear {
	width:1024px;
	height:5px;
	clear:both;
	position:relative;
}
.left_head {
	padding:0;
	margin:0 0 0 8px;
}
#topc {
	width:1024px;
	height:250px;
	text-align:center;
}
.text {
	width:600px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
	margin:10px 0 25px 15px;
	padding:5px 15px 35px;
	line-height:17px;
	position:relative;
}
.single_page {
	background:#fff;
	box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    -webkit-box-shadow: 0 0 4px #000;
	clear:both;
}
.single_page_resp {
	background:#4b4b4b;
	color:#fff;
}

.single_page, .single_page_resp {
	width:800px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:10px 0 25px 15px;
	padding:5px 15px 35px;
	line-height:17px;
	position:relative;
	margin:0 auto 20px;
}
#sing_wrap {
	margin:0 auto;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:19pt;
	letter-spacing:.5px;
	line-height:18pt;
}
.post_title {
	border-bottom:2px solid #595959;
	margin:0 0 25px 0;
}
.post_title h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:20pt;
	font-weight:bold;
	margin:15px 0 0 0;
	line-height:20pt;
}

.post_title h2 a {
	color:#252525;
	text-decoration:none;
}
.post_title h2 a:hover {
	color:#d50303;
	text-decoration:underline;
}
.time {
	color:#595959;
	text-align:right;
}
.time a {
	text-decoration:none;
}
.tags {
	background-color:#e7e7e7;
	border:1px dashed #666;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#get_yours2 {
	background:url(images/get_yours3.png) no-repeat;
	width:155px;
	height:158px;
	position:absolute;
	text-indent:-9999px;
	display:block;
	z-index:2;
	top:15px;
	right:50px;
}
a#get_yours2:hover {
	background-position:-155px 0;
}
input.box, textarea.box {
	border:1px solid #676767;
}
input.box {
	height:20px;
}
input:focus, textarea:focus {
	background-color:#f4f7ff;
	border-color:#48619E;
	box-shadow: 0 0 5px #48619E;
    -moz-box-shadow: 0 0 5px #48619E;
    -webkit-box-shadow: 0 0 5px #48619E;
	outline:none;
	}
textarea {
	border:1px solid #676767;
}
.input_titles {
	margin:0 0 5px 0;
}

blockquote {
	margin:0;
	padding:0 0 15px 0;
}
ul#quotes {
	list-style-type:none;
	padding:5px 10px;
}
cite a {
	color:#fff;
}
.users {
	text-align:center;
	margin:25px 0 0 0;
}
.next_prev {
	text-align:center;
	font-size:10pt;
	text-decoration:none;
	margin:0 100px;
	padding:4px 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image:
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,0)),
    color-stop(0.5, rgb(12,12,12)),
    color-stop(0.5, rgb(53,57,61)),
    color-stop(1, rgb(120,123,125))
);
background-image:
-moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 0%,
    rgb(12,12,12) 50%,
    rgb(53,57,61) 50%,
    rgb(120,123,125) 100%
);
	color:#ffffff;
}
.next {
	text-align:center;
}
.post img {
	border:1px solid #999;
	background-color:#fff;
	padding:5px;
	box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}
#sociobar a img, .noshadow {
	border:none !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
ol.commentlist a {
	color:#252525;
	text-decoration:none;
}
ol a:hover {
	text-decoration:underline;
}
ol.commentlist {
	list-style-type:none;
}
ul.children {
	list-style-type:none;
}
ol.commentlist li ul li {
	background:#E7E7E7;
	margin:15px 0 15px 25px;
	padding:15px 10px;
}
ol.commentlist li ul li ul li {
	margin:15px 0 15px 25px;
	background-color:#bebebe;
}
ol.commentlist li {
	background:#f8f7f7;
	padding:15px 25px;
	margin-bottom:25px;
}
ol.commentlist li  {
	border:1px solid #252525;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#commentform a {
	color:#d50303;
	text-decoration:none;
}
#commentform a:hover {
	text-decoration:underline;
}
input#submit {
	margin-top:10px;
}
.avatar {
	float:left;
	margin:5px;
	border:1px solid;
}
.comment-reply-link {
	border:1px solid;
	background:#fff;
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
a.comment-reply-link:hover {
	text-decoration:none;
	background:#252525;
	color:#fff;
}
.reply {
	text-align:right;
}
/* Sidebar */
#right ul li {
	list-style-type:none;
}
#right ul {
	background:#fff;
	border:1px solid #999;
	margin-left:40px;
	margin-right:25px;
	padding:0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#right ul li ul {
	border:none;
	margin:15px 0 15px 0;
	padding:0;	
}
#right ul li ul a {
	text-decoration:none;
	color:#252525;
	font-size:11pt;
	display:block;
}

#right ul li ul a:hover {
	color:#d50303;
}
#right ul li ul li {
	border-bottom:1px solid #999;
	line-height:18pt;
	text-indent:10px;
}
#right ul li ul li a:hover {
	background-color:#CCC;
}
#right ul li h2 {
	text-align:center;
	background:#2E2E2E;
	color:#fff;
	padding:8px;
	margin:0;
	background-image:
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,0)),
    color-stop(0.5, rgb(12,12,12)),
    color-stop(0.5, rgb(53,57,61)),
    color-stop(1, rgb(120,123,125))
);
	background-image:
-moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 0%,
    rgb(12,12,12) 50%,
    rgb(53,57,61) 50%,
    rgb(120,123,125) 100%
)
;
  filter:alpha(opacity=85);
  opacity:0.85;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#searchbar {
	padding:10px;
}
#search {
	margin-left:40px;
	margin-right:25px;
	background:#2E2E2E;
	background-image:
-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(0,0,0)),
    color-stop(0.5, rgb(12,12,12)),
    color-stop(0.5, rgb(53,57,61)),
    color-stop(1, rgb(120,123,125))
);
	background-image:
-moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 0%,
    rgb(12,12,12) 50%,
    rgb(53,57,61) 50%,
    rgb(120,123,125) 100%
)
;
  filter:alpha(opacity=85);
  opacity:0.85;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:55px;	
	position:relative;
}
#searchform {
	height:35px;
	padding:10px 0 0 0;
	margin:0;
}
input#searchsubmit.btn {
	background:url(images/search.png) no-repeat;
	width:35px;
	height:35px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	top:10px;
	left:252px;
}
input.box {
	position:absolute;
	top:13px;
	left:32px;
	width:200px;
	height:25px;
	margin:0 auto;
}

/*  Footer  */
#footer {
	width:1024px;
	height:200px;
	text-align:center;
	color:#9f8569;
	font-size:11pt;
	position:relative;
}
#foot_nav {
	margin:30px 0 0 0;
}
#foot_nav a {
	color:#9f8569;
	font-size:11pt;
	text-decoration:none;
}
#foot_nav a:hover {
	color:#252525;
	text-decoration:underline;
}
.foot_nav {
	padding:0 20px 0 20px;
}
.foot_nav1 {
	padding:0 20px 0 0;
}
.foot_nav2 {
	padding:0 0 0 20px;
}
#social {
	position:absolute;
	top:0;
	left:825px;
	width:200px;
	height:120px;
}
.foot_img {
	padding:0 5px 0 0;
}
.wagooh {
	width:201px;
	height:23px;
	background:url(images/wagooh.png) no-repeat;
	text-indent:-9999px;
	display:block;
	margin:15px 0 0 0;
}
a.wagooh:hover {
	background-position:-201px 0;
}

