/* layout.css */


/* - - - General - - - - - - - - - - - - */

html, body {
	height: 100%;
}

body {
	background: #fff;
}

#header,
#content,
.post,
#sidebar,
#footer {
	text-align: left;
}

#wrapper {
	min-height: 100%;  /* sticky footer */
	height: auto !important;  /* sticky footer */
	height: 100%;  /* sticky footer */
	margin: 0 auto -100px; /* negative margin of footer's height */
	text-align: center;
}

#panel-wrapper {
	position: relative;
}

/* - - - Header - - - - - - - - - - - - */

#header {
	padding: 0;
	background: #323232 url(../images/bg-header-top.png) bottom left repeat-x;
}

#top {
	padding: 0.75em 0;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	width: 980px;
	/*border-bottom: 10px solid #272727;*/
}

.top-left {
	/*height: 100px;*/
	float: left;
	width: 680px;
	/*line-height: 90px;*/
}

.top-right {
	/*height: 100px;*/
	float: left;
	width: 300px;
	overflow: hidden;
}

.top-right ul {
	position: absolute;
	/*height: 100px;*/
	left: auto;
	overflow: hidden;
	right: 0;
	top: auto;
	bottom: 0;
	margin-bottom: 30px;
	width: auto;
}

.top-right ul li {
	text-align: right;
	margin-top: 5px;
}

.top-right ul li a {
	/*display: block;
	float: left;
	height: 75px;
	width: 100px;
	line-height: 90px;
	overflow: hidden;
	text-indent: -999em;*/
	/*margin-left: 55px;
	margin-top: 25px;*/
	color: #fff;
	text-align: right;
}

.top-right ul li a.zhdk {
	/*background: transparent url(../images/zhdk.png) top left no-repeat;
	width: 100px;
	height: 75px;*/
	color: #929292;
}

.top-right ul li a.zhdk:hover {
	text-decoration: underline !important;
}

.top-right ul li a.iad {
	/*background: transparent url(../images/iad.png) top left no-repeat;
	width: 69px;
	height: 75px;*/
	font-weight: bold;
}

.top-right ul li {
		background: none;
		/*float: left;*/
		padding: 0;
}

#newsline {
	background: #abdf50 url(../images/bg-categories.png) top left repeat-x;
	font-size: 90%;
	line-height: 30px;
	color: #A64200;
	text-align: left;
	height: 30px;
	position: relative;
	border-bottom: 3px solid #272727;
}

#newsline ul {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#newsline ul li {
	float: left;
	padding-right: 1em;
}

#newsline ul li a {
	text-decoration: underline;
	color: #A64200;
}

#newsline ul li.current-cat a {
	color: #f2f2f2;
	text-decoration: none;
}

/* - - -  Menu - - - - - - - - - - - - */

#menu {
	position: relative;
	padding: 0 2%;
	background: #E1DFD3 url(../images/bg-menu.png) bottom left repeat-x;
	overflow: hidden;
}

#menu ul {
	width: 980px;
	overflow: hidden;
	text-align: center;
	padding-top: 1em;
	margin: 0 auto;
}

#menu ul li {
	text-align: center;
	display: inline;
	padding: 0 0.25em;
	line-height: 2em;
}

#menu ul li a {
	color: #f2f2f2;
	padding: 0.5em;
	font-size: 90%;
	background: #b2b2b2;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu ul li a:hover {
	background: #929292;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#menu ul li.current_page_item a {
	background: #F26912;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* - - - Content - - - - - - - - - - - - */

#container {
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;
	overflow: hidden;
}

#content {
	position: relative;
	overflow: hidden;
	width: 650px;
	float: left;
	/*width: 980px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 50px;*/
}

/* - - - Post - - - - - - - - - - - - */

.post {
	/*width: 650px;
	float: left;*/
	position: relative;
}

.edit-post {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	text-align: right;
	z-index: 100;
}


.edit-post a {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f2f2f2;
	color: #c2c2c2 !important;
	padding: 0.5em;	
}

.edit-post a:hover {
	background: #e2e2e2 !important;
	color: #fff !important;
	text-decoration: none !important;
}

/*.post img {
	display: block;
	padding: 0.75em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: auto;	
}*/

.entry {
	position: relative;
	overflow: hidden;
}

.attached-posts {
	position: relative;
	overflow: hidden;	
}

.entry img.attachment-thumbnail,
.attached-posts img.attachment-thumbnail {
	float: left;
	margin-right: 1.5em;
	border: 1px solid #d2d2d2;
	-o-box-shadow: 4px 4px 10px #d2d2d2;
	-moz-box-shadow: 4px 4px 10px #d2d2d2;
	-webkit-box-shadow: 4px 4px 10px #d2d2d2;
	box-shadow: 4px 4px 10px #d2d2d2;
	margin-bottom: 50px;
}

.post div.subnavigation ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 1.25em 0;
}

.post div.subnavigation ul li {
	float: left;
	padding: 0;
	margin: 0 0.5em 0 0;
}

.post div.subnavigation ul li a {
	display: block;
	line-height: 1em;
	padding: 0.5em;
	background: #c2c2c2 !important;
	color: #fff !important;
	text-decoration: none !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post div.subnavigation ul li.active-subpage a, .post div.subnavigation ul li.active-subpage a:hover {
	background: #ff6600 !important;
}

.post div.subnavigation ul li a:hover {
	background: #b2b2b2 !important;
}

.post div.subnavigation p {
	margin-bottom: 0;
	text-align: center;
}

/* - - -  Comments - - - - - - - - - - - - */

.comment-author {
	padding: 1em 0;
}

#respond{
	margin-top: 50px;
	color: #777;
}

/* - - - Sidebar - - - - - - - - - - - - */

#sidebar {
	width: 280px;
	margin-left: 50px;
	float: left;
	text-align: left;
	overflow: hidden;
}

.widget_sp_image-image {
	margin-bottom: 1em;
}

li.widget_tag_cloud div {
	background: #e8e8e8;
	padding: 1em;
}

/* - - - Footer - - - - - - - - - - - - */

#footer {
	height: 100px; /* sticky footer */
	margin: 0 auto;
	background: #fff url(../images/bg-footer.png) top left repeat-x;
	padding: 0 2%;
}

.slideshow {
	margin-bottom: 1em;
}

.inner-footer {
	line-height: 100px;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

#wp_footer{
	font-size: 75%;
	line-height: 2em;
	padding-bottom: 20px;
}
#wp_footer a{
	color: inherit;
	text-decoration: underline;
}
.push {
	height: 100px;  /* sticky footer */
}