/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

html, body {
	font-size: 13px;
}

a {
	color: #1E90FF;
	text-decoration: none;
}
a.read-more {
  font-weight: normal;
  font-family: Arial;
}

#header-out {
	width: 100%;
	background: black;
	border-top: none;
	
}

#header .col-left {
	padding-top: 14px;
}
#header .col-left a {color: #000;}
#header .date p {
  font-size: 12px;
  font-weight: normal;
  color: #1e90ff;
  padding: 5px 0 5px 0;
}
#header #search div {
	width: 210px;
	background: url(images/search.png) no-repeat 22px 6px;
	min-height: 41px; 
}
#header #search input {
	width: 158px;
	background: #fff;
	border: 2px solid #fff;
	right: 0;
	font-size: 12px;
  font-weight: normal;
}
#header #search label {
  position: absolute;
  left: -9999px;
}

#header {
	height: 102px;
}

#header-bg {
	background: black;
}

#main-menu ul {
	padding: 0;
	font-family: Arial;
	font-size: 16px;
}
#main-menu li a:hover {
  color: #1e90ff;
  text-decoration: none;
}
#main-menu li ul {
  width: 160px;  
}
#main-menu li ul li {
  height: auto;
  border: 1px solid #EFEEEE;
  border-top: none;
}
#main-menu li ul li a {
  line-height: 18px;
  width: 160px;
  border-right: none;
}
#main-menu.normal li.current-cat, #main-menu.normal li.current-cat-parent {
  height: auto;
}
#main-menu.normal li.current-cat a span, #main-menu.normal li.current-cat-parent span, #main-menu li ul ul li a {
  line-height: 18px;
}

#content .featured h2 {
	font-family: Arial;
}
#content #latest .post h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}

#content #popular-articles h2 {
	font-size: 14px;
	background: url(images/bg_h2_popular.png) no-repeat 0 0;
	line-height: 37px;
	padding: 0 0 0 10px;
}
#content #popular-articles h2 a {color: #1e90ff;}
#content #popular-articles h3 {
	font-family: Arial;
	line-height: 20px;
	font-size: 14px;
}
#content #popular-articles h3 a {
	color: #1e90ff;
}
#content #popular-articles h3 a:hover {
  color: #1E90FF;
  text-decoration: none;
}
#content #popular-articles a.read-more, #content #popular-articles a.read-more:hover {
	border-bottom: none;
	display: block;
	text-align: center;
	color: rgb(243,243,243);
}

#content #single .post h2 {
	font-size: 25px;
	font-family: Arial;
	font-weight: normal;
}

#content .featured {
  background-color: #000;
}
#content .featured h2 {
  font-weight: bold;
  font-family: Arial;
}

#sidebar .subscribe {
  background-image: url(images/bg_subscribe.png);
  width: 251px;
  padding-left: 60px;
}
#sidebar .subscribe h2 a {
    color: #333;
    font-size: 14px;
    font-family: Arial;
    font-style: normal;
}
#sidebar #tabs ul.tabs li a.selected {
  background-image: url(images/bg_tabs_selected.png);
}
#sidebar .inside li a:hover,
#sidebar .block .blogroll li a:hover,
#sidebar .widget_pages li a:hover,
#sidebar .widget_archive li a:hover,
#sidebar .widget_meta li a:hover,
#sidebar .widget_categories li a:hover{
	color: #1E90FF;
}

#content #single .comment .col-left {
  font-family: Arial;
}

#content .more_entries h2 {
  font-family: Arial;
  font-weight: bold;
}
#content .more_entries h2 a:hover {
	color: #1e90ff;
	text-decoration: none;
}

#footer .widget li a:hover {
	color: #1e90ff;
	text-decoration: none;
}

#feat a.read-more {
	display: block;
	text-align: center;
}

#copyright .cred, #copyright .cred a {
	color: #555;	
}


/* Images in h5 */

h5 {
	margin: 10px;
	padding: 0;
	line-height: 1.3em;
	font-size: 0.85em;
	font-weight: normal;
	text-align: center;
}

h5 img {
	padding: 5px;
	background-color: white;
	border: 1px solid silver;
}
	
h5.right {
	margin: 2px 0 2px 10px;
	text-align: center;
	font-weight: normal;
	float: right;
	}
	
h5.left {
	margin: 2px 10px 2px 0;
	text-align: center;
	font-weight: normal;
	float: left;
	}
	
h5.center {
	text-align: center;
	font-weight: normal;
	}
	
h5.center img {
	margin: 0 auto;
	}
	
h5 a {
	text-decoration: none !important;
	color: #696969;
	}

h5 a:link {
	text-decoration: none !important;
	color: #696969;
	}
	
h5 a.hide-link:hover, h5 a.hide-link:focus, h5 a.hide-link:active, h5 a.hide-link:visited {
	text-decoration: none !important;
	color: #696969;
}

h5.noborder img {
	border: none;
}

img.noborder {
	border: none;
}

.noborder {
	border: none;
} 

.post-info { padding-top: 4px; float: right; }