/*   
Theme Name: Thematic Power Blog
Theme URI: 
Description: Use the Thematic Power Blog Theme to ramp up the power of your WordPress blog.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.1
Tags: Thematic
.
Thematic Power Blog is copyright Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');


/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body.home {background:#e5e5e5 url(images/bghead.jpg) repeat-x; font-family:Verdana;font-size:12px;}
body.single {background:#e5e5e5 url(http://gomedia.com.au/images/bgheadpage.png) repeat-x; font-family:Verdana;font-size:12px;}
body.page {background:#e5e5e5 url(http://gomedia.com.au/images/bgheadpage.png) repeat-x; font-family:Verdana;font-size:12px;}
body.404 {background:#e5e5e5 url(http://gomedia.com.au/images/bgheadpage.png) repeat-x; font-family:Verdana;font-size:12px;}
body.archive {background:#e5e5e5 url(http://gomedia.com.au/images/bgheadpage.png) repeat-x; font-family:Verdana;font-size:12px;}
body.category {background:#e5e5e5 url(http://gomedia.com.au/images/bgheadpage.png) repeat-x; font-family:Verdana;font-size:12px;}
body.search {background:#e5e5e5 url(http://gomedia.com.au/images/bgheadpage.png) repeat-x; font-family:Verdana;font-size:12px;}


h2, h3, h4 {
	font-family:Verdana;	
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

#header {
    position:relative;
}


/* =Category Menu
-------------------------------------------------------------- */

#category-access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    padding:11px 0;
    overflow:visible; 
    z-index:150;
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
		height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}



/* =Default Widgets
-------------------------------------------------------------- */

#thematic-power-blog-about ul {
    list-style:none;
    margin-left:0;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}


/* =Global Elements
-------------------------------------------------------------- */

#branding {
    margin-bottom:22px;
    padding:44px 0 0px 0; /* Bottom padding is the same height as the image called above */
}
#blog-description {
    margin-bottom:22px;
}
#leader {
	margin-top:10px;
    
}
#content {
}
.hentry {
}
.crown-aside {
    color:#666;
    padding-top:22px;
    margin:0;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#666;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #FF4B33;
}
.crown-aside ul {
    padding:0 20px;
}
.crown-aside ul ul {
    border:none;
    padding:0;
}
.main-aside {
    padding-top:22px;
}
.main-aside ul {
    padding:0 20px;
}
.main-aside ul ul {
    padding:0;
}
#crown {
    width:650px;
}
#primary {
    padding:22px 0 11px 0;
    width:190px;
}
#secondary {
    padding:22px 0 11px 0;
    width:190px;
}

#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #FF4B33;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}
#footer {
	background:#e5e5e5 url(images/bgfooter.png) repeat-x; 
	font-family:Verdana;
	height:192px;	
    margin:0 auto;
    overflow:hidden;
}

#footershell {
	width:988px;
	margin-right:auto;
	margin-left:auto;

}

#footershell .aside {
	width:290px;
	height:116px;
    float:left;
    margin:0 0px 0 30px;
	
}

#footer a {
	text-decoration:none;
	
}

#footer a:hover {
	text-decoration:underline;
	
}

.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0.25em 0.35em;
}


/*-------- Header --------*/
#header {	
}

.container_12{
	
	margin-left:auto;
	margin-right:auto;
}

#logo{
	margin-top:2px;
	margin-right:10px;
}

/*-------- Navigation Head --------*/
#navigation {
	z-index:1000;
	display:block;
	width:988px;
	font-family: Verdana;
        margin-left:auto;
        margin-right:auto;
}

#nav, #nav ul{
	list-style-type:none;
	position:relative;
        float:left;
	font-size:12px;
	z-index:1001;
        padding-top:0px;
}

#nav a{
	display:block;
	line-height:29px;
	color:#fff;
	text-decoration:none;
}

#nav a:hover, #nav li:hover, #nav li a.active {
	color:#fff;
	background: #000 transparent;
	text-shadow:#666666;
}

#nav li{
	position:relative;
}

#nav ul {
	position:absolute;
	display:none;
	border-top:1px solid #eee;	
}

#nav li ul a{
	height:auto;
	background:#0d0d0c;
	font-size:14px;
	padding:0 8px;
}

#nav ul ul{
	top:auto;	
}	

#nav li ul ul {
	left:100%;
	margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}


/*------ Banner ------*/

.page-title {
	margin-bottom:0px;
	margin-top:70px;
	margin-left:auto;
	margin-right:auto;
        padding-left:80px;
	width:988px;
	font-size:30px;
	font-family:Verdana;
	color:#FFF;
        font-weight:bold;
}

#banner-wrap {
	height:280px;
}

#slides a.button {
	background:#333 no-repeat;
	display:block;
	width:141px;
	height:54px;
	position: relative;
	left:760px;
	bottom:70px;
	text-indent:-9999999px;
}
		
#slides a.button:hover {
	background:#666 no-repeat;	
}

.learnmorebtn a {
	display:block;
	height:33px;
	width:99px;
	line-height:33px;
	text-align:center;
	font-family: Verdana;
	font-size:14px;
	color:#FFF;
	margin-top:-5px;
	background-color:#0d6bcb;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	float:right;
	text-decoration:none;
	margin-left:20px; 
}
.learnmorebtn a:hover {
	color:#FFF;
	background-color:#238ada;
}

.enquirybtn a {
	display:block;
	height:33px;
	width:99px;
	line-height:33px;
	text-align:center;
	margin-top:-5px;
	font-family: Verdana;
	font-size:14px;
	color:#FFF;
	background-color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	float:right;
	text-decoration:none;
	 
}
.enquirybtn a:hover {
	color:#FFF;
	background-color:#666;
}


#head-logo {
	margin-top:10px;
	margin-left:20px;
}
#page-links {
	float:right;
	margin-top:1px;
	font-size:12px;
}

.sf-menu {
	clear:both;
    border:none;
	background-color: transparent;
	float:right;
	color:#000;
	margin-top:-50px;
	margin-right:40px;
	font-family: Verdana;
	font-weight:300;
}
.sf-menu a {
	border:none;
	padding:9px 13px;
	color: #bbbbbb;
	text-decoration:none;
	
}
.sf-menu a:hover {
	border:none;
	padding:9px 13px;
	color:#fff;
	text-decoration:none;	
}
#table {
	float:left;
}
#tablerow {
	float:left;
        width:295px;
}
#tablerow_cont {
        margin-right:auto;
        margin-left:auto;
        width:400px;
}
#tablecellnd {
	margin-top:25px;
	margin-left:0px;
	margin-bottom:5px;
	font-size:14px; font-family:Verdana; text-shadow:#000; color:#4f4e4e; font-weight:bold;
}
#tablecelltxt {
	margin-left:20px;
	font-size:11px; font-family:Verdana; text-shadow:#000; color:#4f4e4e;	
}

.listmarkerplus {
		margin-left:-18px; 
		margin-right:10px; 
		color:#e51b56
}

#front-content-block {
	position:relative;
	float:left;
	width:50%;
        margin-bottom:-50px;
}
#front-content {
	margin-top:-30px;
        
}

#table_foot {
	display:table;
	width:280px;
	float:left;
	margin-top:40px;
}
#tablerow_foot {
	display:table-row;
	float:left;
	width:280px;
	height:100px;
}

#tablecellnd_foot {
	display:table-cell;
	float:left;
	width:280px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:16px; font-family:Verdana; text-shadow:#000; color:#404041;	
}
#tablerowcol_foot {
	display:table-row;
	float:left;
	width:50%;
	font-size:12px; font-family:Verdana;color:#fff;
	line-height:20px;
}
#tablerowcol_foot a {
	font-size:12px; font-family:Verdana;color:#fff;
	text-decoration:none;
}

#tablerowcol_foot a:hover {
	font-size:12px; font-family:Verdana;color:#fff;
	text-decoration:underline;
}

#tablerownd_foot {
	display:table-row;
	float:left;
	width:280px;
	font-size:12px; font-family:Verdana;color:#fff;
}

#pgconthead {
	margin-left:30px;
	margin-bottom:5px;
	font-size:20px; font-family:Verdana; text-shadow:#000; color:#4f4e4e;	
}


#branding {
    width:988px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:988px;
    margin:0 auto;
}
#leader-container {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    margin-top:0px;
    margin-bottom:10px;
    padding-left:50px;
}

#leader .aside {
    width:270px;
    float:left;
    margin:0 0 0 20px;
}

#leader .asidecontent {
    width:440px;
    float:left;
    margin:0 0 -20px 30px;
}


#leader #fourth-leader {
	
	
}
#main {
    width:920px;
    margin-left:auto;
	margin-right:auto;
	margin-top:-50px;
    overflow:hidden;
    position:relative;
	background:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
	
}
#container {
    float:left;
    width:940px;
	
}
.container_cart {
    float:left;
    width:940px;
padding:20px;
	
}
.entry-content {
    margin-top:0px;
}

#content {
    margin-top:10px;
	margin-left:10px;
    overflow:hidden;
	width:420px;
}
#content-post {
    margin-right:10px;
	margin-left:20px;
    overflow:hidden;
	width:600px;
}
#content-page {
	width:860px;
	padding:30px;
	margin-top:-10px;
}
#sidebar {
    float:right;
    margin:0 0 0 -730px;
    overflow:hidden;
    width:550px;
}
#sidebar-page {
    float:right;
    margin:0 0 0 -750px;
    overflow:hidden;
    width:250px;
}
#crown {
}
.main-aside {
    width:214px;
}
#primary {
    float:left;
}
#secondary {
    float:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:988px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:340px;
    float:left;
    margin:0 10px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:988px;
    margin:0 auto;
}

