/* Section Styles: Journal */

body {
	background: #fff url(../i/journal-header-bg.png) repeat-x;
	color: #000;
}
a {
	color: #ff0042;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #161412;
}
h2 {
	color: #161412;
	background: url(../i/journal-arrow.png) right no-repeat;
}
h2 a {	color: #161412; }
h2 span {
	color: #ff0042;
}
.entry h2 span {
	color: #c6c4c2;
}

.entry h3 {

line-height: 1.3;
font-family: Georgia;
font-weight: normal;
font-size: 20px;
}
#column1 .module i {
border:solid 1px;
padding:3px;
	border-color: #c6c4c2;
	border-right-color: #b6b4b2;
	border-bottom-color: #b6b4b2;
}

/* @group Header : Photos */

#logo a {
	width: 342px;
	height: 116px;
	background: url(../i/journal-logo.png) no-repeat;
}
#tagline {
	color: #565452;	
}

#search-form .field {
border-color:#d9d9d9;
}


/* @group Topnav : Photos */

#topnav li a {
	color: #161412;
	border-color: #161412;
	}
#topnav li a.active,
#topnav li a:hover {
	border-color: #ff0042;
	color: #ff0042;
	}
#topnav li a:hover { background-image: url(../i/journal-topnav-arrow.png); }
#topnav li a.active { background-image: url(../i/journal-topnav-dot.png); }

/* @end */

/* @end */

/* @group Thumb Stlying : Photos */

#thumbs a span {
	background-image: url(../i/journal-frame.png);
}

/* @end */

#column2 ul a:hover, 
.comment h3 span,
#comment-form label,
.mycomment h3 span {
	color: #ff0042;
	}
#column2 ul em,
.comment h3 em,
.mycomment h3 em {
	color: #a6a4a2;
}
#column2 ul a:hover em,
#column2 ul a {
	color: #161412;
}
#column2 ul.table li,
.comment,
.mycomment,
.caption,
#entries h2,
#entries .entry-details,
#column1 .entry h2,
#about,
#updates .form-field,
#footer {
	border-color: #c6c4c2;
}
.entry-details {
	color: #767372;
}
.entry-details a {
	color: #363432;
}
.entry-details a:hover {
	color: #000;
}
.comment p {
	color: #717273;
}
.mycomment { 
	background:#eaeaea url(../i/blog-mycomment.png) bottom right no-repeat;
	padding: 10px 20px;
	}
#comment-form .form-field {
	color: #161412;
}

.feed-link {
	background: url(../i/journal-feed.png) no-repeat;
}

#minutia p,
blockquote,
.contentbox,
#comment-form .form-field {
background:#eaeaea;
}

#column1 .entry-details i {
border: 0;
padding: 3px 0 0 0;
}

.feature-box {
background: #555;
color: white;
padding: 18px 18px 6px 18px;
width: 240px;
text-align: center;
}
.feature-box p {
font-size: 16px;
font-weight: bold;
}
.feature-box object {
position: relative;
top: 3px;
}
.ads-google-entry {
padding: 12px 6px 6px 6px;
text-align: center;
background: #fff;
}
.entry-intro {
font-family: Georgia;
font-size: 16px;
font-style: italic;
color: #666;
margin-bottom: 18px;
}


/* Pull Quotes */

blockquote.pullquote {

	padding:10px;
	margin: 5px 15px 8px 0;
	float:left;
	width:150px;
	text-align: center;
	line-height:2.2em;
background: #eee;
}
blockquote.pullquote.rightpullquote {
	margin: 5px 0 8px 15px;
	float:right;
}
blockquote.pullquote p {
text-transform: none;
font-family: Palatino, Georgia, serif;
font-style: italic;
	margin:0 !important;
	font-size:1.4em;
	color:#666;
	font-weight:normal;
}
