/*
Theme Name: lssc 
Description:  Setup for Lean Software and Systems Conference 2010.
Version: 1
Author: Dennis Stevens 
*/

/* Main Tags */

a {
color:#000000;
text-decoration:none;
}

html {
	min-height: 100%;
}

img {
	border: 0px;
}

body {
	text-align: center;
	margin:0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#383838;
	background: #FFFFFF url(images/lssc10bg.jpg);
	background-repeat:repeat;
	background-position:top;
}

#wrapper {
	display: block; 
	width:900px; 
	margin:7px auto;
	background-color:#FFFFFF;
	height:100%;
	text-align:center;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding-top:3px;
}

#header {
	margin-left:0px;
	margin-bottom:8px;
	width:900px; 
	height:150px; 
	background: #FFFFFF url(images/LESS_2010_header_UUS_wp.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
}

#header #description {
	font-size:12px;
	color:#000000;
	padding-left:180px;
	float:left;
}

#header #description h1 {
	padding-top:5px;
	font-size: 28px;
}

#header #description p {
	font-size: 18px;
}

#header #description a {
	text-decoration: none;
	color: #000000;
}


#header #rssicon {
	float:right;
	padding-top:6px;
	padding-right:6px;
}

.page_item {
	float: left;
	margin: 0px;
}

#navigation {
	width:884px; 
	margin-left:8px;
	background: #393017;
	height:31px;
	margin-bottom:5px;
}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li {
	float: left;
	margin: 0px;
}

#navigation li>ul {
/*Make the sub list items invisible*/
	display: none;
}


#navigation li a
{
	background: url(images/spacer_nav.jpg) right no-repeat;
	line-height: 4em;
	float: left;
	width: 7.5em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight:bold;
	font-size:9px;
}

#navigation li a:hover
{
	color: #E76430;
}

#searchform {
	padding:0px; 
	margin:3px 0px 0px 0px; 
	float:right;
	padding-right:5px;
}

#searchform #s {
	background: #ffffff;
	border-top: 1px #393017 solid;
	border-left:0px;
	border-right:0px;
	border-bottom:2px #393017 solid;
	padding: 2px;
	color:# black;
	font-weight:bold;
	width:189px;
}
#searchform #sidebarsubmit {
	background: #393017;
	border: 1px #E76430 solid;
	margin:3px 3px 3px 3px; 
	padding: 3px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
}

#content {
	width: 888px;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
}

#content #PostSet{
	padding:15px 15px 15px 15px;
}

#blog-content {
	width: 620px;
	float: left;
	text-align:left;
	background-color:#FFFFFF;
}

#blog-content #PostSet{
	padding:15px 15px 15px 15px;
}

#dateblock {
	background:url(images/dateblock.gif);
	background-repeat:no-repeat;
	width:51px;
	height:57px;
	text-align:center;
	float:left;
	color:#e7e7e7;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	margin-top:3px;
	margin-right:10px;
	padding-top:4px;
}

#dateblock #day {
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:5px;
}

#postheader {
	padding:5px;
}

#postheader h1 {
	letter-spacing:-1px;
	font-size:18px;
	font-weight:bold;
	margin:3px 0px 3px 0px;
	padding:0px;
}

#postheader h1 a:hover {
	text-decoration:underline;
}

#postheader a {
	color:#E76430;
	text-decoration:none;
	font-weight:bold;
}

#postheader #postdetails a:hover {
	border-bottom: 1px dotted #000000;
}

#postcontent a:hover {
	border-bottom: 1px dotted #000000;
}

#postcontent a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

#postcontent {
	font-size:12px;
	line-height:140%;
}

#postfooter {
	background-color:#f2f2f2;
	border: 1px solid #d9d9d9;
	text-align:right;
	margin-bottom:15px;
	margin-top:15px;
	font-weight:bold;
}

#postfooter a {
	line-height:3em;
	color:#000000;
	text-decoration:none;
	padding-right:15px;
}

#postfooter a:hover {
	color:#E76430;
}

.more-link {
	color:#1d8a09;
	text-decoration:none;
}

/* Sidebar */

#sidebar {
	width:221px;
	margin-left:4px;
	margin-right:4px;
	background:#ffffff url(images/bg_sidebar.gif) repeat-y;
	float:left;
}

#sidebar div {
	margin:5px;
	background-color:#FFFFFF;
	text-align:left;
}

#sidebar div #WidgetHeader {
	background-image: url(images/widget_title.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:41px;
}

#sidebar div #WidgetHeader div {
	padding: 10px 0px 0px 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	font-weight:bold;
	background:transparent;
}

#sidebar div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidebar div ul li {
	margin: 5px;
	background-color:#f2f2f2;
	border: 1px solid #d9d9d9;
}

#sidebar div ul li a {
	line-height: 2.5em;
	color:#434343;
	text-decoration: none;
	padding-left: 15px;
}

#sidebar a {
	color:#434343;
text-decoration:none;

}

#sidebar a:hover {
	color:#E76430;
	font-weight:bold;

}

#sidebar div ul li a:hover{
	color: #E76430;
	font-weight:bold;
}

#both {
	clear: both;
}

#footer {
	height: 51px;
	background-color:#393017;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	margin-top:35px;
}

#footer div {
	padding-top:10px;
	padding-right:10px;
}



#footer a:hover {
	text-decoration:underline;
}


h2 {
	letter-spacing:-1px;
	color:#000000;
	font-size:18px;
	font-weight:bold;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #f0f2f3;
	border: 1px #d5d6d7 solid;
	padding: 5px;
	color:#434343;
}

.comment {
	line-height:180%;
	margin: 10px 0px 10px 0px;
	border: 1px solid #dadcdb;
}
.commenttop {
	font-size:10px;
	padding:10px 0px 10px 7px;
	height:20px;
	background: #eaebeb url(images/commentblock_top.gif) top repeat-x;
}

.comment a, .comment a:visited {
	color:#1c7e08;
	font-weight:bold;
	text-decoration:none;
}

.comment a:hover {
	border-bottom:1px dotted #1c7e08;
}

.commenttext {
	font-size:11px;
	padding:7px;
	line-height:175%;
	color:#434343;
	position:relative;
	background: #f0f1f3 url(images/commentblock_bottom.gif) top repeat-x;
}

.commenttext p {
	margin:7px;
}

.commenttext blockquote {
	color:#f0f1f3;
	padding:5px;
	background:transparent;
}

/* Calendar */

#wp-calendar {

	border: 0px;

	empty-cells: show;

	font-size: 12px;

	margin: 0;

	width: 100%;

	margin-left:auto;

	margin-right:auto;

}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	 padding-left:0px;

}

#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	 padding-left:0px;

}


#sidebar ul li #wp-calendar tr td a {

	display: block;

	text-decoration: none;

	 padding-left:0px;

}


#wp-calendar a:hover {
	background: #e7e7e7;
	color: #000000;
}

#wp-calendar caption {
	color: #000000;
	font-size: 14px;
	text-align: center;
	margin-top:10px;
	font-weight:bold;
}

#wp-calendar td {
	color: #3f3f3f;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: transparent;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #e7e7e7;
	color: #F6C427;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#page-flash{
  width: 313px;
  float: left;
  margin-right: 25px;
  text-align: center;
}

#page-intro{
  float: right;
  width: 513px;
}

#page-intro h1{
	font-size:18px;
	font-weight:bold;
	margin:3px 0px 0px 0px;
	padding:0px;
}

#page-intro p{
	font-size:12px;
	margin:3px 0px 0px 0px;
	padding:0px;
}

#page-intro hr {
  height:1px; 
  border: 1px dotted #000; 
  noshade;
}

#page-news{
  float: left;
  width: 310px;
  margin-right: 15px;
}

#page-news hr {
  height:1px; 
  border: 1px dotted #000; 
  noshade;
}

#page-featured{
  float: left;
  width: 310px;
  padding-left: 15px;
}

#page-featured td{
  text-align: center;
  font-size: 18px;
  font-style: italic;
}

#page-featured img {
  margin-top: 25px;
}

#page-sit{
  float: right;
  width: 180px;
}

#page-sponsors{
  float: right;
  width: 180px;
}

#page-sponsors img {
  margin-top: 25px;
}

#section-sep {
  float: left;
  width: 3px;
  height: 500px;
  margin-right; 15px;
  border-left-style: dotted;
  border-left-width: thin;
}

#section-header {
  width: 280px;
  padding-left: 20px;
  background-color: #393017;
  color: #ffffff;
  text-align: left;
  font-weight:bold;
}

#lower-section {
   clear:both;
   padding-top: 25px;
}

#mailing-list {
  width: 300px;
  margin-top: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background: #FFFFFF url(images/lssc10bg.jpg);
  border-width: thin;
  border-style: solid;
  border-color: black;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
}

#mailing-list a {
  text-decoration: none;
  color: #000000;
}

#small-section-header {
  width: 175px;
  padding-left: 20px;
  background-color: #393017;
  color: #ffffff;
  text-align: left;
  font-weight:bold;
}

#sit-link {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #E76430;
  color: #ffffff;
  text-align: left;
  font-weight:bold;
}

#sit-link a {
  text-decoration: none;
  color: #000000;
}

#sit-link a {
  text-decoration: none;
  color: #000000;
}

#page-news a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color:#E76430;
}

#page-news p {
  font-size:12px;
}
