/*   
Theme Name: Ellen
Description: Ellen's blog theme
Author: Ellen Flaherty
Author URI: http://ellenflaherty.com/
Version: 0.1
*/

/* LAYOUT */

* {
	margin:0px;
	padding:0px;
}

body {
  min-width: 1000px;      /* 2x (LC fullwidth +
	                            CC padding) + RC fullwidth */
  background:#ffffff;
}
#container {
x  padding-left: 200px;   /* LC fullwidth */
  padding-right: 50px;  /* RC fullwidth + CC padding */
  padding-top: 50px;
  overflow: hidden;
  position:relative;
}
#container .column {
  position: relative;
  float: left;
}

#header {
x  background-color:pink;
  padding:15px 18px 5px;
  margin-left:30px;
}

#content {
  width: 540px;
  padding: 10px 5px;    /* CC padding */
  left:70px;
x  border:1px solid black;
x  background-color:blue;
}

#container .column_border {
	padding-right:10px;
	padding-bottom:25px;
x	border:1px solid #000;
	background-color:white;
}

#sidebar {
  width: 230px;          /* LC width */
  padding: 10px 95px;       /* LC padding */
x  right: 170px;          /* LC fullwidth + CC padding */
x  top:125px;
x  margin-left: -100%;
x  background-color:red;
}

#sidebar img {
	border:none;
	float:left;
}

#s {
	width:125px;
	float:left;
}

#searchsubmit {
	margin-bottom:8px;
}

#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #sidebar {
  left: 150px;           /* RC width */
}

#container {

}
#container .column {
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#container .column_border {
  padding-bottom: 20100px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}

#footer {
  position: relative;
}


/* Element Styles */
#header {
  font-family:Arial;
  text-transform:uppercase;
  font-size:.8em;
}

#head {
	text-decoration:none;
	margin-left:10px;
	border:none;
}

#splash {
	position:absolute;
	top:10px;
}

#content {
x	background:url(/wp-content/themes/ellenflaherty.com/borders/left.png) repeat-y;
}


#sidebar {
	font-family:Bank Gothic, Eurostile, Copperplate Gothic Bold;
	text-align:right;
}

.entry {
	font-family:Arial;
	font-size:13px;
	line-height:18px;
	margin:0px 0px 10px;
	color:black;
}

.entry a {
	color:#888;
}

.entry a:hover {
	color:#ff0000;
}
.entry img {
	margin-top:10px;
	border:none;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	padding:5px;
	border:none;
	background:white;
}
div.entry > p:first-child:first-letter {
	font-family:Arial, Snell Roundhand Black, Edwardian Script ITC;
	font-size:46px;
	line-height:auto;
	float:left;
	margin-right:5px;
	margin-top:auto;
	color:#000;
	width:auto;
	font-weight:bold;	
	*line-height:37px;
	*margin-bottom:50px;
	*margin-right:auto;
}
p.image-drop:first-letter {
		font-family:Arial, Snell Roundhand Black, Edwardian Script ITC;
		font-size:46px;
		line-height:auto;
		float:left;
		margin-right:2px;
		margin-top:auto;
		margin-bottom:-5px;
		color:#000;
		width:auto;
		font-weight:bold;
		*line-height:65px;
		*margin-bottom:50px;
		*margin-right:2px;
}	


div.image-drop {
	padding:0px;
	margin-top:10px;
}

.entry p {
	padding-bottom:7px;
}

.postmetadata  {
	margin-bottom:25px;
	margin-left:0px;
	color:#000;
	font-family:Helvetica;
	font-size:12px;
	text-transform:uppercase;
	clear:both;
}

.postmetadata a:hover {
	color:#ff0000;
}

.post h2 {
	font-family:helvetica, Andale Mono, arial;
	font-size:25px;
	font-weight:bold;
}

.post h2 a {
	color:#000;
}

.postmetadata a {
	color:#888;
}

.email {
	text-transform:lowercase;
	color:#ccbbbb;
	font-size:16px;
}

h1 {
  position:absolute;
  top:28px;
  font-size:40px;
  font-family:Bank Gothic;
  margin-left:-8px;
  color:#FF7F66;
}

h1 a {
	color:#FF7F66;
}

a {
	text-decoration:none;
	color:black;
}

/* COMMENT STYLES */

blockquote {
	background:url(/wp-content/themes/ellenflaherty.com/images/quote.png);
	background-repeat:no-repeat;
	padding:5px 28px;
	text-align:justify;	
}

.entry blockquote div {
	background:url(/wp-content/themes/ellenflaherty.com/images/end_quote.png) no-repeat scroll 100%;
}

#comment {
	position:relative;
	width:95%;
}

.gallery img {
	border: none;
}