/* Default ---------------------------------------------------------------- */

html {
overflow: -moz-scrollbars-vertical;
margin: 0;
padding: 0;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Layout ----------------------------------------------------------------- */

#container-inner {
    width: 1240px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
	z-index: 10;
	position: relative;
}

#header, #content, #footer {
    position: relative;
}

#header-inner, #footer-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

#header-inner h1 {
	text-align: right;
	margin-right: 40px;
}

#header-inner {
    padding-right: 0;
    padding-left: 0;
}

#content {   
    margin-bottom: 10px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#content-inner-page {
    position: relative;
    width: 1080px;
    margin: 0 auto;
}

#content-inner {
	padding: 20px 10px;
	border-top:#68bbcc 1px solid;
	border-bottom:#68bbcc 1px solid;
	background: transparent url('http://lureandcast.com/images/text-bg.png') repeat;
}

/* Header ----------------------------------------------------------------- */

#header { 
    background: transparent;
    width: 100%;
}

#header a {
    color: #fff;
}

#header-content {
    width: 1090px; 
    margin: 10px 20px;
}

#header-name {
    color: #fff; 
    font-size: 30px;
    margin-bottom: 5px;
}

#header-description {
    color: #777;
    font-size: 15px;  
}


/* Navigation ----------------------------------------------------------------- */

#main-navigation {
    background: transparent;
}

#main-navigation-inner {
    position: relative;
	margin: 0 auto;
	width: 1080px;
}

#main-navigation ul {
    margin-left: 363px;
    padding: 0;
    list-style: none;
}

#main-navigation ul li {
    float: left;
    padding-top: 2px;
}

#main-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 0 35px 0 0px;
}

#main-navigation ul li a:hover {
    text-decoration: underline;
}

/* Entry widths */

#page-details {
	position: relative;
	width:675px;
	margin-left:381px;
	padding:20px 10px;
	border-top:#68bbcc 1px solid;
	border-bottom:#68bbcc 1px solid;
	background: transparent url('http://lureandcast.com/images/text-bg.png') repeat;
}

#content-inner .info {
    width: 360px;
	margin-left: 8px;
    margin-right: 22px;
	float: left;
}

#content-inner .details {
	float: left;
	width: 685px;
}

#content-inner .more {
	width: 1080px;
	padding: 20px 0;
}

#content-inner .images {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

#content-inner .images ul {
	position: relative;
	float: left;
	left: 50%;
	list-style: none;
}

#content-inner .images ul li {	
	position: relative;
	float: left;
	right: 50%;
	padding: 20px;
}

.clear {
	clear: both;
}

.entry-nav ul {
	list-style: none;
	width: 200px;
}

.entry-nav li {
	width: 100px;
	height: 62px;
	float: left;
	text-align: center;
	font-size: 75px;
	line-height:52px;
	color: #ebeae8;
}

.entry-nav li.active {
	color: #ccf1f9;
	text-shadow: #4b686e 0px 1px 1px;	
}

.entry-nav li.active:hover {
	color: #425662;
	background: #eafafd;
}

.entry-nav a {
	color: #cbf1f9;
	border: 0;
}

.entry-nav a:hover {
	color: #8fd7ec;
}

/* Content ---------------------------------------------------------------- */

.archive-content {
	text-align: center;
    margin: 0;
}
	
.archive li {
    margin-bottom: 5px;
}

div.archive-list {
	width: 302px;
	float: left; 
	margin: 0 21px 0 21px;
	padding: 8px;
	text-align: center;
}

div.archive-list div {
	margin-bottom: 8px;
	border: 1px #ddd solid;
}

div.archive-list p {
	margin-bottom: 8px;
}

div:hover.archive-list {
	width: 302px;
	float: left; 
	margin: 0 21px 0 21px;
	padding: 8px;
	text-align: center;
	background: #e4f3f8;
}

div.update-left {
	width: 302px;
	float: left; 
	margin: 0 21px 0 0;
	padding: 8px;
	text-align: center;
	background: #eeeeee;
}

div.update-left p {
	margin-bottom: 8px;
}

div:hover.update-left {
	width: 302px;
	float: left; 
	margin: 0 21px 0 0;
	padding: 8px;
	text-align: center;
	background: #e4f3f8;
}


div.update-right {
	width: 302px;
	float: right; 
	margin: 0 0 0 21px;
	padding: 8px;
	text-align: center;
	background: #eeeeee;
}

div.update-right p {
	margin-bottom: 8px;
}

div:hover.update-right {
	width: 302px;
	float: right; 
	margin: 0 0 0 21px;
	padding: 8px;
	text-align: center;
	background: #e4f3f8;
}

.admin-edit-link {
    text-align: center;
    font-family: verdana;
    margin-top: 10px;
}

.admin-edit-link a {
    border: 1px solid #ccc;
    background: #eee;
    padding: 5px 10px;
}


/* Forms ---------------------------------------------------------------- */

input.text, textarea.text {
    border: 1px solid #ccc;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 1px 2px;
    background-color: #e3f5f8;
}

.contact-form label {
    display: block;
}

.contact-form input.text {
    font-size: 13px;
}

.contact-form textarea {
    margin-bottom: 15px;
}

/* Footer ----------------------------------------------------------------- */

#footer { 
	width: 200px;
    margin-left: 77px;
    text-align: center;
    background: transparent;
    color: #777;
}

#footer .widget-header {
    display: none;
}

#footer-content {
    margin: 0 0 20px 50px;
}

#footer-content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
}

#footer-content ul li {
    float: left;
    margin: 0;
    padding: 0;
}

/* Spirograph backgrounds */

#spiro {
	position: absolute;
	top: 0;
	left: 0;
	width: 318px;
	height: 318px;
	z-index: 1;
}


/* Utilities ----------------------------------------------------------------- */

#content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
#content-inner { display: block; }
/* no ie mac \*/
* html #content-inner { height: 1%; }
#content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#main-navigation:after,
.entry-asset .asset-meta:after,
.comment:after,
#footer-content:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner,
#main-navigation,
.entry-asset .asset-meta,
.comment,
#footer-content,
.asset-body {
    height: 1%;
}


/* Easy Slider */

	.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

	#slider-content {
		margin:0 auto;
		position:relative;
		width:1100px;
		min-height: 500px;		
		}
		
	#controls-container {
		position: absolute;
		width: 30px;
		top: 0;
		right: 0;
		}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin: 10px 0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:1050px;
		min-height: 980px;
		overflow: hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:1050px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls {
		margin: 25px 0 0 0;
		padding:0;
		}
	ol#controls li {
		margin:5px 0; 
		padding:0;
		list-style:none;
		height:48px;
		line-height:28px;
		}
	ol#controls li a{
		width: 48px;
		height:48px;
		line-height:28px;
		border:1px solid #d1e2e6;
		background:#e3f5f8;
		color:#aeb3b3;
		padding:10px;
		text-align:center;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#8fd7ed;
		color:#ffffff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/* Typefaces 
-----------------------------------------------
Fonts by Jos Buivenga (exljbris) -> www.exljbris.nl
-----------------------------------------------*/

@font-face {
	font-family: 'MuseoSans500';
	src: url('type/museosans_500-webfont.eot');
	src: local('☺'), url('type/museosans_500-webfont.woff') format('woff'), url('type/museosans_500-webfont.ttf') format('truetype'), url('type/museosans_500-webfont.svg#webfontxBJHcoH7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MuseoSans500Italic';
	src: url('type/museosans_500italic-webfont.eot');
	src: local('☺'), url('type/museosans_500italic-webfont.woff') format('woff'), url('type/museosans_500italic-webfont.ttf') format('truetype'), url('type/museosans_500italic-webfont.svg#webfontiFLVuiR5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo900';
	src: url('type/museo_900-webfont.eot');
	src: local('☺'), url('type/museo_900-webfont.woff') format('woff'), url('type/museo_900-webfont.ttf') format('truetype'), url('type/museo_900-webfont.svg#webfontGd5NUNg4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo700';
	src: url('type/museo_700-webfont.eot');
	src: local('Museo 700'), url('type/museo_700-webfont.woff') format('woff'), url('type/museo_700-webfont.ttf') format('truetype'), url('type/museo_700-webfont.svg#webfontKk6Ew2Tk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo500';
	src: url('type/museo_500-webfont.eot');
	src: local('Museo 500'), url('type/museo_500-webfont.woff') format('woff'), url('type/museo_500-webfont.ttf') format('truetype'), url('type/museo_500-webfont.svg#webfontsHHa3Ykk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo300';
	src: url('type/museo_300-webfont.eot');
	src: local('☺'), url('type/museo_300-webfont.woff') format('woff'), url('type/museo_300-webfont.ttf') format('truetype'), url('type/museo_300-webfont.svg#webfontCBaODhX0') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo100';
	src: url('type/museo_100-webfont.eot');
	src: local('☺'), url('type/museo_100-webfont.woff') format('woff'), url('type/museo_100-webfont.ttf') format('truetype'), url('type/museo_100-webfont.svg#webfontZbrVvJI4') format('svg');
	font-weight: normal;
	font-style: normal;
}
	

/* Basic formatting ------------------------------------------------------ */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
	-webkit-text-size-adjust: 150%;
	text-rendering: optimizeLegibility;
}

html { height: 100%; margin: 5px; }

body {
    margin: 0 auto;
    background: #f6f7f7 url('images/bg.jpg');
    font: 14px/24px "MuseoSans500", Helvetica, Arial, sans-serif;
    color: #454d4d;
}

strong, b {
    font-family: "Museo500", Helvetica, Arial, sans-serif; 
	font-weight: normal;
	letter-spacing: .5px;
	color: #c9b5a2;
}

em, i {
	font-family: "MuseoSans500Italic";
	font-style: italic;
}

:link,:visited {
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
	font-family: "Museo500", Helvetica, Arial, sans-serif;
	color: #c3beb8; 
}

table {
    border-spacing: 0;
}

fieldset,img,abbr,acronym {
    border: 0;
} 

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

a {
    color: #06a8d9;
    background: transparent;
    text-decoration: none;
}


a img,:link img,:visited img {
    border: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #eee4d2;
    color: #eee4d2;
}

address {
    font-style: normal;
    display: inline;
}

#container-inner,
#content {
    background: transparent;
}

/* Content ---------------------------------------------------------------- */

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

.smallcaps {
    font-size: 97%;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.delimiter {
    font-weight: normal;
    font-family: Georgia, serif;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

.details p, .more p, .role {
    margin-bottom: 2em;
    text-align: left;
}

.details h4, .more h4 {
    color: #364459;
}

.entry-categories {
	font-size: 14px;
    margin-bottom: 2em;
    text-align: left;
}

.details li, .more li {
    margin-bottom: 6px;
}

.details p a, .details li a, .more p a, .more li a, h3.external-link a {
    background: transparent;
    border-bottom: 1px #e3f5f8 dotted;
    padding: 0 2px;
	margin: 0 -2px;
}

.details p a:hover, .details li a:hover, .more p a:hover, .more li a:hover, .role a:hover, h3.external-link a:hover {
    background: #e3f5f8;
	border-bottom: 1px #e3f5f8 solid;
}

#footer-content li a {
    padding: 0 2px;
}

#footer-content li a:hover {
    background: #e5ebeb;
    border-bottom: 1px #f7f3ea dotted;
    padding: 0 2px;
}

#footer-content .arrows {
    font-size: 16px;
}

.role a {
    border-bottom: 1px #f7f3ea dotted;
}

.role { 
	padding: 0 2px;
    font-size: 14px;
    font-style: italic; 
}

h2.project-title {
    font-family: "Museo700", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 23px;
	margin-left: -2px;
	margin-bottom: 1px;
	padding: 0 2px;
    color: #c3beb8;
}

h2.project-title a {
    color: #c3beb8;
	padding: 0 2px;
    text-decoration: none;
}

h2.project-title a:hover {
    color: #8fd7ed;
	background: #f5fcfd;
}

h2.page-title {
    visibility: hidden;
}

h3.archive-title {
	font: 18px/22px "Museo500", Helvetica, Arial, sans-serif;
    margin-bottom: 4px;
}

h3.archive-title a { color: #b3aea8; border-bottom: 1px #b3aea8 dotted; }
h3.archive-title a:hover { color: #06a8d9; border-bottom: 1px #b3aea8 dotted; }

h3.external-link {
    margin-left: 390px;
}

/* FORM ELEMENTS */

input, textarea {
    background: #e9f5f9;
    border: 1px #c8dce2 solid;
    font-family: "MuseoSans500", Helvetica, Arial, sans-serif;
    color: #45a1bd;
    font-size: 16px;
    line-height: 22px;
    padding: 2px;
    }

input.captcha {
    width: 146px;
}

.buttons a, .buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #ede1d7;
    border: 1px solid #c8a88c;
    border-top: 1px solid #e4c7af;
    border-left: 1px solid #e4c7af;
    font-family: "Museo500", Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: lowercase;
    font-variant: small-caps;
    color: #57b7df;
    cursor: pointer;
    text-shadow: #bee4f4 0px 0px 1px;
    padding: 4px 10px; /* Links */
}

.buttons a b { font-family: "Museo700", Helvetica, Arial, sans-serif; }

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 6px 10px;
}

button:hover, .buttons a:hover {
    background-color: #dcd4ce;
    color: #57b7df;
}

.buttons a:active {
    background-color: #dcd4ce;
    color: #57b7df;
}

.preview {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #ffffff;
    font-size: 99%;
    width: 491px;
}

h3.preview-title {
    font-size: 18px;
    margin-bottom: 4px;
	color: #c3beb8;
	font-family: "Museo500", Helvetica, Arial, sans-serif;
}

.preview h4 {
    color: #9da9a9;
}

.preview p.time { 
    font-size: 12px;
    font-style: italic;
    color: #9da9a9;
    margin-bottom: 0;
}

/* Header */

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* Entry */

.entry-categories,
.entry-tags {
    margin: 0;
	padding: 0 2px;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}


/* Feedback */

.comments-open label {
    display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #9da9a9;
	margin-top: 12px;
}

.comments-open label em {
	font-style: normal;
	text-transform: lowercase;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 526px;
}

#comment-submit {
    font-family: "Museo700", Helvetica, Arial, sans-serif;
}



.admin-edit-link p, .admin-edit-link a {
    background: transparent!important;
    cursor: default;
}


@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

