/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #007EC7 url(images/img01.gif) repeat-x;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	color: #000000;
        text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 750px;
	height: 60px;
	margin: 0 auto;
        padding-top: 10px;

}

#logo h1, #logo p {
	width: 750px;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 0px;
}

#logo h2 {
        color: #FFFFFF;
}

#logo p {
	float: right;
	padding-top: 0px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;

}

#logo a:hover {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 778px;
	height:45px;
	margin: 0 auto;
	background: #F6F6F6 url(images/img02.gif) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

#menu .current_page_item a {
	background: url(images/image3.gif) repeat-x;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF url(images/img05.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 350px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {

}

.entry ul {
	list-style-image: url(images/original_img07.gif);
}



.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
        font-color: #007EC7;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 750px;
	height: 120px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img08.jpg) no-repeat;

}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

#lgbox {
         width: 300px;
         height: 153px;
         border: 0px;
         padding: 20px; 5px; 5px; 5px;
         font-weight: bold;
         color: #FFFFFF;
	text-align: center;
	font-family: "Minion", Arial, Helvetica, sans-serif;
	font-size: 45px;
         margin: 5px;
         background-image: url(images/ih-button.jpg)
}

#smbox {
         width: 300px;
         height: 100px;
         border: 0px;
         padding: 15px; 5px; 5px; 5px;
         font-weight: bold;
         color: #FFFFFF;
	text-align: center;
	font-family: "Minion", Arial, Helvetica, sans-serif;
	font-size: 45px;
         margin: 5px;
         background-image: url(images/ih-button.jpg)
}

#button {
         width: 225px;
         height: 120px;
         border: 0px;
         padding: 20px; 5px; 5px; 5px;
         font-weight: bold;
         color: #FFFFFF;
	text-align: center;
	font-family: "Minion", Arial, Helvetica, sans-serif;
	font-size: 45px;
        line-height: 80%;
         margin: 5px;
         background-image: url(images/ih-button-small.jpg)
}

#button a {
	text-decoration: none;
        color: indigo;

}

#button a:hover {
	text-decoration: none;
        color: white;
}