/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url(../images/img01new.gif) repeat-x;
	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;
}

img {
	border: 3px solid #848C8F;
	margin-right: 10px;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 670px;
	height: 70px;	
	margin: 0 auto;
	padding: 30px 0 20px 100px;
	background: url(../images/img02.gif) no-repeat 0px 20px;
}

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

#logo h1 {
	padding-left:30px;
}

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

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo #rss
{
	float:right;
	text-align:center;
}

/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 22px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

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

#menu .current_page_item a {
	background: url(../images/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #D4D9DD url(../images/img04.gif) repeat-y;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(../images/img05.gif) no-repeat;
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

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

.wide-post .entry {
	padding: 0 30px;
}

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

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

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

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

.wide-post .links .author {
	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 {
	padding-left: 10px;
	background: url(../images/img11.gif) no-repeat left center;
}

/* Comments */

.comments {
	width: 770px;
	margin: 0 auto;
}

.comments .title {
	padding: 30px 30px 20px 30px;
	font-size: 1.5em;
}
.comments .number {
	font-size: 1.5em;
	font-style:italic;
	color:#787878;
}
.comments .date {
	padding-left: 20px;
	font-size: 0.7em;
	float:right;
}
.comments .author {
	float:left;
}

.comments p {
	border-bottom:1px solid #666666;
	margin-left:30px;
	margin-right:30px;
	padding:5px;
	padding-bottom:15px;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.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;
}

.two-columns .entry li .active{
	color:#666666;
	font-weight:bold;
}


/* Recent Posts */

#recent-posts {
}

#recent-posts ul {
	margin: 0;
	padding: 20px;
	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 {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	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 {
	clear: both;
	padding: 20px 0;
	background: #535657 url(../images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

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


/* Post a Comment Form */
#submenu .commentForm {
	width: 770px;
	margin: 0 auto;
	padding-left:60px;
	line-height: normal;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:2px solid #424546;
}
#submenu .commentForm .label{
	width: 100px;
}
#submenu .commentForm .error{
	color: #ff9000;
	font-size: 1.0em;
}
#submenu h1{
	font-size: 1.5em;
	padding-bottom:10px;
}

#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 {
	padding: 40px 0;
	background: #3F4244 url(../images/img18.gif) repeat-x;
}

#footer ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	margin-bottom:20px;
	list-style: none;
	line-height: normal;
}
#footer h1{
	font-size: 1.5em;
	padding-bottom:10px;
}

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

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

#footer 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;
}

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

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

#footer a:hover {
	text-decoration: underline;
}
#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer .links{
	text-align:center;
}
/*  pictures section */
#pictureform label{
	float:left;
	height:30px;
	width: 150px;
}
#pictureform select{
	height:30px;
	width: 175px;
}
#pictureform input{
	margin-bottom:10px;
	width: 175px;
}
#pictureform textarea{
	width: 325px;
}
#pictureform #uploader{
	width: 255px;
}
#pictureform #saver{
	height:25px;
	width: 150px;
}

.highslide-wrapper div {
						font-family: Verdana, Helvetica;
						font-size: 10pt;
					}
					.highslide {
						cursor: url(../js/highslide/graphics/zoomin.cur), pointer;
						outline: none;
						text-decoration: none;
					}
					.highslide-active-anchor img {
						visibility: hidden;
					}
					.highslide img {
						border: 2px solid gray;
					}
					.highslide:hover img {
						border-color: silver;
					}

					.highslide-wrapper, .drop-shadow {
						background: white;
					}
					.highslide-image {
						border-bottom: 1px solid white;
					}
					.highslide-image-blur {
					}
					.highslide-caption {
						display: none;
						
						border-bottom: 1px solid white;
						font-family: Verdana, Helvetica;
						font-size: 10pt;
						padding: 5px;
						background-color: silver;
					}
					.highslide-loading {
						display: block;
						color: black;
						font-size: 8pt;
						font-family: sans-serif;
						font-weight: bold;
						text-decoration: none;
						padding: 2px;
						border: 1px solid black;
						background-color: white;
						
						padding-left: 22px;
						background-image: url(../js/highslide/graphics/loader.white.gif);
						background-repeat: no-repeat;
						background-position: 3px 1px;
					}
					img.highslide-image {
						border:0px;
					}
					a.highslide-credits,
					a.highslide-credits i {
						padding: 2px;
						color: silver;
						text-decoration: none;
						font-size: 10px;
					}
					a.highslide-credits:hover,
					a.highslide-credits:hover i {
						color: white;
						background-color: gray;
					}
					a.highslide-full-expand {
						background: url(../js/highslide/graphics/fullexpand.gif) no-repeat;
						display: block;
						margin: 0 10px 10px 0;
						width: 34px;
						height: 34px;
					}
					.highslide-overlay {
						display: none;
					}

					/* Mac-style close button */
					.closebutton {
						position: relative;
						top: -15px;
						left: 15px;
						width: 30px;
						height: 30px;
						cursor: hand; /* ie */
						cursor: pointer; /* w3c */
						background: url(../js/highslide/graphics/close.png);
						/* For IE6, remove background and add filter */
						_background: none;
						_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../js/highslide/graphics/close.png', sizingMethod='scale');
					}

/* for frames */
#frames{
	background: #A9B3BB url(../images/img01small.gif) repeat-x;
}

#frames #menu a {
	height: 43px;
	padding: 12px 30px 0 30px;
}

#cloud { padding: 2px; line-height: 2.5em; }
#cloud a { padding: 5px; }
#cloud a.tag0 { font-size: 0.6em; font-weight: 100; }
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }

.entry ol {margin-left:50px;}