/* @override http://www.jwarren.com.au/wordpress/wp-content/themes/miracle-update/style.css */

@import url(style/css/reset.css);
@import url(style/css/typography.css);
@import url(style/css/layout.css);
/*
Web Design: Digital Mischief
Visit www.digitalmischief.net.au

**** General Styles ******/
.clear
{
	clear: both;
}
UL
{
	list-style-type: disc;
	margin: 0px 0px 20px 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	line-height: 18px;
}
.column_large li {
list-style-type: disc;
}
.column_medium li {
list-style-type: disc;
}
OL
{
	list-style-type: decimal;
	margin: 0px 0px 20px 40px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	line-height: 18px;
}
BLOCKQUOTE
{
	margin-left: 20px;
	border-left: 3px solid #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	margin-bottom: 25px;
	line-height: 18px;
	padding-left: 10px;
}
A:hover
{
	text-decoration: underline;
}
P
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	margin-bottom: 25px;
	line-height: 18px;
}
H1
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #414141;
	margin: 0px;
	line-height: 24px;
}
H2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #521773;
	margin-bottom: 15px;
}
H4
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #414141;
	line-height: 18px;
}
H5
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #414141;
	margin-bottom: 10px;
}
H6
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #414141;
	margin-bottom: 10px;
}
.alignleft
{
	float: left;
	margin: 10px 15px 10px 0px;
}
.alignright
{
	float: right;
	margin: 10px 0px 10px 15px;
}
/***** Header Styles ******/
#header_container
{
	background: transparent url(style/img/BG_transparent_black.png) repeat;
	height: 205px;
	width: 100%;
	border-bottom: 1px solid #110517;
	margin-bottom: 40px;
}
#header
{
	background: white;
	height: 90px;
	width: 960px;
	margin: 0px auto;
}
#logo
{
	float: left;
	width: 951px;
	margin: -76px 0px 0px 10px;
}
/***** Navigation Styles *****/
#topnav
{
	padding: 0px;
	/*+placement:shift -284px 2px;*/
	position: relative;
	float: left;
	margin-left: 0;
	top: 155px;
}
#topnav LI
{
	float: left;
	margin: 0px 15px;
}
#topnav LI A:link, #topnav LI A:active, #topnav LI A:visited
{
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #999;
	line-height: 30px;
	text-decoration: none;
}
#topnav LI.current_page_item A, #topnav LI A:hover
{
	color: #879B90;
}
/***** Featured Content Styles ******/
#featured
{
	background: #FFF;
	margin: -15px auto 20px;
	width: 940px;
	height: 280px;
	border: 1px solid #666;
	padding: 10px;
	position: relative;
	overflow: hidden;
/*Rounded Corner Styles*/
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
#featured LI
{
	margin: 10px;
}
#featured LI P
{
	position: relative;
	line-height: 1.6em;
	top: -44px;
	height: 30px;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-align: right;
	font-size: 18px;
	padding: 5px 10px;
	z-index: 8;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	width: 920px;
}
/***** Main Content Styles ******/
#main
{
	background: #FFF;
	margin: 0px auto;
	width: 900px;
	border: 1px solid #666;
	padding: 25px 30px 15px;
	position: relative;
	margin-bottom: 30px;
/*Rounded Corner Styles*/
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
#top
{
	border-bottom: 1px solid #D4D7DD;
	padding-bottom: 30px;
	height: 60px;
	margin-bottom: 25px;
}
#tagline_left
{
	width: 650px;
	float: left;
	margin: 10px;
	text-align: left;
}
#tagline_right
{
	width: 850px;
	float: right;
	margin: 10px;
	text-align: right;
}
.column_small
{
	width: 270px;
	border-right: 1px solid #D4D7DD;
	padding-right: 15px;
	float: left;
	margin-right: 15px;
}
.column_medium
{
	width: 570px;
	border-right: 1px solid #D4D7DD;
	padding-right: 15px;
	float: left;
	margin-right: 15px;
}
.column_large
{
	width: 900px;
	float: left;
}
.column_last
{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
#main IMG
{
	border: 5px solid #CCC;
}
.newsitem
{
	border-bottom: 1px solid #D4D7DD;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.newsitem P
{
	margin-bottom: 0px;
}
.newsitem A:link, .newsitem A:active, .newsitem A:visited
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	margin-bottom: 25px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}
.newsitem:last-child
{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
H2#comments
{
	margin-bottom: 25px;
}
.commentlist
{
	list-style: none;
	margin-left: 0;
}
.commentlist LI
{
	width: 560px;
}
.commentlist LI .comment_left
{
	float: left;
	width: 80px;
	text-align: center;
	margin-right: 12px;
}
.commentlist LI .comment_left IMG
{
	margin-bottom: 10px;
}
.commentlist LI .comment_right
{
	float: left;
	width: 465px;
	margin-bottom: 20px;
}
.commentlist LI .comment_right .comment_meta
{
	height: 20px;
}
.commentlist LI .comment_right .name
{
	float: left;
	width: 180px;
}
/***** Portfolio Styles ****/
UL#portfolio
{
	margin: 0px;
}
UL#portfolio LI
{
	display: inline;
}
UL#portfolio LI IMG
{
	margin: 3px;
	border: 5px solid #CCC;
}
UL#portfolio LI IMG:hover
{
	border: 5px solid #999;
}
/****** Sub Navigation Styles *****/
UL.subnav
{
	list-style: none;
	margin: 15px 0px 25px;
}
UL.subnav LI
{
	border-top: 1px solid #D4D7DD;
	width: 300px;
	padding: 0px;
	margin: 0;
}
UL.subnav LI:last-child
{
	border-bottom: 1px solid #D4D7DD;
}
UL.subnav LI A:link, UL.subnav LI A:active, UL.subnav LI A:visited
{
	text-decoration: none;
	color: #414141;
	width: 285px;
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
/**** Form Styles ****/
TEXTAREA#message, TEXTAREA#comment
{
	border: 1px solid #CDCDCD;
	padding: 5px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 450px;
}
INPUT#name, INPUT#email, INPUT#author, INPUT#url
{
	border: 1px solid #CDCDCD;
	height: 16px;
	width: 200px;
	padding: 5px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
INPUT#s
{
	border: 1px solid #CDCDCD;
	height: 16px;
	width: 190px;
	padding: 5px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
INPUT[type=submit]
{
	cursor: pointer;
	border: 1px solid #CDCDCD;
	padding: 4px 5px;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
INPUT[type=submit]:hover
{
	background: #999;
	color: #EAEAEA;
}
.form P
{
	font: 14px/24px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
LABEL
{
	width: 100px;
	margin-left: 10px;
}
#commentform
{
	margin-left: 15px;
}
#searchform LABEL
{
	display: none;
}
H1.error404
{
	padding-bottom: 10px;
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 25px;
}
/***** Adblock Styles *****/
UL.adblock
{
	margin: 0px 0px 20px;
}
UL.adblock LI
{
	display: inline;
}
UL.adblock LI IMG
{
	margin: 1px;
	border: 3px solid #CCC;
}
UL.adblock LI IMG:hover
{
	border: 3px solid #999;
}
/****** Blog Styles *****/
.meta
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	margin: 10px 0px 20px;
}
.snippet
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414141;
	line-height: 18px;
	margin-bottom: -15px;
}
.blog_entry
{
	margin-bottom: 30px;
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 15px;
}
.entries .blog_entry:last-child
{
	margin-bottom: 15px;
}
.blogimage
{
	border: 5px solid #CCC;
	margin: 15px 0px;
}
.blogimage:hover
{
	border: 5px solid #999;
	margin: 15px 0px;
}
.blogtitle H1 A:link, .blogtitle H1 A:active, .blogtitle H1 A:visited
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #414141;
	margin: 0px;
	line-height: 24px;
	text-decoration: none;
}
.pagination A
{
	font-size: 14px;
	text-decoration: none;
	color: #414141;
}
.tags
{
	border-bottom: 1px dotted #CDCDCD;
	border-top: 1px dotted #CDCDCD;
	padding: 6px 0px;
}
/***** Footer Styles ******/
#footer
{
	border-top: 1px solid #D4D7DD;
	margin-top: 25px;
	padding-top: 15px;
	height: 8px;
}
#copyright
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #414141;
	width: 450px;
	float: left;
}
#footer_navigation
{
	list-style: none;
	width: 450px;
	float: left;
	margin: -5px;
	padding: 0px;
	text-align: right;
}
#footer_navigation LI
{
	display: inline;
	padding: 0px;
}
#footer_navigation LI A:link, #footer_navigation LI A:active, #footer_navigation LI A:visited
{
	text-decoration: none;
	color: #414141;
	margin: 0px 5px;
	font-size: 10px;
	padding: 0px;
}
#footer_navigation LI A:hover
{
	text-decoration: underline;
}
/******* Widget Styles ********/
.widget
{
	margin-bottom: 15px;
}
.widget_search LABEL
{
	display: none;
}
.widget_recent_entries UL, .widget_categories UL, .widget_archive UL, .widget_meta UL, .blogroll
{
	list-style: none;
	margin: 15px 0px 25px;
}
.widget_recent_entries UL LI, .widget_categories UL LI, .widget_archive UL LI, .widget_meta UL LI, .blogroll LI
{
	border-top: 1px solid #CDCDCD;
	width: 300px;
	padding: 0px;
	margin: 0;
}
.widget_recent_entries UL LI:last-child, .widget_categories UL LI:last-child, .widget_archive UL LI:last-child, .widget_meta UL LI:last-child, .blogroll LI:last-child
{
	border-bottom: 1px solid #CDCDCD;
}
.widget_recent_entries UL LI A:link, .widget_recent_entries UL LI A:active, .widget_recent_entries UL LI A:visited, .widget_categories UL LI A:link, .widget_categories UL LI A:active, .widget_categories UL LI A:visited, .widget_archive UL LI A:link, .widget_archive UL LI A:active, .widget_archive UL LI A:visited, .widget_meta UL LI A:link, .widget_meta UL LI A:active, .widget_meta UL LI A:visited, .blogroll LI A:link, .blogroll LI A:active, .blogroll LI A:visited
{
	text-decoration: none;
	color: #414141;
	width: 285px;
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
.widget_search
{
	margin-bottom: 25px;
}
.widget_search LABEL
{
	display: none;
}
.widget_pages UL
{
	list-style: none;
	margin: 15px 0px 25px;
}
.widget_pages UL LI
{
	border-top: 1px solid #CDCDCD;
	width: 300px;
	padding: 0px;
	margin: 0;
}
.widget_pages UL LI:last-child
{
	border-bottom: 1px solid #CDCDCD;
}
.widget_pages UL UL LI:last-child
{
	border-bottom: none;
}
.widget_pages UL LI A:link, .widget_pages UL LI A:active, .widget_pages UL LI A:visited
{
	text-decoration: none;
	color: #414141;
	width: 285px;
	display: block;
	padding: 5px 5px 5px 10px;
	margin: 0;
}
.widget_pages UL UL
{
	margin: 0;
}
.widget_pages UL UL LI A:link, .widget_pages UL UL LI A:active, .widget_pages UL UL LI A:visited
{
	text-decoration: none;
	color: #414141;
	width: 240px;
	display: block;
	padding: 5px 5px 5px 25px;
	margin: 0;
}
.widget_recent_comments UL
{
	list-style: none;
	margin: 15px 0px 25px;
}
.widget_recent_comments UL LI
{
	border-top: 1px solid #CDCDCD;
	width: 300px;
	padding: 0px;
	margin: 0;
}
.widget_recent_comments UL LI:last-child
{
	border-bottom: 1px solid #CDCDCD;
}
.widget_tag_cloud DIV A
{
	padding: 3px;
	border: 1px solid #CDCDCD;
	margin: 5px;
	line-height: 30px;
}

