body
{
    margin: 0;
    padding: 0;
    background: #AA5500;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #2E2E2E;
}

h1, h2, h3
{
    margin: 0;
    font-weight: normal;
    color: #FF8A15;
}

h1
{
    font-size: 44px;
}

h2
{
    font-size: 18px;
}

h3
{
}

h4
{
	font-size: 16px;
}

p, ul, ol
{
	margin-top: 0;
	line-height: 240%;
	text-align: left;
}

ul, ol
{
}

blockquote
{
}

a
{
    /*color: #B35900;*/
}

.entry a 
{
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

img.left
{
    float: left;
    margin: 7px 30px 0 0;
}

img.right
{
    float: right;
    margin: 7px 0 0 30px;
}

hr
{
    display: none;
}

.list1
{
}

.list1 li
{
    float: left;
    line-height: normal;
}

.list1 li img
{
    margin: 0 30px 30px 0;
}

.list1 li.alt img
{
    margin-right: 0;
}

#wrapper
{
    background: url(images/img02.jpg) repeat-y center top;
}

#wrapper-bgtop
{
    background: url(images/img01.png) no-repeat center top;
}

/* Header */

#header-wrapper
{
}

#header
{
    width: 980px;
    height: 98px;
    margin: 0 auto;
    background: url(images/img01.jpg) no-repeat left top;
}

/* Menu */

#menu
{
    float: right;
    width: 620px;
}

#menu ul
{
    float: right;
    margin: 0;
    padding: 50px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li
{
    display: block;
    float: left;
    border-right: 1px solid #FF9900;
}

#menu a
{
    display: block;
    float: left;
    padding: 0px 20px 0px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover
{
    text-decoration: none;
}

#menu .current_page_item a
{
    background-color: #FF8A15;
}

#menu .last
{
    border-right: none;
}


/* Page */

#page
{
    width: 940px;
    margin: 0 auto;
    padding: 40px 20px 0px 20px;
    background: #FFFFFF;
}


/** LOGO */

#logo
{
    float: left;
    width: 260px;
    margin: 0 auto;
    padding-left: 100px;
}

#logo h1, #logo p
{
    margin: 0px;
    line-height: normal;
    text-transform: lowercase;
    font-weight: normal;
    color: #FFFFFF;
}

#logo p
{
    margin-top: -4px;
    text-transform: lowercase;
    font-size: 13px;
    color: #FF9900;
}

#logo h1
{
    padding-top: 10px;
    font-size: 48px;
}

#logo a
{
    text-decoration: none;
    color: #FF9900;
}

#logo h1 a
{
    text-decoration: none;
    color: #FFFFFF;
}


#banner
{
    padding-bottom: 20px;
}

/* Content */

#content
{
    float: left;
    width: 600px;
}

/* Post */

.post
{
    margin-bottom: 45px;
}

.post .title
{
	padding-left: 15px;
	color: #CC6600;
	font-size: 16px;
}

.title2
{
    color: #CCCCCC;
}

.post .title a
{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 30px;
    color: #CC6600;
}

.post .date
{
}

.post .meta
{
    margin-left: 2px;
    padding: 4px 30px 2px 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
}

.post .meta span
{
    display: block;
    margin-top: -10px;
}

.post .meta a
{
}

.post .entry
{
    padding: -5px 5px;
}

.post .links
{
    display: block;
    width: 120px;
    margin: 0px;
    padding: 3px 0px 0px 40px;
    background: #AA5500;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

.post .comments
{
    display: block;
    width: 120px;
    margin: 0px;
    padding: 3px 0px 0px 40px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #961A06;
}

/* Sidebar */

#sidebar
{
    float: right;
    width: 260px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
}

#sidebar li
{
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
	text-align: left;
}

#sidebar li ul
{
    margin: 0px 14px;
}

#sidebar li li
{
    margin: 0;
    padding: 12px 0px;
    border-bottom: 1px dashed #ADADAD;
}

#sidebar li li a
{
    padding: 0px 0px 0px 0px;
    font-weight: normal;
}

#sidebar li li a:hover
{
}

#sidebar p
{
    margin: 0;
    padding: 0px 14px;
}

#sidebar h2
{
    margin: 0 0 10px 0px;
    padding: 6px 0 2px 14px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: normal;
}


#sidebar p
{
    line-height: 200%;
}

#sidebar a
{
    text-align: left;
    text-decoration: none;
    font-weight: bold;
}

/* Calendar */

#calendar
{
}

#calendar caption
{
    padding-bottom: 5px;
    font-weight: bold;
}

#calendar table
{
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid #24130F;
    border-left: 1px solid #24130F;
    border-right: 1px solid #24130F;
}

#calendar thead th
{
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #24130F;
    border-left: 1px solid #24130F;
    background: #24130F;
}

#calendar tbody td
{
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid #24130F;
    border-left: 1px solid #24130F;
    border-bottom: 1px solid #24130F;
}

#calendar tfoot td
{
    padding: 5px;
    border-left: 1px solid #24130F;
    border-bottom: 1px solid #24130F;
}

#calendar tfoot #next
{
    border-top: 1px solid #24130F;
    text-align: right;
}

#calendar tfoot #prev
{
    border-top: 1px solid #24130F;
}

#calendar .pad
{
    border-bottom: 1px solid #24130F;
}

#calendar #today
{
    background: #24130F;
}

/* Footer */

#footer
{
    width: 980px;
    height: 60px;
    margin: 0 auto 10px auto;
    background: #000000;
}

#footer p
{
    margin: 0px;
    padding: 8px 0px 0px 0px;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    color: #FFFFFF;
}

#footer a
{
    color: #FFFFFF;
}

fieldset
{
    border: thin solid #CCC;
}
legend
{
    color: #000;
    background: #FFF;
    font-size: 1.2em;
    padding: 5px;
}

.current_item
{
    background-color: #994B22;
    color: #FFFFFF;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-left: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}

