/*

Theme Name: arcticcircle

Theme URI: http://giantsponge.com/

Version: 1.5

Description: A custom style Wordpress theme.

Author: Giant Sponge

Author URI: http://giantsponge.com

*/

/* standard elements */
html { min-height: 100%; }

*
{
	margin: 0;
	padding: 0;
}

a { color: #e6e9ec; }

a:hover
{
	text-decoration: underline;
}

body
{
	background: #2a0f04 ;
	/*  url(img/bg.jpg) repeat-x; */
	color: #FFF;
	padding-left: 90px;
	font-family: Helvetica, sans-serif, bold;
	font-size: 46px;
	
}

p,code,ul,ol { padding: 5px 10px 5px 5px; }

h1
{
	color: #FFF;
	font-family: Times, serif;
	font-size: 18px;
}

h1 a
{
	text-decoration: none;
	color: #FFF;
	font-family: Times, serif;
	
}

h1 a:hover { }

h2
{
	text-decoration: none;
	color: #FFF;
	font-family: Times, serif;
	
}

h1,h2,h3,h4 { padding: 2px 10px 2px 10px; }

blockquote
{
	color: #CCC;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 0px 5px 0px 5px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 0px 5px 0px 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	padding: 0px 5px 0px 5px;
	float: right;
}

.alignleft
{
	padding: 0px 5px 0px 5px;
	float: left;
}

/* End Images */
img
{
	border: none;
	padding: 0 10px 0 10px;
}

img.right { margin: 5px 0 5px 12px; }
img.left { margin: 5px 12px 5px 0; }

img.border
{
	background: #a1a1a1;
	display: block;
	padding: 1px;
}

.entry { padding: 0 0 0 10px; }

/* misc */
.clearer
{
	clear: both;
	font-size: 0;
}

.left { float: left; }
.right { float: right; }

.decay
{
	clear: both;
	letter-spacing: 1px;
	padding: 0px 0 0px 5px;
	height: 40px;
}

h1.decay
{
	background: url('img/header.gif') no-repeat left center;
	padding: 10px 0 0 10px;
	line-height: 30px;
	color: #FFF;
	font-weight: normal;
}

h2.decay
{
	background: url('img/header_small.gif') no-repeat left center;
	padding: 12px 0 0 20px;
	line-height: 30px;
}

p.postinfo
{
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em serif;
	margin-bottom: 24px;
	padding: 8px;
}

p.postinfo a { color: #888; }
p.postinfo a:hover { color: #CCC; }

.descr
{
	color: #8DC63F;
	margin-bottom: 6px;
	padding: 10px;
}

/* structure */
#container
{
	font-size: 12px;
	line-height: 18px;
}

/* title */
#site-title { font: normal 3em Times, serif; }

#site-title a
{
	color: #DDD;
	text-decoration: line-through;
}

#site-title a:hover
{
	color: #FFF;
	text-decoration: none;
}

#site-description { color: #CCC; }

/* content */
#content
{
	left: 290px;
	position: absolute;
	top: 184px;
	width: 694px;
}

#content li { margin-left: 18px; }

/* navigation */
#navigation
{
	left: 10px;
	position: absolute;
	top: 0px;
	width: 245px;
}

#navigation h2
{
	text-decoration: none;
	color: #FFF;
	font-family: Times, serif;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

#navigation ul
{
	margin: 0 0 0 1em;
	padding: 2px 0px 2px 10px;
}

#navigation li { list-style: none; }

#navigation li a
{
	color: #e6e9ec;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 2px;
}

#navigation li a:hover
{
	color: #CCC;
	text-decoration: underline;
}

/* archives */
.post h1 a { color: #FFF; }

.post h1 a:hover
{
	color: #CCC;
	text-decoration: underline;
}

.post .descr { color: #AAA; }
.post .descr a { color: #CCC; }
.post .descr a:hover { color: #FFF; }

/* footer */
#footer
{
	border-top: 1px dashed #333;
	color: #666;
	font: normal 10px sans-serif;
	margin-top: 12px;
	position: absolute;
	top: 100%;
	padding: 0 0 0 10px;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

#footer a:hover
{
	color: #CCC;
	text-decoration: underline;
}

#footer .left, #footer .right { padding: 10px 0; }
#footer .right a { color: #777; }

/* comments */
.content ol li { background: none; }

.commentlist
{
	margin: 0;
	padding: 0;
}

.commentlist li
{
	margin-bottom: 1.2em;
	list-style: decimal;
}

#commentform
{
	margin: 1em 0;
	background: #000;
	width: 360px;
}

.commentmetadata
{
	color: #666;
	padding: 2px 0 4px;
}

.commentmetadata a
{
	color: #CCC;
	text-decoration: none;
}

.commentmetadata a:hover { text-decoration: underline; }

/* forms */
textarea.styled { width: 280px; }

.styled
{
	background: #DDD;
	border: 0px solid #CCC;
	font: normal 1em Arial,sans-serif;
	padding: 2px;
}

.styled:hover { background: #EEE; }
.styled:focus { background: #FFF; }
#commentform input { margin-bottom: 3px; }

/* calendar */
#wp-calendar { color: #acaf91; }
#navigation table caption { border-bottom-color: #000; }

#navigation table thead tr
{
	border-bottom-color: #000;
	color: #cbceab;
}

#navigation table th { border-bottom-color: #000; }

#navigation table td#today
{
	border-color: #000;
	color: #cbceab;
}

#navigation table td a
{
	border-bottom-color: #000;
	background-color: #EDF3DE;
}

#navigation table tfoot { border-top-color: #000; }
#navigation table tfoot a { background: none; }

#wp-calendar
{
	/* display: inline-table; */
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

#navigation table caption
{
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

#navigation table thead tr { border-bottom: 1px solid; }
#navigation table th { border-bottom: 1px solid; }

#navigation table td
{
	width: 225px;
	/* maximaize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: 0.9em;
}

#navigation table td#today
{
	padding: 0;
	border: 1px solid;
	font-size: 1em;
	font-weight: bold;
}

#navigation table td a
{
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 1.15em;
}

#navigation table tfoot { border-top: 1px solid; }

#navigation table tfoot a
{
	border: none;
	font-weight: bold;
}

#navigation table tfoot #prev a { text-align: left; }
#navigation table tfoot #next a { text-align: center; }

/* search form */
#searchform { padding: 0 10px; }

#searchform input.sfield
{
	border: 1px solid #CCC;
	padding: 2px;
	width: 120px;
}
/*
EASY CONTACT
*/

body div.formcontainer
{
	clear: both;
	overflow: hidden;
	width: 93%;
	background-color: #FFF;
	padding: 15px;
}

body div.formcontainer span.required {
color: #FFF;
}

body div.formcontainer p.error,
body div.formcontainer p.important,
body div.formcontainer p.information,
body div.formcontainer p.success {
border-top: 1px solid #E8E8DE;
color: #442;
line-height: 250%;
padding-left: 36px;
width: 93%;
}

body div.formcontainer p.error {
background: #fbfbee url('error.png') no-repeat 12px 50%;
border-bottom: 2px solid #F0D28B;
}

body div.formcontainer p.important {
background: #fbfbee url('important.png') no-repeat 12px 50%;
border-bottom: 2px solid #FED7CE;
}

body div.formcontainer p.information {
background: #fbfbee url('information.png') no-repeat 12px 50%;
border-bottom: 2px solid #C5DDF2;
}

body div.formcontainer p.success {
background: #fbfbee url('success.png') no-repeat 12px 50%;
border-bottom: 2px solid #C7E9B3;
}

body div.formcontainer form.contact-form {
clear: both;
float: none;
width: 100%;
}

body div.formcontainer form.contact-form fieldset {
background: #F6F6F6;
color: #333333;
margin: 0.5em 0 1.5em 0;
}

body div.formcontainer form.contact-form fieldset legend {
text-transform: uppercase;
}

body div.formcontainer form.contact-form fieldset div.form-label {
display: block;
float:none;
line-height:150%;
margin: 0.5em 0 0 0;
padding:0;
text-align:left;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-label label,
body div.formcontainer form.contact-form fieldset div.form-option label {
cursor: pointer;
line-height:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input,
body div.formcontainer form.contact-form fieldset div.form-textarea {
display: block;
float:none;
margin: 0.2em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-input input,
body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
padding: 0.3em;
width: 97%;
}

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {
overflow: auto;
}

body div.formcontainer form.contact-form fieldset div.form-input input.error {
background-color: #FBF4E2;
}

body div.formcontainer form.contact-form fieldset div.form-input input.optional {
margin-bottom: 0.2em;
}

body div.formcontainer form.contact-form fieldset div.form-option,
body div.formcontainer form.contact-form fieldset div.form-submit {
display: block;
float:none;
margin: 1em 0 0 0;
width:100%;
}

body div.formcontainer form.contact-form fieldset div.form-submit input {
cursor:pointer;
padding:0.5em 2em;
}

