/***********************************************/
/* zy_version1.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: 'Trebuchet MS', "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	height: 100%;
}

h1, h2, h3 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	font-style: italic;
}

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

a:hover {
	border: none;
	color: #aa0000;
	text-decoration:underline;
}

/* Header */

#header {
	height: 110px;
}

#logo {
	margin-left:20px;
	
}

#logo h1 {
	position:absolute;
	margin-top: 0px;
	font-weight: normal;
}

#logo h2 {
	position:absolute;
	margin-left: 250px;
	right: 30%;
	
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

#logo h1 {
	padding: 0px 0 0 0px;
	font-size: 2.6em;
}

#logo h2 {
	padding: 0px 0 0 6px;
	font-size: 1.2em;
}

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

#menu {
	float: right;
	height: 40px;
}

#menu ul {
	margin: 0;
	padding: 30px 0px 0 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	border-left: 2px solid #99C233;
	margin-right: 3px;
	padding: 5px 18px 5px 18px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 1.2em;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#menu .last a {
	margin: 0;
	padding-right: 0;
}

/* Page */

#profile{
min-height:150px;
margin: 20px 0px;
}

#page {

	margin: 0 auto;
	padding: 30px 0 0 0;
}



.post {
}

.post .title {
	margin: 0;
	background: url(../images/img03.jpg) repeat-x left bottom;
}

.post .title h1, .post .title h2 {
	margin: 0;
	padding: 0;
}

.post .title a {
	border: none;
	color: #666666;
}

.post .meta {
	margin: 0;
	padding: 3px 0 0 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

.post .entry {
	padding-bottom: 20px;
}


.post .entry p, .post .entry ol, .post .entry ul {
	line-height: 180%;
}

.post .tags {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #DEDEDE;
	font-size: smaller;
	text-align: center;
}

.post .tags a {
	margin-left: 10px;
}

.post .links {
	text-align: center;
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #DEDEDE;
	font-size: smaller;
	text-transform: uppercase;
}

.post .links a {
	font-weight: bold;
}

.post ul {
	padding-bottom: 25px;
}

.post h2, .post h3 {
	padding-top: 20px;
}


#content_long img.face {
	float:right;
	width:100px;
	height:140px;
	margin-left:15px;
	border:2px solid #000000;
	
}

#sidebar2 img.block {
	width:75px;
	height:60px;
	margin:5px;
	border:2px solid #000000;
	
}

#sidebar2 img.blockleft {
	width:100px;
	margin:5px;
	border:2px solid #000000;
	
}

#content_long_overflow img.face {
	float:right;
	width:100px;
	height:140px;
	margin-left:15px;
	border:2px solid #000000;
	
}

/* Content */

#content {
	margin-left:22%;
	margin-right:22%;
	padding: 0px 30px 0px 30px;
	
}

#content img.block {
	height:100px;
	margin-left:15px;
	border:2px solid #000000;
	
}

#content img.block1 {
	height:200px;
	border:2px solid #000000;
	
}

#content_long {

	float:right;
	width: 74%;
	margin-right:20px;

	
}

#content_long_overflow {

	float:right;
	width: 74%;
	margin-right:20px;


}
/* Sidebars */

.sidebar {
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 15px;
}

.sidebar li ul {
	padding: 0px 0;
}

.sidebar li li {
	padding: 3px 0;
}



.sidebar h2 {
	background: url(../images/img03.jpg) repeat-x left bottom;
	letter-spacing: -1px;
	color: #666666;
}

/* Sidebar1 */

#sidebar1 {
	float:left;
	width: 20%;
	margin-left:20px;
}

#sidebar1 li li {
	background: url(../images/img05.gif) no-repeat left 50%;
	margin-left: 10px;
	padding-left: 10px;
}

#sidebar1 li li#padding{
	margin-left:35px;
} 

#sidebar1 h2 {
text-align:left;
}

/* Sidebar2 */

#sidebar2 {
	float:right;
	width: 20%;
	margin-right:20px;
}



/* Footer */

#footer {
	clear:both;
	height: 40px;
	margin: 0px 20px 0px 20px;
	background: url(../images/img02.jpg) repeat-x left top;

}

#footer p {
	margin: 0;
	padding: 15px 0px;
	font-size: 11px;
}

#footer .legal {
	float: left;
	height: 40px;
}

#footer .credit {
	float: right;
	height: 40px;
}

img#mini{
height: 21px;
width: 21px;
}

table#border{

width:440px;
}

table#border table td{

/*border-top:dashed thin;
border-color:#990000;*/
}

table#table1{
/*border:dashed thin;
border-color:#99000;*/
width: 100%;
}

table#table1 td{
/*border:dashed thin;
border-color:#99000;*/
padding: 5px 5px 5px 5px;
}

table#table2{
/*border:dashed thin;
border-color:#99000;*/
width: 100%;
}

table#table2 td{
/*border:dashed thin;
border-color:#99000;*/
padding: 5px 5px 5px 5px;
width: 100px;
}

table#table2 tr{


}


#recent-posts {
}

#recent-posts h3 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #DEDEDE;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
}

#recent-posts li {
	margin: 10;
	padding: 10;
	text-align:center;
}


