/*  
Theme Name: 苏渔水产
Theme URI: http://www.darrenhoyt.com/2007/08/05/wordpress-magazine-theme-released/
Description: A magazine-style layout for Wordpress
Version: 2.1
Author: Darren Hoyt
Author URI: http://www.darrenhoyt.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php



/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
    text-indent: 24px:
	}
	
body {
	text-align: center;
	margin: 0px;
	background-image: url(images/bk.gif);
	background-repeat: repeat-x;
}

form{
	/* background-color: #009900; */
	margin-top: 10px;
	padding-left: 15px;
	}

div{
	text-align: left;
}

ul{
	list-style-type:none;
}

#header {
	height: 123px;
	width: 921px;
	margin:0 auto;
	/* text-align:center; */
	background-repeat: no-repeat;
	background-image: url(images/header2.gif);
}

#menu {
	background-color: #990000;
	height: 38px;
	width:921px;
	margin: 0 auto;
}

#menu img{
	float: left;
}

#menu span{
		 	font-style: italic;
		 	font-weight: bold;
		 	top: 10px;
			position: relative;
			font-size: 14px;
			color: #ffffcc;
			font-family: SimHei;
			float: left;
}

#menu ul{
	right: 20px;
	top: 9px;
	position: relative;
	margin:0; 
	padding:0; 
	float: right;
}

#menu li{
	padding-left: 10px;
	float:left;
}

#menu a{
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: SimSun;
}

#menu a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ecff57;
	font-size: 15px;
	font-family: SimSun;
}

#main{
	background-color: white;
	margin:0 auto;
	width: 921px;
	overflow:auto;
}

#contents h2{
	margin-top: 0;
	color: #990000;
	font-size: 24px;
	font-family: "Microsoft YaHei", SimHei;
}

#contents{
	float: right;
	padding-top: 10px;
	width: 682px;
	/* background-color: green; */
}

/*
#contents img{
	float: right;
}
*/

p{
	font-weight: bold;
	color: #474747;
	line-height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	text-indent: 24px;
	letter-spacing: 2px;
	font-size: 14px;
	font-family: SimSun, SimHei, "Microsoft YaHei";
}

#leftpan{
	margin: 0px;
	width: 239px;
	float: left;
}

#leftmenu{
	margin-bottom: 20px;
	padding-left: 40px;
	padding-top: 5px;
	/* height: 300px; */
	/* background-color: green; */
	overflow:auto;
}
#leftmenu li{
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(images/dote.gif);
	padding-right: 10px;
	text-align: right;
	width: 120px;
	margin-top: 10px;
	padding-bottom: 2px;
	/* background-color: green; */
}

#leftmenu a{
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	/* font-size: 16px; */
	font-size: 15px;
	/* font-family: "Microsoft YaHei", SimHei; */
	font-family: SimSun;
}

#leftmenu a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #ecff57;
	font-size: 15px;
	font-family: SimSun;
}

#apan{
	position: relative;
	left: 5px;
	padding-bottom: 20px;
	background-color: #f5efd6;
	width: 228px;
	overflow:auto;
}

#apan ul{
	margin-left: 25px;
	padding-left: 0px;
	/* background-color: green; */
}

#apan li{
	font-size: 14px;
	font-family: Simsun,"Microsoft YaHei", SimHei;
	margin-top: 5px;
}

#bottom{
	border-top-color: #474747;
	margin:0 auto;
	padding-top: 20px;
	width: 900px;
	border-top-width: 1px;
	border-top-style: dashed;
	clear:both;
	margin-top: 20px;
	/* top: 20px; */
	position: relative;
	text-align: center;
}

#bottom li{
	margin-bottom: 5px;
	font-size: 12px;
	font-family: SimSun;
}

/* crack li.class */
#menu ul li.current_page_item a,
#leftpan ul li.current_page_item a{
	background-color: #aaa;
	}
	
body,table{
	font-family: SimSun, SimHei, "Microsoft YaHei";
    font-size:14px;
}

table{
    table-layout:fixed;
    empty-cells:show; 
    border-collapse: collapse;
    margin:0 auto;
}
td{
	padding-left: 3px;
    height:20px;
}


/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform { 
		padding-left: 15px; 
		padding-bottom: 0; 
		padding-right: 0px; 
		padding-top: 16px; 
	}
#s {
	width: 150px;
}

.button {
	font-size: 12px;
	font-family: "Microsoft YaHei", SimHei;
	padding: 1px;
	background:#000;
	color:#e7e7e7;
	border:none
	}

.button:hover {
	background:#777;
	color:#FFF
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

img.alignright { margin: 0 7px 2px 0; float:right;}

img.alignleft { margin: 0 0 2px 7px; float:left;}

