/*
Theme Name: LAVANTE
Theme URI: http://wordpress.org/
Description: This is a WordPress theme developed for the sole use of the <a href="http://www.lavante.com">Lavante.</a>  It is based on the default WordPress theme by <a href="http://binarybonsai.com/">Michael Heilemann</a>.
Version: 0.1
Author: john branca
Author URI: http://www.capela.com/
*/


/*  Start Reset */
h1, h2, h3, h4, h5, h6 { margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; }


html, body, div, span, applet, object, iframe,
 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  End Reset */



.postmetadata a             { color:#58AEDE }
.thread-alt                 { background-color: #f8f8f8 }
.thread-even                { background-color: white }
.depth-1                    { border: 1px solid #ddd }

.even, .alt {

	border-left: 1px solid #ddd;
}


.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}


.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;

	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


h2 a:hover, 
h3 a:hover  { color:#58AEDE; text-decoration:none }
a:hover     { color:#4B96C0; text-decoration:underline }
.entry a    { color:#58AEDE }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */





.post {
	margin: 0 0 40px;
padding-left:16px;
line-height:1.4em;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}



.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
  color:#2187CB;
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1            { margin: 0 }

h2.pagetitle      { margin-top:30px; text-align: center }
h1.pagetitle      { padding-left:16px }

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul           {padding-left:8px;}
#sidebar a            { color:#666 }
#sidebar ul li        { list-style-type:none; margin-top:20px; list-style-image:none }
#sidebar ul li ul li  { list-style-position:inside; border-bottom:none; margin-bottom:2px }
#sidebar ul p, 
#sidebar ul select    { margin: 5px 0 8px }
#sidebar ul ul, 
#sidebar ul ol        { padding:6px; margin: 2px 0 0 10px }
#sidebar ul ul ul, 
#sidebar ul ol        { margin: 0 0 0 10px }

ol li, 
#sidebar ul ol li     { list-style: decimal outside }
#sidebar ul ul li, 
#sidebar ul ol li     { margin:3px 0 0; padding: 0; }
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin:0 auto;
	padding: 10px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation         { display: block; text-align: center; margin-top: 10px; margin-bottom:20px }

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*
 *
**/

html            { border:0; color:#666666; font-size:13px; }


body              { background-color:#EDEDED;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 12px;  
  text-align: left;
  text-decoration: none;
}


img, h1, h2, h3, h4 { border:0 none; margin:0 }

p               { padding: .5em 0;}
a               { text-decoration:none }
a img           { border:0 }
a:active,     
a:focus         { outline:0 }
ul              { padding:0; margin:0; list-style:none }
#wrapper          { background:url(./images/lav_bk.jpg) repeat-y top; margin:10px auto; width:995px }
.clear          { clear:both; line-height:1px }



/* HEADER */   
.header                 { background:url(images/lav_top.jpg) no-repeat top; position: relative; } 
#home-link              { float:left; display:inline; margin:24px 0 0 24px; }
#header-links           { color:#003399; font-size:10.5px; line-height:1.5em; position:absolute; right:28px; text-align:left; top:16px; }
#header-links a         { color:#003399; text-decoration:none }
#header-links a:hover   { color:#0099ff }
#header-links img       { margin-right:4px }
.header h1              { font-size:12px; display:inline; float:left; margin-top:56px }
.header h1 a            { color:#0099ff; text-decoration:none; font-size:12px;}
.header h1 a:hover      { color:#003399; }

#blog-banner        { margin-left:18px }



#search             { display:none; }

/*    page  */
#page                 {  }
.narrowcolumn         { background:transparent url(images/lav_page_top.jpg) no-repeat scroll center top;
display:inline;
float:left;
height:100%;
margin-left:64px;
margin-top:12px;
padding-top:28px;
width:620px; }
.narrowcolumn a       { color:#0099FF; text-decoration:underline }
.narrowcolumn a:hover { color:#003399 }
.narrowcolumn h1      { color:#545453; font-size:20px; line-height:1.2em; padding-bottom:8px; text-transform:uppercase }
.narrowcolumn h2      { font-size:14px; color:#2187CB; text-transform:uppercase;  padding-bottom:8px }
.narrowcolumn h1 a:hover,
.narrowcolumn h1 a    { color:#545453; font-size:20px; line-height:1.2em; padding-bottom:8px; text-decoration:none; text-transform:uppercase; }
#inner-r              { float:left; display:inline; text-align:left; color:red; margin-left:80px; font-size:12px; margin-top:6px; width:201px;}
#sidebar              { background:#fff url(images/lav_sidebar_mid.jpg) repeat-y top;  padding-top:16px; width:201px }
#sidebar a            { line-height:1.1em; white-space:normal }
#sidebar h2           { background:transparent url(images/lav_sidebar_corner.jpg) no-repeat scroll 0 0; color:#272626; margin:5px 0 0; padding:8px 12px 0 }
#bar-bottom           { background:transparent url(images/lav_sidebar_bot.jpg) no-repeat scroll 0 0; height:10px; width:201px }
#bar-top              { background:transparent url(images/lav_sidebar_top.jpg) no-repeat scroll 0 0; height:27px; width:201px }

ul#content                  { padding: 0; margin: 0; list-style: disc; }
ul#content,
ul#content li ul            { margin:0; padding:0 }
ul#content li ul            { padding-top:5px }
ul#content                  { padding:0; white-space:nowrap }
ul#content li               { padding-bottom:0.4em;  list-style-type:disc; position:relative }


/* FOOTER */  
.footer p           { padding:0 24px }
.footer a           { color:#003399; font-size:12px; text-decoration:none }
.footer a:hover     { color:#0099ff; text-decoration:underline }
.footer             { clear:both; margin-top:36px; padding-bottom:14px }
.footer h3 a        { color:#666; font-weight:normal }
.footer h3 a:hover  { color:#0099ff }

/*    NAV       */
.nav-area               { clear:both }

#nav-bar                { margin-left:18px; float:left; font-size:12px; text-align:right; width:778px }

ul                      { padding: 0; margin: 0; list-style: none }
ul#nav,
ul#nav li ul            { margin:0; padding:0; background-color:#FFF }
ul#nav li ul            { border:1px solid gray; padding:0 }
ul#nav                  { background:transparent url(images/lav_nav_bk.jpg) no-repeat scroll left top; padding:0; white-space:nowrap }
ul#nav li               { padding-bottom:0.4em; display:inline; list-style-type:none; position:relative }
/*ul#nav li a             { background:transparent url(../images/lav_about.jpg) no-repeat scroll right top; color:#00468C !important; display:inline-block; padding:9px 32px; text-decoration:none }*/

ul#nav li a             { background:transparent url(images/lav_nav_back.jpg) no-repeat scroll left top; color:#00468C !important; display:inline-block; padding:9px 32px; text-decoration:none }
ul#nav li a:hover       { color: #00468C !important; text-decoration:none; background:transparent url(images/lav_nav_back_on.jpg) no-repeat scroll left top; }

ul#nav li.curr a        { color: #00468C !important; text-decoration:none; background:transparent url(images/lav_nav_back_on.jpg) no-repeat scroll left top; }/* ul#nav li:last-child a  { background-image:none }
ul#nav li.nav-item-6 a  { background-image: none !important }  IE 7 and 8 no last-child support */
ul#nav li ul            { display:none; left:-2px; min-width:100%; position:absolute; text-align:left; top:21px }
ul#nav li:hover ul      { display:block }
ul#nav li ul li         { padding-bottom:0; display:block; font-size: 12px; background:#fff none no-repeat scroll 0 0; }
ul#nav li ul li a       { display:block; padding-bottom:0.4em; padding-left:1.2em; padding-top:0.4em; background-image:none !important}
ul#nav li ul li a:hover { color:#333 !important; background:#e1e2e2 none no-repeat scroll 0 0; }
ul#nav li:last-child ul { left:auto; right:0 }

#cust-login             { float:left; width:169px }
