/*  
Theme Name: Imagine-World
Version:1.0
Author: Beer Lin
Author URL: http://ibeeer.com

*/

body {
	margin:0;
	background:#222;
	font-family: 'Gulim', Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 9pt;
	line-height: 20px;
	letter-spacing: 1px;
	padding: 0px auto;
	}
img {
	border:0;
	}
a {
	color: #333;
	text-decoration:none;
	font-weight: normal;
	}
a:hover {
	color: #F46D8D;
	}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	background:#FEF1F3 url(http://ibeeer.com/wp-content/themes/Imagine-World/images/blockquote.gif) no-repeat 7px 7px;
	border:1px solid #FDE1E7;
	padding:8px 12px 0px 36px;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 550px;
	}
.clear {
	clear:both;
	}

/* The Wrapper */

.wrapper {
	width: 1120px;
	margin: -20px auto;
	_margin: -20px auto;
	background:url(images/b-body.jpg) repeat-y;
	}

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

.head {
	height: 244px;
	width: 1120px;
	background:#000 url(images/b-banner.jpg) no-repeat top center;
	position:relative;
	}
.head h1 {
	font-size:35px;
	color:#6db1d4;
	margin:0;
	padding:25px 0 0 20px;
	}
.head h2 {
	font-size:12px;
	margin:0;
	color:#fff;
	padding:10px 0 0 50px;
	}

#blog-name{
	position: relative;
	top: 85px;
	left: 100px;
}

	
	
/* The Search------------------------------------------------------------------------------- */

.search {
	height:20px;
	width:212px;
	top: 207px;
	_top: 127px;
	right:88px;
	position:relative;
	padding: 0px;
	float: right;
	}
.search form {
	margin:0;
	padding:0;
	}
.search input {
	padding:0;
	border:none;
	float:left;
	}
.search input#s {
	width:184px;
	height:26px;
	color:#333;
	font-weight: normal;
	background:url(images/searchbar.gif) no-repeat;
	padding-top: 2px;
	padding-left: 3px;
	}
.search input#searchsubmit {
	width:20px;
	height:20px;
	background:url(images/ok.gif);
	margin-top: 3px;
	margin-left: 5px;
	}
	

	
/* The Rss------------------------------------------------------------------------------- */
#rss-link {
	float: right;
	right: -170px;
	top: 210px;
	position: relative;
}

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

.menu {
	height: 28px;
	font-weight:bold;
	padding: 0px 20px;
	width: 1051px;
	position: absolute;
	top: 210px;
	left: 28px;
	width: 600px;
	}
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.menu li {
	float:left;
	margin-right:20px;
	width: 38px;
	}
.menu a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding: 0px 5px 0px 6px;
	}
.menu a:hover {
	color:#fff;
	text-decoration:none;
	background: #F46D8D;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

	
	
/* The Spacer------------------------------------------------------------------------ */

.spacer {
	background:none;
	width: 1051px;
	height:11px;
	clear:both;
	}


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

.content {
	float:left;
	width:610px;
	margin-left: 50px;
}
.title {
	position:relative;
	padding:0;
}
.title h2 {
	font-size: 12pt;
	margin:0;
	padding: 8px 0px 2px 60px;;
	background:url(images/article-title.jpg) no-repeat;
	width: 600px;
	height: 33px;
	margin-top: 30px;
	color: #fff;
	font-weight: normal;
}
.title h2 a{
	color:#fff;
}
.post-date{
	background: url(images/date.gif) 0 4px no-repeat;
	color:#999;
	padding:6px 0 0 20px;
	line-height:16px;
	font-size: 8pt;
	font-family: Arial;
	margin-left: 62px;
}
.post-author {
	background: url(images/author.gif) 0 6px no-repeat;
	color:#999;
	padding:6px 0 0 20px;
	line-height:16px;
	font-size: 8pt;
	font-family: Arial;
	}
.post-category{
	background: url(images/category.gif) 0 6px no-repeat;
	color:#999;
	padding:6px 0 0 20px;
	line-height:16px;
	font-size: 8pt;
	font-family: Arial;
}
.post-comment{
	background: url(images/cmt.gif) 0 7px no-repeat;
	color:#999;
	padding:6px 0 0 18px;
	line-height:16px;
	font-size: 8pt;
	font-family: Arial;
}
.post-views{
	background: url(images/views.gif) 0 8px no-repeat;
	color:#999;
	padding:6px 0 0 17px;
	line-height:16px;
	font-size: 8pt;
	font-family: Arial;
}
#post-tags {
	background: url(images/tags.gif) 0 9px no-repeat;
	color: #999;
	padding: 6px 0 0 17px;
	line-height:16px;
	font-size: 8pt;
	font-family: Arial;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 30px;
}
#post-push {
	background: #FEF8F9;
	border:1px solid #FEE9EE;
	padding-top: 7px;
	margin: 0px 0px 5px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	vertical-align: middle !important;
}
.readmore {
	float: right;
	margin-right: 20px;
}
.readmore a{
	color: #F2577A;
}
.post {
	padding-right: 10px;
	margin-bottom: 50px;
}
.post a {
	color: #F46D8D;
}
.post a:hover {
	color: #F46D8D;
	text-decoration: underline;
}
.space{
	height: 20px;
}
.similarity {
	height: 150px;
	margin-top: -30px;
}
.similarity  ul{
	padding-left: 12px;
}
.similarity li {
	margin-left: 25px;
}


	
	
/* The Left Sidebar------------------------------------------------------------------ */

.left {
    display: none;
	float:right;
	width:150px;
	padding: 0;
	font-family: 'Gulim', Arial, Helvetica, sans-serif;
	margin-right: 40px;
	margin-top: 15px;
	_margin-top: -2px;
	} 
.left ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.left h2 {
	font-size:12pt;
	font-weight:bold;
	color: #F46D8D;
	margin:0 0 5px 0;
	padding-left: 1px;
	padding-bottom: 3px;
	line-height:16px;
	font-family: "微軟正黑體", Gulim, Arial;
	text-shadow: 1px 1px 2px #F8ABC0;
	border-bottom: 2px solid #F46D8D;
	}
.left li {
	margin-bottom:10px;
	}
.left li li {
	margin-bottom:0;
	}
.left ul li{
	margin-bottom: 40px;
}
	
	
/* The Sidebar-------------------------------------------------------------------- */
#sidebar {
	width: 415px;
	float: right;
	margin-right: 40px;
}

#left-sidebar{
	float:left;
	width: 150px;
	padding-left: 12px;
	line-height:16px;
	margin-left: 5px;
	color:#666;
	}
#right-sidebar {
	float:right;
	width: 220px;
	padding-left: 12px;
	line-height:16px;
	margin-left: 0px;
	color:#666;
	}
#left-sidebar ul, #right-sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#left-sidebar li , #right-sidebar li{
	margin-bottom: 20px;
	}
#left-sidebar li li, #right-sidebar li li {
	margin-bottom:0;
	}
#left-sidebar h2, #right-sidebar h2 {
	line-height:normal;
	text-transform:uppercase;
	color: #F46D8D;
	font-size: 12pt;
	font-family: "微軟正黑體", Gulim, Arial;
	font-weight:bold;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #F8ABC0;
	border-bottom: 2px solid #F46D8D;
	}
#left-sidebar ul li ul li, #right-sidebar ul li ul li {
	background: url(images/) 4px 11px no-repeat;
	padding: 5px 0px 5px 2px;
	border-bottom: 1px dashed #ccc;
	}
#left-sidebar ul li ul li li, #right-sidebar ul li ul li li {
	background: url(images/) 0 11px no-repeat;
	padding: 5px 0px 5px 2px;
	border-top: 1px dashed #ccc;
	border-bottom: none;
	}
#left-sidebar a, #right-sidebar a {
	color:#333;
	text-decoration:none;
	}
#left-sidebar div a, #right-sidebar div a  {
	font-weight: normal;
	}
#left-sidebar a:hover, #right-sidebar a:hover {
	color: #F46D8D;
	text-decoration:none;
	}
#left-sidebar table, #right-sidebar table {
	width:100%;
	text-align:center;
	}

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

.footer {
	height: 141px;
	background: url(images/b-footer.jpg) no-repeat bottom center;
	font-size: 9pt;
	font-weight: normal;
	color: #fff;
	line-height: 16px;
	position: relative;
	}
.wplink {
	display:block;
	float:left;
	width:71px;
	height:50px;
	background:url(images/wp.gif) bottom right no-repeat;
	margin:0 6px 0 0;
	}
.footerlinks {
	padding-top:10px;
	float:left;
	}
.footer a {
	color:#fff;
	text-decoration:none;
	}
.footer a:hover {
	color:#fff;
	text-decoration:underline;
	}
.xhtml {
	position:absolute;
	top:22px;
	right:101px;
	height:15px;
	width:56px;
	background:url(images/xhtml.gif);
	display:block;
	}
.css {
	position:absolute;
	top:22px;
	right:31px;
	height:15px;
	width:42px;
	background:url(images/css.gif);
	display:block;
	}

#footer-info {
	font-family: Arial;
	font-size: 8pt;
    margin-top: 12px;
	margin-right: 50px;
    float: right;
}
	
/* The Page Links -------------------------------------------------------------------------------- */

.pagelinks {
	font-size:12px;
	font-weight:bold;
	padding-bottom:20px;
	padding-left:20px;
	}



/* The Attachment ------------------------------------------------------------------------------- */

.contentCenter {
	text-align:center;
	}

/* The Page Title ------------------------------------------------------------------------------- */

h2.pagetitle {
	font-size: 12pt;
	font-weight: bold;
	color: #F46D8D;
	margin:0;
	text-align: left;
	padding:10px 0 10px 0;
	}

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

.comments {
	margin-top: 0px;
	padding-top: 33px;
	background: url(images/cmt-banner.jpg) no-repeat top left;
	}
.comments ol {
	margin:0;
	padding:0;
	list-style:none;
	}
.comments p {
	margin:0 0 20px 0;
	padding:0;
	}
.comments li {
	margin: 10px 0px 10px 0px;
	background: #fff;
	border: 0px solid #ddd;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.comment-info {
	margin-top: -43px;
	padding-left: 40px;
	font-size: 9pt;
	margin-bottom:3px;
	border-bottom: 1px dotted #F46D8D;
	}
.comment-content{
	margin-left: 40px;
	margin-bottom:5px;
	margin-top: -15px;
	}
.comment-content blockquote{
	width: 500px;
}
.comments li.alt {
	background: none;
	margin-top: 50px; 
	}
.comments li p {
	}
.respond {
	}
.respond form {
	margin:0;
	padding:0 0 10px 0;
	}
.respond textarea {
	width:90%;
	height:100px;
	background:#f9f9f9;
	border:1px solid #e3e3e3;
	color:#808080;
	padding:3px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}	
#commentform {
	padding: 0px 10px;
}
#commentform textarea{
	background: #F797AC;
	border: 1px solid #F46D8D;
	color: #333;
	padding-left: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#commentform input {
	background: #F46D8D;
	color: #fff;
	padding-left: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #F46D8D;
	font-size: 9pt;
	font-family: Arial;
	}
.respond input#submit {
	padding:0;
	width:35px;
	height:26px;
	float: right;
	margin-top: -50px;
	}
.respond p {
	padding:0;
	margin:20px 0;
	}
.respond h2, .comments h2 {
	line-height:33px;
	color:#808080;
	font-size:12px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 20px 0 5px 0;
	border-bottom: 0px dashed #96d1de;
	background: url(images/respond-banner.png) no-repeat top left;
	height: 33px;
	}
	

	

/* 隨機文章 ---------------------------------------------------------------------------------*/
#random-post {
    margin-top: -30px;
	background: url(http://ibeeer.com/random-post.png) no-repeat 15px 0px;
	padding-top: 20px;
}
.random-post-link a {
	color: #F46D8D;
}
.random-post-link a:hover {
	text-decoration: underline;
}



/* jquery-tabs ----------------------------------------------------------------------------- */

/* jquery-tabs格式 */
.jquery-tabs{background: none; border: 0px solid #ddd;}
.jquery-tabs p span{background: #fff; border: 1px solid #ddd; cursor: pointer; margin-right: 2px; padding: 3px 4px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.jquery-tabs p span.current{background: #F46D8D; color: #fff;}
.jquery-tabs p{border-bottom: 0px solid #ddd; padding: 1px 5px;}
.jquery-tabs ul p{border:0px;}
.jquery-tabs li{border: 1px solid #ddd; padding-bottom:3px; margin:10px;}
.jquery-tabs .mhot,.jquery-tabs.allhot{display:none;}

/* jquery-tabs格式 */
.jquery-sidebar-tabs{background: none; border: 0px solid #ddd;}
.jquery-sidebar-tabs p span{background: #fff; border: 1px solid #ddd; cursor: pointer; margin-right: 2px; padding: 3px 4px; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.jquery-sidebar-tabs p span.current{background: #F46D8D; color: #fff;}
.jquery-sidebar-tabs p{border-bottom: 0px solid #ddd; padding: 1px 5px;}
.jquery-sidebar-tabs ul p{border:0px;}
.jquery-sidebar-tabs li{border: 1px solid #ddd; padding-bottom:3px; margin:10px;} 



/* 文字圖飾 ------------------------------------------------------------------------------- */
.post p .yellow{
text-decoration: none;
background: url(http://img.ibeeer.com/line_yellow.gif) repeat-x 120% 100%;
padding:0 2px;
padding-bottom: 1px;
}

.post p .pink{
text-decoration: none;
background: url(http://img.ibeeer.com/line_pink.gif) repeat-x 120% 100%;
padding:0 2px;
padding-bottom: 1px;
}

.post p .blue{
text-decoration: none;
background: url(http://img.ibeeer.com/line_blue.gif) repeat-x 120% 100%;
padding:0 2px;
padding-bottom: 1px;

}
.post p .b-blue{
text-decoration: none;
background: url(http://img.ibeeer.com/backline_blue.gif) repeat-x 120% 100%;
padding: 3px 2px 1px 2px;
line-height: 19px;
}

.post p .b-gray{
text-decoration: none;
background: url(http://img.ibeeer.com/backline_gray.gif) repeat-x 120% 100%;
padding: 3px 2px 1px 2px;
line-height: 19px;
}

.post p .b-green{
text-decoration: none;
background: url(http://img.ibeeer.com/backline_green.gif) repeat-x 120% 100%;
padding: 3px 2px 1px 2px;
line-height: 19px;
}

.post p .b-orange{
text-decoration: none;
background: url(http://img.ibeeer.com/backline_orange.gif) repeat-x 120% 100%;
padding: 3px 2px 1px 2px;
line-height: 19px;
}

.post p .b-pink{
text-decoration: none;
background: url(http://img.ibeeer.com/backline_pink.gif) repeat-x 120% 100%;
padding: 3px 2px 1px 2px;
line-height: 19px;
}

.post p .b-yellow{
text-decoration: none;
background: url(http://img.ibeeer.com/backline_yellow.gif) repeat-x 120% 100%;
padding: 3px 2px 1px 2px;
line-height: 19px;
}



