/*

==========	Theme name: ec
			Gobal CSS Style Sheet: eskimo creative studio wp blog ==========
			Author: Mark Janson
			Theme URI: http://www.eskimocreative.com
			Copyright: İMark Janson, eskimocreative


-------------------------------------------------------------------------


			CONTENTS:
			
			0. HTML DEFAULTS
			1. STRUCTURE
			-	1.a STRUCTURE CLASSES
			2. TYPOGRAPHY AND COLORS
			3. LISTS
			4. NAVIGATION AND LINKS
			5. IMAGES
			6. FORMS
			-	6.a WP SEARCH FORM
			-	6.b	MAIL LIST FORM
			-	6.c COMMENTS


-------------------------------------------------------------------------

*/


/* =============== 0. Begin Defaults =============== */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background: #000000;
}

a:link, a:visited {
	color: #CFCFCF;
	text-decoration: none;
	border-bottom: thin dotted #333;
}

a:hover {
	color: #000000;
	background: #CFCFCF;
	border-bottom: thin solid #CFCFCF;
}

a:active {
	color: #CFCFCF;
	text-decoration: none;
	border-bottom: thin dotted #333;
}

a img {
	border: 0;
	background: none;
}

a:hover img {
	border: 0;
	background: none;
}

/* =============== End Defaults =============== */



/* =============== 1. Begin Main Structure =============== */

#page {
	width: 838px;
	margin: 48px;
	background: #000000;
}

#header {
	width: 100%;
	margin: 48px 0 0 0;
	position: relative;
	background: #000000;
}

#sidebar {
	width: 190px;
	float: left;
	background: #000000;
	padding: 48px 24px 0 0;
}

#content {
	width: 600px;
	background: #000000;
	padding: 48px 0 0 24px;
	float: left;
}

#footer {
	width: 100%;
	background: #000000;
	padding: 60px 0 48px 0;
}

#top {
	border-bottom: thin solid #333333;
	margin-bottom: 12px;
}


/* =============== 1a. Begin Structure classes ===============  */

.sbPanel, .sbPanelTop {
	width: 100%;
	padding: 18px 0 12px 0;
}

.sbPanelTop {
	padding: 0 0 12px 0;
}

.post {
	width: 600px;
	background: #000000;
}

.postNavigation {
	width: 600px;
	border-bottom: thin dotted #333333;
	padding: 6px 0 36px 0;
	margin: 0 0 48px 0;
}

.aligncenter {
	display: block;
	margin: 24px auto 24px auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.clearFloats {
	clear: both;
}

.noBorder {
	border: none;
}

.hidden {
	display: none;
}

/* =============== End Structure =============== */



/* =============== 2. Begin Typography & Colors =============== */

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	color: #E6E6E6;
}

h1 {
	font-size: 2.1em;
	font-weight: lighter;
	line-height: 21px;
	margin: 12px 0;
	padding: 0 0 3px 0;
}

h1 a:link, h1 a:visited {
	color: #E6E6E6;
	border: none;
}

h1 a:hover {
	color: #000000;
	background: #E6E6E6;
	border: none;
}

h1 a:active {
	color: #E6E6E6;
	border: none;
}

h2 {
	font-size: 1.9em;
	font-weight: lighter;
	margin: 0 0 18px 0;
	padding: 0;
}

h2 a:link, h2 a:visited {
	color: #E6E6E6;
	padding: 0;
	border-bottom: thin solid #333333;
	display: block;
}

h2 a:hover {
	color: #000000;
	background: #E6E6E6;
	border-bottom: thin solid #E6E6E6;
}

h2 a:active {
	color: #E6E6E6;
	border-bottom: thin solid #333333;
}

h2.title {
	color: #E6E6E6;
	border-bottom: thin solid #333333;
}

h3 {
	font-size: 1.9em;
	font-weight: lighter;
	margin: 0 0 18px 0;
	padding: 0; 
	border-bottom: thin solid #333333;
}

h6#respond {
	font-size: 1.9em;
	font-weight: lighter;
	line-height: 36px;
	height: 23px;
	margin: 48px 0 18px 0;
	padding: 0;
}

p {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 17px;
	color: #CFCFCF;
	margin: 0 0 24px 0;
}

.post p {
	color: #CFCFCF;
	font-weight: lighter;
	margin: 0 24px 12px 0;
}

.logo {	margin: 3px 0 0 0; }

.Lg {
	font-size: 1.5em;
	margin: 12px 0;
}

.small {
	font-size: 1.1em;
	margin: 0 0 12px 0;
}

.last {
	margin: 0 0 30px 0;
}

.back {
	margin: 24px 0;
}

#footer { 
	font-size: 1.0em;
	color: #555555;
}

/* =============== End Typography & Colors =============== */



/* ===============  3. Begin Lists ===============  */

li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

ul {
	margin: 0 0 36px 0;
}

ul li {
	margin: 0 0 3px 0;
}

ul li a:link, ul li a:visited {
	font-size: 1.2em;
	font-weight: lighter;
	color: #CFCFCF;
	text-decoration: none;
	border-bottom: none;
	margin: 0;
	display: block;
}

ul li a:hover {
	color: #000000;
	background: #CFCFCF;
	border-bottom: none;
}

ul li a:active {
	color: #CFCFCF;
	display: block;
	border: none;
}

/* =============== End Lists =============== */



/* =============== 4. Begin Navigation and Links =============== */

#blog a, #logo a {
	border: none;
	background: none;
}

/* =============== End Navigation and Links =============== */



/* =============== 5. Begin Images =============== */

img.aligncenter {
	display: block;
	margin: 0 auto 24px auto;
}

img.alignright {
	margin: 0 0 24px 12px;
	display: inline;
}

img.alignleft {
	margin: 0 0 24px 0;
	display: inline;
}

/* ===============  End Images =============== */



/* =============== 6. Begin Forms =============== */



/* =============== 6.a wp search form =============== */

#searchform {
	width: 190px;
	margin: 36px 0 24px 0;
}

#searchform #s {
	width: 190px;
	color: #CFCFCF;
	background: #000000;
	border: thin solid #333333;
}

#searchsubmit {
	width: 190px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #CFCFCF;
	font-size: 1.2em;
	font-weight: lighter;
	text-align: left;
	cursor: pointer;
	border: none;
	background: #000000;
	margin: 3px 0;
	display: block;
}

#searchsubmit:hover {
	color: #000000;
	background: #CFCFCF;
	cursor: pointer;
}

/* =============== 6.c Begin Comments =============== */

* WORKING HERE TO FORMAT FORM ELEMENTS FOR COMMENTS ON A SINGLE POST */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 212px;
}

#commentform input {
	width: 212px;
	padding: 0;
	margin: 0;
	border: thin solid #333333;
	background: #000000;
	color: #CFCFCF;
}

#commentform {
	margin: 12px 0 0 0;
}

#commentform textarea {
	width: 424px;
	max-width: 620px;
	padding: 0;
	margin: 12px 0;
	border: thin solid #333333;
	background: #000000;
	color: #CFCFCF;
}

label {
	display: block;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform  {
	margin: 24px 0 24px 0;
	cursor: pointer;
}

#commentform #submit {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	width: auto;
	border: none;
	background: none;
	cursor: pointer;
	text-align: left;
	color: #CFCFCF;
	background: #000000;
	margin-bottom: 24px;
}

#commentform #submit:hover {
	cursor: pointer;
	color: #000000;
	background: #CFCFCF;
}


/* =============== End Form Elements =============== */

/* =============== Begin Comments =============== */

.alt {
	margin: 0;
	padding: 0;
	border-bottom: thin dotted #333333;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 18px 0 12px;
	padding: 6px 6px 12px 0;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 12px 6px 12px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 6px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* =============== End Comments =============== */


/* =============== Bonza! =============== */