/*

	Theme Name: Relaxed Antonia 3column NoHeader
	URI: http://dni.li/
	Description: A simple 3 column design (based on the relaxation theme)
	Version: 1.1
	Authors: Antonia & Toto
	Author URI: http://dni.li/

	Relaxed Antonia 3column
	This theme was designed and built by Antonia & Toto, and is based on
	Relaxation_3column v1.0.2 theme by John Wrana and Clemens Orth.

	The CSS, XHTML and design is released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	The photos in the header graphic are released under the cc licence. Check the URLs
	in the readme.txt file for more details.

	NOTE: replace the color in the following 7 style definitions depending on the header graphic you use:

		a
		h1, h1 a
		h2, h2 a
		#sidebar h2
		#sidebar2 h2
		#sidebar a:hover {
		#sidebar2 a:hover {

		Picture:						|	Color Code:
		--------------------------------------------------------|---------------
		Grand Pier						|	#DC5E04
									|
		Advert in Westminster Tube Station			|	#BD6907
									|	#CBDA7D
                                            				|
		View from the Brooklyn Bridge				|	#497260
		                                    			|
		Sunset							|	#7A677B
									|	#D47A7A
		                                    			|
		Bridge in Central Park					|	#292E31
		                                    			|
		Backyard						|	#78493F
		                                    			|
		Docks mirrored in Water					|	#617E8E
		                                    			|
		Hundertwasserhaus					|	#B89CA8
		                                    			|
		Battery Park Memorial					|	#792400
		                                			|
		Love in Manhatten					|	#7D0100


	NOTE: The flickr stylesheet definition for the flickr badges (http://www.flickr.com) are at the end of this 
	of this stylesheet. They are also used for all other images in the 3rd column. So be carefull what you are 
	do to them.
	
*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	background: #ffffff;
	font-size: 13px;
	font-family: 'Trebuchet MS', Georgia, 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	padding: 5px 0;
}

blockquote {
	border-left: 1px solid #e0e0d0;
	padding-left: 10px;
	margin: 0 30px;
}

a {
	color: #DC5E04;
	text-decoration: none;
}

code {
	color: #444433;
	text-align: left;
}

h1, h1 a {
	color: #DC5E04;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, 'Trebuchet MS', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, serif;
	margin: 40px 0 0 0;
	padding: 0;
	text-decoration: none;
}

h2, h2 a {
	color: #DC5E04;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
}

h3 {
	color: #005577;
	font-size: 13px;
	margin: 15px 0 15px 0;
	padding: 0;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

ol {
	margin: 0;
	padding: 30px;
}

form {
	margin: 0;
	padding: 0px;
}

p {
	line-height: 1.5em;
	text-align: justify;
}

small {
	font-size: 10px;
	line-height: 1.2em;
}

#content ul {
	list-style-image: url(/wp-content/themes/relaxed-antonia-3col-nh/images/bullet.gif);
	line-height: 1.5em;
	text-align: justify;
}

#content ol {
	line-height: 1.5em;
	text-align: justify;
}


#comment {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	width: 600px;
}

#commentform {
	margin:0;
	padding:0 0 0 0px;
	width:600px;
}

#content {
	background: transparent;
	border: none;
	color: #000000;
	float: left;
	left: 1px;
	margin: 0;
	padding: 0 15px 30px 30px;
	text-align: left;
	width: 600px;
}

#content a:hover {
	text-decoration: underline;
}

#content img {
	margin: 0;
	border: none;
}

#code, #email, #author {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}

#footer {
	background: #ffffff;
	clear: both;
	color: #808979;
	font-size: 11px;
	height: 65px;
	margin: 0;
	padding: 10px 10px 10px 67px;
}

#header {
	border: none;
	background: transparent;
	color: #a0a999;
	float: left;
	font-size: 11px;
	height: 80px;
	margin: 0;
	padding: 8px 30px 0 7px;
	text-align: right;
	width: 600px;
}

#header a {
	color: #990000;
}

#header img {
	border: none;
}

#page {
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px;
}

#s {
	background: #ffffff;
	border: 1px solid #e0e0d0;
	color: #595949;
	font-size: 11px;
	height: 15px;
	padding-left: 2px;
	vertical-align: middle;
	width: 100px;
}

#sidebar {
	background: transparent;
	border: none;
	color: #443;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 0px 30px 40px;
	text-align: left;
	width: 115px;
}

#sidebar2 {
	background: transparent;
	border: none;
	color: #443;
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 0 15px 30px 0px;
	text-align: left;
	width: 130px;
}

#sidebar form {
	margin: 0;
	padding: 0;
}

#sidebar a {
	color: #444433;
}

#sidebar2 a {
	color: #444433;
}

#sidebar a:hover {
	color: #DC5E04;
}

#sidebar2 a:hover {
	color: #DC5E04;
}

#sidebar h2 {
	color: #DC5E04;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 20px 0 10px 0;
	padding: 0;
}

#sidebar2 h2 {
	color: #DC5E04;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 20px 0 10px 0;
	padding: 0;
}

#sidebar li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar2 li {
	line-height: 1.5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.aktt_tweets li {
	margin-bottom:8px !important;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#noindent {
	margin: 0 0 0 -10px;
	padding: 0;
}

#noindent2 {
	margin: 0 0 0 -10px;
	padding: 0;
}

#submit {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	margin: 0;
	padding: 0 10px;
}

#acp-preview {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	margin: 0;
	padding: 0 10px;
}

#today {
	background: #ffffff;
}

#top {
	background: #ffffff;
	height: 30px;
}

#url {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}

#mcspvalue {
	background: #ffffff;
	border: 1px solid #e9e9d9;
	color: #595949;
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
}

#wrapper {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 640px;
}

.post {
	margin-bottom: 80px;
}

#bloglinks {
	background: transparent;
	border: none;
	color: #443;
	float: left;
	font-size: 11px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	margin: 0;
	padding: 0 0px 10px 10px;
	text-align: left;
}

#bloglinks a {
	color: #444433;
}

#bloglinks a:hover {
	color: #DC5E04;
}

#bloglinks li {
	list-style-type: none;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

#bloglinks ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	margin-top: -1px;
	text-align: right;
}

.commentbody {
	color: #595949;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 15px 15px 5px 15px;
	background: #f7f7f0;
	border: 1px solid #f0f0e0;
	position: relative;
	width: 572px;
	line-height: 1.5em;
}

.commentbody p {
	line-height: 1.5em;
	text-align: justify;
	padding-top:10px;
}

.gravatar {
	float:left;
	padding: 3px;
	border: 1px solid #f0f0e0;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

.commentlink {
	font-size: 10px;
}

.commentlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.commentcount {
	position: absolute;
	right: 36px;
	top: 0;
	font-family: Georgia,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #e0e0d0;
	float: right;
}

html[xmlns] .commentcount {
	position: absolute;
	right: 7px;
	top: 0;
}

.date {
	color: #808979;
	font: 11px trebuchet ms,verdana,arial,helvetica,sans-serif;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0 0 0 2px;
}

.imgmargin {
	padding: 10px 10px 10px 10px;
}

.navigation {
	font-size: 11px;
	padding: 40px 0 0 0;
}

.pagetitle {
	font-size: 11px;
	letter-spacing: 0.09em;
	text-align: right;
}

.postmetadata {
	color: #808979;
	font-size: 11px;
	letter-spacing: 0.09em;
	margin: 0;
	padding: 0;
	text-align: right;
}

.postmetadata a {
	color: #808979;
}

/* different postmetadata style for single.php */

.alt {
	line-height: 1.4em;
	padding: 0 0 15px 30px;
}

.alt a {
	color: #005577;
}
