/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 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;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td { vertical-align: top; text-align: left; } 

/* background fixes */
html, body {height: 100%;}
* html #pagebody {height: 100%;}
div#pagebody {min-height: 100%;height: auto;/*height: 100%;*/}
div.blog-preview p.blog-text {	line-height: 130%; }
div.panel div.panel-body { line-height: 130%; }

input.grayed {color: #999;}
input.search-fld {margin: 0px 0 0;width: 120px;}

div.blog-text ol, div.blog-text ul { padding:10px 0px 10px 20px;}
div.blog-text ol li, div.blog-text ul li { margin:0px 0px 10px 0px;}
div.blog-text p {margin-bottom: 10px;}
div.blog-text h1 {font-size: 2em; margin: .67em 0;}
div.blog-text h2 {font-size: 1.5em; margin: .83em 0;}
div.blog-text h3 {font-size: 1.17em; margin: 1em 0;}
div.blog-text h4 {font-size: 1em; margin: 1.33em 0;}
div.blog-text h5 {font-size: .83em; line-height: 1.17em; margin: 1.67em 0;}
div.blog-text h6 {font-size: .67em; margin: 2.33em 0;}

img { -ms-interpolation-mode:bicubic; }
/*a.settings { padding: 1px 0px 18px 18px; overflow:visible; line-height: 18px; background: url('../img/icons/icon-settings.png') no-repeat; }*/

div.panel a.settings { padding: 1px 0px 24px 24px; overflow:visible; line-height: 24px; }
div.panel:hover a.settings { background: url('../img/icons/design/settings-icon-1.png') no-repeat; }
a.page-settings-icon  
{
    padding: 1px 0px 35px 35px; 
    overflow:visible; 
    line-height: 35px; 
    background: url('../img/icons/design/icon-page.gif') no-repeat; 
    top:5px; right:5px;
    position:fixed!important;
    overflow:hidden;
    z-index:70000!important; 
}
a.menu-settings-icon  
{
    padding: 1px 0px 35px 35px; 
    overflow:visible; 
    line-height: 35px; 
    background: url('../img/icons/design/icon-menu.gif') no-repeat; 
    top:50px; right:5px;
    position:fixed!important;
    overflow:hidden;
    z-index:70000!important; 
}

table.carousel-table {}
div.carousel-slide { padding: 4px 4px 4px 4px; }
table.carousel-table td a.carousel-control { font-size:38px; text-decoration: none; font-weight:bold; }
div.carousel-slide a.selected { border-width: 2px; }

div.lbox-block { position:relative; }
div.lbox-block a.lbox { position:absolute; top:4px; left:4px; display:none; padding: 1px 0px 22px 22px; overflow:visible; line-height: 22px; }
div.lbox-block:hover a.lbox { display: block; background: url('../img/icons/zoom-in.gif') no-repeat; }
