/*FONT FAMILY===========================================================================================*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}


/*FONT SIZE=============================================================================================*/

h1 { font-size: 225%; } /* - header or special effects */
h2 { font-size: 160%; } /* content headings */
h3 { font-size: 130%; font-weight:lighter } /* content sub-headings */
h4 { font-size: 100%; } /* list headings, same size as (p) */
h5 { font-size: 100%; } /* list headings 2, same size as (p) */


p, ul, ol, td { font-size: 100%; }

ul ul { font-size: 100%; } /*- actually only necessary if the ul size is not 100%  */
td p { font-size: 100%; }


/*FONT COLOR=============================================================================================*/


body {color: #fff; background-color: #000;}
a:link, a:visited {color: gray}

h1, h2, h3, h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {color: #000;text-transform:uppercase;margin:0;padding:0;}
ul li a:link, ul li a:visited {color: gray}
p a:link, p a:visited {color: gray}
a:link, a:visited {color: gray}




/*LINK STYLE other than color=============================================================================*/

a:link, a:visited {text-decoration:none }
p a:link, p a:visited {text-decoration:underline } /* orphan text remains undecorated */

a:hover {text-decoration:underline }
h1 a:hover {text-decoration:none }

#footer p a:link, #footer p a:visited {text-decoration: none}
#footer p a:hover {text-decoration: underline}

/*MARGINS, BORDERS AND PADDING for elements (not for containers)===========================================*/

body {margin:0px; padding: 0px;}
ul, ol {list-style: outside}

h1, h1 a:link, h1 a:visited, h1 a:hover {margin-top:0}
h2, h2 a:link, h2 a:visited, h2 a:hover {margin-top:0}
h3, h3 a:link, h3 a:visited, h3 a:hover {margin-top:0}
h4, h4 a:link, h4 a:visited, h4 a:hover {margin-top:0}


/*MULTI-USE TAGS==========================================================================================*/

.center {text-align: center;}
.alignleft {text-align: left;}
.alignright {text-align: right;}

.left {float:left;}

.bg1 {background: #eeeeff}
.bg2 {background: #f7f7ff}

.border1 {border: solid 1px #0066cc;}


/* body ==============================================*/

body {
	text-align:center;

	}


/* BEGIN DIVS and other layout stuff========================================
this is the tricky bit - here you change your layout - make sure you back-up before changing ==========================================================================*/

#page {margin:auto; width: 1000px; text-align:left;}

#header {position:relative;	width: 1000px;}


#content {width:480px;height:500px;
background-image:url('/wp-content/themes/adara/images/slate_narrow.jpg');
background-repeat:no-repeat;
background-position:top left;
background-color:#fff;
float:left;
}


#contentnoslate {width:480px;height:500px;
background-color:#000;
float:left;
}

.contentpadding {
padding:20px;
}

.contentleft {
margin-right:40px;

}


#text {
width:440px;
height:430px;
background-color:#000;
}

#textpad {
padding: 5px 20px 5px 20px;
}

			
.post {margin: 0 0 40px 0; text-align: left; display:block; clear:both;} 

#postswrap {background-color:#000; width:440px;height:430px;margin-bottom:25px;}
#homewrap {background-color:#000; width:300px;height:430px;margin-bottom:25px;}

.postpanel {margin: 0; padding-left:28px;padding-top:25px; text-align: left; display:block; float:left;} 
	
.postmetadata ul, .postmetadata li {display: inline; list-style-type: none;	list-style-image: none;}

.blockquote {margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd;}
		.blockquote cite {margin: 5px 0 0; display: block;}

#footer {padding: 0;	margin: 20px 0 0 0;	clear:both;	width: 850px;}
		#footer p {margin: 0; padding: 5px 10px; text-align: center;}

a.nav {
color:gray;
font-weight:bold;
}

.entry form { text-align:center;}

select {width: 130px;}

.alt {background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; margin: 0; padding: 10px;}

#pagecontent {
width:1000px;
height:480px;
background-image:url('/wp-content/themes/adara/images/slate_wide.jpg');
background-repeat:no-repeat;
background-position:top left;
text-align:center;
clear:both;
}
#pagecontentblock {background-color:#000; width:960px;height:380px;margin-bottom:25px;}


.shopping_cart{
width:1000px;
margin:auto;
font-size:11px;
border: 1px solid gray;
color: gray;
clear:both;
}
.shopping_cart h2{
font-size:14px;
}

.wp_cart_checkout_button:hover{
	opacity:0.7;
}

.wp_cart_button:hover{
	opacity:0.7;
}

form {
text-align:left;
}

form table.buybutton {
float:left;
}

form {
width:96%;
}


/*  
Theme Name: Adara
Theme URI: http://www.adarajewellry.com/
Description: Customised for Adara
Version: 1.0.0
Author: Greg
Author URI: Modified version of Drikatruu.Jelly by Thomas Natter http://www.drikatruu.com/
*/

