@import url("reset.css");
/*
Theme Name: Polaris Media Group
Theme URI: http://www.polarismediagroupblog.com.au/
Description: The customized WordPress theme based on the famous Kubrick.
Author: Studio98
Author URI: http://www.studio98.com/
Tags: fixed width, widgets

	This theme was designed, customized and built by Studio98,
	and is based on the famous Kubrick, the default Wordpress theme
*/


/* Begin Typography & Colors */

.thread-alt {
/*  border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.thread-even {
/*	border-bottom:1px solid #e9d1b7; */
	background:url(images/divider.gif) no-repeat 50% bottom;
	padding-bottom:15px;
}

.depth-1 {
 /* border: 1px solid #ddd; */
}

.even, .alt {
	border-left: 0px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 26px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	text-align:center;
	padding-bottom:25px;
	margin-bottom:15px;
}

.clear {
	clear: both;
}
/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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 {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px;
	padding: 0px;
	height:70px;
	width:100%;
	}

#sidebar #searchform #s {
	width:213px;
	height:17px;
	border:1px solid #cccccc;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	padding:4px 2px 0px;
	margin-bottom:7px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

#sidebar #searchsubmit {
	width: 85px;
	height:30px;
	padding:0px;
	background:url(images/btn-search.gif) no-repeat top left;
	border:none;
	font-size:13px;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#262424;
	float:right;
	cursor:pointer;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform small{font-weight:normal;}	

#commentform input {
	width: 150px;
	padding: 2px;
	margin: 0px 5px 0px 0;
	outline:none;
	color:#5a5a5a;
	}
	
#commentform .comment-fld{
	border:1px solid #cccccc;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	outline:none;
	background:#ffffff;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform p label small{font-size:12px;}

#commentform textarea {
	width: 97%;
	padding: 2px;
	float:left;
	border:1px solid #cccccc;
	outline:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	outline:none;
	background:#ffffff;
	line-height:19px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 5px 0 25px 0px;
	float: left;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#5a5a5a;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	}
	
#commentform p{padding-bottom:4px; margin:0px; clear:both;}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 0px 0;
}
.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 5px 20px 19px 10px;
	padding-left: 13px;
	border-left: 3px solid #ddd;
	}
blockquote p{padding-bottom:0px;}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 15px 0px;
	line-height:20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Custom Styles */
body{background:#ffffff url(images/bg.gif) repeat-x top left; font-family:Arial, Helvetica, sans-serif; color:#5a5a5a; font-size:12px;}
h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input, form, textarea{font-weight:normal; padding:0px; margin:0px;}
a img{border:0px;}
a{outline:none;}
.clearfix{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
.clear:after{height:0px; line-height:0px; font-size:0px; content:'.'; display:block; visibility:hidden; clear:both}
/* \*/ * html .clear{height:1px} /* */

/* Common Styles */
h1{font-size:25px; padding:0px 0px 7px 0px; line-height:30px; font-weight:bold; text-shadow:0 0 0 #ffffff;}
h1 a{font-size:28px; color:#5a5a5a; font-weight:bold; text-shadow:0 0 0 #ffffff;}
h1 a:hover{color:#427db4; text-decoration:none; }

h2{font-size:25px; line-height:28px; font-weight:bold; padding-bottom:10px; text-shadow:0 0 0 #ffffff;}
h2 a{color:#5a5a5a; text-decoration:none; font-weight:bold; text-shadow:0 0 0 #ffffff;}
h2 a:hover{color:#427db4; text-decoration:none;}

h3{font-size:18px; padding-bottom:12px; line-height:19px;}
h4{font-size:13px; font-weight:bold; padding-bottom:4px; line-height:19px;}

p{line-height:23px; padding-bottom:19px;}
.align-right{text-align:right; margin-top:0px; clear:both; display:block;}
.align-center{text-align:center; margin-top:0px; clear:both;}
.blue{color:#427db4;}
.black{color:#5a5a5a;}

a{text-decoration:none; color:#427db4;}
a:hover{text-decoration:none; color:#5a5a5a; text-decoration:none;}

/* Main Containers */
#wrapper{width:100%; height:auto; background:url(images/bottom-bg.gif) repeat-x bottom left;}
#wrapper-inner{background:url(images/bg-left.gif) repeat-x top left; position:absolute; height:200px; width:40%; display:block; top:0px; left:0px}
#page{width:990px; height:auto; margin:0px auto;}

/* Header */
#header{height:201px; background:url(images/header-bg.jpg) no-repeat top left; position:relative;}
#header #logo{width:323px; height:141px; position:absolute; left:145px; top:0px; overflow:hidden;}
#header #logo img{width:323px; height:141px;}

/* Top Navigation */
#nav{height:48px; width:335px; position:absolute; left:599px; top:73px;}
#nav ul{list-style:none; width:335px; height:48px;}
#nav li{float:left; height:48px;}
#nav li img{height:48px;}
#nav a{float:left; height:48px; background:url(images/navigation.gif) no-repeat;}

#nav li#nav-blog, #nav li#nav-blog img, #nav li#nav-blog a{width:68px;}
#nav li#nav-blog a{background-position:0px 0px;}
#nav li#nav-blog a:hover, #nav li#nav-blog a.selected{background-position:0px -48px;}

#nav li#nav-home, #nav li#nav-home img, #nav li#nav-home a{width:89px;}
#nav li#nav-home a{background-position:-68px 0px;}
#nav li#nav-home a:hover, #nav li#nav-home a.selected{background-position:-68px -48px;}

#nav li#nav-articles, #nav li#nav-articles img, #nav li#nav-articles a{width:89px;}
#nav li#nav-articles a{background-position:-157px 0px;}
#nav li#nav-articles a:hover, #nav li#nav-articles a.selected{background-position:-157px -48px;}

#nav li#nav-about, #nav li#nav-about img, #nav li#nav-about a{width:89px;}
#nav li#nav-about a{background-position:-246px 0px;}
#nav li#nav-about a:hover, #nav li#nav-about a.selected{background-position:-246px -48px;}

/* Welcome */
#welcome{height:56px; width:503px; background:url(images/welcome-bg.gif) repeat-x top left; position:absolute; top:135px; left:470px; padding:10px 10px 0px 7px;}
#welcome .left{float:left; width:179px; padding-right:10px; border-right:1px solid #cccccc;}
#welcome .right{float:left; width:298px; padding-left:15px;}

#welcome .left h1{font-size:30px; color:#5a5a5a; padding-bottom:0px; line-height:23px; font-weight:bold;}
#welcome .left h1 span{font-size:13px; font-weight:bold;}
#welcome .right p{font-size:11px; line-height:16px; padding-bottom:0px;}

/* Content Section */
#content{width:990px; height:auto;}

/* Content Section Columns */
.narrowcolumn{width:695px; height:auto; min-height:550px; float:left; padding:30px 25px 10px 50px;}
/* \*/ * html .narrowcolumn{height:550px;} /* */
#sidebar{width:220px; height:auto; float:left; padding:40px 0px 10px 0px;}

/* Footer */
#footer{clear:both; width:100%; height:auto; text-align:center; background:#ffffff; padding:15px 0px;}
#footer p#copyright{font-size:11px; color:#b2b2b2; padding-bottom:0px;}
#footer p#copyright a{color:#b2b2b2; text-decoration:none;}
#footer p#copyright a:hover{color:#5a5a5a; text-decoration:none;}

#sidebar h2{font-size:20px; font-weight:normal; text-shadow:none;}
#sidebar ul#newtagcloud a{margin:0px 3px; line-height:23px;}
#sidebar ul#newtagcloud li{list-style:none; padding-left:0px;}
#sidebar ul, #sidebar ul li, #sidebar ul ul{padding:0px; margin:0px; list-style:none;}
#sidebar ul ul{padding-bottom:23px;}
#sidebar {line-height:19px;}
#sidebar ul li{line-height:19px; padding-bottom:7px;}

/* Default List in left Column */
.narrowcolumn ul, .widecolumn ul{list-style:none; padding:0px !important; margin:0px 0px 18px 0px !important;}
.narrowcolumn ul li, .widecolumn ul li{background:url(images/bullet-green.gif) no-repeat left 7px; line-height:20px; padding:0px 0px 4px 25px !important; margin:0px !important;}

.entry{padding:5px 0px 8px;}

.postmetadata{border:1px solid #cccccc; border-width:1px 0px; padding-bottom:1px; color:#427db4;}
.divider{border-bottom:1px solid #cccccc; margin-bottom:20px; font-size:0px; line-height:0px;}

small{color:#427db4; font-size:11px; font-weight:normal; line-height:19px;}
cite.fn{line-height:23px; font-weight:normal;}
cite.fn a{color:#427db4; text-decoration:none; font-weight:normal;}
cite.fn a:hover{color:#5a5a5a; text-decoration:none;}

h3#comments, h3.reply{font-size:18px;}
.comment-body p{padding-bottom:5px;}

li.comment{border-bottom:1px solid #cccccc;}
.post-ratings{line-height:19px; height:38px;}

.articleDate {
	font-size: 11px;
	float: left;
	text-align:right;
	width:114px;
	display: inline; 
}
	
.articleBlock {
	float: right;
	width: 500px; 
	display: inline; 
}

.narrowcolumn h4.article {
	padding: 0px; 
	margin: 0 0 4px 0; 
}