/*  Addy's Blog
	main.css - Layout and Functionality */ 

/* ----------| =Initial Page Structure |---------- */ 

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 62.5% Georgia, Times, serif;
	color: #252525;
	background: #1f2020 url(/images/backgroundstripe.png);
}

body { 
	position: relative;
	width: 600px;
	margin: 20px auto;
	font-size: 1em;
	line-height: 1em;
}

#header { 
	position: relative;
	border-top: 25px solid #e68a00;
	padding: 15px 0 0 0;
	width: 600px;
}

#content { 
	position: relative;
	min-height: 500px;
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0;	
}

#footer { 
	position: relative;
	margin-top: 8px;
	padding: 10px 15px 0 15px;
	background: #e68a00;
	text-align: right;
}

/* ----------| =Basic Element Styles |---------- */ 

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #474747;
}

h1 { 
	font-size: 1.8em;
}

h2 { 
	font-size: 1.6em;
}

h3 { 
	font-size: 1.4em;
}

h4 { 
	font-size: 1.3em;
}

h5 { 
	font-size: 1.2em;
}

h6 { 
	font-size: 1.1em;
}

p { 
	padding-bottom: .8em;
}

.spacer { 
	padding-top: 1em;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
	margin: 0 auto;
	display:block;
} 

a { 
	color: #e68a00;
	text-decoration: none;
}


a:visited { 
	color: #1f2020;
}

a:hover { 
	color: #828282;
	text-decoration: none;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}

/* ----------| =Colors |---------- */ 

/* 

*/ 

/* ----------| =Utilities |---------- */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	padding: 0 auto;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}


/* ----------| =Layout and Function |---------- */ 

	/* ----------| =Header |---------- */ 
#header h1 a{
	font: 5em helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	width: 400px;
	line-height: .9em;
}

#header #description{
	color: #fff;
}

#header strong { 
	position: relative;
	display: block;
	width: 530px;
	height: 78px;
	padding: 20px 0 0 0;
	background: url(/images/blog/layout/title.gif) no-repeat left bottom;
}

#header strong a { 
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header h2 { 
	text-transform: uppercase;
	font: 1.3em helvetica, sans-serif;
	color: #e68a00;
	padding: 10px 0 0 0;
	line-height: 1.5em;
	letter-spacing: .75px;
}

	/* ----------| =Content |---------- */ 
		/* ---------| =Page Titles |---------- */
#content .pagetitle {
	font: 2.4em Georgia, "times new roman", times, serif;
	font-weight: bold;
	padding: 0 0 20px 180px;
	color: #1f2020;
	text-align: left;
	line-height: 1.2em;
}

		/* ---------| =Navigation |---------- */
/*---		
#content #navigation { 
	position: relative;
	float: right;
	width: 180px;
	font-family: Lucida, "lucida-sans", sans-serif;
}

#content #navigation h2 { 
	font-size: .8em;
	letter-spacing: 2px;
	color: #333;
	font-weight: bold;
	background: #e68a00;
	display: block;
	text-transform: uppercase;
	margin: 10px 0 5px 0;
	padding: 0 0 0 10px;
}

#content #navigation ul {
	padding: 0 0 20px 10px;
	
}

#content #navigation ul li a {
	font-size: 1.2em;
	color: #333;
	padding: 0;
}

#content #navigation ul li a:hover {
	color: #777;
}

#content #navigation ul li ul { 
	padding: 0 0 0 10px;
}

#content #navigation ul li ul li { 
	font-size: .8em;
}
---*/
		/* ----------| =Posts |---------- */ 

#content .posttext,
#content .postlink,
#content .postphotoset,
#content .postphoto,
#content .postquote,
#content .postchat,
#content .postvideo,
#content .postaudio{
	background: #fff;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
	border-top:10px solid #1e1b1c;
	border-bottom:5px solid #1e1b1c;
	
}


#content .info{ 
	margin: 0 0 5px 0;
}

#content .content{
	clear: both;
}
#content .datecontainer{
	position: absolute;
	right: 100%;
}

#content .title {
	text-align: right;
	background: #fff url(/images/blog/layout/border.png) repeat-y right top;	
	padding: 10px 10px 10px 15px;
	white-space: nowrap;

}

#content .content h2 {
	font: 2.2em Georgia, "times new roman", times, serif;
	font-weight: bold;
	color: #e68a00;
}

#content h2 {
	padding: 0 0 10px 0;
	color: #e68a00;
}


#content h2 a{
	font: 1.2em Georgia, "times new roman", times, serif;
	font-weight: bold;
}


#content .title em {
	font: 1em Georgia, "times new roman", times, serif;
	font-weight: bold;
	color: #1e1b1c;
}

#content p {
	clear: both;
}


	/* ----------| =Footer |---------- */ 

#footer a {
	color: #333;
}

#footer a:hover {
	color: #fff;
}

#footer a:visited {
	color: #999;
}




























