/*  
Theme Name: webgroupWest	
Description: Tested on WP 2.6
Version: 2.0
Author: Tom Rodman (and the work of many others before me).
Author URI: http://www.blog.webgroupwest.com
*/

* {
	margin-top: 0px;
	padding-top: 0px;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #535353;
}

small {
	font-size: 8pt;
	color: #CC9966;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	border: 1px solid #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 10px;
/*	padding-bottom: 9px;*/
	letter-spacing: -0.035em;
	font-weight: normal;
/*	color: #37404C;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D6794;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D6794;
	padding-bottom: 15px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1D6794;
/*	font-weight: bold;*/
}
h3 {
	font-size: 18px;
/*	font-weight: bold;*/
}

h4 {
	font-size: 14px;
/*	font-weight: bold;*/
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 135%;
/*	text-align: justify;*/
	text-align: left;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #336699;
	padding-left: 25px;
}

a {
	color: #3366FF;
}

a:link, a:visited{
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
/*	background: #087FE7 url(images/img03a.jpg) no-repeat;*/
	background: #087FE7 url(images/banner3a.jpg) no-repeat;
}

#header_blog {
	height: 140px;
/*	background: #087FE7 url(images/img03a.jpg) no-repeat;*/
	background: #087FE7 url(images/banner3b.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
/*	font-weight: bold;*/
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 76px;
}

.post {
	padding-top: 20px;
}

.post .title {
	font-size: 26px;
	letter-spacing: -0.035em;
	font-weight: normal;
	/*	font-family: Georgia, "Times New Roman", Times, serif;*/
}

.post .title a {
	text-decoration: none;
/*	color: #37404C;*/
}

.post .title a:hover {
/*	text-decoration: underline;*/
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	/*	background: url(images/img07.jpg) repeat-x left bottom;*/
	line-height: normal;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.post .meta .posted {
	display: block;
	float: left;
	font-size: small;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
	font-size: small;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
	font-size: small;
}

.post .longmeta {
	line-height: normal;
}

/* Navigation */

.navigation {
	clear: both;
	padding: 20px 0;
/*	font-weight: bold;*/
/*	font-size: larger;*/
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
	font-size: 12px;
	color: #535353;
}
#sidebar a:link, a:visited{
/*	color: #535353;*/
	text-decoration: none;

}
#sidebar a:hover{
/*	color: #535353;*/
	text-decoration: underline;
}
#sidebar h2 {
	font-size: 14px;
/*	font-weight: bold;*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 110px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #999999;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Comments */

#comments {
}

#comment {
	width: 500px;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 100px;
	background: url(images/img05.jpg) no-repeat;
	color: #8E8E8E;
	font-size: 12px;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
}

#footer a {
	color: #8E8E8E;
}

#footer a:link, a:visited {
/*	color: #8E8E8E;*/
	text-decoration: none;
	


/* Advertising stuff */
	
}.my_ad_468x60 {
	padding-top: 25px;
	padding-bottom: 25px;
	margin:0 auto;
	width:468px;
	text-align: left;
	font-size: x-small;
}

.my_ad_728x90 {
	padding-top: 25px;
	padding-bottom: 25px;
	margin:0 auto;
	width:728px;
	text-align: left;
	font-size: x-small;
}

.my_ad_160x600 {
	padding-top: 25px;
	padding-bottom: 25px;
	margin:0 auto;
	width:160px;
	text-align: left;
	font-size: x-small;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
	color: red;
	border-left: 1px solid black;
	background-color: white;
	background-image: url(images/bluebar.gif);
	background-repeat: repeat-x;
}

.menu .current_page_item a {
  color: red;
  font-weight: bold;
  background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
  background: gray;
}

.menu .current_page_item a:hover {
  background: white;
}

.mennu_div {
}

