/*
Theme Name: abel studio wordpress them
Theme URI: http://wordpress.org/
Description: based on nate coonrod art
Version: 1
Author: Matt pryke
Author URI: http://lebaxxx.com/
Tags: blue, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
	font-family:Helvetica, Arial, sans-serif;
	font-color:#383737;
}

A:link {text-decoration: underline; color:#525252; font-weight:600; font-size:12px; padding:0px 0px 0px 0px}
A:visited {text-decoration: underline; color:#525252; font-weight:600;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color:#FFCC00; }

p{
	color:#4a4494a;
	font-size:.9em;
	padding:8px;
}

h2, h3{
	font-family:BelloPro, Helvetica, Arial, sans-serif;
	
	
	
	}

h2{
	color:#D1D1D1;
	font-size:2.6em;
	padding-bottom:8px;
	background-color:#000000;
	padding-left:10px;
}

h3{
	color:#000;
	font-size:1.5em;
	padding:14px 0px 4px 8px;
}

@font-face {
font-family: BelloPro;
src: url("../fonts/BelloPro.otf") format("opentype");
}

@font-face {
font-family: ArialRoundedMTBold;
src: url("../fonts/ArialRoundedMTBold.otf") format("opentype");
}


.productdisplay{
        margin-top:15px;
}


.productdisplay h2{
        margin:0px;
        padding:0px;
}


.productdisplay a{
        font-size:16px;
}

.productdisplay a:visited{
        font-size:16px;
}

.checkOut{
	float:right;
}


/*header element*/
h1#logo{
	width:300px;
	height:70px;
	background:url(../../img/logo2.png) top left no-repeat;
	text-indent:-9900px;
	float:left;
	margin-top:6px;
}

.header_bottom{
	background:url(../../img/topBanner.png) top left no-repeat;
	width:772px;
	height:103px;
}


/*navigation elements*/

.nav_container{
	background:url(../../img/bottomBanner.png) top left no-repeat;
	width:772px;
	height:55px;
}

ul#nav{
	float:left;
}

ul#nav li {
	float:left;
	margin:0 0 0 15px;
	
}

ul#nav li a{
	float:left;
	margin:2px 0 0 0;
	font-family:ArialRoundedMTBold, Helvetica, Arial, sans-serif;
	font-size:.9em;
	font-weight:600;
	text-decoration:none;
	color:#fff;
	background-color:#000;
	padding:5px 10px 6px 10px;
	-moz-border-radius :5px;
	-webkit-border-radius : 5px;
}

ul#nav li.active a,
ul#nav li.current_page_item a,
ul#nav li.current_page_parent a{
	color:#000;
	margin:0;
	background-color:#fff;
	-moz-border-radius :0px;
	-webkit-border-radius : 0px;
	
	
}

ul#nav li a:hover{
	float:left;
	text-decoration:none;
	color:#7d96cc;
	background-color:#000;
	
}


/*--side bar navigation elements--*/


ul#sidenav{
	float:right;
	clear:both;
}

ul#sidenav li {
	float:right;
	clear:both;
	width:130px;
}

ul#sidenav li a{
	float:left;
	margin:2px 0 0 0;
	font-family:ArialRoundedMTBold, Helvetica, Arial, sans-serif;
	font-size:1em;
	text-decoration:none;
	color:#000;
	padding:2px 3px 6px 1px;
	float:left;
	clear:both;
}

ul#sidenav li a:hover{
	float:left;
	text-decoration:none;
	color:#7d96cc;
	
	
}


ul#sidenav li.active a,
ul#sidenav li.current_page_item a,
ul#sidenav li.current_page_parent a{
	color:#FFCC00;
	-moz-border-radius :5px;
	-webkit-border-radius : 5px;
	
}

/*------footer elements------*/

ul#footnav{
	width:100%;
	float:left;
	clear:both;
	border-top:3px dotted #000;
	padding-top:10px;
	padding-bottom:10px;
	font-family:BelloPro, Helvetica, Arial, sans-serif;
	font-size:1em;
	background:#FFF;
}

ul#footnav li {
	float:right;
	border-left:3px dotted #000;
	padding: 0px 10px 0px 10px;
}

ul#footnav li.copyright {
	float:left;
	border:0;
}



ul#footnav li a {
	paddign: 0px 10px;
	color:#000;
	text-decoration:none;
}

ul#footnav li a:hover {
	color:#7d96cc;	
}

/*structure element*/

#container{
	width:785px;
	margin:0px auto;
	background:#fff;
}

#header_container{
	background:#fff;
	float:left;
	clear:both;
	padding-left:6px;
	
}
#sidebar_container{
	background:#fff;
	width:140px;
	float:right;
	border-left:3px dotted #000;
	margin-top:0px;
	margin-right:6px;
	margin-left:6px;
}

#post_image{
	width:100%;
}

.resize{
	color:#4a4494a;
	font-size:.79em;
}

#content{
	width:610px;
}

.helloBlog{
	font-size:10px;
}

#content_container{
	margin-left:0px;
	width:610px;
	float:left;
	background:#fff;
	padding-left:8px;
}

#header_image{
}

#footer_container{
	background:#fff;
	clear:both;
}
