/**
Theme Name: IDE
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:url(images/bg.gif);
	font:normal 13px "Trebuchet MS", Georgia, Arial;
	color:#333333;
}

a {
	text-decoration:none;
	color:#920000;
	font-weight: bold;
	text-transform: capitalize;
}

a:hover {
	color:#008DCA;
	text-decoration: underline;
}

hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h2 {
	font-size: 24px;
	font-weight: bolder;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

h3 {
	font-size:18px;
	font-weight:bolder;
}

#topcontainer {
	float: left;
	width: 700px;
	margin-left: 25px;

}

#top {
	background-color: #282828;
	height: 35px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008DCA;
	text-align: right;
}

#top-rss-wrap {
	float:left;
	width:287px;
	height:30px;
	position:relative;
	padding-left: 50px;
	padding-top: 3px;
}

#top-twitter-wrap {
	width:200px;
	height:35px;
	float: right;
	margin-right: 250px;
}

#top-facebook-wrap {
	width:200px;
	height:35px;
	margin-right: 50px;
}

#top-search-wrap {
	background:url(images/top-searc-form-bg.gif) no-repeat 0 6px;
	float:right;
	width:287px;
	height:28px;
	padding-top:8px;
	position:relative;
	margin-left: 50px;
}

#top-search {
	position:absolute;
}

#top-search input {
	border:none;
	background:none;
}

#top-s {
	font-size:10px;
	text-transform:uppercase;
	margin-left:10px;
	width:245px;
	color:#363636;
}

#top-search-submit {
	width:21px;
	cursor:pointer;
	margin-left:6px;
}

#logo {
	background-color: #deedcc;
	width:925px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0;
}

#logo_message {
	float:right;
	position:relative;
	margin-top: 25px;
}

#wrapper {
	background-color:#282828;
	padding:0 8px;
	width:900px;
	border-left:1px solid #750101;
	border-right:1px solid #750101;
	margin-right: auto;
	margin-left: auto;
}

/* header */

#header-in {
	background:url(images/header-top-bg.png) no-repeat 0 0;
	overflow:hidden;
}

#navbar {
	width: 900px;
	margin: 0px auto 0px;
	padding: 5px 0px 5px 0px;
	}
	
#navbar li {
	font-size: 18px;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #717171;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#navbar ul li a {
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	}

#navbar ul li a:hover {
	color: #008DCA;
	text-decoration: none;
	}
	
#page-menu ul {
	display:block;
	height:36px;
	overflow:hidden;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	color:#E6E7E0;
	font-size:10px;
	text-transform:uppercase;
	line-height:36px;
	margin:16px;
}

#page-menu, #top-search-wrap {
	float:left;
	width:700px;
	display:block;
	height:36px;
}

#branding {
	height:255px;
	overflow:hidden;
	
	padding-top: 15px;
}

#cat-menu { clear:both; }

#cat-menu ul {
	display:block;
	height:40px;
	overflow:hidden;
}

#cat-menu ul li {
	display:inline;
}

#cat-menu a {
	background:transparent url(images/menu-separator.gif) no-repeat 100% 2px;
	display:block;
	float:left;
	height:40px;
	font-size:10px;
	line-height:40px;
	color:#807965;
	padding:0 11px 0 8px;
	text-transform:uppercase;
}

#cat-menu a:hover, #cat-menu .current-cat a {
	color:#4D493D;
}

/* container */
#container {
	background:#FFFFFF;
	padding-left:8px;
}

/* agenda page */
#pagecontent {
	background-color: #FFFFFF;
	background-image: url(images/paper_background.gif);
	background-repeat: no-repeat;
}

#pagecontent h3 {
	font-size: 20px;
	color: #333333;
	padding-top: 75px;
	padding-left: 50px;
	font-weight: bolder;
	text-decoration: underline;
}

#pagecontent p {
	font-size: 14px;
	color: #333333;
	margin-left: 60px;
}

/* content */
#content {
	padding:8px 0;
	float:left;
	width:650px;
}
#content .hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.pagetitle {
	font-size:14px;
	font-weight:normal;
	color:#555C61;
	margin:0 0 5px;
}

.post .title {
	color:#920000;
	margin-bottom:5px;
	font-size: 20px;
	font-style: normal;
	font-weight: bolder;
	padding-top: 5px;
}

.post-info {
	font-size: 12px;
	color: #333333;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bolder;
	}

.meta {
	background:url(images/arrows.gif) no-repeat 0 0;
	display:block;
	height:18px;
	font-size:10px;
	color:#555555;
	text-transform:uppercase;
	padding-left:20px;
}

.meta a { color:#555555; }

.post .entry {
	background:#FFFFFF url(images/entry-bg.gif) no-repeat 50% 0;
	padding-top:3px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-bottom: 5px;
}

.post .entry hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.navigation .alignleft a, .navigation .alignright a {
	background-color:#F7F7F7;
	border:1px solid #CFCFCF;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	color:#717171;
	height:27px;
	line-height:27px;
	padding:0 7px;
}

form {
	border: 1px solid #999999;
	text-align: center;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

/* sidebar */
#sidebar {
	float:right;
	padding:8px 0;
	width:240px;
}

.widget {
	clear:both;
	margin-bottom:7px;
}

.widget-title {
	background:#DDDED6 url(images/widget-title-bg.gif) repeat-x 0 0;
	border-bottom:1px solid #C2C4BA;
	color:#710000;
	height:34px;
	padding:0 9px;
	overflow:hidden;
	font-size: 18px;
	font-weight: bold;
}

.widget-content {
	padding:0 8px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.widget-content h2 {
	font-size: 18px;
	font-weight: bolder;
	color:#920000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.widget-content ul li {
	display:block;
	border-bottom:1px solid #EAEAE4;
	color:#2C2C2C;
	padding-left: 15px;
	padding-top: 10px;
}

.widget-content ul li a {
	color:#2C2C2C;
}

.widget-content ul li a:hover {
	color:#920000;
}

/* footer */
#footer {
	background:#C37D09 url(images/footer-bg.gif) repeat-x 0 0;
	border-top:8px solid #282828;
	font-size:10px;
	color:#FFFFFF;
	height:42px;
	line-height:42px;
	padding:0 15px;
	text-transform:uppercase;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #282828;
}

#copyright {
	float:left;
}

#credit {
	float:right;
}


#footer a, #footer a:hover {
	color:#FFFFFF;
}


