body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color:#333333;
	
}

#main_wrap {
  background: #FFFFFF url(img01.jpg) repeat-x;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
	/*background-image: url(KaBloom.jpg);
	background-repeat: no-repeat;
	background-position: left;*/
	background-color: #FFFFFF;
}

#logo h1 {
	float: right;
	/*background: url(img02.gif) no-repeat right center;*/
	letter-spacing: normal;
	font-size: 28px;
	color: #293896;
	/*padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	float: right;
	/*padding: 61px 0 0 0;*/
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	/*display: block;*/
	float: left;
	width: 85px;
	height: 40px;
	padding-top: 15px;
	text-transform:capitalize;
	text-decoration: none;
	text-align:left;
	/*text-align: center;*/
	/*letter-spacing: -2px;*/
	font-size: 14px;
	color: #f8bb2d;
}

#menu a:hover {
/*background-image:url(3.gif);*/
	color: #293896;
}

#menu .active a {
	background: url(img03.jpg) no-repeat;
	color: #FFFFFF;
}
/* Menu2 */
#menu2, #menu2 ul {
	float: left;
	width: 60em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	font-size:12px;
	padding: 0;
	/*border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;*/
}

#menu2 a {
	display: block;
	width: 12em;
	w\idth: 14em;
	color: navy;
	text-decoration: none;
	padding: 0.25em .25em;
}

#menu2 a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#menu2 li {
	float: left;
	padding: 0;
	width: 15em;
}

#menu2 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 19.5em;
	w\idth: 19em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	border: solid #eda;
	border-width: 1px 1px 1px 1px;
	margin: 0 0 1em 0;
}

#menu2 li li {
	padding-right: 0em;
	width: 18em
}

#menu2 li ul a {
	width: 14em;
	w\idth: 14em;
}

#menu2 li ul ul {
	margin: -1.75em 0 0 15em;
}

#menu2 li:hover ul ul, #menu2 li:hover ul ul ul, #menu2 li.sfhover ul ul, #menu2 li.sfhover ul ul ul {
	left: -999em;
}

#menu2 li:hover ul, #menu2 li li:hover ul, #menu2 li li li:hover ul, #menu2 li.sfhover ul, #menu2 li li.sfhover ul, #menu2 li li li.sfhover ul {
	left: auto;
}

#menu2 li:hover, #menu2 li.sfhover {
	background:#FFFFCC;
}


#content {
	clear: left;
	color:#666666;

	
}



/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 480px;
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 640px;
	height: 100px;
	background: url(img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding-top:10px;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}
#posts2 {
	float: right;
	width: 700px;
}

.post {
	margin-bottom: 10px;
}

.post .title  {
	padding: 0 0 5px 20px;
	color: #293896;
	text-transform: capitalize;
}

.post .meta {
	padding: 10px 20px;
	background: url(img15.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	
}

.boxed h2 {
	padding-left: 20px;
	color: #293896;
	text-transform: capitalize;
	background-image: url(img14.gif);
	background-repeat: no-repeat;
	background-position: 0em;
}



.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}

.boxed a {
	text-decoration: none;
	color: #f8bb2d;
}

.boxed a:hover {
	text-decoration: underline;
	color:#293896;
	
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background-color: #293896;
}

#footer p {
	margin: 0;
	text-align: center;
	
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.style1 {
	color: #FF0000;
	font-weight: bold;
	font-size: medium;
}
.style2 {font-size: medium}
.style3 {font-weight: bold; color: #FF0000;}
.style4 {font-size: small}

