/*   
Theme Name: SeasideMedia
Theme URI: the-theme's-homepage
Description: Theme matching the 'Manly Guide Visitors' guide.
Author: Julien Perreard
Author URI: http://www.julienperreard.com
Tags: blue, liquid layout, fixed width, three columns, widgets
Version: 1.0
*/

hmtl{
     }

body{
	padding:0px;
	margin:0px;
	background-color:#cececd;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:0.70em;
	font-weight:normal;
     }
     

/*---- Headings ----*/
.header h1{
	font-size: 1.4em;
	margin-bottom: .1em;
	padding-top: 2.8em;
	text-transform: lowercase;
	}

.post-content h1{
	font-size: 1em;
	font-weight: bold;
	color: #4289a7;
	margin: 0;
	padding: 0 0 2px 0;
	}
	
.listing h2{
	font-weight: normal;
	font-size: 1.8em;
	margin: .5em 0 .5em 0;
	}

.mainbox h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 1em;
	padding:0;
	margin:0;
	}
	
.mainbox h2 a{
	color:#336699;
	font-weight: bold;
	}
	
.mainbox h2 a:hover{
	color:#333;
	font-weight: bold;
	}
     
h3{
	color:#FFFFFF;
	font-weight:blog;
	font-size: 11px;
	padding-left:20px;
	padding-top: 2px;
	background:url(images/left-sidebar-title.gif) no-repeat;
	}
     
     
/*---- Main Layout ----*/
div#pagecenter{
	width: 850px;
	height: auto;
	float: left;
	background-color:#fff;
	overflow: hidden;
	color:#666;
	}

div.left-navi-blog{
	width:260px;
	margin-bottom:-5000px;
	padding-bottom:5000px;
	padding-top:20px;
	height:auto;
	float:left;
	background-image:url(./images/sidebar-gradient.png);
	color:#fff;
	}
	
div.left-inter-sidebar{
	float:left;
	width: 8px;
	height: 100%;
	background-image:url(./images/drop-shadow.png);
	margin-bottom:-5000px;
	padding-bottom:5000px;
	z-index:20;
	}
	
div.center{
	width:494px;
	float:left;
	padding:18px 42px 0 46px;
	margin-bottom:-2000px;
	padding-bottom:2000px;
	background-color: #fff;
	}
	
div.right-navi-blog{
	width:32px;
	height:auto;
	padding: 0;
	margin: 0;
	float:left;
	background-color:#CECECD;
	}


/*---- Left Sidebar ----*/	
div.left-widget{
	width:200px;
	margin: 0 auto;
	padding:4px 0 4px 0;
	border-bottom:1px dotted #dedede;
	}
	
div.textwidget{
	color: #fff;
	margin-left: 22px;
	margin-bottom:15px;
    }
	
#intro p{
	background:url(./images/Manly-Guide-Intro.png) no-repeat;
	margin-left: 28px;
	padding-left: 42px;
	padding-bottom: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:8px;
	}

/*---- Left Sidebar Form ----*/
#advertise input{
	margin-bottom:8px;
	}
	
#advertise input.optin{
	margin-bottom:0;
	}
	
#advertise input.submit{
	margin-top:10px;
	}


/*---- main logo & Quick Links styling ----*/
div.logo{
	width: 433px; 
	float: right;
	height: 210px;
	margin-right:25px;
	margin-bottom:10px;
	background: url(images/manly-visitors-guide.jpg) no-repeat;
	text-align: center;
	}
	
div.logo span{
	display: none; /* This is hiding the text version of the copy on the ad - Good for SEO */
	}
	
div.quicklinks{
	position: absolute;
	top: 175px;
	left: 264px;
	}
	
	
/*---- small logo styling ----*/
div.header{
	width:100%;
	height: 87px;
	margin-bottom: 2.2em;
	}
	
div.lheader{
	width:50%;
	float:left;
	}
	
div.rheader{
	width:167px;
	height:87px;
	float:right;
	text-align:right;
	margin-top:8px;
	}
	
div.header a:hover{
	text-decoration:none;
	}


/*---- homepage styling ----*/	
div#main-pic{
	width: 100%;
	margin-bottom:1.5em;
	}
	
div.mainbox{
	width: 480px;
	height: auto;
	margin: 10px auto;
	padding:8px 4px 5px 10px;
	background: url(images/box_bg.png) no-repeat;
	line-height:20px;
	}
	
div#support{
	height: auto;
	width:493px;
	line-height:20px;
	clear:right;
	margin-bottom:10px;
	}
	
div#support img{
	margin-bottom:12px;
	}
	
div.mainbox p{
	font-size: 1em;
	color:#424242;
	line-height:1em;
	margin-bottom:5px;
	}
	
div.boxlogo{
	position:relative;
	float: left;
	margin-right:8px;
	}	

/*---- posts entries styling ----*/
div.entry p{
	line-height: 1.3em;
	margin-bottom: .5em;
	}
	
div.mainentry img, div.entry img{
	padding: 0;
	margin: 3px 15px 5px 0;
	text-decoration: none;
	border: none;
	}


/*---- Lines styling ----*/	
div.fullline{ 
	width: 100%;
	height: 1px;
	margin: 12px auto;
	border-bottom: 1px dotted #ccc;
	clear: left;
	}
	
div.line{ 
	clear:left;
	width: 470px;
	height: 1px;
	margin: 12px auto;
	margin-left: 12px;
	border-bottom: 1px dashed #ccc;
	}
	
	
/*---- Address Customisation ----*/
address{
	font-weight:bold;
	font-style:normal;
	margin-top:10px;
	font-size:0.95em;
     }

address.bottom{
        clear:left;
     }
     
address a{
	font-weight:bold;
	font-style:normal;
	text-decoration:underline;
     }
     
	
/*---- Search Form Homepage Styling ----*/	
form#searchform{
	width: 345px;
	margin: 0 auto;
	padding:7px 0 7px 0;
	}	

form#searchform label{
	font-weight: bold;
	color:#424242;
	}
	
form#searchform input{
	padding: 0;
	margin: 0;
	}
	
input.searchsubmit{
	background:url(images/go-search.png) no-repeat;
	cursor:pointer;
	width: 40px;
	height: 20px;
	border: none;
	}


/*---- Main Post - Homepage ----*/
div.post-content
	{
	background-color:#FFFFFF;
	margin:0px;
	padding:10px 20px 10px 20px;
	text-align:left;
	color: #666666;
	}
	
div.post-meta
	{
	color:#FFFFFF;
	margin:0px;
	padding:4px;
	height:14px;
	margin-bottom:10px;
	background-image:url(images/post-footer.gif);
	}
	
	
/*---- Others - Homepage ----*/
div.fb{
	width: auto;
	float: left;
	margin:0;
	padding: 0;
	}
	
div.copyright{
	width: auto;
	float: right;
	padding-top: 9px;
padding-right: 6px;
	
margin:0;
	}
	
div.copyright p{
	float: right;
    padding-bottom: 9px;
	}
	

/*---- Category Customisation ----*/
.accommodation h1, .accommodation h2, .accommodation address, .accommodation address a, .accommodation address a:link:hover, .accommodation address a:visited:hover{
	color:#047da8;		
	}
	
.search h1, .search h2, .search address, .search address a, .search address a:link:hover, .search address a:visited:hover{
	color:#047da8;		
	}
	
.activities h1, .activities h2, .activities address, .activities address a, .activities address a:link:hover, .activities address a:visited:hover{
	color:#de9e1e;		
	}
	
.eatingout h1, .eatingout h2, .eatingout address, .eatingout address a, .eatingout address a:link:hover, .eatingout address a:visited:hover{
	color:#5e5659;		
	}
.coupons h1, .coupons h2, .coupons address, .coupons address a, .coupons address a:link:hover, .coupons address a:visited:hover{
	color:#5e5659;		
	}

.shopping h1, .shopping h2, .shopping address, .shopping address a, .shopping address a:link:hover, .shopping address a:visited:hover{
	color:#931c4e;
	}
	
.transport h1, .transport h2, .transport address, .transport address a, .transport address a:link:hover, .transport address a:visited:hover{
	color:#143176;
	}	
	
.transport a, .transport a:link{
	color:#666;
	}
	
.green h1, .green h2, .green address, .green address a, .green address a:link:hover, .green address a:visited:hover{
	color:#2d7555;	
	}

.maps h1, .maps h2, .maps address, .maps address a, .maps address a:link:hover, .maps address a:visited:hover{
	color:#2d7555;	
	}

.services h1, .services h2, .services address, .services address a, .services address a:link:hover, .services address a:visited:hover{
	color:#143176;	
	}

.games h1, .games h2, .games address, .games address a, .games address a:link:hover, .games address a:visited:hover, .local-events h1, .local-events h2, .local-events address, .local-events address a, .local-events address a:link:hover, .local-events address a:visited:hover{
	color:#5e5659;
	}
	

/*---- Advertising agreement form ----*/
form#agree{
	margin:0;
	padding:0;
	}
	
form#agree label{
	color:#727373;
	cursor:pointer;
	display:block;
	clear:left;
	float:left;
	margin:1.2em 0 0;
	padding:0;
	text-align:right;
	width:10em;
	}
	
form#agree input, form#agree textarea, form#agree select{
	margin:1em 0 0 1em;
	width:auto;
	clear:right;
	}

	
/*---- Misc ----*/
p{
margin:0px;
     }

div.clear
	{
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
	}

ul
	{
	margin:0px;
	margin-left:12px;
	list-style:none;
	padding-left:8px;
	padding-bottom:8px;
     }
ol{
	}
	li
	{
	background:url(images/list-item.gif) no-repeat;
	padding-top: 2px;
	padding-left: 16px;
    }


/*---- links ----*/
a {
	text-decoration: none;
     }
     
a:link { 
	color:#fff	;
     }
     
a:visited { 
	color:#FFFFFF;
     }
     
a:link:focus{ 
	color:#FFFFFF;
     }
     
a:link:hover, a:visited:hover {
	color:#dedede;
    }


.post-content a, .post-content a:link{
	color:#333; 
    }
     
.post-content a:visited{ 
	color:#333; 
    }
    
.left-navi-blog a:link:hover, .left-navi-blog a:visited:hover {
	color:#ccc;
    }


/*-------------------WP Requires------------------*/
img{
	border: none;
	padding: 0;
	margin: 0;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


// Change what's hidden by default
add_filter('default_hidden_meta_boxes', 'be_hidden_meta_boxes', 10, 2);
function be_hidden_meta_boxes($hidden, $screen) {
	if ( 'post' == $screen->base || 'page' == $screen->base )
		$hidden = array('slugdiv', 'trackbacksdiv', 'postexcerpt', 'commentstatusdiv', 'commentsdiv', 'authordiv', 'revisionsdiv');
		// removed 'postcustom',
	return $hidden;
}
