/*
Theme Name: MGM_WP_1
Theme URI: http://www.michaelgarethmorgan.com
Description: Simple & light, minimalistic theme
Version: 1.0
Author: Michael Morgan
Author URI: http://www.michaelgarethmorgan.com

	This theme was designed and built by Michael Morgan,
	whose site is http://www.michaelgarethmorgan.com
*/

/*============================================================
	Basics
============================================================*/
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}









/*============================================================
	Defaults
============================================================*/
a
{
	text-decoration: none;
	color: #09c;
}

a:hover
{
	text-decoration: underline;
}

p, li
{
	line-height: 18px;
}

small
{
	font-family: "宋体", "Arial", "Helvetica", Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

img.alignleft
{
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

img.alignright
{
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
}

.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 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;
	max-width: 540px;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}






/*============================================================
	Headings
============================================================*/
h1
{
	font: normal 30px "微软雅黑", "宋体", "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h1 a
{
	color: #1e1e1e;
}

h2
{
	font: normal 24px "微软雅黑", "宋体", "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h2 a
{
	color: #1e1e1e;
}
	

h3
{
	font: normal 18px "微软雅黑", "宋体", "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #666;
}

h3 a
{
	color: #1e1e1e;
}


h4
{
	font: normal 16px "微软雅黑", "宋体", "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h4 a
{
	color: #1e1e1e;
}

h5
{
	font: normal 10px "微软雅黑", "宋体", "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	color: #1e1e1e;
}

h5.time
{
	color: #fff;
	padding-top: 3px;
}

h5 a
{
	color: #1e1e1e;
}




/*============================================================
	Body & container(s)
============================================================*/
body
{
	font: normal 12px "微软雅黑", "宋体", "Verdana", "Arial", sans-serif;
	background: #f8f8f8;
	color: #666;
	text-align: center;
}

#wrapper
{
	width: 964px;				/* 4px extra to accomodate 1px borders */
	text-align: left;
	margin: auto;
	overflow: hidden;
}













/*============================================================
	Primary structure(s)
============================================================*/
#page
{
	padding: 20px;
	background: #fdfdfd;
	border: 1px solid #f0f0f0;
}

#content
{
	float: left;
	width: 612px;				/* 2px extra to accomodate 1px borders */
}

#sidebar
{
	float: left;
	width: 290px;
	margin-left: 20px;
}













/*============================================================
	Header
============================================================*/
#header
{
	height: 120px;
}

#header h1
{
	padding: 30px 0px 0px 20px;
	line-height: 50px;
}

#header h5
{
	padding-left: 20px;
}











/*============================================================
	Navigation
============================================================*/
#navigation
{
	height: 38px;
	background: url('images/navigation_bg.png') #fdfdfd;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}

#navigation ul
{
	list-style: none;
}

#navigation ul li
{
	float: left;
	line-height: 38px;
}

#navigation ul.left li
{
	border-right: 1px solid #f0f0f0;
}

#navigation ul.left li.cat-item, #navigation ul.left li.page_item
{
	font-size: 14px;
	width: 88px;
}

#navigation ul.left li.cat-item img, #navigation ul.left li.page_item img, #footer ul.left li.page_item img
{
	margin-right: 4px;
}

#navigation ul.right li
{
	border-left: 1px solid #f0f0f0;
}

#navigation ul li a
{
	float: left;
	display: block;
	color: #999;
	padding-left: 10px;
	padding-right: 10px;
}

#navigation ul li a.active
{
	color: #333;
}

#navigation ul li a:hover
{
	color: #333;
	text-decoration: none;
}

#navigation ul li a.home
{
	background: url('images/navigation_home.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation ul li a.home:hover
{
	background: url('images/navigation_home_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul li a.feed
{
	background: url('images/navigation_feed.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation ul li a.feed:hover
{
	background: url('images/navigation_feed_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul li a.search
{
	background: url('images/navigation_search.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
}

#navigation ul li a.search:hover
{
	background: url('images/navigation_search_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}

#navigation ul #search
{

}

#navigation ul #search input.text
{
	padding: 11px;
	font-size: 11px;
	width: 200px;
	color: #ccc;
}




/*============================================================
	Sidebar specifics
============================================================*/
#sidebar h4
{
	border-bottom: 1px solid #ededed;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#sidebar ul
{
	list-style: none;
}

#sidebar ul li a
{
	background: url('images/sidebar_icon_top.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
}

#sidebar ul.children li a
{
	background: url('images/sidebar_icon_child.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 18px;
	color: #3cf;
}

#sidebar ul li ul
{
	padding-left: 10px;
}

#sidebar ul ul li
{

}

#sidebar ul ul li a
{

}









/*============================================================
	Miscellaneous
============================================================*/
.box
{
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 20px;
	margin-bottom: 20px;
}

.corners
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}








/*============================================================
	board
============================================================*/
#board_carusel
{
	height: 120px;
	position: relative;
}

#board_carusel .belt
{
	width: 570px;
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

#board_carusel h3
{
	/*font-weight: bold;*/
}

#board_carusel p
{
	font-size: 12px;
	color: #333;
	line-height: 18px;
	padding: 0 0 10px 0;
}

#board_carusel img.thumbnail
{
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	width: 110px;
	height: 110px;
}

#board_carusel p a
{
	text-decoration: underline;
}

#board_carusel p a:hover
{
	text-decoration: none;
}
#board_carusel_nav
{
	list-style: none;
	overflow: hidden;
}

#board_carusel_nav li
{
	float: left;
	padding: 0 5px 0 0;
}

#board_carusel_nav li a
{
	outline: none;
}

.board_item
{
	width: 570px;
	height: 120px;
	overflow: hidden;
}









/*============================================================
	breadcrumb
============================================================*/
div.breadcrumb
{
	padding: 18px 0px 2px 20px;
	margin: 0px 0px 20px 2px;
	border-left: 3px solid #09c;
	font-size: 14px;
}











/*============================================================
	A post
============================================================*/
div.post
{
	
}

div.post div.top, div.comment div.top
{
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	padding-bottom: 9px;
	margin-bottom: 20px;
}

div.post span.detail, div.comment span.detail, div.category span.detail, .gallery span.detail
{
	display: block;
	color: #999;
	line-height: 18px;
}

div.post span.tag
{
	display: block;
	color: #ccc;
	line-height: 18px;
	padding-top: 20px;
}

div.post span.tag a
{
	color: #d0d0d0;
	border-bottom: #999 1px dashed;
}

div.post span.tag a:hover
{
	text-decoration: none;
}

/* div.category span.detail
 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
 } */

div.post div.time
{
	float: left;
	background: url('images/day.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 51px;
	height: 48px;
	text-align: center;
	margin-right: 8px;
	border-right: 1px solid #ededed;
}

div.post div.title, div.comment div.title
{
	float: left;
	width: 510px;
}

div.category h2 img
{
	margin-right: 4px;
}

div.entry
{
	margin-bottom: -18px;
}

div.entry p
{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 18px;
}

div.entry p a:hover
{
	text-decoration: underline;
}

div.entry ul, div.entry ol
{
	margin-bottom: 18px;
	margin-left: 24px;
}

div.entry ul ul, div.entry ol ol, div.entry ul ol, div.entry ol ul
{
	margin: 0px;
	padding-left: 10px;
}





div.leftrightnav
{
	height: 26px;
}

div.leftrightnav div.alignleft a
{
	float: left;
	display: block;
	line-height: 18px;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}

div.leftrightnav div.alignright a
{
	float: right;
	display: block;
	line-height: 18px;
	padding: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
}










/*============================================================
	Gallery
============================================================*/
.gallery
{
	overflow: hidden;
	margin-bottom: -20px;
}
.gallery .gallery-item
{
	float: left;
	padding-bottom: 40px;
	text-align: center;
}
.gallery .gallery-icon img
{
		border: 2px solid #f0f0f0;
}
.gallery .gallery-caption
{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	margin-left: 0;
	overflow: hidden;
}
.gallery .gallery-caption a
{
	color: #1e1e1e;
}
.gallery span.detail
{
	padding-right: 20px;
}












/*============================================================
	Comment form
============================================================*/
#commentform
{
	
}

#commentform div.paneleft
{
	float: left;
	width: 230px;
}

#commentform div.paneright
{
	float: left;
	width: 300px;
}

#commentform label
{
	display: block;
	color: #777;
}

#commentform input.text
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}

#commentform textarea
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	width: 560px;
}

#commentform textarea.small
{
	width: 330px;
}

#commentform input.button
{
	font-size: 11px;
	margin-top: 2px;
	border: 1px solid #CCC;
	padding: 5px;
	background: #FFF;
	color: #666;
}








/*============================================================
	Footer
============================================================*/
#footer
{
	height: 50px;
}

#footer ul
{
	list-style: none;
}

#footer ul li
{
	float: left;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer p
{
	text-align: right;
	line-height: 40px;
	padding-right: 10px;
}