/* Layout ----------------------------------------------------------- */
* {
padding: 0;
margin: 0;
}

#div {
    border: 1px solid #FF0000;
}

html {
    height: 100%;
	padding: 0;
	margin: 0;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

#container {
    position: relative;
    min-height: 100%;
    min-width: 860px;
    width: 100%;
    margin: 0px;
    padding: 0px 0px 140px 0px;
    text-align: center;
    background:url(../../../../../img/container-bg.jpg) repeat-x;
}

* html #container {
    height: 100%;
}

.style_content {	
    display: block;
    position: relative;
    margin: 0px auto;
    text-align: left;

}

br.clear {
    clear: both;
}

/* Header Layout */

#header {     
    background: url(../../../../../img/more-museum-visitors.jpg) no-repeat;
	background-position: right;
    margin: 0px auto;
	text-align: left;
    padding: 0px;
	width: 903px;
	height: 200px;;
}

#header .style_content img {
   border:medium none;
}

#header a, #header img {
   border: 0;
   }  	

#header .style_content {
    display: block;
    height: 45px;
	margin: 0 auto;
	padding: 0px;  
	width: 903px;
	/*top: 200px;*/
}


#search_box {
    display: inline;
    margin: 0px 40px 0px;
    padding: 20px 0px 0px;
    float: right;
}

#input_search {
    width: 150px;
}

#title {
    /*margin: 0px 40px 0px;
    padding: 25px 0px 0px;*/
}

#tagline {
    font-family:Tahoma, "Tw Cen MT Condensed", Arial;
	margin: 0px;
	color:#333333;
	width: 300px;
	line-height: 1.1em;
}

#menu, #footer_menu {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 45px;
}	

ul#menu {
	position: absolute;
	top: 200px;
	width: 100%;
	display: block;
	}

html>body #menu {
    bottom: 0px;
}

#menu li, #footer_menu li {
    display: inline;
    margin: 0px;
    padding: 0px;
}

/* Content Layout */

#content {
    margin: 0px;
    padding: 0px;
}

#content .style_content {
    width: 903px;
	margin-top: 40px;
}

html>body #content .style_content {
    width: 903px;
}

#loop_articles {
    width: 500px;
    float: left; padding-right: 50px;
}

#loop_page {
    width: 610px;
    float: left;
}

#loop_single {
    width: 500px;
    padding: 0px 50px 0px 0px;
    float: left;
}

#loop_comments {
    width: 440px;
    float: left;
}

#form_comments {
    width: 320px;
    margin: 0px 0px 30px 20px;
    float: right;
    padding: 0px;
}

#information {
    width: 320px;
    margin: 0px 0px 30px 20px;
    float: left;
    padding: 0px;
    clear: right;
}

#post_meta {
    width: 320px;
    padding: 0px;
    margin: 0px 0px 30px 20px;
    float: left;
    display: inline;
}

#search {
    width: 320px;
    margin: 0px 0px 30px 20px;
    padding: 0px;
    float: right;
}

#author {
    width: 320px;
    margin: 0px 0px 30px 20px;
    padding: 0px;
    float: right;
}

#widgets {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    float: right;
}

.widgets_home, .widgets_single {
    width: 320px;
}

#archive_links {
    width: 320px;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    float: right;
    clear: right;
}

#archive_links .archive_group {
    padding: 0px;
    float: left;
    width: 100%;
    clear: none;
}

#archive_links .even {
    margin: 0px;
    float: right;
}

#archive_links .odd {
    margin: 0px 20px 0px 0px;
}

#loop_articles h2, #loop_comments h2 {
    margin: 0px 0px 20px 0px;
}

.navigation ul {
    display: block;
    margin: 0px 0px 30px;
    padding: 0px;
}

.navigation li {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 49%;
}

.navigation li.next {
    text-align: right;
    float: right;
}

#form_search {
    margin: 0px 0px 20px;
}

#input_form_search {
    width: 150px;
}

/* Post and Comment Layout */

.post {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.post .content {
    position: relative;
}

#post_meta .metadata {
    width: 135px;
    padding: 0px;
    margin:  0px;
}

#post_meta .odd {
    float: left;
    clear: left;
}

#post_meta .even {
    float: right;
}

.metalinks {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    display: block;
    clear: both;
}

.metalinks li {
    float: left; 	margin-right: 10px; 	height: 20px;
    vertical-align: middle;
    line-height: 20px;
}

#input_comment {
    width: 100%;
}

#comment_area .comment {
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

#comment_area .metadata {
    display: block;
    margin: 0px 0px 15px 0px;
}

#comment_area .metadata dt {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#comment_area .metadata dd {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#comment_area .metadata dt.comment_number {
    display: none;
}

#comment_area .metadata dd.comment_number {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 200%;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}

#comment_area .gravatar {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

/* Footer Layout */

#footer {
    position: relative;
    margin-top: -140px;
    text-align: center;
    height: 140px;
}

#footer .style_content {
    width: 860px;
    padding: 40px 0px 0px;
}
#footer_menu a {
	padding: 0 10px;
}	
ul#footer_menu  {
	float: left;
	margin: 20px 0 0 40px;
}	

#newsletter_signup {
    position: relative;
    display: inline;
    padding: 0px;
    margin: 8px 40px 0px 0px;
    float: right;
}

#input_email_address {
    width: 150px;
    vertical-align: middle;
}

#button_email_address {
    vertical-align: middle;
}

#footer_title {
    padding: 0px;
    margin: 0px 0px 0px 40px;
    line-height: 40px;
}

#copyright_notice p {
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 40px;
    line-height: 60px;
}

#logos {
    position: relative;
    display: inline;
    padding: 0px;
    margin: 20px 40px 0px 0px;
    float: right;
    vertical-align: middle;
}

#logos img {
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

/* Typography ------------------------------------------------------ */

p, center, blockquote, quote, pre {
    margin: 0px 0px 10px;
}

.reduced p, .reduced center, .reduced blockquote, .reduced quote, .reduced pre, .reduced ol, .reduced ul, .reduced table, .reduced dl, .reduced dd, .reduced dt {
    /*font-size: 95%;*/
	line-height: 150%;
}

blockquote, quote {
    margin: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 5px;
	font-family: arial, 'Trebuchet MS',Helvetica,sans-serif, Tahoma, Arial, Helvetica, sans-serif; /* good */
	font-weight: normal;/*lighter; */
}

h1 {
    font-size: 2.5em;
    line-height: 100%;
}

h2 {
    font-size: 1.8em;
    line-height: 150%;
    margin: 0px 0px 1em;
}

.lead h3.title, #loop_single h3.title, #loop_page h3.title {
    font-size: 1.8em;
	font-weight:600;
    line-height: 150%;
}

.post.summary h3.title {
    font-size: 1.8em;
}	

h3 {
    font-size: 1.4em;
	font-weight:bold;
}

h4 {
    font-size: 1em;
	font-weight: bold;

}

h5 {
    font-size: 1.1em;
    line-height: 100%;
}

h6 {
    font-size: 1em;
    line-height: 100%;
}

ul, ol, dl {
    margin: 0px 0px 15px 0px;
    padding: 5px 0px;
}

li, dd {
    margin: 0px 0px 0 20px;
    padding: 0px 0px 0px 5px;
	line-height: 150%;
}

ul li {
    list-style-type: square;
}
ol > li {
	padding-bottom: 1em;
}	
ol > ul > li, ul > ul > li {
	padding-bottom: 0px;
	}
ol > ul, ul > ul {
	margin-left: 20px;
}	
dt {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
	font-weight: normal;
}

#header a {
    text-decoration: none;
}

#tagline {
	/*font-family:Tahoma, "Trebuchet MS", "Tw Cen MT Condensed";*/
	font-size: 11pt;
	font-weight: bold;
    /*font-size: 120%;
	font-weight: bolder;*/
		text-shadow:0 2px 1px #bbb;
}

/* Graphical Bullets ----------------------------------------------- */

ul .icon, dl .icon, ul.icon li {
    	background-repeat: no-repeat;
    background-position: 0px 1px;
    display: block;
    margin: 0px 10px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

ul .date, dl .date, ul.icon li {
    background-image: url(../images/icon_date.gif);
}
ul .tweet, dl .tweet {
    background-image: url(../images/icons/tweetthis.gif);
}	

ul .tag, dl .tag, ul.tag li {
    background-image: url(../images/icon_tag.gif);
}

ul .category, dl .category, ul.category li {
    background-image: url(../images/icon_category.gif);
}

ul .information, dl .information, ul.information li {
    background-image: url(../images/icon_lightbulb.gif);
}

ul .jump, dl .jump, ul.jump li {
    background-image: url(../images/icon_page.gif);
}

ul .comment, dl .comment, ul.comment li {
    background-image: url(../images/icon_comment.gif);
}

ul .feed, dl .feed, ul.feed li {
    background-image: url(../images/icon_feed.gif);
}

ul .entry, dl .entry, ul.entry li {
    background-image: url(../images/icon_entry.gif);
}

ul .author, dl .author, ul.author li {
    background-image: url(../images/icon_entry.gif);
}

ul .delicious, dl .delicious, ul.delicious li {
    background-image: url(../images/icons/delicious.gif);
}

ul .technorati, dl .technorati, ul.technorati li {
    background-image: url(../images/icons/technorati.gif);
}

ul .digg, dl .digg, ul.digg li {
    background-image: url(../images/icons/digman.gif);
}

#loop_articles .summary {
    padding-left: 25px;
    background-image: url(../images/icon_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

#loop_articles .new {
    background-image: url(../images/icon_new.gif);
    background-position: left top;
}

.feedburnerFlareBlock {
    margin: 0px;
    padding: 0px;
    display: list-item;
    background-image: url(../images/icon_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 10px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

/* Widget Styling -------------------------------------------------- */

#container .widget {
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

#widgets_home_a {
    width: 150px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

#widgets_home_b {
    width: 150px;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    float: left;
}

#widgets_single_a {
    width: 150px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    display: inline;
}

#widgets_single_b {
    width: 150px;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    float: left;
    display: inline;
}

#widgets_page {
    width: 250px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
div#widgets h3 {
    color: #1778AA;
	}

#content .advert {
    text-align: center;
    margin: 0px 0px 30px;
    padding: 0px 10px;
}

.widget_archives li, .sb-months li {
    background-image: url(../images/icon_date.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

.widget_categories li, .sb-categories li {
    background-image: url(../images/icon_category.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

.widget_meta li, .sb-meta li {
    background-image: url(../images/icon_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

.sb-navigation li {
    display: inline;
    clear: both;
}

.widget_pages li, .sb-navigation li li {
    background-image: url(../images/icon_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

.widget_recent_entries li, .sb-latest li {
    background-image: url(../images/icon_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

.widget_rss li {
    background-image: url(../images/icon_url.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

.gluedideas_TLA_widgetDisplay li {
    background-image: url(../images/icon_url.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
}

#recentcomments li, .sb-comments li {
    	background-repeat: no-repeat;
    background-position: 0px 2px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;
    list-style-type: none;
    background-image: url(../images/icon_comment.gif);
}

.sb-links li {
    display: inline;
    clear: both;
}

.sb-links li li {
    background-image: url(../images/icon_page.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 25px;	list-style-type: none;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	text-align: center;
	font-weight: bolder;
}		
.alignleft img, .alignleft a , img.alignleft {
    border: none;
	}
/* - - - - - -  eshop - - - - - */
.itemref img {
	float: left;
	border: 0;
}	
.eshopw_panels a, .eshopw_panels img {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}	
ul.eshopw_panels li, ul.eshopw_panels, ul.eshopw_panels, ul.eshopw_featured {
	list-style:none;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#formwrap {
    border: 0;
}	
fieldset {
   border: 1px dashed #ccc;
}
#mainlegend {
	display: none;
}   
legend 	{
	color: #1778AA;
}
fieldset#formwrap fieldset label {
	font-weight: bold;
}	
ul.errors {
	color:#CC0000; 
}
.cart caption {
	background-color:#E6E8F0;
}	
p.eshopshipping a  {
	display: none;
	}
ul.eshopw_featured li {
	font-size: 9pt;
	font-weight: bold;
	list-style-type:none;
	margin-left: 0px;
	padding-left: 0px;	
}	
ul.eshopw_featured {
	padding-top: 0; 
	display: block;
	float: none;
}
ul.eshopw_panels {
	width: 100%;	
	float: left;
}	
.eshopcart_widget, p.eshopwidget {
	width: 100%;
	clear: left;
	font-size: 9pt;

}	
/*- Custom styles -------------- */
.wp-caption-text {
	font-weight: normal;
	font-size: 9px;
	color: #1778AA;
}	