/*
Theme Name: Skillman Orange
Theme URI: http://masterscommission360.com
Description: A custom theme
Version: 0.2
Author: Sam Bernard
Tags: blue, custom header, fixed width, two columns, widgets
*/


/****** GLOBAL SETTINGS *******/
* {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
}

img {
 border: none;
}

ul {
 list-style: none;
}



p {
 margin-left: 10px;
 margin-right: 10px;
}

h1 {
 color: #984f14;
}

hr {
 border: 1px dotted;
 height: 2px;
 margin-left: auto;
 margin-right: auto;
 width: 85%;
}

li {
 list-style: none;
}

a {
 color: #ff5432;
}

a:visited {
 color: #608cad;
}

a:hover {
 color: #8ac522;
}

body {
 background: url("images/bg.jpg");
 overflow-x:hidden;
 background-attachment: fixed;
}


/******* MAIN STYLES********/

#wrapper {
 margin-left: auto;
 margin-right: auto;
 padding-top: 30px;
}

#head {
 background: url(images/header.png);
 height: 154px;
 margin-left: auto;
 margin-right: auto;
 width: 744px;
}

#page {
 background: url(images/pagebg.png);
 margin-left: auto;
 margin-right: auto;
 min-height: 450px;
 position: relative;
 width: 744px;
}

#content {
 padding: 0px 25px 20px 25px;
 width: 500px;
 overflow-x:hidden;
 overflow-y: auto;
}

#footer {
 background: url(images/footer.png);
 height: 30px;
 margin-left: auto;
 margin-right: auto;
 width: 744px;
}

/********  TABS  ***************/
#tabs {
 background: url(images/tab.png);
 float: right;
 height: 442px;
 left: 31px;
 position: relative;
 width: 43px;
}

#tabs li {
 left: 0px;
 position: absolute;
}

#tabs li, #tabs a {
 display: block;
 height: 147px;
 width: 43px;
}

#home {
 top: 0;
}

#home a:hover, #home.sel {
 background: transparent url(images/tab.png) -43px 0 no-repeat;
}

#gal {
 top: 147px;
}

#gal a:hover, #gal.sel {
 background: transparent url(images/tab.png) -43px -147px no-repeat;
}

#about {
 top: 294px;
}

#about a:hover, #about.sel {
 background: transparent url(images/tab.png) -43px -294px no-repeat;
}

/******** HOME PAGE **********/

#featImg{
top:0px;
}

#featPic {
 float: left;
 height: 256px;
 position: relative;
 top: 0px;
 width: 320px;
}

#featText {
 float: left;
 height: 185px;
 position: relative;
 text-align: justify;
 top: -40px;
 width: 300px;
font-family:Broadway;
font-size:12.5pt;
line-height:1.5em;
}

#featTitle {
 color:white;
 font-weight:bold;
 left:160px;
 position:relative;
 top:-25px;
}

.featPrice{
float:right;
position:relative;
right:60px;
top:-63px;
}

.featured{
position: absolute;
left: 50px;
top:0px
}

.latest {
 float: left;
 margin: 0px 10px 0px 15px;
 top: 200px;
}

.latestBox {
 left: 50px;
 position: absolute;
 top: 275px;
}

/*******GALLERY PAGE*********/
#galBar {
 position: absolute;
 right: 35px;
 top: 50px;
 width: 180px;
}

.galWidget {
 background-color: #EFEFEF;
 border: 1px solid #999999;
 font-size: 9pt;
 height: 100%;
 position: relative;
 text-align: left;
 width: 100%;
 z-index: 9;
}
/********ABOUT PAGE**********/