/*  ●本版為top圖250px (微軟正黑體)版，邊欄與內文齊頭

Theme Name: Aquarium

Theme URI: http://www.skdstudio.com

Description: WP theme designed by <a href="http://www.skdstudio.com">SK Design Studio</a>.

Version: 1.0

Author: Sherihan Khedr

Author URI: http://www.skdstudio.com



	This theme was designed by Sherihan Khedr.



	By downloading and using this theme, you agree to the following terms:

    - You are NOT allowed to sell this design.
    - A link back to SK Design Studio (either modified or unmodified).
    - You can use this design for personal or commercial projects.
    - You can modify, translate or distribute



/*--------------------------hover是滑鼠移到(繼續閱讀)上的顏色設定，注意是否與其他設定連動 */



body {
	font: 75%/150% "Microsoft JhengHei", sans-serif, Arial;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}

a {
	color: #ff4103;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

img {
	border: none;
	float: left;
	margin-right: 10px;
}

/*--------------------------內文設定 */
p {
	padding: 6px 0px 15px;
	margin: 0px;
	color: #2a2a2a;
	text-align: justify;
	letter-spacing: -0.5px;
	line-height: 29px;
}

/*--------文章標題設定、h3是搜尋結果的各篇文章的title設定：當body是正黑體時margin設定為10px 0px 5px；是細明體時margin設定為10px 0px 10px */
h1, h2 {
	color: #3f3f3f;
	margin: 0px 0px 2px;
	border-bottom: 2px solid #dddddd;
	letter-spacing: 0.5px;
	font: bold 145%/100%"Microsoft JhengHei", sans-serif, Arial;
	padding-bottom: 5px;
}


h2 a {
	color: #3f3f3f;
	text-decoration: none;
}

h2 a:hover {
	color: #ff4103;
}

h3 {
	font: bold 120%/100% "Microsoft JhengHei", sans-serif, Arial;
	color: #3f3f3f;
	margin: 10px 0px 5px;
}

h4 {
	font: bold 110%/100% "Microsoft JhengHei", sans-serif, Arial;
	color: #3f3f3f;
	margin: 10px 0px 5px;
}

ul {
	list-style-type: circle;
}

blockquote {
	border-left: 5px #aae5e7 solid;
	margin: 0 0 0 10px;
	padding: 5px;
	background: #def7f8;   
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 20px auto 10px;
	width: 1000px;
	background: url(images/content_bg.png);
}

/*--------------------------header area*/
#header {
	width: 1000px;
	height: 250px;
	background: url(images/header_bg250.jpg) no-repeat;
	margin: 0;
}

#header_box {
	width: 500px;
	height: 100px;
/*	float: left;
*/	padding: 65px 0px 0 260px;
	text-align:center;
}

#header h1 {
	font: bold 32px/100% "Microsoft JhengHei", sans-serif, Arial;
	color: #c000ff;
	border-bottom: none;
	text-align: center;
}

#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header h1 a:hover {
	color: #000000;
	text-decoration: none;
}


/*--------------------------navigation 導航   #nav的padding中黑體設定為: 7px 15px 7px 15px，細明體版只能用7px不能用8px */
#nav {
	width: 1000px;
	height: 30px;
	margin: 0;
	background: #ffffff;
}

#nav ul {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}

#nav li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

#nav a{
	font: bold 15px/100% "Microsoft JhengHei", sans-serif, Arial;
	display: block;
	letter-spacing: 1px;
	color: #696969;
	text-decoration: none;
	padding: 7px 15px 7px 15px;
	margin: 0;
	background: #e4e4e4 url(images/corner_right1.png);
}

#nav a:hover, #nav .current_page_item a  {
	color: #ffffff;
	background: #696969 url(images/corner_right2.png);
}

#nav .left {
	float: left;
}

#nav .right {
	float: right;
}

#nav2_right {
	width: 300px;
	height: 20px;
	float: right;
	margin: 10px 0 0 0;
}

#nav2_right ul {
	list-style: none;
	margin: 0 ;
	padding: 0;
	float: right;
}

#nav2_right li {
	list-style: none;
	display: inline;
	float: left;
	margin: 0 15px 0 0;
}

#nav2_right a{
	font: bold 100%/150% "Microsoft JhengHei", sans-serif, Arial;
	display: block;
	color: #ff6203;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: none;
}

/*------------------------右上角三icon，因為圖示有大有小，所以圖與字的間距，是依照視覺效果微調 */

#nav2_right a:hover  {
	color: #3f3f3f;
	background: none;
}

.mini_login {
	background: url(images/mini_login.png) no-repeat left;
	padding-left: 23px;
}

.mini_rss {
	background: url(images/mini_rss.png) no-repeat left bottom;
	padding-left: 23px;
}

.mini_contact {
	background: url(images/mini_contact.png) no-repeat left;
	padding-left: 26px;
}


/*------------------------search form 搜尋框 */
#search {
	width: 210px;
	float: right;
}

#searchform {
	margin:0px 5px 0 0;
	position: absolute;
	top: 55px;
}

#searchform br {
	display: none;
}

#searchform .s {
	border:1px solid #9d9d9d;
	width: 153px;
	height: 19px;
	padding: 6px 5px 0px 5px;
	background: url(images/form_field_bg.gif) no-repeat;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

#searchform .ss {
	background: url(images/search_btn.png) no-repeat;
	border: none;
	width: 27px;
	height: 27px;
}


/*---------------------------content area 每則貼文的日期-字體字色設定 & 張貼者、分類回覆小圖示...等設定 */

#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 745px;
	overflow: hidden;
	background: url(images/post_bg.png) no-repeat;
}

.post {
	font-size: 125%;
	clear:both;
	padding-top: 15px;
	line-height: 180%;
}

.post-date {
	width: 45px;
	height: 45px;
	float:left;
	background: url(images/date_bg.png) no-repeat;
}

.post-month {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 5px;
}

.post-day {
	font-size: 23px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display:block;
	line-height: 22px;
	padding-top: 4px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 645px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

.post_arr {
	background: url(images/mini_arr.png) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #000000;
}

.post_arr2 {
	background: url(images/mini_arr2.png) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.mini-add-comment {
	background: url(images/mini_arr2.png) no-repeat;
	padding-left: 18px;
	float: right;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}


.previous-entries {
	float: left;
	padding-left: 20px;
	background: url(images/mini_arr_left.gif) no-repeat left;
}

.next-entries {
	float: right;
	padding-right: 20px;
	background: url(images/mini_arr_right.gif) no-repeat right;
}



/*-------------------------comments area */

#comments, #respond {
	border-bottom: 1px dotted #28a9a9;
	padding: 10px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
}

.commentlist .alt {
	background: #e5e5e5;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #3f3f3f;
}

.commentlist cite a {
	color: #3f3f3f;
}

.commentlist cite a:hover {
	color: #47d1d1;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 110% "Microsoft JhengHei", sans-serif, Arial;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	color: #212121;
	font-size: 90%;
}

#commentform input{
	width: 200px;
	background: url(images/form_field_bg.gif) no-repeat;
	border: 1px solid #c6c6c6;
	padding: 3px;
	margin-top: 3px;
	color: #000000;
}

#commentform textarea{
	width: 478px;
	height: 115px;
	background: url(images/form_field_bg.gif) no-repeat;
	border: 1px solid #c6c6c6;
	padding: 2px;
	margin-top: 3px;
	color: #000000;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: url(images/form_field_bg.gif) no-repeat;
}

#commentform #submit{
	background: url(images/btn_bg.png) no-repeat top;
	font: bold 12px "Microsoft JhengHei", sans-serif, Arial;
	color: #FFFFFF;
	border: none;
	float:right;
	margin-right: 20px;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#commentform #submit:hover{
	background: url(images/btn_bg.png) no-repeat bottom;
	color: #3f3f3f;
}


/*-----------------------------sidebar */

#sidebar {
	float: right;
	padding: 0px 10px 23px 0px;
	width: 200px;
	color: #666666;
	overflow: hidden;
	position: relative;
	top: 0px;
}

/*-------------sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle {
	font: bold 140%/100% "Microsoft JhengHei", sans-serif, Arial;
	color: #3f3f3f;
	margin: 23px 0px 7px 0;
	border-bottom: 2px solid #dddddd;
}

/*------------sidebar text styles */
#sidebar a {
	color: #ff4103;
	text-decoration: none;
}

#sidebar a:hover{
	color: #3f3f3f;
	text-decoration: none;
}

/*------------sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/*------------sidebar list level2      原本border-bottom設定為1px虛線，但行與行之間太擁擠所以先改0px，未來有要用再調回來
border-bottom為1px時，建議padding為6px 0 2px 10px；border-bottom為0px時，建議padding為5px 0 2px 10px 視覺呈現較優 */

#sidebar ul li ul {
	padding: 0px 0 23px 0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 6px 0 2px 10px;
	border-bottom: 1px dashed #c9c9c9;
}

/*------------sidebar list level3 */

#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}


/*----------sub-pages */

ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}


/*------------------calendar widget 日曆小部件 */
li.widget_calendar td {
	padding: 1px 7px;
}

/*-------------------text widget 文本小部件 */
.textwidget {
	padding-top: 5px;
}

/*-------------------------footer area 頁腳區域 */
#footer {
	clear: both;
	width:1000px;
	height: auto;
	background: url(images/footer_bg.png);
	color: #b7b7b7;
	font-size: 95%;
	margin: 0;
	padding: 10px 0 10px 0;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 25px 0 0 0;
}

/*---------------alignments 路線 */

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
