/*
Theme Name: Alspis


*/

@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ background:#847d76; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#6a6b6e;}
a{ text-decoration:none; outline:none; color:#a65033;}
img{ border:0;}
ul{ list-style-type:none}

h2
{
    color:#A65033;
    font-family:Times New Roman;
    font-size:20px;
    font-weight:normal;
}

#main{ background:#ffffff; overflow:auto; width:902px; padding:0 22px 0 19px; margin:0 auto; border:6px solid #e7d8ac; border-top:0;}
#container{ width:678px; float:left; margin-bottom:10px;}
#header{width:681px; height:126px; overflow:hidden;}
#header .menu1{ margin:63px 0 0 0;}
#header .menu1 li{ display:inline; color:#a0a3a5; }

#header .menu1 li a
{
    color:#8a1f03;
    font-family:Times New Roman;
    font-size:14px;
    font-weight:normal;
    padding:0 15px;
}

#header .menu2{ margin:16px 0 0 0;}

#header .menu2 li
{
    color:#E2BCAB;
    font-family:times New Roman;
    font-size:16px;
    font-weight:bold;
    margin-left:0px;
    padding:0;
    background:#8a1f03;
    float:left;
    margin-right:2px;
    height:28px;
    line-height:28px;
    border:solid 1px #c7896f;
    width:166px; 
}

#header .menu2 li a{ padding:0; color:#e2bcab; margin-left:22px; font-weight:bold;}
#banner{}
#container .column{width:188px; margin:10px 0 0 15px; float:left; padding:10px 23px 0 0;}
#container .column p{ margin:15px 0 0 0; line-height:20px;}
#container .column a.more-link{ float:right}
#sidabar{ width:221px; float:right; margin-bottom:10px;}
#sidabar .logo{ text-align:right; margin:16px 6px 7px 0;}
#sidabar .add{ margin-bottom:3px;}
#sidabar .naws_event{ background:url(images/news_event_bg.gif) repeat-x top left; width:204px; border-left: solid 1px #aaa9a8; padding-left:15px; margin-top:7px; padding-top:10px;}
#sidabar .naws_event ul{ margin-top:12px;}
#sidabar .naws_event ul li{ background:url(images/news_event_bullets.gif) no-repeat top left; padding-left:27px; line-height:22px;}
#sidabar .naws_event ul li a{ color:#847d76; font-size:14px; font-weight:bold;}
#sidabar .naws_event ul li div{ padding-bottom: 10px; padding-left: 5px; }
#footer{ background:#dedcda; padding:15px; clear:both; color:#908a83; overflow:auto}
#footer p{ line-height:20px;}
#footer .left{ float:left}
#footer .right{ float:right;color:#908A83;}
#footer .copyright{ font-size:11px; margin-top:18px; }
#footer a{ text-decoration:none;color:#908A83;}
/**********--------------------********************/
.title{ background:#e7d8ab; padding:20px 0 25px 20px; font-family:"Times New Roman", Times, serif; font-size:24px; color:#8a1f03;}
#leftbar{ font-family:"Times New Roman", Times, serif; margin-top:6px; overflow:auto; float:left;}
.blog{width:218px; padding-top:13px; overflow:auto; clear:both}
.left_menu{ margin-left:17px;}
.left_menu li{ }
.left_menu li a{ background:url(images/arrow.gif) no-repeat 0 5px; margin-bottom:5px; padding-left:28px; display:block; color:#847d76; font-size:18px;}
.left_menu li a:hover, .left_menu li.current_page_item a{ margin-bottom:5px; padding-left:28px; display:block; color:#9b452e; font-size:18px;}

.left_menu li li a{ background:none; margin-bottom:5px; padding-left:30px; display:block; color:#847d76; font-size:14px;}
.left_menu li li a:hover, .left_menu li.current_page_item li a{ background:none; margin-bottom:5px; padding-left:30px; display:block; font-size:14px;}

.left_menu li li a:hover, .left_menu li.current_page_item li a:hover { color:#9b452e; }
.left_menu li.current_page_item li a {color:#847d76; }

.search_head{ height:31px; background:url(images/search_icon.gif) no-repeat top left; padding-left:28px; margin-left:17px; color:#8a1f03; font-size:15px;}
.blog .input{ border:solid 1px #847d76; width:150px; height:20px; padding:7px 3px 0 4px; margin-left:45px; }
.blog .find{ float:right; margin-right:20px; color:#847d76; font-size:18px; margin-top:5px;}
#content{ width:445px; margin-left:15px; margin-top:20px; float:left;}
#content p{ line-height:18px; margin-bottom:20px; width:417px;}

.findbutton { font:normal 18px 'Times New Roman', Times, serif; background-color:#ECEBE9; color:#847d76;border:none }

.widecolumn { width:660px; margin-top:20px; float:left;}
.widecolumn p{ line-height:18px; margin-bottom:20px; width:660px; text-align:justify }



.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: hidden; /*leave this value alone*/
width: 678px; /*Width of Carousel Viewer itself*/
height: 338px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: visible; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px; /*margin around each panel*/
width: 678px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.thumbnail
{
	background-color: Transparent;
	color: #999;
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
	width: 242px;
}

.thumbnail a
{
	display: block;
}

.thumbnail img
{
	border: 1px solid #666;
	margin: 0 0 1em 0;
}

.rss
{
    background:url(images/rss.gif) no-repeat top left;
}

.rss .text
{
    padding-left: 18px;
}