/*****Reset*****/  

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*****CSS*****/ 
body {
	background: #ececec;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}
div#header {
	background: #86d4f1 url('../images/header_background.gif') repeat-x bottom;
	width: 100%;
}
div#header-bottom {
	background: #719500 url('../images/header-bottom.jpg') repeat-x;
	color: #ffffff;
	width: 100%;
	font-size: 1.2em;
	font-weight:bold;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
}
div#header-bottom div.inner {
	padding: 10px 0;
}

div#header img {
	float: left;
	padding: 20px 0 15px 18px;
}

/* div#header h1 {
	font-size: 30px;
	float: left;
	width: 40%;
	text-shadow: 1px 0px #58b6d9;
	letter-spacing: -2px;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
*/
ul#navigation {
	padding: 28px 22px 0 0;
	float: right;
	text-align: right;
}
ul#navigation li {
	display: inline;
}

ul#navigation li a {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	/*text-shadow: 1px 1px #58b6d9; */
}
/* ul#navigation li.active a {
	color: #BFDCFE;
}
ul#navigation li a:hover {
	color: #fff;
}
*/

ul#navigation li.current_page_item a {
	color: #b2e0f5;
}

ul.xoxo li {
	padding: 0 0 5px 0;
	font-size: 1.2em;
}

div#search form {
	padding: 0 0 0 4px;
	font-size: 1em;
	float: left;
	text-align: left;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 180px;
}
ul#sidebar input#s {
	width: 200px;
}

div#tagline {
	padding:5px 0 0 20px;
	font-size: 1em;
	float: left;
	text-align: left;
	width: 558px;
}

/* a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}

*/

div#wrapper {
	text-align: left;
	width: 800px;
	padding: 20px;
	margin: auto;
	background: #fff url('../images/wrapper.jpg') repeat-y right;
	background-position: -60px 0px;
}
div#content {
	width: 500px;
	float: left;
	padding: 0 30px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: left;
	padding: 0 0 0 30px;
	font-size: 0.9em;
}
ul#sidebar h2 {
	font-size: 2em;
	color:#919191;
}
ul#sidebar li {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}

ul#sidebar li ul li {
	font-size: 1.3em!important;
	/*margin: 0;*/
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	/*padding: 7px 0;*/
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}

ul#sidebar .widget_tag_cloud a{
	letter-spacing: -1px;
}

/*Category navigation styles*/
	
ul#sidebar p {
	margin: 0 0 10px;
	}
	
ul#sidebar ul ul {
	margin: 2px 0 6px 15px;
	}
ul#sidebar ul ul li {
	margin: 0;
	padding: 0;
	}
	
li.cat-item {
	display:block;
	float:left;
	margin-right:10px;
}

li.widget_categories ul {
	padding-bottom:20px;
}

/**/

h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 3em;
	margin: 15px 0 15px 0;
	letter-spacing: -1px;
}
h2 a,
h3 a {
	color: #0098DE;
	text-decoration: none;
}
h2 a:hover,
h3 a:hover {
	color: #41BBE9;
	text-decoration: underline;
}
h3 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
	color: #0098de;

}
div.post h3 {
	margin: 5px 0 20px 0;
}
h4 {
	font-size: 1.6em;
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 1.1em;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #444;
}
ul#sidebar img{
	padding: 0;
	background: none;
	border: none;
}
p {
	margin: 0 0 20px;
	font-size: 1.3em;
	line-height: 20px;
}
p img.no-outline {
	background: #fff;
	padding: 5px;
	border: none;
}

p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.wp-caption {
	background: #fff;
	padding: 5px 0 5px 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

p.wp-caption-text {
	line-height: 10px;
	padding: 10px 0;
	margin: 0;
	font-size: 1em;
	text-align:center;
}

img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
	margin: 0 24px 12px 0;
}
.alignright {
	float: right;
	margin: 0 0 12px 12px;
}
div.post-content ul {
	list-style-image: url('../images/tick-bullet.gif');
	margin: 5px 0 20px 24px;
	font-size: 1.3em;
}

div.post-content ul li ul li{
	font-size: 0.7em;
}

div.post-content li {
	margin: 0 0 5px 0;
}

div.post-content ol {
	list-style: decimal;
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 1.3em;
}

a {
	color: #0098de;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.button {
	color: #fff;
	background: #0098de;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

blockquote {
	font-size: 1.5em!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 1.5em!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}
div.post {
	padding: 0 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 13px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #000000;
	padding: 25px 10px 15px;
	display: block;
	width: 820px;
	margin: auto;
	text-align: left;
}
div#footer p {
	font-size: 1.1em;
	margin: 0 0 5px 20px;
	color: #ffffff;
}
/*****Generic Classes*****/  

.hide {
	display:none;
}
