/*  
Theme Name: Byron Bay Weddings
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Fresh Honey Designs
Author URI: http://www.freshhoneydesigns.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/



/* Reset default browser styles */
@import url('reset.css');

/* Rebuild default browser styles */
@import url('rebuild.css');

/* Basic WordPress Styles */
@import url('wp.css');

/* Import a basic layout */
@import url('2c-r.css');

body {
margin: 0px;
padding: 0px;
height: 100%;
background:url(gfx/greybird.gif) repeat;
}
a:link, a:visited {
	color: #cc6600;
}
a:hover, a:active {
	color: #f280a4;
}
#wrapper {
  margin: 0 auto;
  width: 900px;
}

#container {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	position: relative;
}
#contentHolder {
	position: relative;
	width: 650px;
	left: 40px;
	top: 30px;
	float: left;
}
#content {
	width: 600px;
}
/*#primary {
	position: relative;
	background: #FFFF00;
	width: 180px;
	padding-top: 40px;
}
#secondary {
	background: #00FF00;
}*/
#header {
margin: 0px;
padding: 0px;
height: 150px;
width: 900px;
position: relative;
background: url(gfx/header02.gif);
} 

#navbar {
	height: 35px;
	width: 900px;
	position: relative;
	background: url(gfx/navbar03.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}


/*horizontal navbar stuff copied here*/
#nav {
	position: absolute;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 900px;
	left: -1px;
	border-width: 0px;
	color: #FFFFFF;
}
#nav li {
    list-style: none;
    float: left; }
#nav li a {
	display: block; /*provides space between items when box width not used*/
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;	/*width: 100px;*/ /*sets width of box for nested list*/
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 14px;
}
#nav li a:hover, #nav li a:active {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	color: #333333;
}
#nav li ul { /*nested list*/
	display: none;
	color: #AD0041;
	background: #000000;
	font-size: 12px;
	text-align: center;
}
#nav li:hover ul, #nav li.hover ul {
	position: absolute;
	display: inline;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
#nav li:hover li, #nav li.hover li {
    float: left; }
#nav li:hover li a, #nav li.hover li a {
	color: #FFFFFF;
	width: 100px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	font-weight: bold;
}
#nav li li a:hover {
	width: 125px;
	background: #CCCCCC;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#currlink a:link, #currlink a:visited, #currlink a:hover, #currlink a:active {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	color: #990033;
	font-weight: bold;
}
/*end horizontal navbar stuff*/


#access {
 margin: 0 0 1.5em 0;
 overflow: auto;
}
.skip-link {
 position:absolute;
        left:-9000px;
}
.menu ul {
 list-style: none;
 margin: 0;
}
.menu ul ul {
 display: none;
}
.menu li {
 display: inline;
}
.menu a {
 display: block;
 float: left;
}
#footer {
height: 35px;
width: 900px;
position: relative;
background: url(gfx/navbar03.gif);
}
#footer_text {
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	width: 600px;
	position: relative;
	left: 25px;
	top: 9px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#footer_text  a:link, #footer_text a:visited {
color: #FFFFFF;
text-decoration: none;
}
#footer_text  a:hover, #footer_text a:active {
background: center;
height: 15px;
color: #000000;
}
#mylink {
	font-size: 10px;
	color: #000000;
	height: 20px;
	width: 245px;
	position: relative;
	top: 9px;
	right: 25px;
	float: right;
	clear: none;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#mylink  a:link, #mylink a:visited {
color: #000000;
text-decoration: none;
}
#mylink  a:hover, #mylink a:active {
background: center;
height: 15px;
color: #FFFFFF;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E4943;
	line-height: 1.4em;
	vertical-align: middle;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 28px;
font-weight: normal;
font-style: normal;
color: #B7123F;
font-variant: normal;
text-transform: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #B7123F;
	vertical-align: middle;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
color: #F1729E;
vertical-align: top;
}
h4 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #666666;
}
h5 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #CFC1B2;
font-size: 12px;
margin-right: 5px;
margin-left: 5px;
}
h6 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #766F65;
font-weight: 400;
line-height: 1.3em;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
	margin: 30px 0 1.5em;
}
/* =Content
-------------------------------------------------------------- */

.post {
        margin: 0 0 3em 0;      
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
		color: #00FF00;
}
.entry-title a {
	color: #b7123f;
	font: 28px Georgia, "Times New Roman", Times, serif;
}
.entry-title a:link, .entry-title a:visited {
	color: #b7123f;
}
.entry-title a:active, .entry-title a:hover {
	color:#F280a4;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}
/* =Header
-------------------------------------------------------------- */

#branding {
        margin: 0 0 1.5em 0;
}


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

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
}
#currlink a:link, #currlink a:visited, #currlink a:hover, #currlink a:active {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	color: #000000;
	font-weight: bold;
}


