body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/img01.jpg) repeat-x;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	font: 1.82em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	color: #514F42;
}

p, ol, ul {
	line-height: 1.67em;
}

a {
	color: #BFAF00;
}

a:hover {
	text-decoration: none;
        color:#BFAF00;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 940px;
	height: 190px;
	margin: 0px auto;
}

/* Logo */

#logo {
	float: left;
	padding: 12px 0 0 0;
}

#logo h1 {
	margin: 0;
	height: 60px;
	padding: 40px 0 0 200px;
	background: url(images/ltLogoNew.jpg) no-repeat left top;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 4em;
	font-weight: normal;
	color: #FFFFFF;
        width:740px
}

#logo h1 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#logo p {
	margin: -113px 0 0 173px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#logo a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
        margin-top: -5px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	padding: 0px 20px;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #FDE81B;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 11px;
	color: #182C33;
}

#menu a:hover, .active a {
}

/* Page */

#wrapper {
	background: #ffffff url(images/img02.jpg) repeat-x left bottom;
        padding-bottom:110px;
}

#page {
	width: 940px;
	margin: 0px auto;
	padding: 0;
}

/* Content */

#content {
	float: left;
	width: 650px;
	/*margin-bottom: 50px;*/
}

#quote
{
    background: url(images/quoteBG.gif);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 240px;
    padding-top:20px;
    width:230px;
    float:right;
    font-size:11px;
}

/* Post */

.post {
	margin-bottom: 20px;
}

.post .date {
	float: left;
	width: 76px;
	height: 58px;
	margin: 0;
	margin-right: 20px;
	padding-top: 2px;
	background: #333333;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FDE81B;
        float:right;
}

.post .date b {
	margin: 0;
	padding: 0;
	display: block;
	margin-top: -5px;
	font-size: 40px;
}

.post .title {
	margin: 0;
	padding: 0px ;
	font-size: 1.8em;
}

.post .title h2 {
	padding: 0;
	margin: 0;
}

.post .hr1 {
}

.post .meta {
	margin: 0 0 30px 0px;
	padding: 0;
	color: #979680;
	line-height:normal;
}

.post .meta a {
	color: #828170;
}

.post .entry, .post .welcome {
	margin: 0;
        margin-bottom:20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin-bottom: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
	
}

#sidebar li li {
	margin: 0;
	padding: 4px 0 4px 0;
}

#sidebar li li a {
}

#sidebar h2 {
	padding: 0;
	margin: 0 0 6px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Calendar */

#calendar_wrap {
	border-top: 1px dashed #666633;
}

#calendar caption {
	padding-top: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border: 1px solid #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar thead {
	background: #514F42;
}

#calendar tbody td {
	border: 1px solid #514F42;
	text-align: center;
}

#today {
	font-weight: bold;
}

#prev {
}

#next {
	text-align: right;
}

/* Footer */

#wrapper2 {
	background: #333333;
}

#footer {
    color:#FFFFFF;
    padding-bottom:51px;
    padding-top:20px;
    margin:0 auto;
    min-height:180px;
    width:940px;
}

#footer a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: block;
	float: left;
	width: 400px;
	padding-left: 20px;
}

#footer li.first {
	padding-left: 0;
}

#footer li ul {
	margin: 0;
	margin-bottom: 30px;
}

#footer li li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 2px 0;
}

#footer li li a {
}

#footer h2 {
	margin-top: 0;
	color: #FFFFFF;
}

#legal {
	clear: both;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
	background: black;
}

#legal a {
	border-bottom: 1px dotted #939393;
	text-decoration: none;
	color: #939393;
}

#slider1 {
    height:250px;
    overflow:hidden;
    width:940px;
}
#slider1Content {
    margin-left:0;
    top:0;
    width:940px;
}

#slider1Content li
{
    margin:0 0 0 -41px;
    padding:0;
    width:940px;
}
.slider1Image {
    display:none;
    float:left;
    position:relative;
}
.mainImage
{
   float:left;
   position:relative;
}
.slider1Image span {
    background-color:#333333;
    color:#FFFFFF;
    display:none;
    font:10px/15px Arial,Helvetica,sans-serif;
    opacity:0.7;
    padding:10px 13px;
    position:absolute;
    width:940px;
}
.clear {
    clear:both;
}
.slider1Image span strong {
    font-size:14px;
}
.left {
    height:230px;
    left:0;
    top:0;
    width:110px !important;
}
.right {
    bottom:0;
    height:236px;
    right:0;
    width:110px !important;
}
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 400px;
  background: url(images/close-quote.gif) no-repeat right bottom;
  padding-left: 18px;
  width:90%;
  float:left;
  text-indent: -18px;
}

blockquote p:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 18px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

#portfolio{
    float:left;
    margin-top:-69px;
    padding:0;
    width:940px;
    *margin-left:40px;
    *margin-top: -56px;
}

#portfolio ul{
    list-style: none;
}

.slider1Image a
{
    border:0px;
    color:#ffffff;
}

#footer
{
    background-image:url("images/lemSlice.jpg");
    background-position:right bottom;
    background-repeat:no-repeat;
    min-height: 180px;
}

.tweet
{
    background-image: url("images/twitter.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    padding-top:60px;
}

.tweet, .query {

}

.tweet .tweet_list, .query .tweet_list
{
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic
{
    text-transform: uppercase;
}

.tweet .tweet_list li, .query .tweet_list li
{
  overflow-y: auto;
  overflow-x: hidden;
  padding: .5em;
}

.tweet .tweet_list li a, .query .tweet_list li a {
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
 }
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left; }
  .tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
    vertical-align: middle; }


  /* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
        border:1px solid #CCCCCC;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

 label.error
 {
     border:1px solid #EFC2C2;
     background:#FF9F9F;
     padding:2px;
     font-size:10px;
}


label
{
    width:200px;
    float:left;
}


#commentform label{
    float:none;
}
textarea#comment
{
    font-family:arial;
    font-size:12px;
}

#submit
{
    border:1px solid #333333;
    padding:5px;
}

#respond
{
    margin-bottom:40px;
}

.postmetadata
{
    padding-bottom:40px;
}
/* End Comments */


#wrapperForm {}
.message {background:#eee; color:#000;display:none;width:460px;padding:10px;}
.contact {text-align:left;}
.contact ul {list-style-type:none;width:390px;padding:0px;}
.contact li {list-style-type:none;}
.contact li.special {display:none;}
.contact input {width:260px;}
.contact textarea {width:260px;}



.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Some resets for compatibility with existing CSS */
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .nav {
    width: 17.5em; /* 7 * 2.5em */
  }
  .date_selector .month_nav, .date_selector .year_nav {
    margin: 0 0 3px 0;
    padding: 0;
    display: block;
    position: relative;
    text-align: center;
  }
  .date_selector .month_nav {
    float: left;
    width: 55%;
  }
  .date_selector .year_nav {
    float: right;
    width: 35%;
    margin-right: -8px; /* Compensates for cell borders */
  }
  .date_selector .month_name, .date_selector .year_name {
    font-weight: bold;
    line-height: 20px;
  }
  .date_selector .button {
    display: block;
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-weight: bold;
    color: #003C78;
    text-align: center;
    font-size: 120%;
    overflow: hidden;
    border: 1px solid #F2F2F2;
  }
    .date_selector .button:hover, .date_selector .button.hover {
      background: none;
      color: #003C78;
      cursor: pointer;
      border-color: #ccc;
    }
  .date_selector .prev {
    left: 0;
  }
  .date_selector .next {
    right: 0;
  }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
    clear: both;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
      color: black;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      color: #003C78;
      background: white;
    }
    .date_selector td.today {
      background: #FFFEB3;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
    .date_selector td.selectable_day {
      cursor: pointer;
    }
    .date_selector td.selected {
      background: #D8DFE5;
      font-weight: bold;
    }
    .date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover {
      background: #003C78;
      color: white;
    }
