/**
 * Default page layout
 */
html, body,
div,
p,
ul, ol, dl,
pre,
h1, h2, h3, h4, h5, /* use line-height for margins */
form {
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 { font-size: 22px; line-height: 33px; }
h2 { font-size: 16px; line-height: 24px; }
html, body {
	width: 100%;
	height: 100%;
	text-align: center;
}
html, body,
input,
textarea,
select {
	font: normal 11px Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
}
a, a img {
    border: none;
}

a, a:link, a:visited {
    color: #777;
    text-decoration: none;
}
a:hover, a:active {
    color: #A77749;
    text-decoration: underline;
}

/* @group inputs */
input, textarea, select, button {
    font-size: 13px;
	border: 1px solid #909090;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    padding: 3px 6px 3px 6px;
}
textarea {
	resize: none;
}
/* @end inputs */

/* @group sprite */
.sprite,
#sidebar ul.menu li a,
.posts .post,
#contents .info-block,
div.spacer {
    display: block; /* pre-fallback */
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 0 0 0;
    background: transparent url('img/sprite.png?v=1') 0 0 no-repeat scroll;
}
/* @end sprite */

.clearer {
    display: block;
    clear: both;
}

/**
 * Skeleton
 */
#wrapper {
    margin: auto;
    padding: 1px 0 20px 0;
    text-align: left;
    width: 750px;
}
#header, #header a.home {
    width: 750px;
    height: 120px;
}
#header a.home {
    background-position: 0 0;
}
#messageboard, #messageboard a.message {
    width: 750px;
    height: 36px;
}
#messageboard {
    margin-top: 1px;
}
#messageboard a.message {
    background-position: 0 -121px;
    text-align: center;
    text-decoration: underline;
    font: 21px "Times New Roman", Times, serif;
    line-height: 36px;
}
#messageboard a.message:hover, #messageboard a.message:active {
    background-position: 0 -158px;
}
#sidebar,
#contents {
    display: block;
    float: left;
}
#sidebar {
    width: 250px;
}
#contents {
    width: 499px;
    margin-left: 1px;
}
#sidebar ul.menu {
    list-style-type: none;
}
#sidebar ul.menu li {
    display: block;
}
#sidebar ul.menu li a, #sidebar ul.menu li a:link, #sidebar ul.menu li a:visited {
    display: block;
    width: 238px;
    height: 31px;
    padding: 6px 0 0 12px;
    font: normal 23px "Times New Roman", Times, serif;
    color: #FFFFFF;
    background-position: 0 -195px;
    margin-top: 1px;
}
#sidebar ul.menu li.current-menu-item a, #sidebar ul.menu li.current-menu-item a:link, #sidebar ul.menu li.current-menu-item a:visited {
    background-position: 0 -233px;
}
#sidebar ul.menu li a:hover,
#sidebar ul.menu li a:active {
    color: #000000;
    text-decoration: none;
}
#sidebar ul.menu li a:hover {
    background-position: 0 -271px;
}
#sidebar ul.menu li a:active {
    background-position: 0 -309px;
}
#sidebar .sidebar-info-item,
#sidebar .sidebar-foot-item {
    margin-top: 1px;
}
#sidebar .sidebar-info-item {
    width: 236px;
    height: 106px;
    padding: 14px 7px 0 7px;
    background-position: 0 -385px;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
}
#sidebar .sidebar-foot-item {
    width: 250px;
    height: 37px;
    background-position: 0 -347px;
}
#sidebar .sidebar-foot-logo {
    margin-top: 0;
    margin-left: 25px;
    width: 200px;
    height: 100px;
    background-position: -251px -245px;
}
#contents #headline,
#contents #footline {
    margin-top: 1px;
    width: 486px;
    background-position: -251px -195px;
    padding: 6px 0 0 13px;
    height: 31px;
    font: normal 23px "Times New Roman", Times, serif;
    color: #FFFFFF;
}
#contents #contents-top,
#contents #contents-bottom {
    width: 499px;
    height: 5px;
}
#contents #contents-top {
    margin-top: 1px;
    background-position: -251px -233px;
}
#contents #contents-bottom {
    background-position: -251px -239px;
}
#contents #contents-middle {
    width: 459px;
    height: auto;
    padding: 20px 20px 20px 20px;
    background: #DEDCDD;
}

#contents #contents-middle {
    font-size: 13px;
}
#contents #contents-middle ul, #contents #contents-middle ol, #contents #contents-middle dl {
    padding-left: 40px;
    margin: 13px 0 13px 0;
}
#contents #contents-middle h2 {
    font-size: 16px;
    color: #3E3E3E;
    font-weight: bold;
    margin: 15px 20px 5px 0px;
    font-family: "Times New Roman", times, serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#contents #contents-middle h2:first-child {
    margin-top: 0;
}

.posts .post,
#contents .info-block {
    background-position: 0 -506px;
    width: 433px;
    margin: 0 0 20px 0;
    padding: 10px 13px 0 13px;
    position: relative;
}

.posts .post p,
#contents .info-block p {
    margin: 10px 0 10px 0;
}

.posts .post-collapsed {
    overflow: hidden;
    background-position: -461px -572px;
    height: 24px;
}

.posts .post .post-title,
#contents .info-block .title {
    font-size: 15px;
    color: #3E3E3E;
    font-weight: bold;
    font-family: "Times New Roman", times, serif;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    line-height: 24px;
}
.posts .post .post-title a, .posts .post .post-title a:link, .posts .post .post-title a:visited,
#contents .info-block .title a, #contents .info-block .title a:link, #contents .info-block .title a:visited {
    color: #656565;

}
.posts .post .post-title a:hover, .posts .post .post-title a:active,
#contents .info-block .title a:hover, #contents .info-block .title a:active {
    color: #989898;
    text-decoration: none;
}

.posts .post .post-meta,
#contents .info-block .meta ,
.category-description{
    font-style: italic;
    font-size: 15px;
    color: #3E3E3E;
    font-weight: normal;
    margin: 10px 20px 15px 0px;
    font-family: "Times New Roman", times, serif;
    letter-spacing: 1px;
}

.posts .post img.post-thumbnail,
#contents .info-block img.thumbnail {
    float: left;
    padding: 3px;
    border: 3px double #515151;
    margin: 5px 15px 10px 10px;
}

.posts .post-collapsible .post-title {
    padding-right: 17px;
}

.icon-post-collapse,
.icon-post-expand {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 435px;
    width: 11px;
    height: 11px;
}
.icon-post-collapse {
    background-position: -452px -257px;
}
.icon-post-expand {
    background-position: -452px -245px;
}

/* @group spacer */
div.spacer {
    width: 459px;
    height: 8px;
    background-position: -461px -563px;
    margin: 10px 0 20px 0;
}
div.spacer.logo {
    margin: 0 0 20px 0;
    width: 459px;
    height: 67px;
    background-position: -461px -495px;
}
/* @end spacer */

/* @group forms */
.form-brick {
	margin: 30px 0 30px 0;
	padding: 30px 0 30px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.form-title {
	margin: 0 0 30px 0;
}
.form-item {
	margin: 20px 0;
}
.form-submit {
	margin: 20px 0 0 0;
}
.form-item input[type=text] {
	width: 435px;
}
.form-item textarea {
	width: 435px;
	height: 120px;
}
/* @end forms */

/* @group jQuery validation */
label.error {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #FF0000;
    float: none;
    clear: both;
}
/* @end jQuery validation */

/* @group copyrights */
#copyrights {
    font-size: 11px;
    color: #9C9C9C;
}
/* @end copyrights */
