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



body {
	background: #fff url(images/img01_1.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;
	text-decoration: none;
}

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

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

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


/* Header */

#logo {
	width: 670px;
	height: 140px;
	margin: 0 auto;
	padding: 50px 0 0 100px;
	background-image: url(images/kaleidoscope-logo.1.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}

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

#logo h2 {
font-size:12px;
color:#FFFFFF;
position:relative;
top: -25px;
}

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

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

#logo ul {
	position:relative;
	top: -10px;
	text-align:right;
	color: #FFFFFF;
}
#logo li {
padding-right:20px;
display: inline;
}

/* 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: 16px 43px 0 43px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

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

/* Contents */

#contents {
	width: 1005px;
	margin: auto;
	overflow:hidden;
}

/* Wide Post */

.wide-post{
	width: 775px;
	background-image: url(images/img04_1.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}



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

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

.wide-post h1 {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}


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



.bottom {
	height: 20px;
	background: url(images/img06_1.gif) no-repeat left bottom;
	clear:both;
}

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



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background-color:#FFFFFF;
	background-image: url(images/img04_1_SideBar.gif);
	background-repeat: repeat-y;
}

#sidebar_0 {
	width: 200px;
	float: left;
}

#sidebar .top {
	height: 20px;
	background: url(images/img05_1_SideBarTop.gif) no-repeat left bottom;
}

#sidebar h2 {
font-size: large;
	font-style: italic;
	font-weight: bold;
}

#sidebar .entry {
	padding: 10px;
	}
	
#sidebar .bottom {
	height: 20px;
	background: url(images/img06_1_SideBarBottom.gif) no-repeat left bottom;
	clear:both;
}

fieldset {
    border:none;
	}

/* 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: #fff url(images/img12_1.gif) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.two-columns .entry {
	background-color:#FFFFFF;	
}

#form {
	margin-bottom: 0;
	margin-left: 120px;
}

/* 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/img14.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: #FFFFFF;
	width: auto;
}

#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	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 {
	padding: 40px 0;
	margin: 0 auto;
	width: auto;
	clear:both;
	background-color: #477789;
	background-repeat: repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #999999;
}



contact {
	position: absolute;
	left: 729px;
	top: 223px;
}
#latest-post {
	float: left;
	width: 605px;
}
.entry #fcf2{
margin-left:100px;
width: 400px;

}
