/*
Theme Name: Lord Byron
Description: A Custom Built Wordpress Theme For Lord Byron Resort
Version: 1.0
Author: Ben Casey
Author URI: http://web2designs.elance.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. CSS Reset - This is to avoid cross-browser Issues, and is standard on all my work.
2. Initial Styling - "global" Styles common throughout all sections.
	2.1 Basics - Basic Global Styles
	2.2 Typography - Basic Typograpy Styles
3. Header Region - Styles for The header.
	3.1 Nav Menu - Styles for the navigation menu
3. Content Region - Styles for content appearance.
4. Comments Region – Styles for comment thread, forms, etc.
6. Footer Region – Styles specific to the footer region.
7. Misc And Plugins - Styles to override plugins styles and any other Misc styles

-----------------------------------------------------------------------------------*/

/*=== START SECTION 1 - CSS Reset ===*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img{
	display:block;
}

img a{
	border:none;
}

.alignleft{
	float:left;
}

.alignright{
	float:right;
}
/*=== END SECTION 1 - CSS Reset ===*/


/*=== START SECTION 2 - Initial Styling ===*/

/*== 2.1 Basics ==*/
body{
}

.clear{
	clear:both;
}

#wrapper{
	width:1310px; 
	margin:0 auto;
}

#main{
	margin:0 auto;
	background-color:#FFF;
	width:1310px;
}
/*== End 2.1 Basics ==*/

/*== 2.2 Typography ==*/

body{
	 font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Arial,Helvetica,sans-serif;
	/*color:#666666;*/
	color:black;
}

a{
	font-size:13px;
}

p{
	font-size:13px;
        line-height:18px;
		outline:none;
}

h2{
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

h3{
	font-weight:bold;
	margin-bottom:10px;
}

ul, ol{
	line-height:18px;
	margin-bottom:10px;
}

ol{
	margin-left:17px;
}


.post{
	font-size:13px;
}

.blog_post{
	font-size:13px;;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #BADEFC;
}

.post p{
        margin:0 0 10px 0;
}

#post-home p{
	line-height:25px;
}

.post h2 a, .blog_post h2 a{
	color:#3f3f3f;
	text-decoration:none;
	font-size:14px;
}

.post h2 a:hover, .blog_post a:hover{
	color:#666666;
}

.post a, .blog_post a{
	color:#669933;
}

.post a:hover, .blog_post a:hover{
	color:#8cc553;
}

.post a:visited, .blog_post a:visited{
	color:#563524;
}

h1{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.orange{
        color:#cc6600;
}

#secondaryfooter, #secondaryfooter a{
        font-size:12px;
        color:#666666;
        text-decoration:none;
}

.nomarg{
	margin:15px 0 30px 0!important;
}

#secondaryfooter a:hover{
        color:#808080;
}

#content{
        text-align:justify;
}

/*== End 2.2 Typography ==*/

/*=== END SECTION 2 - Initial Styling ===*/


/*=== START SECTION 3 - Header Region ===*/
#header{
	height:180px;
	width:1021px;
	margin:0 auto;
}

#logo{
	float:left;
}

/*=== START SECTION 3.1 - Nav Menu ===*/
#nav ul{
	float:right;
	line-height:180px;
}

#nav li{
	float:left;
	display:inline;
	margin-right:20px;
}

#nav li a{
	color:#553527;
	text-decoration:none;
}

#nav li a:hover{
	color:#669933;
}
/*=== END SECTION 3.1 - Nav Menu ===*/
/*=== END SECTION 3 - Header Region ===*/


/*=== START SECTION 4 - Content Region ===*/
#content{
	width:1021px;
	margin:0 auto;
}

#javaslider{
	float:left;
	width:674px;
	border-right:1px solid #808080;
	height:407px;
	overflow:hidden;
}

#homecontent{
	float:left;
	width:300px;
    padding-left:45px;
}

.post{
	position:relative;
        text-align:justify;
}



#pagecontent{
        padding:0 40px 0 0;
	width:634px;
	float:left;
	border-right:1px solid #808080;
}

#pageimages{
	float:left;
	width:320px;
    padding-left:25px;
}

/*=== END SECTION 4 - Content Region ===*/


/*=== START SECTION 5 - Comment Region ===*/

/*=== END SECTION 5 - Comment Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer{
	width:1021px;
	margin:0 auto;
}

#sponsors{
	float:left;
	margin:90px 0 25px 0;
}

#sponsors li{
	float:left;
	display:inline;
	margin-right:14px;
}

#companyinfo{
	float:right;
	padding:108px 0 0 2px;
	font-size:13px;
}

#secondaryfooter{
        margin-left:146px;
		width:543px;
}

#secondaryfooter li{
        float:left;
        display:inline;
        margin:15px 0 30px 30px;
		font-size:12px;
}
/*=== END SECTION 6 - Footer Region ===*/

/*=== START SECTION 7 - Misc And Plugins ===*/
.qtip-wrapper{
	position:relative;
	bottom:5px;
	text-align:center;
}

#pageimages ul li{
	display:block;
}

#pageimages ul li a img{
	margin:10px auto;
}


.linklove{
        display:none
}

.cf-ol{
	list-style:none;
}

#cformsform label{
	display:block;
	margin:2px 0;
}

#cformsform input{
	display:block;
	margin:2px 0 5px 0;
}

.cf_error{
	border:1px solid #F00;
}

.emailreqtxt, .reqtxt{
	display:none;
}
/*=== END SECTION 6 - Misc And Plugins ===*/

