/*  
Theme Name: WP Themes V2
Theme URI:  
Description: edit v2 
Version: 1.0
Author: Jun & Andy
Author URI: 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:#666666  repeat-x; /*url(images/img01.gif) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 912px;
	height: 216px;
	margin: 0 auto;
	
	background:url(images/h_back.png) no-repeat 0px 10px ;
}

#logo {
	float: left;
	width: 420px;
	height: 120px;
	padding: 80px 0 0 100px;
	/* background: url(images/logo.png) no-repeat 20px 20px; */
}

#logo h1, #logo p {
	color:#003366;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color:#003366;
}

/* Search */

#search {
	float: right;
	width: 230px;
}

#search form {
	margin: 0;
	padding: 180px 40px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search #s, #search #x {
	float: left;
	font: normal 1em Arial, Helvetica, sans-serif;
}

#search #s {
	width: 108px;
	margin: 2px 6px 0 0;
}

#search #x {
	background-color:#C8DAE8;
	border:1px;
}

/* Menu */

#menu {
	width: 893px;
	height: 60px;
	margin: 0 auto;
	padding-left:19px;
	background-image:url(images/m_back.png);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 15px 10px 0 10px;
	margin:0 20px 0 20px;
	text-decoration: none;
	font: bold 1.2em  Arial, Helvetica, sans-serif;
	color:#006699;
}

#menu a:hover {
	/* text-decoration: underline; 
	background-color:#666666;*/
	border-bottom:#0066CC 2px solid;
}

#menu .current_page_item a {
	/*background: url(images/img03.gif) no-repeat center bottom;*/
	border-bottom:#0066CC 2px solid;
	color:#0000FF;
}

/* Wide Post */

.wide-post {
	width: 912px;
	margin: 0 auto;
	background: url(images/w_back.png) repeat-y; /* */
	
}

.wide-post .title {
	margin: 0px 30px 10px 30px;
	padding:10px 0 10px 10px;
	background: no-repeat;/* url(images/img05.gif)*/
	background-color:#B5D8FC;
	font-size: 1.5em;
	color:#000099;
	border-bottom:#FF9933 1px solid;
}

.wide-post .title a {
	text-decoration: none;
	
	color: #000099;
}

.wide-post .title a:hover {
	border: none;
	color: #FC3E1A;
}

.wide-post .entry {
	padding: 0 40px 0 40px;
	margin:0 10px 0 10px;
	color:#000000;
}

.wide-post .bottom {
	height: 20px;
	background: no-repeat left bottom;/*url(images/img06.gif) */
}

.wide-post .links, .wide-post .meta {
	clear: both;
	margin: 0;
	padding: 10px;
	background:#F6F6F6;
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
	color: #333333;
}

.wide-post .links a:hover {
	color: #FC3E1A;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author a {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Comments */

#comments .title {
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	background:  no-repeat; /*url(images/img19.gif)*/
	font-size: 1.3em;
	background-color:#FFFFCC;
	width:89%;
}

#commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#commentlist li {
	padding: 15px 10px;
	border-bottom: 1px solid #B4BBBE;
}

#commentlist .meta {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-align: right;
	color:#CC6600;
}

#commentlist .meta a {
	color: #CC6600;
}

#commentlist .meta small {
	font-size: .9em;
}

#commentlist .meta cite {
	font-style: normal;
}

/* Respond */

#respond .title {
	margin: 0 auto;
	padding-bottom: 10px;
	background: no-repeat; /* url(images/img19.gif)*/
	font-size: 1.3em;
	width:89%;
}

#respond p {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: normal;
}

#respond .userid {
	margin-top: -2.2em;
	margin-bottom: 2em;
	margin-right:1em;
	text-align: right;
	font-weight: bold;
}

#comment {
	width: 600px;
}

/* Archive Posts */

#posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#posts li {
	padding: 15px 10px;
	 border-bottom: 1px solid #B4BBBE; 
}

#posts h2 {
	font-size: 1.3em;
}

#posts h2 a {
	text-decoration: none;
	color: #FC3E1A;
}

/* Navigation */

.navigation {
	clear: both;
	height: 18px;
	margin: 0;
	padding: 10px;
	background:#F6F6F6;
	border-top: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Two Columns */

.two-columns {
	width: 851px;
	margin: 0 auto;
	padding: 10px 30px;
	
	background-image:url(images/w_back.png);
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

.two-columns .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

.two-columns .entry {
	background: url(images/img13.gif) repeat-x;
}

/* Recent Boxes */

#recents {
	margin: 0;
	margin: 10px;
	list-style: none;
	line-height: normal;
}

/* Recent Posts */

#recent-posts {
	float: left;
	width: 370px;
}

#recent-posts h2 {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	background: url(images/img13.gif) repeat-x;
	list-style: none;
}

#recent-posts li {
	padding: 5px 15px;
	background: url(images/img14.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Recent Comments */

#recent-comments {
	float: right;
	width: 370px;
}

#recent-comments h2 {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
}

#recent-comments ul {
	padding: 20px;
	background: url(images/img13.gif) repeat-x;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

/* Submenu */

#submenu {
	width: 851px;
	clear: both;
	margin: 0 auto;
	padding:10px 30px 0 30px;
	background:url(images/w_back.png); /**/
	color:#000000;
}

#submenu ul {
	
	margin: 0 auto;
	padding: 10px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

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

/* Footer */

#footer {
	width: 912px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/f_back.png) repeat-x; /*   */
	
}

#footer p {
	text-align: center;
	font-size: 10px;
	color:#006699;
}

#footer a {
	color:#006699;
}