/*
 * Theme Name: ChristinaRaye
 * Theme URI: http://www.christinaraye.com
 * Description: A theme by http://garverdesignhouse.com
 * Version: 1
 * Author: Stephen Garver
 * Author URI: http://garverdesignhouse.com
 *
 *
 */

body {
    background: url(images/footer_back.jpg) right;
    margin:0;
    padding:0;
    line-height: 1.5em;
    font-family: Georgia, Times, Serif;
	color: #666666;
	font-size: 12px;
}

img {  
	border-style: none;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

table {
    /* border-collapse: collapse; */
	border-spacing: 0;
}

tbody {
	
}

th, td {
    padding: 0;
}

h1 {
	font-family: Georgia, Times, Serif;
	font-weight:normal;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 24px;
	color: #cccccc;
}

h2 {
	margin-top: 25px;
	font-family: Georgia, Times, Serif;
	font-weight:normal;
	font-size: 37px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cccccc;
}

h3 {
	font-family: Georgia, Times, Serif;
	font-weight:normal;
	font-size: 28px;
	text-transform: uppercase;
	color: #666666;
}

a {
	color: #666666;
    text-decoration: none;
}

a:visited {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #cccccc;
}

img.center {

	display: block;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
}

#date {
	font-size: 16px;
    color: #cccccc;
    letter-spacing: 2px;
}

#header_wrapper {
    background: url(images/gray_tile.jpg);
	width: 100%;
    height: 70px;
}

#header_right {
    position: absolute;
    right: 0px;
}

#content_wrapper {
    background: #ffffff;
    float: left;
    width: 100%;
    height: 660px;
}

#content {
	background: #ffffff;
    margin: 60px 40px 20px 224px;
}

#price_box_wrapper{
	background: #ffffff;
	position: relative;
	width:200px;
	height: 620px;
	padding: 0;
}

#price_box{
	position: absolute;
	bottom: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	
}

#logo_left {
    position: absolute;
    left: 0px;
}

#logo_right {
    position: absolute;
    left: 193px;
}

#ml_form {
    float: right;
    margin: 20px 40px 0 0;
}

#ml_text {
    background-color: #ffffff;
    border-width: 0; 
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 0px 0px 0px 8px;
    margin-right: -5px;
    vertical-align: top;
    height: 30px;
}

#ml_go {
    width:53;
    height:30;
    border: none;
    margin: 0;
}

#sign_up {
   margin: 10px 0 30px 3px; 
}

#sidebar {
    float: left;
    width: 200px; /*Width of left column*/
    height: 660px;
    margin-left: -100%;
    border-right: 4px solid #999999;
}

ul {
	margin: 0;
	text-align: right;
}

#nav {
    list-style: none;
    position: absolute;
    right: 40px;
    top: 75px;
}
#nav li {
    font-size: 14px;
    letter-spacing: 2px;
	padding-left: 30px;

	float: left;
}

#collections {
    padding: 0;
    margin: 26px 20px 0 0;
}

#collections li {
    list-style-type: none;
}

#collections a {
    display: block;
    font-size: 16px;
    color: #666666;
    width: 175px;
    letter-spacing: 2px;
    line-height: 40px;
    text-decoration: none;
    text-align: right;
    float: right;
}

#collections a:hover {
    color: #cccccc;
}

.hide{}

#contact_box {
    position: absolute;
    top: 600px;
    left: 20px;
	width:160px;
	height:110px;
}

#footer_wrapper {
    height: 300px;
}


.innertube {
	margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.center_image{
	text-align: center;
}

#main_image{
	margin-left: auto;
    margin-right: auto;
}

.thumbnails{
	padding: 0;
	width: 60px;
	height: 60px;
	background: url('images/thumb_back.png') no-repeat;
	
}

.thumb_box{
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.image_thumb {
	margin: 10px 0 0 10px;
}

.product_options {
	width: 200px;
	

}

/* pure css buttons picked up from somewhere and modded by me */

.button {

    width: 90px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 11px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
	margin-top: 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
	background: #999999;
}

.button:active {
	background: #999999;
	position: relative;
	top: 1px;
}



.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}


.design_house {
	margin-left: 204px; 
	margin-top: 672px; 
	color: #fff; 
	font-family: arial, helvetica, sans-serif; font-size: 12px;
}

.design_house a:link, .design_house a:visited, .design_house a:active {color:#666666;}
.design_house a:hover {color:#fff;}

