/*
Theme Name: Circa Jewels Theme
Theme URI: http://www.strikeinteractive.com
Description: Circa
Version: 1
Author URI: http://www.strikeinteractive.com

Tags: white black color, fixed width

This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own.

*/
/*==== png fix ====*/
img, div, a, input{ behavior: url(../wp-content/themes/circa/iepngfix/iepngfix.htc) }

html, body {
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Helvetica,Verdana,Arial;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #333;
}

.watch_commercials {
	position: relative;
	float: right;
	width: 100%;
	text-align: right;
}
a{
	color: #555;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
a:hover{
	color: #000;	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
/*#global {
	position:absolute;
	left: 25%;
	margin-top: 10px;
	*position:absolute;
	*left: 50%;
	*margin-left: -480px; 
	*right: 50%;
     }*/
#global{
	text-align: center;
	/*border: thin solid #F09;*/
}

#content {
	width: 960px;
	height: 589px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #232323;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 30px;
	background-color: white;
}

.error {
	background-color: #fbe5da;
	border: 1px solid #ee98a1;
	padding: 10px;
}

.red {
	color: #d0131a;
}

.bold {
	font-weight: bold;
}

#home-content {
	position: relative;
	float: right;
	font-size: 0.8em;
	width: 585px;
	text-align: right;
	color: black;
	top: 250px;
	padding-right: 20px;
}

#home-content-text {
	position: relative;
	width: 350px;
	border: 0px solid #000;
	left: 565px;
	top: 340px;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
}

#home-content-text2 {
	position: relative;
	width: 400px;
	border: 0px solid #efefef;
	left: 430px;
	top: 330px;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
}

#navigation{
	width:960px;
	height: 60px;
	overflow: hidden;
/* 	position: relative; */
	float: left;
	background-image: url(images/80_percent_transparent_white_pixel.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;

}

#home #navigation {
	border-bottom: 1px solid #808080;
	border-top: 1px solid #808080;
	height: 65px;
	*height: auto;
	margin-top: 270px;
	padding-top: 35px;
/* 	*height: 100px; */
	position: relative;
}

#navigation ul{
	position: relative;
	float: left;
	width: 650px;
	padding-left: 20px;
	padding-top: 16px;
	margin: 0;
}

#navigation li {
	list-style-type: none; 
	list-style-image: none;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
	vertical-align:top; 
  	overflow:hidden;
	float: left;
	padding-top: 19px;
		
}
* html #navigation li { display:inline; }  /* for IE 6 */
* + html #navigation li { display:inline; }  /* for IE 7 */

#navigation li a {
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
}

#navigation li a.selected {
	color: #000;
}
#navigation li a:hover{
	color: #000;

}

#logo{
float: right;
padding-right:20px;
padding-top:5px;
}

/*==================  INNER TEXT DIVS  */
.rightsmallcage{
	width: 350px;
	height: 420px;
/* 	border: 1px solid #232323; */
	float: right;
/* 	position: relative; */
	margin-top:55px;
	padding: 15px;
	background-image: url(images/80_percent_transparent_white_pixel.png);
}


#rightsmall{
	position:relative;
	float:left;
	width: 335px;
/*	width: 335px; Changed by Herc saturday 4/25/2009 because scrollbars needed vertically.  They added horizontal, so this removed them*/
	height: 420px;
	font-size:12px;
	font-weight: lighter;
	font-variant: normal;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto; 
 /*	overflow: auto; Changed by Herc Saturday 4/25/2009 because scrollbars were needed vertically */
	padding-right:15px;
	text-align:left;
}

/* html>body #rightsmall {
	width:330px;
} */

.sectiontitle{
	text-transform: uppercase;	
	padding-bottom:15px;
	font-weight: normal;
}
#rightsmall li{
		list-style-type: none; 
		list-style-image: none;
		padding-top: 25px;
}


#rightsmall li a{
	text-transform: uppercase;
/* 	color: #ccc; */
	color: #555;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
}
#rightsmall li a:hover{
	color: #000;	
}
/*==================  PRESS   */
.pressarticle{
	width: 310px;
	height: auto;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;	/*border: thin solid #900;*/
}
.article_images{
	padding:0px;
}
.article_images img{
	margin-right:5px;
	padding: 5px;
	border: 1px solid #999;	
	width: 107px;
	height: 107px;
}

.pdf-link-content{
	height:16px;
	width:100%;
	background-image: url(images/pdf_icon.gif);
	background-repeat: no-repeat;	
	padding-left:20px;
	padding-top:4px;
	/*border: thin solid #0F0;*/

}
/*=================== CONTACT ========*/

.gform-pad {
	padding-left: 30px;
}



#rightsmall.contact_form_holder {
	overflow: hidden;
	text-align: left;
}


.contacttext{
	font-size: 11px;
}

.contacttext table {
	width: 100%;
}

.contacttext h3 {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: normal;
	color: #999;
}

.contacttext select {
	width: 150px;
	margin: 0;
	padding: 0;
}

.formtext{
		font-size: 11px;
		color: #000;
}

.contacttext input.formtext {
	width: 150px;
}

.contacttext textarea {
	width: 320px;
	height: 55px;
	padding: 3px;
	background-color: white;
	border: 1px solid #999;
	font-family: Helvetica, Arial, sans-serif;
}

/*=================== BLOG ==========*/
.pressarticle h2{
	font-size: 12px;
	text-transform: uppercase;	
}
.pressarticle h3{
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-top:-8px;
}
.pressarticle header{
	width: 350px;
}
.small{
font-size: 10px;
color: #999;
height: auto;
}
.small a{
font-size: 10px;	
}
.commentlist{
	margin-left:-40px;
	font-size: 10px;
}
.commentlist li{
padding-left:10px;
padding-bottom: 10px;
background-image: url(images/50_percent_transparent_white_pixel.png);
}

/*==================  SITEMAP   */
#rightsmall li{
padding-top: 15px;
padding-bottom: 0px;
margin: 0px;

}
#rightsmall ul ul li{
	padding-top:3px;
	/*padding-bottom: 3px;*/
	margin-left: -30px;
	
}

#rightsmall ul ul li a{
	font-size: 10px;
	color: #555;
}

/*==================  FOOTER   */


#footer{
	margin-top:5px;
	width: 940px;
	font-size: 11px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#home-footer{
	margin-top:85px;
	width: 940px;
	font-size: 11px;
	position: fixed;
}

#footer img, #home-footer img{
float: left;

}
#footer .phonenumber, #home-footer .phonenumber{
	width: 150px;
	font-size: 11px;
	color: white;
	line-height: 15px;
	position: relative;
	float: right;
	display: block;
}

.subnav{
	float: left;
	color:#333;
	font-size:10px;
	padding: 10px 0;
	text-align: center;
	width: 940px;
}
.subnav a{
	padding: 0 10px;
	font-size: 10px;
	color: #666;
	line-height: 12px;
}
.subnav a:hover{
	color:#FFF;
}

#footer #twitter_link, #home-footer #twitter_link {
	padding-left: 22px;
	background-image: url(images/twitter_bird.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
}
/**/
#printpdf{
width:250px;	
}
#printpdf a{
	
	font-size:10px;
	text-align: right;	
}

/*================= MICROSITE PAGE ==========*/
.micrositetext{
	width: 350px;
	/*height: 420px;*/
	font-size:12px;
	font-weight: lighter;
	font-variant: normal;
  	/*float: right;*/
	
	overflow: auto;
	overflow-x: hidden;
	/*-ms-overflow-x: hidden;*/
	border: 1px solid #232323;
	margin-top:15px;
	margin-left: 25px;
	padding: 10px;
	background-image: url(images/80_percent_transparent_white_pixel.png);
}
.micrositetext2{
	width: 350px;
	/*height: 420px;*/
	font-size:12px;
	font-weight: lighter;
	font-variant: normal;
  	/*float: right;*/
	overflow: none;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	
	
	border: 1px solid #232323;
	margin-top:15px;
	margin-left: 25px;
	padding: 10px;
	background-image: url(images/80_percent_transparent_white_pixel.png);
}
#micrositecage{
	padding-left: 530px;
	text-align: left;
}
.micrositeheader {
	text-transform: uppercase;
	color:#FFF;
}