/*
Theme Name: Codedhead Style
Theme URI: http://wordpress.org/
Description:
Version: 1.6
Author: Hamid Alipour
Tags: blue, custom header, fixed width, two columns, widgets

	Codehead wrote this and everyone loves it

*/



* {
	font-size: 13px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
   /* font-family: Verdana, Verdana, Geneva, sans-serif; */
	color: #333333;
}

img {
	border: none;
	vertical-align: middle;
}

h1, h2, h3 {
	color: #666666;
}

h1 {
	margin-bottom: 15px;
	font-size: 225%;
}

h2 {
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 150%;
}

h2.dev {
	border-top: 1px dashed #7ebf85;
	padding-top: 15px;
}

h3 {
	margin: 0px 0px 15px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 125%;
}

p {
	padding-bottom: 8px;
}

p.last {
	border-bottom: 1px dashed #7ebf85;
}

body {
	min-width: 950px;
	text-align: center;
	/* background-color: #bfd2d4; /* G: bad2b9 R: ed1b2f */
   background-image: url('/wp-content/themes/default/images/bg.gif');
}

#main-wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin-top: 20px;
	position: relative;
}

#header {
	width: 950px;
	height: 50px;
	/* background-color: #0078b9; /* da203d 042292 */
   background-image: url('/wp-content/themes/default/images/header-bg.gif');
	position: absolute;
	top: 1px;
}

#header .logo {
	text-decoration: none;
	/* color: #80c67b; */
   color: #FFFFFF;
	font-size: 210%;
	float: left;
	margin: 10px 0px 0px 8px;
}

ul#menu {
	float: right;
	margin-right: 20px;
	margin-top: 12px;
}

ul#menu li {
	display: inline;
	margin-left: 10px;
	float: left;
}

ul#menu li a {
	color: #FFFFFF;
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 5px;
}

ul#menu li a:hover {
	border-bottom: 1px dashed #CCCCCC;
}

#content-wrapper {
	position: relative;
	top: 50px;
}

#content {
	padding: 20px;
}

#footer {
	height: 50px;
	/* background-color: #0078b9; /* G: 007236 */
   background-image: url('/wp-content/themes/default/images/header-bg.gif');
}

#footer #copy {
	color: #FFFFFF;
	margin-top: 17px;
	margin-left:20px;
	font-size: 11px;
	float: left;
}

#footer-fix {
	height: 20px;
}

strong, b {
	font-size:110%;
}

ul#top-menu li a.sign-up {
	border: 1px solid #6e1113;
	border-bottom: 0px;
	background-color: #dce3e7;
	color: #333333;
	position: relative;
	z-index: 999;
}

#sign-up-box {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	padding: 15px;
	border: 1px solid #6e1113;
	background-color: #dce3e7;
	z-index: 1;
}

#browsing-path, #browsing-path a {
	font-size: 11px;
}

#bottom-nav {
	text-align: right;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 50px;
}

#bottom-nav a {
	text-decoration: none;
	font-size: 90%;
}

ol.dialog {
	margin-top: 15px;
	list-style-type:none;
}
ol.dialog li {
	list-style-type:none;
	padding:5px 10px;
}
ol.dialog li.alt {
	background-color:#f1f3f9;
}
ol.dialog li.label {
	padding:5px 10px;
	margin-bottom:5px;
}
ol.dialog li.label h3 {
	color:#FFFFFF;
}
ol.dialog li.buttons {
	padding:5px 10px;
	margin-top:5px;
}
ol.dialog li.buttons input {
	/* border:none;
	background-color:#005aaa;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
	padding:1px 20px;
	height:32px; */
}
ol.dialog li.buttons img {
	vertical-align:middle;
}
ol.dialog li .required {
	background:url(/static/images/star.gif) top left no-repeat;
}
ol.form li .last {
	padding-bottom:10px;
}
ol.dialog li label {
	width:150px;
	padding-left:10px;
	margin-right:7px;
	display: block;
	/* font-weight:bold; */
}
ol.dialog input[type=text] {
	width:200px;
}
ol.dialog input[type=password] {
	width:200px;
}

ol.dialog li div.error {
	padding-top:2px;
	padding-left:165px;
	font-size:80%;
	color:#BB0000;
}

input.submit {
	font-size: 120%;
}

div.error {
	color:#BB0000;
}
div.error .buttons {
	text-align:left;
}

div.warning {
	color:#FF941B;
}
div.warning .buttons {
	text-align:left;
}

div.note {
	/* color:#42CD3B; */
}
div.note .buttons {
	text-align:left;
}
ol.small {}

ol.small li.error {
	/* background:#FFD2D2 url(<?php echo $this->config['images_url']; ?>/icons/cancel.png) 400px no-repeat; */
	background-color:#FFD2D2;
}

table {
	margin-top: 15px;
}

table.plans {
	border: none;
	background-color: #bfd2d4;
}

table.plans tr td {
	background-color: #FFFFFF;
	padding: 5px 15px;
	margin: 1px;
}

#tab-nav {
	border:1px solid #FFFFFF; /* Stupid IE7 */
	margin-top: 20px;
}
#tab-nav ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#tab-nav li {
	float:left;
	border: solid;
	border-width:1px 1px 0px 1px;
	border-color:#666666;
	margin:0px 0px 0px 10px;
	background-color:#0078b9;
	position:relative;
	top:5px;
}
#tab-nav a {
	text-decoration:none;
	padding:7px 10px 7px 10px;
	color:#EFEFEF;
	display:block;
}
#page-content {
	border:0px solid;
	border-color:#666666 #CCCCCC #CCCCCC #CCCCCC;
	border-width:1px 2px 2px 1px;
	clear: both;
	padding: 10px;
	padding-top: 5px;
}
#tab-nav #selected {
	position:relative;
	top:1px;
	background-color:#FFFFFF;
}

#tab-nav #selected a {
	color:#333333;
	padding-top:11px;
	font-size: 110%;
}

div.terms {
	width: 500px;
	height: 100px;
	overflow: auto;
	border: 1px solid;
	border-color:#666666 #CCCCCC #CCCCCC #666666;
	border-width:1px 2px 2px 1px;
	margin-top: 15px;
	padding: 10px;
}

div.terms ul {
	list-style-position: inside;
}

div.terms ul li {
	text-indent: -15px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.api-key {
	padding: 5px;
	background-color: #bfd2d4;
	border: 1px dashed #666666;
	width: 350px;
	vertical-align: middle;
}

.inline {
	vertical-align: middle;
}

div.selected_plan {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	padding-bottom: 10px;
}

.hidden {
	display: none;
	height: 0px; /* For smooth animation */
}

.warning {
	padding: 15px;
	border: 1px dashed #999999;
	background-color: #ffdfdf;
}

hr {
	height: 1px;
	border-bottom: 1px dashed #7ebf85;
}

.squish-text {
	padding-left: 10px;
}

a {
	color: #0078b9;
}

a:hover {
	color:#999999;
}

a h3,
.squish-text h3 {
	text-decoration: underline;
	cursor: pointer;
	padding-bottom: 5px;
	margin-top: 0px;
	padding: 0px;
	color: #666666;
}

a h3:hover,
.squish-text h3:hover {
	color: #999999;
}

.squish-text p {
	padding: 0px 10px 10px 10px;
	display: none;
}

.squish-text p.cost {
	padding: 10px 10px 30px 10px;
}

p.cost {
	padding: 10px 0px 20px 0px;
}

.xsspacer,
.sspacer,
.mspacer,
.lspacer,
.xlspacer {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}

.xsspacer {
	height: 3px;
}

.sspacer {
	height: 5px;
}

.mspacer {
	height: 10px;
}

.lspacer {
	height: 15px;
}

.xlspacer {
	height: 20px;
}

.ftf {
	padding-top: 25px;
}

ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#path {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 25px 0px;
	border-bottom: 1px solid #EFEFEF;
}
