/*
Theme Name: Front Row Media BLOG
Theme URI: http://blog.frontrowmedia.com.au/wp-content/themes/frm/
Description: blog
Author: Nick Sergeant	
Author URI: http://blog.frontrowmedia.com.au/
Version: 2.442008
*/


/* --------------- Defaults --------------- */

* {
padding:0;
margin:0;
border:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color:#000;
	background-image: url(http://www.frontrowmedia.com.au/images/bg_back_news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border:0;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "normal 62.5% Tahoma", sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 18px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h2{
	font-size: 14px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h4{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #666666;
}

h5{
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: bold;
}
ul {
	list-style-type: square;
	margin-left: 20px;
}
ul {
	list-style-type: square;
	margin-left: 20px;
}
ul ul {
 list-style-type: disc;
}
ul ul ul {
 list-style-type: none;
}
label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}

/* --------------- Div ID's --------------- */

#content {
	width:760px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#content p {
	padding-top: 10px;
}
#top-l {
	width:350px;
	height:30px;
	float: left;
	margin-top: 16px;	
}
#top-r {
	width:350px;
	height:70px;
	float: right;
	text-align: right;	
}
#submenu {
	width: 760px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 1px;
}
#footer {
	clear: both;
	margin-top: 20px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#header {
	width:760px;
	height:70px;

}
#square{
	width: 760px;
	height: 180px;
}

#main {
	background:transparent;
	width:540px;
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebar {
	width:180px;
	padding:10px;
	float:left;
	margin-bottom: 30px;
	background-image: url(http://frontrowmedia.com.au/images/bg_sidebar.jpg);
	background-repeat: no-repeat;
}
#sidebar ul, #sidebar ul ol {
	padding: 0;
	margin: 0;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	padding-top: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	background-image: url(http://frontrowmedia.com.au/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	}
#sidebar form {
	margin: 0;
	}
#wrapper {
	width:760px;
	margin:0 auto;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* --------------- Classes --------------- */

hr.clear {
	clear:both;
	display:block;
	visibility:hidden;
}
.storycontent {
	margin-top: 20px;
	margin-bottom: 20px;
}
.storytitle	{
	padding-top: 10px;
	padding-bottom: 20px;
}
.entry	{
	padding-top: 10px;
	padding-bottom: 20px;
	width: 540px;
	margin-bottom: 20px;
}
.post	{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}
.respond {
	padding-top: 10px;
	padding-bottom: 20px;
}
.widgettitle{
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8CE2FF;
}
.submit{
	color: #333333;
	background-color: #FFFFFF;
	height: 22px;
	margin-top: 0px;
	border: 1px solid #FF6600;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.formfield{
	border: 1px solid #FF6600;
	height: 20px;
	color: #666666;
}
.submit2{
	color: #666666;
	background-color: #E4E4E4;
	height: 22px;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.formfield2{
	border: 1px solid #CCCCCC;
	height: 20px;
	color: #666666;
}
.formfield2{
	border: 1px solid #CCCCCC;
	color: #666666;
}
.meta{
	margin-top: 10px;
	margin-bottom: 10px;
}
.commentmetadata {
	margin-top: 5px;
	margin-bottom: 5px;
	
}
.postmetadata {
	margin-top: 10px;
	margin-bottom: 10px;
}
.post {
	margin-top: 10px;
	margin-bottom: 10px;
}
.logged {
	margin-top: 10px;
	margin-bottom: 10px;
}
.nav-l {
	float: left;
	height: 25px;
	width: 250px;
}
.nav-r {
	float: right;
	height: 25px;
	width: 250px;
}
.navigation {
	height: 25px;
	width: 540px;
}