/* 
ThemeSlice v2 by Mike Jolley

Attribution:
	museo-slab - A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl
*/
@import "reset.css";
@import "museo-slab/stylesheet.css";

/*~~~~~( body / universal )~~~~~~*/
body {
	text-align: center;
	font: 62.5% Georgia, Times, "Times New Roman", serif;
	background:#D3F2F6 url(../images/bg.png) repeat-x bottom fixed;
	color: #665548;
	}
a {
	color: #C3426B;
	text-decoration: none;
	}
a:hover, a:focus {
	text-decoration: none;
	background: #C3426B;
	color: #fff;
	outline: 2px solid #C3426B;
}

/*~~~~~( Layout )~~~~~~*/

div#header_wrapper {
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	font-size: 1.4em;
	background: url(../images/top.jpg) no-repeat top;
	}
#header {
	text-align: left;
	margin: 0 auto;
	width: 620px;
	padding: 30px 0 20px;
}
#header #logo {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 221px;
}
#header h1#logo a {
	margin: 0;
	padding: 0 0 0 221px;
	width: 0;
	height: 36px;
	line-height: 36px;
	background: url(../images/themeslice.png) no-repeat left top;
	overflow: hidden;
	float: left;
}
#header h1#logo a:hover, #header h1#logo a:focus {
	outline: 0;
	background-color: transparent;
}
#header p.caption {
	float: left;
	margin: 0;
	color: #5B4C40;
	clear: left;
	text-shadow: 0 1px 1px #C5E2E6;
	width: 221px;
	text-align: center;
}

#main_nav {
	float: right;
	background-color: #C5E2E6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	padding: 0 0 2px;
	margin: 6px 0 0 0;
	display: inline;
}
#main_nav ul {
	float: right;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav li {
	border-left: 1px solid #C5E2E6;
	float: left;
	padding: 12px 12px 10px;
	position: relative;
}
#main_nav li a {
	border-bottom: 1px dashed #777;
	padding-bottom: 1px;
	color: #555;
	float: left;
	font-size: 1em;
}
#main_nav li a:hover, #main_nav li a:focus {
	color: #C3426B;
	background: transparent none;
	outline: 0;
	border: 0;
	padding-bottom: 2px;
}
#main_nav li.first {
	border-left: 0;
}


#features {
	margin: 0 auto;
	width: 600px;
	font-size: 1.3em;
	
	background: #fff;
	
	box-shadow: 0 0 6px #C5E2E6;
	-moz-box-shadow: 0 0 6px #C5E2E6;
	-webkit-box-shadow: 0 0 6px #C5E2E6;
	padding: 10px;
	text-align: left;
	margin: 0 auto 20px;
	width: 600px;
	font-size: 1.3em;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius: 4px;
}
#features .inner {
	padding: 0 !important;
}
#features ul {
	
}
#features ul li {
	width: 236px;
	float: left;
	padding: 20px 9px 20px 52px;
	border-top: 2px dashed #D6F3F7;
	border-right: 2px dashed #D6F3F7;
	color: #746052;
	background-repeat: no-repeat;
	background-position: 10px center;
}
#features ul li.top {
	border-top: 0;
}
#features ul li.alt {
	border-right: 0;
	padding: 20px 10px 20px 51px;
}
#features ul li.seo {
	background-image: url(../images/search_32.png);
}
#features ul li.xhtml {
	background-image: url(../images/web_layout_32.png);
}
#features ul li.support {
	background-image: url(../images/user_blue_32.png);
}
#features ul li.widget {
	background-image: url(../images/cog.png);
}
#features ul li.control {
	background-image: url(../images/hammer_32.png);
}
#features ul li.browser {
	background-image: url(../images/chrome.png);
}


#order_form, .content {
	background: #fff;

	box-shadow: 0 0 6px #C5E2E6;
	-moz-box-shadow: 0 0 6px #C5E2E6;
	-webkit-box-shadow: 0 0 6px #C5E2E6;
	
	padding: 10px;
	text-align: left;
	margin: 0 auto 20px;
	width: 600px;
	font-size: 1.3em;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius: 4px;

}
#order_form .inner, .content .inner, #features .inner {
	border: 2px dashed #D6F3F7;
	padding: 0 20px 12px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius: 3px;
	position: relative;
}

#order_form label {
	color: #B5214C;
	display: block;
}
#order_form label.inline {
	display: inline;
}
#order_form small {
	font-size: 0.9em;
	color: #999;
	font-style: italic;
}
#order_form label small {
	margin-left: 10px;
}
#order_form input.text, #order_form textarea {
	padding: 6px;
	font-size: 1.2em;
	color: #777;
	border: 1px inset #ccc;
	width: 542px;
	background: #FEFFFF;
}
#order_form textarea {
	height: 150px;
}
#order_form .col-1 {
	float: left;
	width: 270px;
}
#order_form .col-2 {
	float: right;
	width: 270px;
}
#order_form .col-1 input, #order_form .col-2 input {
	width: 256px;
}
.labelHighlight {
	color: #bbb !important;
}
p.button input {
	
}
p.button {
	background: #C3426B;
	color: #fff;
	padding: 2px;
	float: right;
	position: relative;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius: 4px;
	margin-bottom: 16px !important;
}
p.button input{
	color: #fff;
	cursor: pointer;
	background: #C3426B;
	outline: 0;
	margin: 0;
	border: 1px dashed #DC8FA8;
	padding: 6px 17px;
	display: block;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius: 3px;
	font-size: 1.4em;
}

.content {
	-moz-opacity:.95; 
	opacity:.95;	
}

div#footer {
	background: #EAF9FA;
	padding: 20px 20px 0;
	border-top: 2px dotted #C5E2E6;
	text-align: center;
	font-size: 1.1em;
	clear: both;
	}
div#footer p {
	margin: 8px 0 0 0 !important;
	color: #A3BBBE;
}
div#footer h2 {
	color: #A3BBBE;
	font-size: 1em !important
}
div#footer .inner {
	margin: 0 auto;
	text-align: left;
	width: 620px;
}
#privacy {
	text-align: left;
	padding: 10px 0 20px;
}
	
/*~~~~~( Headings & paragraphs )~~~~~~*/
p {
	line-height: 1.8em;
	margin:  0 0 8px 0;
}
h1, h2, h3, h4, h5, h6, #main_nav, #features {
	font-family: MuseoSlab, Rockwell, Georgia, Times, "Times New Roman", serif;
	font-weight: normal !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	line-height: 1em;
	color: #665548;
	margin: 20px 0 12px 0;
	}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size:1.5em !important;
	}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size:1.2em;
	}

strong {
	font-weight:bold;
	}
em {
	color: #C6121F;
	font-style: normal;
}
.center {
	text-align: center !important;
}
blockquote {
	padding: 20px;
	margin: 20px 20px 20px 40px;
	background: #FEFBE0;
	border: 1px solid #F4E3CF;
}
blockquote p {
	margin:0 !important;
	font-size:1.4em;
	font-style: italic;
}

h2.main_title {
	background: #C3426B;
	color: #fff;
	padding: 2px;
	float: left;
	position: relative;
	margin-left: -42px;
	display: inline;
	margin-top: 10px !important;
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
	border-radius: 4px;
}
h2.main_title span {
	color: #fff;
	outline: 0;
	border: 1px dashed #DC8FA8;
	padding: 11px 17px;
	display: block;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius: 3px;
}

p.top {
	background: #C3426B;
	color: #fff;
	float: right;
	padding: 1px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0 10px -12px 0;
	-moz-opacity:.95; 
	filter:alpha(opacity=95); 
	opacity:.95;
}
p.top a {
	color: #fff;
	outline: 0;
	border: 1px dashed #DC8FA8;
	padding: 2px 4px;
}
p.top a:hover {
	border: 1px solid #DC8FA8;
}

p.error {
	border: 1px solid #AF1140;
	color: #AE0034;
	background: #FFF3F7;
	padding: 9px;
}
p.success {
	color: #46A30A;
	border: 1px solid #6CA911;
	padding: 9px;
	background: #FAFFF3;
}

/*~~~~~( IMG )~~~~~~*/

.aligncenter, .alignleft, .alignright {
	outline: 6px solid #fff;
	padding: 4px;
	border: 1px solid #E3E1E1;
	background: #fff;
}
.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.alignright {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

/*~~~~~( Lists )~~~~~~*/

dl {
	line-height: 1.8em;
	font-size: 1.1em;
}
dl dt {
	color: #C3426B;
	font-family: MuseoSlab, Rockwell, Georgia, Times, "Times New Roman", serif;
	font-weight: normal !important;
	letter-spacing: 1px;
	margin-bottom: 4px;
}
dl dd {
	color: #5B4C40;
	border-bottom: 2px dotted #D6F3F7;
	padding-bottom: 12px;
	margin-bottom: 14px;
	padding-left: 20px;
}
    			
/*~~~~~( Float clearing )~~~~~~*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	}
