@import 'css/reset.css';
@import 'css/layout.css';

/*
Theme Name: Moving On II
Theme URI: http://eric.dirtcircle.com/
Description: A style for moving on
Version: 1
Author: Eric Meyer
*/

/* @override http://www.movingonblog.com/wp-content/themes/moving/style.css */

/* @group HELPERS */

.trans { 
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

/* @end */

/* @group FONT DEFAULTS */

body {
	font-size:100%;
	line-height:1.3125;
}

#page {
	font-size:0.875em;
	line-height: 1.5;
}

.small {
	font-size:0.75em;
	line-height: 1.75;
}

/* @end */

/* @group LINK DEFAULTS */

a:link {
	color: #e35fff;
	text-decoration: none;
}

a:visited {
	color: #e35fff;
	text-decoration: none;
}

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

a:active {
	color: #909;
	text-decoration: none;
}

/* @end */

/* @group SITE */

body { 
	font-family: gill sans, helvetica, modern, sans-serif;
	background-image: url(images/flamingo.gif);
	background-position: 2em 0em;
	background-repeat: no-repeat;
}

#page { 
	
}

img { 
	border: 1px solid #ddd;
}

#branding { 
	border-bottom: .25em double #ccc;
	background: #fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

#branding h1 { 
	text-transform: uppercase;
	font-weight: lighter;
}

#branding h2 { 
	font-family: scrawl, gill sans, helvetica, modern, sans-serif;
	text-transform: uppercase;
	color: #999;
}

.post h3 { 
	font-family: big caslon, georgia, classic, serif;
	font-size: 3em;
	line-height: 1;
	font-weight: lighter;
	border-bottom: 1px solid #ddd;
}

.post h3 a { 
	color: #000;
}

.post h3 a:hover { 
	color: #909;
}

#user_info .inner { 
	border-left: 1px solid #ddd;
	color: #999;
}

.post { 

}

.post .meta { 
	font-size:0.75em;
	line-height: 1.75;
	text-transform: uppercase;
	color: #999;
}

.meta p { 
	border-left: 1px solid #ddd;
}

.post .categories { 
	text-align: right;
}

.post .categories ul { 
	border-left: 1px solid #ddd;
}

.post .categories a { 
	text-align: left;
}

.post .comments a,
.single .comments .add_comment a { 
	background: url(images/comment.gif) no-repeat scroll bottom;
	color: #E35FFF;
	text-align: center;
}

.post .comments a:hover,
.single .comments .add_comment a:hover { 
	color: #909;
	background: url(images/comment_hover.gif) no-repeat scroll bottom;
}

.post .comments a:hover em { 
	color: #909;
}

.single .comments .add_comment a { 
	font-size: 3em;
	line-height: 1;
	text-transform: uppercase;
}

.comments .number { 
	font-size: 1.5em;
	line-height: 1;
	text-transform: uppercase;
}

.comments .number a { 
	color: #EC90FF;
}

.comments .number em { 
	font-size: 4em;
	line-height: 1;
	font-family: georgia, classic, serif;
	font-style: normal;
	font-weight: bold;
	color: #E35FFF;
}

#comment_area { 
	background: #ffdfff;
	border-top: .25em double #e35fff;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

#comment_area h4 { 
	font-weight: lighter;
	text-transform: uppercase;
}

#comment_area h5 { 
	font-weight: lighter;
	text-transform: uppercase;
	color: #999;
	border-bottom: 1px solid #ddd;
}

#comment_area h5 cite { 
	font-style: normal;
	font-size: 1.5em;
	line-height: 1;
	font-family: big caslon, georgia, classic, serif;
	text-transform: capitalize;
	color: #000;
}

#comment_area .commentmetadata { 
	font-size: .75em;
	line-height: 1.75em;
	text-transform: uppercase;
	border-left: 1px solid #ddd;
}

#respond { 
	border: 2px solid #E35FFF;
	background: #F5C5FF;
}

#sub { 
	border-top: .25em double #F5C5FF;
	padding-top: 1.25em;
	background: #E35FFF;
	color: #f5c5ff;
}

#sub a:link,
#sub a:visited {
	color: #fff;
}

#sub a:hover,
#sub li:hover {
	background: #dd5df8;
}

#sub h4 { 
	text-transform: uppercase;
	font-weight: lighter;
	border-bottom: 2px solid #fff;
	color: #fff;
}

#sub li { 
	border-bottom: 1px solid;
}

.category_list li { 
	text-align: right;
}

.category_list li a { 
	text-align: left;
}

#site_info { 
	background: #f5b1ff;
	color: #909;
	border-top: .25em double;
}

#site_info p { 
	font-size: .75em;
	line-height: 1.75em;
}


/* @end */F5C5FF