body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Arial, Verdana, Arial, sans-serif;
	line-height: 1.5em;
	background: #fff;
	}

/* links */

a:link {
	color: #105cb6;
	text-decoration: none;
	}
a:hover, a:visited {
	color: #105cb6;
	text-decoration: none;
	}
a.more-link {
	color: #105cb6;
	font-weight: bold;
	}

/* basic elements */

p {
	padding: 4px 0px 4px 0;
	margin: 0px;
        text-align: justify;
  }

form {
	margin: 0;
	padding: 0;
	}
img {
	border: none 0px;
	}

/* basic phrase element styles */

blockquote {
	margin: 0 0 0 10px;
	padding-left: 10px;
	line-height: 1.5em;
	color: #777;
	border-left: 5px solid #eee;
	}
code {
	color: #666;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
	}
code strong {
	color: #630;
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #ccc;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #666;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* layout
---------------------------------------------------------- */

#wrap {
	margin: 0;
	background: #fff;
	border-top: 4px solid #99bb77;
	}
#content {
	min-width: 760px;
	max-width: 1200px;
	margin: 10px auto;
	padding: 0 10px;
	font-size: 14px;
	background: url(images/bg_content.gif) repeat-y 100% 0;
	}
#maincol {
	float: left;
	width: auto;
	margin-right: 410px;
	}
#sidebars {
	float: right;
	width: 400px;
	margin-left: -400px;
	font-size: 100%;
	}
#leftcol {
	float: left;
	width: 190px;
	}
#rightcol {
	float: right;
	width: 190px;
	}
.sidebar {
	margin: 0;
	padding: 0 0 0 10px;
	color: #666;
	line-height: 1.5em;
	}
.col-inner {
	padding: 0 10px;
	}

/* header
---------------------------------------------------------- */

#header {
	background: #486fa0 url(images/bg_header.gif) repeat-x 0 100%;
	}
#header-inner {
	min-width: 760px;
	max-width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
h1 {
	margin: 0 0 8px 0;
	padding: 0px 0 0px 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 180%;
        color: #486fa0;
	}
h2 {
	margin: 0;
	padding: 0px 0 0px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 140%;
        color: #486fa0;
	}
h3 {
	margin: 0;
	padding: 0px 0 0px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 130%;
        color: #486fa0;
	}
h1 a:link, h1 a:visited, h1 a:hover {
	color: #486fa0;
	}
.description {
	padding: 0 0 0 15px;
	color: #944;
	}

#logo {
	padding: 35px 0 0 15px;
	}
#logo span, #logo a {
	display: block;
	width: 183px;
	height: 48px;
	padding: 0;
	}
#logo img {
	border: none;	
	}

/* top navigation
---------------------------------------------------------- */

#nav {
	width: 100%;
	font-size: 100%;
	}
#nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin-right: 3px;
	}
#nav li a {
	float: left;
	padding: 4px 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: #469;
	}
#nav li a:hover, #nav li.current_page_item a {
	background: #99bb77;
	}

/* content
---------------------------------------------------------- */

h2.pagetitle {
	margin: 0 0 -15px;
	padding: 0 0 45px;
	color: #944;
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, san-serif;	
	text-align: center;
	}
.post {
	width: 100%;	
	padding: 0 0 20px;
	}
.post h3 {
	margin: 0;
	padding: 0;
	color: #486fa0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Georgia, Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: none;
	}
.post h3 a:link {
	color: #486fa0;
	}
.post h3 a:hover, .post h3 a:visited {
	color: #486fa0;
	}
.post-meta {
	margin: 0;
	padding: 2px 5px;
	color: #999;
	background: url(images/bg_dot.gif) repeat-x 0 0;
	}
.post-cat {
	padding-left: 15px;
	margin-left: 5px;
	background: url(images/icon_cat.gif) no-repeat 0 0;
	}
.post-comments {
	padding-left: 17px;
	margin-left: 7px;
	background: url(images/icon_com.gif) no-repeat 0 0;
	}
.entry {
	width: 100%;	
	margin: 0;
	padding: 10px 0 0;
	}
.entry img {
	margin: 5px 0;
	padding: 4px;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	background: #fff;
	}

/* content list style */

#maincol ul, #maincol ol, #maincol dl {
	margin: 0 0 10px 0;
	padding: 0;
	}
#maincol ul, #maincol ol {
	margin-left: 10px;
	}
#maincol ol {
	padding-left: 20px;
	}
#maincol ul {
	list-style: none;
	}
#maincol ul li {
	padding: 0 0 5px 15px;
	background: url(images/icon_bullet.gif) no-repeat left 6px;
	}
#maincol dl dt {
	font-weight: bold;
	}
#maincol dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}

/* comments area */

h4#comments {
	margin: 0 0 15px;
	padding: 20px 0 0;
	clear: both;
	font-size: 100%;
	font-family: Verdana, Times, san-serif;
	color: #486fa0;
	}
h4#respond {
	margin: 0;
	padding: 10px 0 0;
	font-size: 100%;
	font-family: Verdana, Times, san-serif;
	color: #486fa0;
	}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	}
.commentlist li {
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #eee;
	}
.commentlist .alt {
	background: #f5f5f5;
	}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
	}
#commentform {
	font: 100% Arial, Helvetica, sans-serif;
	}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
	}
#commentform label {
	padding-left: 5px;
	color: #666;
	font-size: 87%;
	}
#commentform input {
	width: 200px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	padding: 3px;
	margin-top: 3px;
	}
#commentform textarea {
	width: 98%;
	height: 120px;
	margin-top: 3px;
	padding: 2px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
	}
#commentform #submit {
	width: 144px;
	height: 28px;
	margin-bottom: 10px;
	color: #fff;
	font: bold 12px Arial, Helvetica, sans-serif;
	background: #99bb77;
	border: none;
	}

/* alignments */

.center {
	text-align: center;
	}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft {
	float: left;
	}
img.alignleft, img[align="left"] {
	float: left;
	margin: 5px 8px 5px 0;
	}
.alignright {
	float: right;
	}
img.alignright, img[align="right"] {
	float: right;
	margin: 2px 0 5px 8px;
	}
img.noborder {
	border: none !important;
	}

/* navigation */

.navigation {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 100%;
	line-height: normal;
	}
.navigation a {
	color: #486fa0;
	border-bottom: 1px dashed #944;
	}
.navigation .alignleft {
	width: 45%;
	text-align: left;
	}
.navigation .alignright {
	width: 45%;
	text-align: right;
	}

/* sidebar
---------------------------------------------------------- */

h2.sidebartitle {
	margin: 0 0 5px;
	padding: 4px 0 0;
	color: #486fa0;
	font-size: 120%;
	font-family: 'Lucida Grande', Verdana, san-serif;
	text-transform: uppercase;
	}

/* sidebar list level 1 */

.sidebar ul {
	margin: 0;
	padding: 0;
	}
.sidebar ul li {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
	position: relative;
	}

/* sidebar list level 2 */

.sidebar ul li ul {
	margin: 0;
	padding: 0;
	}
.sidebar ul li ul li {
	margin: 0;
	padding: 0 0 2px 15px;
	background: url(images/icon_bullet_sb.gif) no-repeat 0 5px;
	border: none;
	}

/* sidebar list level 3 */

.sidebar ul li ul li ul li {
	margin: 0;
	padding: 1px 0;
	border: none;
	}

/* recent post & comments */

.sidebar ul li ul.list-recentpost li, 
.sidebar ul li ul.list-recentcomments li {
	margin: 0;
	padding: 0 0 5px 15px;
	}
.feedlink { /* rss button */
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 0 0 10px;
	padding: 4px 10px 5px;	
	border: none;
	}

/* widget list child */
.sidebar ul.children {
	margin: 0;
	padding: 2px 0;
	}
.sidebar ul.children li {
	padding-left: 12px;
	background: url(images/icon_bullet_sbchild.gif) no-repeat 0 8px;
	}

/* calendar widget */

#wp-calendar caption {
	margin-bottom: 5px;
	color: #CE5C00;
	}
#wp-calendar td a {
	color: #8AAB1B;
	}
#wp-calendar td#today {
	background: #f6f7ef;
	}
#leftcol #wp-calendar td {
	margin: 0;
	padding: 0 4px;
	}
#rightcol #wp-calendar td {
	margin: 0;
	padding: 0 9px;
	}

/* text widget */

.textwidget {
	padding: 0;
	}
.widget_rss img {
	position: absolute;
	right: 10px;
	top: 6px;
	border: none;	
	}
	
/* search form */

#searchform {
	margin: 0;
	padding: 10px;
	background: #f5f5f5;
	}
#searchform br {
	display: none;
	}
#searchform #s {
	width: 117px;
	height: 20px;
	margin-right: 2px;
	padding: 4px 5px 0px 5px;
	font-weight: normal;
	color: #999;
	background: #fff;
	border: 1px solid #eee;
	}

/* search form button - to specify button only use input[type="submit"] */

#searchform input {
	width: 35px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	background: #99bb77;
	border: none;	
	}

/* footer
---------------------------------------------------------- */

#footer {
	min-width: 760px;
	max-width: 1200px;
	margin: 0 10px;	
	clear: both;
	font-size: 95%;
	background: url(images/bg_dot.gif) repeat-x 0 0;
	}
#footer p {
	margin: 0;
	padding: 10px 15px;
	font-size: 90%;
	}

/* self-clearing floats */

#nav ul:after,
#content:after,
#maincol:after,
#sidebars:after,
.navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	/* 
Theme Name: Cool Blue
Title: Screen styles and ie/win fixes
Description: Cool Blue is a 3 columns wordpress theme with a beautiful combination of Blue and White. Sponsored By: <a target="_blank" href="http://www.dirjournal.com">The Directory Journal</a>. Get more free themes like this from <a target="_blank" href="http://www.dirjournal.com/wp-themes/">DirJournal Free WP Themes</a>
Author: Hasan Saleem
Author Email: hasan@templatesfactory.net
Author URI: http://www.templatesfactory.net
Last Update: June 17th, 2007
*/

/* fixes font-size keyword problem for IE5/Win */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}

/* self-clearing floats
----------------------------------------------------- */

/* trigger hasLayout and target ie5+6/win only */
* html #nav ul,
* html #content,
* html #maincol,
* html #sidebars,
* html .navigation {
	height: 1%;
	}
/* trigger hasLayout and target ie7/win only */
*:first-child+html #nav ul,
*:first-child+html #content,
*:first-child+html #maincol,
*:first-child+html #sidebars,
*:first-child+html .navigation {
	min-height: 1px;
	}

.gravatar {
	float:left;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}
