
/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Header
		- Menu
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
	* Footer		(Formatting of items in footer)
		





/****************************
 **   General
 ****************************/

body {
	margin: 0;
	padding: 0;
	background: #ECECEC url(images/web_bg.png) no-repeat center 80px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 100%;
}

html, body {height: 100%;}

a {
	color: #00537E;
}

img {
	border: 0;
}

.container 
{
  text-align: left;
  /*position: relative; */
  padding: 0;
  margin: 0 auto;   /* Centers layout */
  min-width: 960px;     /* Total width */
  width: 75%;
}

/****************************
 **   Layout
 ****************************/


/* Header */
#header {
	height: 82px;
	background: url(images/header_bg.png) repeat-x center top;
	min-width: 960px;
}

#header .logo 
{
    float: left;
    margin-top: 10px;
    width: 215px;
    height: 60px;
    background: url(images/lmt_logo_beta.png) no-repeat;
}

/* Menu */
#header #menu
{
    float: right;
}

#menuheader
{
    list-style-type: none;
    margin: 0 auto;
}

#menuheader li
{
    float: left;   
    margin: 35px 0 0;
    padding-left: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#menuheader li a
{
    color: #FFFFFF;
    display: block;
    height: 50px;
    text-decoration: none;
}

#menuheader li.active a
{
    background: url('images/menu_hover.png') center 35px no-repeat;
}

#menuheader li a:hover 
{ 
    background: url('images/menu_hover.png') center 35px no-repeat;
}

#menuheader li.active a 
{ 
    display: block;
    background: url('images/menu_hover.png') center 35px no-repeat; 
}

#header h1 {
	font: 2.2em/169px "Georgia", "Baskerville", serif;
	margin: 0;
}

#header h1 a {
	color: #d3d3d3;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-shadow: #000 0 1px 2px;
	float: left;
}

#blog-description {
	line-height: 140px;
	color: #616161;
	text-shadow: #000 0 1px 1px;
	margin-left: 1.3em;
}

/* Content */


#content {
	margin: 0 auto;
	padding-top: 40px;
	min-width: 960px; 
	width: 75%;
}

#body {
	float: left;
	width: 690px;
	padding-right: 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 200px;
	padding-right: 20px;
	list-style-type: none;
}

/* Footer */

#footer-wrap-outer {
	background: #00537E url(images/footer_bg.png) repeat-x scroll center top;
	height: 70px;
	line-height: 1;
	min-width: 960px;
}

#menufooter
{
    list-style-type: none;
    margin: 0px; 
    padding: 0px;
}

#menufooter li
{
    float: left;   
    margin: 35px 0 0;
    padding-right: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.3em;
}

#menufooter li a
{
    color: #FFFFFF;
    display: block;
    text-decoration: none;
}

#menufooter li a:hover 
{ 
    text-decoration: underline;
}

#copyright
{
    float: right;
    font-size: 1.3em;
    color: #FFFFFF;
    margin: 35px 0 0;
}

/****************************
 **   Content
 ****************************/

/* General */

h2 {
	font-size: 2.4em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 0px;
	margin-bottom: 0.3em;
}

h2 a {
	text-decoration: none;
}

.post .entry {
	font-size: 1.0em;
	line-height: 1.3em;
	clear: both;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	width: 89px;
	height: 73px;
	text-align: center;
	float: right;
	text-transform: uppercase;
	margin-right: 14px;
}

.post .date .month {
	display: block;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #a9a9a9;
	font-weight: bold;
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 3px;
	line-height: 18px;
	color: #afafaf;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 3px;
	color: #a5a5a5;
}

.post .metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 0.8em;
	color: #797979;
}

.post .metadata a {
	text-decoration: none;
}

.post .metadata a:hover {
	text-decoration: underline;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	margin-top: 20px;
	font-size: 0.9em;
}

.hr {
	clear: both;
	border: 0;
	color: #f8faf7;
	background-color: #ECECEC;
	width: 426px;
	height: 121px;
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: 0.7em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}



/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	margin: 0 0 0 14px;
	list-style-type: none;
}


.commentlist li {
	margin-top: 16px;
	margin-left: 0px;
}

.before-comment {
	width: 481px;
	height: 21px;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	width: 437px;
	padding-right: 10px;
	width: 451px;
	padding-left: 26px;
}

.comment-text {
	margin-left: 42px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text p {
	margin: 0;
}

.after-comment {
	width: 481px;
	height: 37px;
}

.avatar {
	float: left;
	margin:0 10px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/* Frame */


.frame-outer 
{
    /*
	background: url(images/frame-top-left.jpg) no-repeat left top;
    */
	padding: 0;
	margin: 0;
	display: inline-block;
}

.frame-outer span 
{
    /*
	background: url(images/frame-bottom-left.jpg) no-repeat left bottom;
    */
	margin: 0;
	padding: 0;
	display: block;
}

.frame-outer span span 
{
    /*
	background: url(images/frame-top-right.jpg) no-repeat right top;
    */
	display: block;
}

.frame-outer span span span 
{
    /*
	background: url(images/frame-bottom-right.jpg) no-repeat right bottom;
    */
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	max-width: 600px;
	overflow: hidden;
	display: block;
}

.frame-outer.small {
	background: url(images/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.small span {
	background: url(images/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.small span span {
	background: url(images/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.small span span span {
	background: url(images/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span {
	background: none;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

#sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

#subscribe_logo
{
    width: 23px;
    height: 23px;
    background: url(images/feed.png) no-repeat;
}

#subscribe_logo a
{
    background: url(images/feed.png) no-repeat;
    display: block;   
    width: 23px;
    height: 23px;
}

#sidebar .widget {
	margin-bottom: 30px;
}

#sidebar a {
	color: #00537E;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul li a
{
    text-decoration: none;
}

#sidebar ul li a:hover
{
    text-decoration: underline;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

#sidebar #searchform div {
	height: 49px;
}
#sidebar #searchform div #s {
	margin-top: 14px;
	width: 152px;
	height: 16px;
	color: #909090;
	font-size: 1.1em;
}
#sidebar #searchform div #searchsubmit {
	height: 26px;
	overflow: hidden;
}

.more-link {
	padding-left: 20px;
	font-size: 0.8em;
}


/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}



/****************************
 **   Footer
 ****************************/

#footer .legal, #footer .credit {
	color: #5f5f5f;
}

#footer .legal {
	float: left;
	margin-left: 98px;
}

#footer .credit a {
	text-decoration: none;
}

#footer .credit {
	float: right;
}


#footer .widget-wrap {
	float: left;
	width: 264px;
	margin-bottom: 36px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;
}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #FFFFFF;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}
