/*  
Theme Name: Frazzica
Description: WordPress Theme 2.0 for Frazzica Productions
Version: 2.0
Author: Imagine8 Studios
Author URI: http://www.i8studios.com.au
*/

body {
	margin: 0px;
	padding: 0;
	background: #fff url(images/background.png) repeat-y center top;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
}

h1, h2, h3 {
	margin:0px;
	font-family: Arial;
	font-weight: normal;
}

h1 { font-size: 16pt; font-weight:bold }

h2 { font-size: 20px; }

h3 { }

h4 { color:#d5161c; font-size:15pt}

p, ul, ol {
font-size:10pt
}

ul, ol { }

blockquote { }

a { text-decoration: none; color: #E3A63B; }

a:hover { text-decoration: underline; color:#d5161c; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background-image:url(images/contentbg_900x300.png);	
	background-repeat:repeat-y;
	background-position:0px 313px;
	background-color:#e3e3e3;
}

/* Header */

#media {
background: url(images/panel_900x167.png) no-repeat left top;
}

#header-wrapper {
}

#topheader {
	width: 900px;
	height: 102px;
	margin: 0 auto;
	background: url(images/header_900x102.png);
}

#header {
	width: 900px;
	height: 35px;
	background-color:#d5161c;
	margin: 0 auto;
/*	background: url(images/img03.jpg) repeat-x left top; */
}

/* Menu */

#menu {
	text-align:center;
	height: 35px;
	background-color:#d5161c;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;

}

#menu li {
	height: 25px;
	display: block;
	float: left;
	padding: 10px 22px 0px 22px;
/*	background: url(images/img04.jpg) no-repeat right 8px; */
	background-color:#d5161c;

}

.logo {
	background: url(images/logo.png) no-repeat;
	width:20px;
	height:22px;
	display:inline-block;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size:12px;
	font-family:arial;
	color: #fff;
	letter-spacing:2px
	text-transform:lowercase;
	font-weight:bold;
}

#menu a:hover { text-decoration: none; color:#E3A63B;}

#menu .current_page_item a {
	color: #000;
}

/* Search */

#search {
	float:right;
	height:54px;
	padding:0px;
	margin:0px 0px 0px -20px;


}

#search form {
	margin: 0;
	padding: 10px 10px 0px 0px;
	height:54px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	font: 12px Arial;
	height:28px;
	padding:0px 5px 0px 5px;
	color:#0099cc;
	border:1px solid #cccccc;
	margin:0px;
	vertical-align:center;
	background-color:transparent;

}

#search-text {
	width:135px;
	padding:0px 5px 0px 5px;
	color: #0099cc;
	background-color:transparent;
	text-align:center;
	border:1px solid #21343a;
}

#search-submit {
	border:none;
	padding:0px 5px 0px 5px;
	width:50px;
	color:#135472;
	background-color:transparent;
	font-weight:bold;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 0px;
}

/** LOGO */

#logo {
	width: 900px;
	height: 167px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0px;
	line-height: normal;
}

#logo h1 {
	padding-left: 100px;
	padding-top: 0px; 
}

#logo h1 a {
	text-decoration: none;
	text-transform: lowercase;
	color: #e3e3e3;
}

#logo h1 a:hover { color:#E3A63B }

#logo p {
	padding: 0px 0 0 100px;
	font-family:arial;
	color: #333333;
	letter-spacing:2px;
}

#logo p a {
	text-decoration: none;
	color: #333333;
}

#logo p a:hover { text-decoration: none; }

/* Content */

#content {
	float: left;
	width: 620px;

	text-align:left;
	font-size:9pt;
	margin-top:15px;
}

/* Post */

.post {
	margin:0px 0px 12px -5px;
	padding:6px;
/*	border:1px solid #21343a;
	background: url(images/img10.jpg) repeat-x left top; */

}

.post .title {
	
	font-size:20pt;
/*	color:#21343a;
	border-bottom: 1px solid #1E1E1E; */
	font-family: Arial, Helvetica, sans-serif;
	color: #d5161c;
	font-weight:bold;
	text-transform:lowercase;

}

.post .title a {
	text-decoration: none;
	color:#d5161c;
	font-weight:bold;

}
.post .date {
	float: right;
	margin-top: -20px;
	padding-right: 6pt;
	font-family:Arial;
	font-weight: normal;
	font-size: 9pt;
	color: #ccc;
	display:none;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #333;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 0px 0px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
        margin-top:15px;
	float: right;
	width: 200px;
        margin-left:-20px;
}

#sidebar ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 20px 0px;
/*	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
}

#sidebar li ul {
	background: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 10px;
	background: none;
}

#sidebar p {
	margin: 0;
	padding: 0 0px;
}

#sidebar h2 {
	padding: 8px 0px 0px 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #d5161c;
}


#sidebar p {
	text-align:left;

}

#sidebar a {
color:#333;
font-weight:bold;
text-transform:uppercase;
font-size:8pt;
}

#sidebar a:hover {
color:#d5161c;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}

/* Footer */

#footer {
	width: 888px;
	margin:0px;
	padding:30px 0px 0px 12px;
	height: 200px;
	margin: 0 auto;
	background: url(images/panel_900x167.png) no-repeat left top;
	background-color:#0e0e0e;


}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #fff;
}

#footer a {
color:#d5161c;
}

.credit {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
}

#comment {
	margin: 0;
	width: 500px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

.pagetitle {
	padding: 0px 0px 30px 0px;
	font-size: 24px;
	color: #333333;
}

.commentlist {
}

#comments {
	padding-left: 20px;
}

.legal {
color:#ccc;
}

/* Footer Black */

#footbar {
	float: right;
	height: 34px;
	padding:10px 12px 0px 12px;
}

#foot {

	width: 880px;
	height: 35px;
	padding-top:8px;
	margin: 0 auto;
	padding-left:20px;
	background-color:#d5161c;
	font-size:8pt;
}

/* Footer Left */

#footerLeft {
     margin-top:15px;
	float: left;
	width: 220px;
    margin-left:0px;
	color:#e6e6e6;
	font-size:8pt;
}

#footerLeft strong {
color:#d5161c;
font-size:13pt;
}

#footerLeft ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#footerLeft li {
/*	margin-bottom: 30px;
	padding: 0 0 20px 0px;
	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
	font-size:8pt;
}

#footerLeft li ul {
	line-height: 200%;
	background: none;
}

#footerLeft li li {
	margin: 0;
	padding: 3px 10px;
	background: none;
}

#footerLeft p {
	margin: 0;
	padding: 0 0px;
	color:#e6e6e6;
	font-size:8pt;

}

#footerLeft h2 {
	height: 25px;
	margin: 0 0 30px 0px;
	padding: 18px 0px 0px 0px;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d5161c;
}


#footerLeft p {
	text-align:left;
	padding-bottom: 20px;
	font-size:8pt;
}

#footerLeft a {
color:#d5161c;
text-decoration:none;
}


/* Footer Right */

#footerRight {
        margin-top:15px;
	float: left;
	width: 460px;
        margin-left:0px;
	color:#e6e6e6;
	font-size:8pt;
}

#footerRight strong {
color:#d5161c;
font-size:13pt;
}

#footerRight ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#footerRight li {
/*	margin-bottom: 30px;
	padding: 0 0 20px 0px;
	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
	font-size:8pt;
}

#footerRight li ul {
	line-height: 200%;
	background: none;
}

#footerRight li li {
	margin: 0;
	padding: 3px 10px;
	background: none;
}

#footerRight p {
	margin: 0;
	padding: 0 0px;
	font-size:8pt;

}

#footerRight h2 {
	height: 25px;
	margin: 0 0 30px 0px;
	padding: 18px 0px 0px 0px;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d5161c;
}


#footerRight p {
	text-align:left;
	padding-bottom: 20px;
}

#footerRight a {
color:#e6e6e6;
text-decoration:none;
}



/* Footer Far Right */

#footerFarRight {
        margin-top:15px;
	float: left;
	width: 120px;
        margin-left:0px;
	color:#e6e6e6;
	font-size:8pt;
}

#footerFarRight strong {
color:#d5161c;
font-size:13pt;
}

#footerFarRight ul {
	margin-left:0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#footerFarRight li {
/*	margin-bottom: 30px;
	padding: 0 0 20px 0px;
	background: url(images/img07.png) repeat-x left top;
	background-color:#21343a; */
	font-size:8pt;
}

#footerFarRight li ul {
	line-height: 200%;
	background: none;
}

#footerFarRight li li {
	margin: 0;
	padding: 3px 10px;
	background: none;
}

#footerFarRight p {
	margin: 0;
	padding: 0 0px;
	font-size:8pt;

}

#footerFarRight h2 {
	height: 25px;
	margin: 0 0 30px 0px;
	padding: 18px 0px 0px 0px;
	text-transform: uppercase;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d5161c;
}


#footerFarRight p {
	text-align:left;
	padding-bottom: 20px;
}

#footerFarRight a {
color:#e6e6e6;
text-decoration:none;
}

.button {
background-image:url(images/button_121x44.png);
background-repeat:none;
border:none;
height:44px;
width:121px;
padding:0px;
margin:3px;
color:#000;
font-weight:bold;
}
