/* =General
-----------------------------------------------------------------------------*/
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  font-family: Arial,serif;
  background: #ECF5F9 url(../img/layout/bg.gif) repeat-x;
}

a:link,
a:visited {
	color: #4265A7;
}
a:hover {
  color: #993333;
}

img {
  border: 0;  
}

h3 {
	color: #555555;
	border-bottom: 1px solid #DFDAD5;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* =Follow
-----------------------------------------------------------------------------*/
#follow-wrapper {
	background: #000;
  min-height: 29px;
}
	#follow {
		width: 900px;
		margin: 0 auto;
		padding-top: 5px;
	}
	#follow ul {
		list-style: none;
		float: right;
		font-size: .9em;

	}
	#follow li {
		float: left;
		margin-right: 25px;
		color: #cfc4b6;
	}
	#follow li a {
		display: block;
		color: #cfc4b6;
		text-decoration: none;
	}
	#follow li a.rss {padding-left: 20px; background: url(../img/icons/feed-icon.png) no-repeat 0 .15em; }
	#follow li a.email {  padding-left: 22px; background: url(../img/icons/email-icon.png) no-repeat 0 .2em; }
	#follow li a.twitter {  padding-left: 19px; background: url(../img/icons/twitter-icon.png) no-repeat 0 .1em; }
	#follow li a.facebook {padding-left: 20px; background: url(../img/icons/facebook-icon.png) no-repeat 0 0; }

/* =Header
-----------------------------------------------------------------------------*/
#header-wrapper {
	background: #fff;
}

#header {
	width: 900px;
	height: 70px;
	margin: 0 auto;
	padding: 0 5px;
	text-align: left;
	position: relative;
}
  #header #logo {
    margin: 10px 0 0 0;
    width: 382px;
    float: left;
    height: 60px;
  }
  #header #ads {
    margin: 5px 0 0 0;
    width: 320px;
    float: right;
  }
  #header a {
    color: #fff;
    display: block;
  }

/* =Menu
-----------------------------------------------------------------------------*/
#menu-wrapper {
	background: #6699CC url(../img/layout/menu-background.png) top left repeat-x;
  min-height: 29px;
}

#menu {
	width: 890px;
	margin: 0 auto;
	font-size: .95em;
	white-space: nowrap;
	padding-right: 2px;
}
  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  #menu li {
    display: inline;
  }
  #menu li.right {
    float: right;
  }

#menu a:link,
#menu a:visited {
	padding: 5px 10px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	font-weight: bold;
}

#menu a:hover {
	background: #0066CC url(../img/layout/menu-background.png) bottom repeat-x;
	color: #fff;
}

/* =Container
-----------------------------------------------------------------------------*/
#container {
	width: 890px;
	margin: 0 auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #fff;
	text-align: left;
	font-size: .9em;
  clear: both;
  position: relative;
	overflow: auto;
}

/* =Content
-----------------------------------------------------------------------------*/
#main {
	padding: 5px 15px 30px 15px;
	min-height: 500px;
}

#content {
	float: left;
	width: 600px;
	font-size: 1.1em;
	line-height: 1.5em;
}
	#content h2 {
		border-top: 1px solid #EFEAE4;
		font-size: 1.3em; 
		line-height: 1.1em;
		margin: 10px 0 5px 0;
		padding: 15px 0 0 0;
	}
	#content h2 a {
		text-decoration: none;
	}

/* =Node
-----------------------------------------------------------------------------*/
.node {
	margin: 0 0 30px 0;
}
	.node ol {
		margin-left: 25px;
	}
	.node ul {
		margin-left: 15px;
	}
	.node-body h4 {
		margin: 10px 0;
	}
	.node-body img.alignleft {
		float: left;
		margin: 0 10px 5px 0;
	}
	.node-body img.aligncenter {
		display: block;
		margin: 0 auto 10px auto;
	}
	.node-body p {
		margin-bottom: 10px;
	}
	.node-info {
		color: #C0B2A5;
		font-size: .9em;
		margin: 0 0 15px 0;
	}
	.node-more-info {
		margin-top: 15px;
		font-size: .9em;
		border: 1px solid #bbb;
		background: #eee;
		padding: 5px;
	}
	.support-request {
		font-weight: bold;
		font-style: italic;
	}
/* =Sidebar
-----------------------------------------------------------------------------*/
#sidebar {
	float: right;
	width: 220px;
	margin-top: 30px;
	font-size: .9em;
}

/* =Blocks
-----------------------------------------------------------------------------*/
.block {
	margin-top: 15px;
}
.block-body ul {
	list-style: none;
}

/* =Paging
-----------------------------------------------------------------------------*/
.paging {
	margin-bottom: 15px;
}

/* =Comments
-----------------------------------------------------------------------------*/
.comment-form {
	margin: 15px 0;
}
	.comment-form .input {
		margin: 10px 0;
	}
	.comment-form label {
		margin-right: 5px;
	}

	.comments h3 {
		border-bottom: 0;
		margin-bottom: 0;
	}
	.comment {
		border-top: 1px solid #DFDAD5;
		margin-top: 15px;
		padding-top: 5px;
	}
	.comment .avatar { float: left; }
	.comment .avatar img { padding: 3px; }
	.comment .name { float: left; padding: 8px 0px 8px 10px; font-weight: bold; color: #000; }
	.comment .date { float: left; padding: 8px; color: #666; }
	.comment .comment { margin-left: 25px; }
	.comment .comment-body { clear: both; font-size: 13px; padding: 10px 0px 3px 0px; }
	.comment .comment-reply { padding: 10px 5px 10px 0px; }
	.comment .comment-reply a { font-size: 11px; text-transform: lowercase; color: #000; background: #f7f7f7; padding: 5px; text-decoration: none; }
	.comment .comment-reply a:hover { background: #464646; color: #fff; }

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	border-top: 1px solid #bbb;
	background: #eee;
	float: left;
	width: 100%;
	padding: 5px 0;
}
	#footer .left {
		padding-left: 10px;
		float: left;
	}
	#footer .right {
		padding-right: 10px;
		float: right;
	}

