/*********************************************
    Meyer Reset v1.0
*********************************************/
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;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/*********************************************
    Color Scheme
*********************************************/
body {
	background: #f7f4f1 url(../images/bg.gif) top repeat-x;
	margin: 43px 0 0 0;
	padding: 0;
	color: #333;
	font-size: 11px;
	font-family: Arial, "Helvetica", sans-serif;
	line-height: 1.8em;
}
/*********************************************
    Global
*********************************************/ 
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 10px 0;
	font-family: Arial, "Helvetica", sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
}
h1 {
	font-size: 24px;
	color: #444;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	margin: 5px 0;
	padding: 5px 0;
}
a {
	font-weight: 700;
	color: #544d46;
	text-decoration: none;
}
a:hover {
	color:#555;
	text-decoration: underline;
}
ul li {
	margin-left: 25px;
}
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: square;
}
ul ul ul {
	list-style-type: circle;
}
ol {
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	font-weight: bold;
}
hr {
	background:#ddd;
	color:#ddd;
	clear:both;
	float:none;
	width:100%;
	height:.1em;
	margin:0 0 1.45em;
	border:none;
}
hr.space {
	background:#fff;
	color:#fff;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
/*********************************************
    Layout
*********************************************/
#main {
	height: 100%;
	min-height: 724px;
	position: relative;
}
*html #main {
	height: 724px;
	overflow: visible;
}
.container {
	padding-top: 50px;
	margin: 0 auto;
	width: 971px;
	font-size: 1.2em;
	border: none;
}
/*********************************************
    Header
*********************************************/
#header {
	width: 971px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}
#header .logo {
	margin: 0 0 0 10px;
	padding: 0;
}
#header .search {
	margin: -66px 10px 0 0;
	float: right;
}
/*********************************************
    Sidebar
*********************************************/
#sidebar {
	position: relative;
	margin: 130px 0 0 0;
	padding: 10px;
	font-size: 11px;
	float: right;
	width: 235px;
	left: 460px;
}
#sidebar ul {
	list-style:none;
	margin: 0 0 10px 0;
	padding:0;
	border:none;
}
#sidebar ul ul {
	display: none;
}
#sidebar li {
	margin:0;
}
#sidebar li a {
	display:block;
	padding: 4px 0 4px 0;
	color:#333;
	text-decoration:none;
	width:100%;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
}
html>body #sidebar li a {
	width:auto;
}
#sidebar li a:hover {
	color:#333;
	text-decoration: none;
}
#sidebar li a:visited {
	text-decoration: none;
}
#sidebar img {
	text-align: center;
}
/*********************************************
    Sidebar Left
*********************************************/
#sidebar-left {
	margin: 130px 0 0 0;
	padding: 10px;
	font-size: 11px;
	float: left;
	width: 235px;
}
#sidebar-left ul {
	list-style:none;
	margin: 0 0 10px 0;
	padding:0;
	border:none;
}
#sidebar-left ul ul {
	display: none;
}
#sidebar-left li {
	margin:0;
}
#sidebar-left li a {
	display:block;
	padding: 4px 0 4px 0;
	color:#333;
	text-decoration:none;
	width:100%;
	font-weight: 400;
	border-bottom: 1px solid #dedede;
}
html>body #sidebar-left li a {
	width:auto;
}
#sidebar-left li a:hover {
	color:#333;
	text-decoration: none;
}
#sidebar-left li a:visited {
	text-decoration: none;
}
/*********************************************
    Content
*********************************************/
#content {
	position: relative;
	float: right;
	display: inline;
	width: 450px;
	margin: 120px 0 25px 0;
	padding: 10px 10px 10px 0;
	clear: both;
	right: 255px;
	text-align: justify; 
}
#content-full {
	float: left;
	display: inline;
	width: 952px;
	margin: 120px 0 25px 0;
	padding: 10px;
	clear: both;
	text-align: justify;
}
/*********************************************
    Titles
*********************************************/
.title-span {
	font-size: 24px;
	font-weight: 700;
	line-height: 54px;
	color: #444;
}
.title-archived {
	color: #555;
}
.title-widgets {
	padding: 4px 0px 4px 0;
	font-size: 15px;
	text-align: left;
}
/*********************************************
    Comment Form
*********************************************/
.commentlist li, #commentform input, #commentform textarea {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.thread-even, .thread-even .children {
	background: #ebe9dc;
	padding: 0 0 0 10px;
}
.thread-odd, .thread-odd .children {
	background: #dbe8ee;
	padding:  0 0 0 10px;
}
.commentlist li .avatar {
	background: #fff;
	padding: 2px;
	width: 48px;
	height: 48px;
	float: right;
	border: 1px solid #eee;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
#commentform input {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 5px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/*********************************************
    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;
}
.cancel-comment-reply {
	padding:2px 22px 2px 0;
	margin:-2px 0;
}
.comment-reply-link {
	background: url(../images/icons/arrow-curve-090.png) right center no-repeat;
	padding:2px 22px 4px 0;
	margin:-2px 0;
}
#recentcomments .url {
	background: none;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	border: none;
}
.recentcomments a {
	background: none !important;
	display: inline !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff !important;
	text-transform: capitalize;
	border: none !important;
}	
/*********************************************
    Calendar
*********************************************/
#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;
}
#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;
}
/*********************************************
    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 img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

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

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:33px 20px 20px 0;
}

.wp-caption.alignright {
	margin:33px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

.in-home {
	margin-top:33px;
}

/*********************************************
    Icons
*********************************************/
body a.noicon {
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.media-block {
	margin-bottom: 10px;
	padding: 10px 0 5px 0;
	width: 100%;
}
/*********************************************
    Link Padding Icons
*********************************************/
a[href^="http:"], a[href^="mailto:"], a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], a[href$=".rdf"], a[href^="aim:"] {
 padding:2px 22px 2px 0;
 margin:-2px 0;
 background-repeat: no-repeat;
 background-position: right center;
}
/*********************************************
    External Links Icons
*********************************************/
a[href^="http:"] {
 padding-right: 14px;
}
a[href^="mailto:"] {
 background-image: url(../images/icons/email.png);
}
/*********************************************
    File Links Icons
*********************************************/
a[href$=".pdf"] {
 background-image: url(../images/icons/pdf.png);
}
a[href$=".doc"] {
 background-image: url(../images/icons/doc.png);
}
a[href$=".xls"] {
 background-image: url(../images/icons/xls.png);
}
/*********************************************
    Misc Links Icons
*********************************************/
a[href$=".rss"], a[href$=".rdf"] {
 background-image: url(../images/icons/feed.png);
}
a[href^="aim:"] {
 background-image: url(../images/icons/im.png);
}
a[href^="http://www.adventisti.us"] {
 background:none;
 padding:0;
 margin:0;
}
/*********************************************
    Search Form
*********************************************/
#search-form {
	margin: 0;
	padding: 0;
	width: 253px;
}
#search-form .button-search {
	position: absolute;
	margin-left: 174px;
}
#searchbox {
	background: url(../images/bg-input.png) no-repeat;
	position: absolute;
	margin-left: 18px;
	width: 150px;
	padding: 6px;
	float: left;
	border: none;
}
/*********************************************
    WP Default Navigation
*********************************************/
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/*********************************************
    Attachment
*********************************************/
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
/*********************************************
    Text Classes
*********************************************/
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
.thin {
	font-weight: lighter;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1.6em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
	background:none;
	padding:0;
	margin:0;
}
.notice a {
	color:#514721;
	background:none;
	padding:0;
	margin:0;
}
.success a {
	color:#264409;
	background:none;
	padding:0;
	margin:0;
}
.center {
	text-align: center;
}
.continue {
	font-weight: 700;
}
.post-date {
	font-family: font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59524d;
}
/*********************************************
    Buttons
*********************************************/
a.button, button {
	display: inline-block;
	float: left;
	margin:0 0.583em 0.667em 0;
	padding:5px 10px 5px 7px;   /*** Links ***/
	border:1px solid #dedede;
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	background-color:#f5f5f5;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size:100%;
	line-height:130%;
	text-decoration:none;
	font-weight:bold;
	color:#565656;
	cursor:pointer;
}
button {
	width:auto;
	overflow:visible;
	padding:4px 10px 3px 7px;
}
button[type] {
	padding:4px 10px 4px 7px;
	line-height:17px;
}
*:first-child+html .container button[type] {
	padding:4px 10px 3px 7px;
}
button img, a.button img {
	margin:0 3px -3px 0 !important;
	padding:0;
	border:none;
	width:16px;
	height:16px;
	float:none;
}
/*********************************************
    Standard Buttons
*********************************************/
button:hover, a.button:hover {
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
a.button:active, button:active {
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}
/*********************************************
    Positive Buttons (Lite Background)
*********************************************/
body .positive {
	color:#529214;
}
a.positive:hover, button.positive:hover {
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
a.positive:active, button.positive:active {
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}
/*********************************************
    Negative Buttons (Dark Background)
*********************************************/
body .negative {
	color:#d12f19;
}
a.negative:hover, button.negative:hover {
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
a.negative:active, button.negative:active {
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}
/*********************************************
    Forms
*********************************************/
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:200px;
	margin:0;
	color: #777;
}
select {
	width:235px;
	color: #777;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
	font-family: Arial, "Helvetica", sans-serif;
	color: #777;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	outline:none;
	color: #555;
}
.biblija {
	width: 150px;
}

/*********************************************
    Clearfix
*********************************************/
.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	max-height:0;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/*********************************************
    Main Menu
*********************************************/
.sf-menu, .sf-menu * {
	list-style:none;
	margin:0;
	padding:0;
}
.sf-menu {
	margin: 30px 0 0 0;
	width: 971px;
	line-height:1.0;
	float:left
}
.sf-menu ul {
	background: url(../images/drop-down.png) bottom no-repeat;
	position:absolute;
	margin: 4px 0 0 0;
	padding-bottom: 9px;
	top:-999em;
	width:155px;
}
.sf-menu li:hover {
	visibility:inherit;
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
	text-decoration:none;
	padding:.75em 1em;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:2.5em;
	z-index:99;
}
.sf-menu a, .sf-menu a:visited {
	font-weight: 700;
	color:#fff;
}
.sf-menu li li {
	background: #aaa590;
	width: 155px;
}
.sf-menu li li li {
	background:#f1ecde;
	width: 155px;
	margin: -2.5em 0 0 129px;
}
.sf-menu li:hover, .sf-menu li.current_page_item, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #f3f1f1;
	outline:0;
}
.sf-menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px;
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:1.05em;
	width:10px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px;
}
a > .sf-sub-indicator {
	top:.8em;
	background-position:0 -100px;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
}
.sf-shadow ul {
	background:url('../images/shadow.png') no-repeat bottom right;
	padding:0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background:transparent;
}
/*********************************************
    Footer Columns
*********************************************/
.footer-cols {
	margin: 0 auto;
	padding: 0;
	width: 990px;
}
.footer-cols ul {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
.footer-cols li {
	margin:0;
}
.footer-cols li a {
	background: #eee;
	display:block;
	padding: 4px 0 4px 10px;
	color:#333;
	text-decoration:none;
	width:100%;
	border-top: none;
	border-bottom: 1px solid #dedede;
}
html>body .footer-cols li a {
	width:auto;
}
.footer-cols li a:hover {
	background: #ddd;
	color:#333;
	text-decoration: none;
}
.footer-cols li a:visited {
	text-decoration: none;
}
.footer-col {
	background: #59524D;
	padding: 10px;
	width:50%;
	height: 200px;
	float:left;
	color: #fff;
	line-height: 18px;
	display:inline;
	text-align: left;
	border: 1px solid #413c38;
}
.footer-cols3 .footer-col {
	width:30%;
	margin-left:10px;
}
.footer-cols4 .footer-col {
	width:20%;
	margin-left:1%;
}
.footer-col1, .footer-col2, .footer-col3 {
	float:left;
	display:inline;
}
.widget-bg {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #dddac8;
}
.widgets {
	display: block;
	font-weight: 700;
	color: #5a5a5a;
}
.widgets p {
	padding: 10px;
	color: #333;
}
/*********************************************
    Footer
*********************************************/
.rsswidget {
	color: #fff;
}
.rsswidget img {
	display: none;
}
#footer {
	width: 100%;
	text-align: center;
	color: #322d2a;
}
#footer p {
	font-size: 11px;
}
#footer .copyright {
	background: url(../images/bg-footer.jpg) repeat-x;
	padding-top: 55px;
	width: 100%;
	height: 120px;
	text-align: center;
	line-height: normal;
}
#footer .copyright a {
	font-weight: 400;
	color: #67953d;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #322d2a;
	text-decoration: none;
}
.footer-widgets {
	display: block; 
	font-weight: 700;
	color: #fff;
}
.footer-widgets :hover {
	text-decoration: none;
	color: #fff;
}
.footer-widgets img {
	background: none;
}
