/*
Theme Name: OysterCatcher
Theme Home URI: http://mcashoysters.com
Description:  Custom theme for McAsh Oysters, Syndey, Australia--based on Beth Stewart's design.
Version: 1.0
Author: Stephen Fiorella
Author URI: http://www.rez72.net
Author email: stephen@rez72.net


/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/*links*/

a:link { color: #eff1f4; text-decoration: none; border:0px;}
a:visited { color: #eff1f4; text-decoration: none;border:0px; }
a:active { color: #eff1f4; text-decoration: none;background:transparent url(images/bCrumb.png) no-repeat left top;border:0px; }
a:hover { color: #ccb39a; text-decoration: none;border:0px;}


/*structure*/	
	body { background: #000033 url(images/bbbbg_01.jpg) top left repeat-x;
	font-family: verdana,geneva,helvetica,swiss,sunsans_regular,sans-serif; font-size:11px; color:#fff;
	margin: 0px;padding:0px;text-align:center; }
	
	#wrap-all { width:959px;height:auto;margin: 0px auto 0px auto;padding:0px;background: transparent; }

	#header{ width:959px;height:172px; background:#fff url(images/navbar_01.png) top left no-repeat;margin:0px;padding:0px; }

	#header-img { width:144px;height:133px;float:left;clear:right; margin:0px;margin-top:28px;margin-left:80px;padding:0px;background:transparent url(images/logoW-O.png) top left no-repeat; }
	

#header-title { width:200px;height:75px; float:right;margin-top:59px;margin-right:531px;}

	
	#header-title p.firstLine { width:250px;font-family:arial;font-size:15.5px;font-weight:bold;word-spacing:12px; }
	
	#header-title p.secondLine {width:250px; font-size:11px;text-transform:uppercase;margin-top:-12px; }
	
#header-menu{ width:959px;height:47px;text-align:center; background: url(images/navbar_02.png) top left no-repeat; }

ul#navigation-top {height:47px;
margin: 0px 0px 10px 0px;
padding: 0px;padding-left:40px;
text-align:center;
list-style-type: none;
}

ul#navigation-top li {
display: block;
margin: 0px 0px 0px 0px;
padding: 3px 15px 5px 37px;
font: bold 14px Arial, sans-serif;
float: left;
}

ul#navigation-top li a {
display: block;
margin: 10px 0px 0px 0px;
padding: 3px 15px 5px 15px;
font: bold 14px Arial, sans-serif;
}

ul#navigation-top li a:hover {
display: block;
margin: 10px 0px 0px 0px;
padding: 3px 15px 5px 15px;
font: bold 14px Arial, sans-serif;
background:transparent url(images/bCrumb.png) no-repeat left top;
}

ul#navigation-top li a:active {
display: block;
margin: 10px 0px 0px 0px;
padding: 3px 15px 5px 15px;
font: bold 14px Arial, sans-serif;
background:transparent url(images/bCrumb.png) no-repeat left top;
}

#wrap-mid {width:959px; height:auto;background:#000000 url(images/navbar_03-2.png) top left no-repeat;margin:0px;padding:0px;}

/*end of header formating */

#wrap-content {width:959px;height:auto;margin:0px;padding:0px;}

#content {width:959px;height:auto;padding:30px 0px 0px 0px;}
	
#content .post h2 {font-size:16px; color:#ccb398; }
#content .post h2 a { color:#ccb398; }




/*post entries*/


.post { width:710px;padding:0px 0px 0px 30px;margin: 0px 0px 0px 80px; }


.entry { padding:10px 10px 10px 10px;border:0px dotted #cccccc; }
.entry p { font-family:arial;font-size:12px;font-weight:normal;color:#fff; }
.postmetadata { width:600px;height:auto;border-top:1px dashed #f5f5f5;border-bottom:1px dashed #f5f5f5; }
.postmetadata p { font-family:arial;font-size:10px;font-weight:normal;color:#fff; }


/*sidebar converted to footbar*/

#wrap-down { width:800px; height:200px; margin-left:80px;border-bottom:0px dotted #fff;}

#down { width:800px;height:auto; display:inline;border:0px solid #fff;overflow:hidden; }
#down ul { list-style-type:none;display:block; }
#search { width:160px; position:relative;top:9px;left:30px; }
#search h2 { color:#ccb398;}
#search input#searchsubmit { width:40px;height:15px; background-color:#fff; color:#000033;margin-top:10px;margin-left:5px;padding-left:5px; }
#archives { width:150px; position:relative;top:-70px;left:210px; }
#archives h2 { color:#ccb398;}
#categories {width:150px; position:relative;top:-123px;left:320px;}
#categories h2 { color:#ccb398;}
#links {width:150px;position:relative;top:-175px;left:460px; }

#links h2 { color:#ccb398;}
#meta {width:150px; position:relative;top:-318px;left:660px;margin-bottom:20px;}
#meta h2 { color:#ccb398;}

/*footer*/

#footer { width:959px;height:37px;background: url(images/footer_02.png) top left no-repeat;}
.left { width:509px;float:left;clear:right; margin-left:60px;margin-right:140px;}
.left p { font-family:arial;font-size:12px;font-weight:normal;color:#fff; }
.left p span { text-transform:uppercase; }

.right { width:240px;float:right; }
.right p { font-family:arial; font-size:12px;font-weight:normal;color:#fff; }

/*utilities*/	
.clear { clear: both; }
