/*  
Theme Name: Convergence
Theme URI: http://www.freewpthemes.net/preview/convergence/
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	/* background: #F5F5F5 url(images/img01.gif) repeat-x; */
        background:transparent url(/images/html_bk3.png) repeat-y scroll center top;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
*/
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 1em;
/*	text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #15689A;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #15689A;
}

a:hover {
	background: #CEE7F5;
	text-decoration: underline;
	color: #15689A;
}

hr {
	display: none;
}

/* Header */

#header {
	 background:transparent url(/images/header.png) no-repeat scroll 0 0;
	height:107px;width:750px;
	width: 980px;
	height: 84px;
	margin: 0 auto;
	padding: 40px 0px 0px 10px;
	text-align:right;
	font-size:.9em;
}

#blog_header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/blog_logo.gif) no-repeat scroll 0 0;
height:122px;
padding-top:0px;
width:980px;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo a {
display:block;
height:80px;
text-indent:-999em;
}

#logo h1 {
	padding-top: 30px;
}

#logo h1 a:hover {
	text-decoration: none;
	background: none;
}

#logo h2 {
	padding: 45px 0 0 7px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 60px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	padding-left: 40px;
	padding-right: 30px;
}

#menu a {
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: url(images/img02.gif) repeat-y;
/*	
	background: #D2D1C4 url(/images/bg_body0.jpg) repeat-x scroll 0 0
*/
}

/* Sidebars */

.sidebar {
	float: left;
	width: 200px;
	padding-top: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	padding: 0;
}

.sidebar h2 {
	height: 40px;
	margin: 0;
	padding: 5px 10px;
	letter-spacing: normal;
	font-size: 1.4em;
}

/* Sidebar1 */

#sidebar1 {
/*	background: url(images/img03.gif) no-repeat;*/
}

#sidebar1 h2 {
	text-align: right;
	background: url(images/img05.gif) no-repeat;
}

#sidebar1 li li {
	padding-right: 20px;
	text-align: right;
}

/* Sidebar2 */

#sidebar2 {
	background: url(images/img04.gif) no-repeat;
}

#sidebar2 h2 {
	background: url(images/img06.gif) no-repeat;
}

/* Search */

#search {
}

#search form {
	text-align: center;
}

#search #s {
	width: 80%;
	margin-bottom: 10px;
}

#search h2 {
	background-image: url(images/img07.gif);
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 0 20px;
}

#calendar caption {
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border: 1px solid #CCCC99;
}

#calendar thead th {
	padding: 5px 0;
	background: #F9F3DF;
	border-bottom: 1px solid #CCCC99;
	color: #CCCC99;
}

#calendar tbody td {
	padding: 5px 0;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}

#calendar tfoot td {
	padding: 5px;
	border-top: 1px solid #CCCC99;
}

#calendar tfoot a {
	border: none;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

#calendar #prev {
	text-align: left;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	background-image: url(images/img08.gif);
}

.sidebar #recent-posts ul {
	padding: 20px;
	 list-style-image:url('/images/blog_arrow.gif');
}

.sidebar #recent-posts-2 ul {
	padding: 20px;
	 list-style-image:url('/images/blog_arrow.gif');
}

/* Content */

#content {
	float: left;
	width: 580px;
	font:arial;
}

#menu_blogpage {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(/images/blog_menubar.gif) no-repeat scroll 0 0;
height:28px;
overflow:hidden;
width:980px;
}


.post {
	padding: 1px 1px 1px 1px;
}
.post ul {
	list-style-image:url('/images/blog_arrow.gif');
}
.pagetitle {
	margin: 20px 0 0 0;
	padding: 0 30px;
}

.post .title {
	margin: 0;
	padding: 10px 0px 10px;
	font-size:19px;
	color:#80B62A;
}

.post .meta {
	margin: 0;
	padding: 0 20px 20px 20px;
	line-height: normal;
}

.post .entry {
	padding: 20px;
	background: url(images/img10.gif) repeat-x;
}

.post .tags, .post .links {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	text-align: center;
}

.post .tags {
	padding-top: 10px;
	border-top: 1px solid #EAEAEA;
}

/* Comments */

#comment {
	width: 400px;
}

ul#blobs {
 width: 174px;
 height: 318px;
 background: url(/images/new_grp_img.png);
 margin: 10px auto; padding: 0;
 position: relative;
}
ul#blobs li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

ul#blobs a {display: block;}

#blob1 {left: 1px; top: 7px; width: 170px; height: 75px;}
#blob2 {left: 1px; top: 82px; width: 170px; height: 75px;}
#blob3 {left: 1px; top: 152px; width: 170px; height: 75px;}
#blob1 a {height: 74px;}
#blob2 a {height: 74px;}
#blob3 a {height: 74px;}
#blob1 a:hover { 
	background: none;}
#blob2 a:hover {
	background: none;}

#blob3 a:hover {
	background: none;}

/* Navigation */

.navigation {
	clear: both;
	padding: 20px;
	font-weight: bold;
	font-size: small;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	background: url(images/img09.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0;
	font-size: smaller;
	line-height: normal;
}
