/*
Theme Name: Nicky Singer Default Theme
Theme URI: http://www.ashwhiting.com
Description: Nicky Singer Default Theme
Author: Ash Whiting
Author URI: http://www.ashwhiting.com
version: 1.0
Tags: two-column, widget-ready, blank
*/




/* basics */

* {
	margin:0;
	padding:0;
}
body {
	font-family: Helvetica, Arial, sans-serif, sans;
	font-size: 11pt;
	margin:0px;
	color: #000066;
	background-color:#00FFFF;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #003366;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#00CCCC;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}
img {
	border: none;
	padding:0;
}
img a {
	border:none;
}
img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}
img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}
blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}
code {
	font-family:"Courier New", Courier, monospace;
}
/* links */

a {
	color:#0099CC;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#003399;
	text-decoration: none;
}
/* container */


#container {
	width: 1000px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	background-color:#FFFFFF;
	background-image: url(images/innerBg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
/* header */

#header {
	width: 1000px;
	height: 230px;
	color: #fff;
	background-color: #000033;
	background-image: url(images/main-copy.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header-inner-padder {
	height:200px;
}
#header h1 {
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;
}

#menu {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	width:1000px;
	overflow:hidden;
	height:25px;
 	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color:#006699;
	float:center;
	padding-left:12px;
	
}
#menu ul {
	padding:0;
	height:30px;
}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 0;
	height:25px;
}
#menu ul li a {
	margin-right: 2px;
	color: #FFFFFF;
	display:block;
	background-color: #000033;
	background-image: url(images/button_down.png);
	background-repeat: repeat-x;
	background-position: center top;
	height:inherit;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #006699;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#menu ul li a:hover {
	color:#FFFFFF;
	background-image:url(images/button_over.png);
	background-repeat: repeat-x;
	background-position: center top;
	height:inherit;
	text-decoration:none;
	border: 1px solid #006699;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#999999;
	padding-top: 5px;
}


#menuFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	width:1000px;
	overflow:hidden;
	height:25px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color:#006699;
	float:center;
	padding-left:12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#006699;
}
#menuFooter ul {
	padding:0;
	height:30px;
}
#menuFooter ul li {
	list-style-type: none;
	float:left;
	margin: 0px;
	padding: 5px;
	height:25px;
}
#menuFooter ul li a {
	margin-right: 2px;
	color: #FFFFFF;
	display:block;
}
#menuFooter ul li a:hover {
	color:#999999;
}
/* content */


/* content */


#content {
	float: right;
	width:730px;
	overflow: hidden;
	margin:14px;
	color:#666666;
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 1em;
	min-height:500px;
}

.navTable {
	background-attachment: scroll;
	background-image: url(images/navtable.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;

}

.content h2 {
	font-size: 24px;
	font-weight: normal;
	color: #003366;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#00CCCC;
	line-height:30px;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}
.post h2 {
	font-size: 24px;
	font-weight: normal;
	color: #003366;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#00CCCC;
	line-height:30px;
}
.post h2 a {
	color:#0099CC;
	text-decoration: none;
	font-weight:normal;
	
}
.post h2 a:hover {
	color:#003399;
	text-decoration: none;
}
.post ul {
}
.post li {
}
.entry p {
	margin:12px 0;
}
.postmetadata {
	clear: both;
	background:#F7F7F7;
	padding:10px;
	margin: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;	
}
.navigation {
	font-size:12px;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
}
.alignleft a {
	float:left;
	margin:25px 0;
}
.alignright a {
	float:right;
	margin:55px 0;
}
/* sidebar */

#sidebar {
	font-family:Helvetica, Arial, Sans-serif;
	font-size:11px;
	width:232px;
	float:left;
	padding: 0;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 50x;
	margin-left: 0;
}
#sidebar h2 {
	color:#006699;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
#sidebar label {
	margin: 0;
	padding: 0;
}
#sidebar p {
	margin:0;
	padding:0;
}
#sidebar img {
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin:12px;
	padding:0;
}
#sidebar ul li {
	margin: 0;
	line-height: 15px;
	list-style-type:none;
	background-image:url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
#sidebar ul ul {
	margin:14px 0;
	padding:0;
}
#sidebar ul ul li {
	list-style-type: none;
}
#sidebar ul ul ul {
	margin: 0;
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 0 0 0 15px;
	list-style-type: none;
	color: #898989;
}

.mid{
border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:193px;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	padding-top:2px;
}

.loginButton{
	background-color: transparent;
	border: 0px none transparent;
	background-image: url(images/login.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	 padding: 23px 0 0 0;
overflow: hidden;
cursor: pointer;
	height: 25px;
	width: 65px;
	color: transparent;
}

.submit{
	background-color: transparent;
	border: 0px none transparent;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	 padding: 23px 0 0 0;
overflow: hidden;
cursor: pointer;
	height: 25px;
	width: 65px;
	color: transparent;
	border: 0px solid transparent;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}


.contactFormText{
	margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:200px;
	height:20px;
}

.validation-error{
	color:#FF0000;
}



.contactFormTa {
	margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:300px;
	height:150px;
}


#log{
margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:150px;
	height:20px;
}

#pwd{
margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:150px;
	height:20px;
}

.quantity {
border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:70px;
	height:20px;
}

.current_country{
margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:200px;
	height:20px;
}

#user_email{
margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:150px;
	height:20px;
}


.contactFormTaCheckout{
margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:300px;
	height:100px;
}

/* .wpcf7 input {
	
}

.wpcf7 textarea {
	
} */


/* comments */




#commentform {
	background:#fff;
	margin:0;
	padding:0;
}
#commentform p {
}
#commentform a {
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
	line-height: 14pt;
}
#commentform h3 {
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}
#comment {
	margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:300px;
	height:150px;
}

#comment comment {
	margin-top:5px;
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:500px;
	height:200px;
}
#author, #email, #url, #comment, #submit {
	background: #fff;
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;


}
#submit {
	background-color: transparent;
	border: 0px none transparent;
	background-image: url(images/submit.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	margin-top:20px;
	 padding: 23px 0 0 0;
overflow: hidden;
cursor: pointer;
	height: 25px;
	width: 65px;
	color: transparent;
	border: 0px solid transparent;
}

ol.commentlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
.avatar {
	float:left;
	margin:0 12px 0 0;
}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}
ol.commentlist li.alt {
	background: #eee;
}
ol.commentlist li p {
	margin: 6px 0 6px 0;
	padding: 0 12px 0 0;
	line-height: 14pt;
}
ol.commentlist a {
	color:#000;
}
cite {
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
cite a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #465D71;
}
/* search */

#searchform {
	padding:0;
	margin:14px 0;
}
#searchform input#s {
	margin:0;
	padding:2px;
	border:1px solid #000;
}
/* misc */

input textarea {
	
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* .comment textarea {
	
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.comment  {
	
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#comment input  {
	
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
} */

/* .wpcf7 input {
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:200px;
	height:20px;
}

.wpcf7 textarea {
	border: 1px solid #cccccc;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width:300px;
	height:150px;
} */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* footer */

#footer {
	clear: both;
	width: 1000px;
	background-color: #000033;
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:200px;
}
#footer p {
	padding:14px;
	margin: 0;
	color: #eee;
	text-align:left;
}
#footer a {
	color: #BCBCBC;
	text-decoration: none;
	font-weight:bold;
}
#footer a:hover {
	color: #5D5D5D;
	text-decoration: none;
}

.footerText{
	font-family:Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;	
}

.footerDivider{
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
/************************************************
*	WP E-Commerce  					    *
************************************************/

.alignleft {
	margin-left:0;
	margin-top:0;
	margin-right:10px;
	margin-bottom:10px;
}



div.entry-content p.faq-catname {margin: 0 0 5px 0; font-weight: bold;}

div.faq-title {	font-style: normal;	margin:  0 0 10px 0;}
div.faq-title a {	font-style: normal;	margin:  0 0 10px 0; color:#666; font-weight:normal}

div.faq-answer {margin: 0 0 0px 0px;display: none; color:#000; padding:10px; border:1px solid #ccc; background:#ebebeb;}


