/*   
Theme Name: Linda Wertheimer
Theme URI: 
Description: A Thematic Child Theme
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* COLOR SETS */

/* YALE BLUE #0E4C92 (Color of the Israeli flag, per embassy) */
/* footer brown: #2C1D16 */
/* light blue: #A2BAD2  */


/* Reset browser defaults */


@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('2c-r-fixed-linda.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	background: #cccccc;
    font: 15px Arial, Helvetica, sans-serif;
    line-height:18px;
    color:#000;
}

a:link, a:visited {color: #5F0000 /*#16445C*/; font-weight: bold; text-decoration:none; }
a:hover, a:active {color:#505A35 /*#133447*/; font-weight: bold; text-decoration:underline; }

.aside a:link, .aside a:visited {color: #5F0000 /*#16445C*/; font-weight: normal; text-decoration:none; }
.aside a:hover, .aside a:active {color:#505A35 /*#133447*/; font-weight: normal; text-decoration:underline; }


#wrapper {
	margin-top: 20px;
}

/*#nav-below {display: none;} NOW DONE IN FUNCTIONS to allow single */

/*=======================HOMEPAGE ===================================*/



#museblog {
    font: 14px Arial, Helvetica, sans-serif;
    line-height:17.5px;
    color:#fff;
	margin:  0 0 0 0;
	padding: 0 75px 0 20px;
}

#museblog h2 {
    font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
    line-height:25px;
    color:#9EBEFF;
}

#museblog h3 {
    font: 17px Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
    line-height:19px;
    color:#A2BAD2;
}

#museblog a:link, #museblog a:visited  {color: #9EBEFF; font-weight: normal; text-decoration:none; }
#museblog a:hover, #museblog a:active {color:#9EBEFF; font-weight: normal; text-decoration:underline; }

#museblog li {
list-style: none;
}

#museblog li li {
list-style: disc; 
color: #ffffff;
}

#museblog .aside {
border: none;
margin: 0 0 0 0;
padding-top: 0;
padding-bottom: 40px;
}

#headerhome {
height: 51px /*110px*/;
width: 960px;
background: url(linda_art/banner.png);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto ;
	margin-right: auto ;
}

#lindahome {
	background: url(linda_art/mainback.png) repeat-x;
	margin: 0 0 0 0;
	padding-top: 0;
	padding-bottom: 0;
	border-left: none;
	border-right: none;
	height: 550px/*520px*/;
}

#bloghome {
	padding-top: 90px;
}

/* ========================INTERNAL PAGES============================*/
#insidepage {
	padding-top: 20px;
}

#main {
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
	border-left: none;
	border-right: none;
}


.aside {
    font: 13px Arial, Helvetica, sans-serif;
    line-height:16px;
    color:#000;
	padding-top, margin-top: 0;
	padding-bottom, margin-bottom: 10px;
}

.aside ul, .aside li {
	list-style:none;
}

.aside li li {
	list-style-position:inside;
	list-style:disc;
}

#primary, #secondary {
	border-left: #none;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

/* ==========================HEADER ==================================*/

#header {
height: 125px;
width: 960px;
	background: url(linda_art/banner_inside.png);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto ;
	margin-right: auto ;
}

/* ======================== SEARCH FORM ============ */
.aside #searchform {
  float: right;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.aside #search h3, .aside #searchsubmit {display: none; } 

.aside form input {
   font: 13px Arial, Helvetica, sans-serif;
	background: #F1F3F4;
	width: 265px;
}


#access {
    border-bottom: none;
	padding-right: 30px;
	float: right;
}


#branding {
display: none;
}

.entry-meta, .entry-utility {
	display: none;
}

/* ======================MENU ==========================*/
#access {
    border-bottom: none;
    height:32px;
    font-size:13px;
    overflow:visible;
    z-index:100;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:none;
	float:right;
}
.sf-menu a {
	border-left: none;
	border-top:none;
	border-bottom:none;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #eeeeee;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:none;
}
.sf-menu li li li {
	background: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: none;
	outline:		0;

}
.sf-menu ul {
    border-right:1px solid #eeeeee;
    border-bottom:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:trans;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/*===================TYPOGRAPHY ========================*/

#content {
	padding-top: 20px;
	padding-left: 20px;
}

.entry-content {
/*padding:22px 0 0 0;*/
padding: 20px 0 0 0;
}

h1, .entry-content h2, .entry-content h1, h1 a, .entry-content h1 a,
h2, .entry-content h2, h2 a, .entry-content h2 a {
    font:24px Arial, Helvetica, sans-serif;
	color: #000;
    font-weight:bold;
/*    padding:28px 0 14px 0;*/
    padding:18px 0 10px 0;
}


h3, .aside h3, .entry-content h3 {
    font-size:16px;
    font-weight:bold;
	font-style: normal;
	color: #000;
    margin:0 0 10px 0;
    padding: 0 0 0 0;
}

h4, .aside h4, .entry-content h4 {
    font-size:12px;
    font-weight:bold;
	font-style: normal;
	color: #9F3216;
    margin:0 0 0 0;
    padding: 12px 0 10px 0;
	text-transform: uppercase;
}

/*==================FOOTER ===========================*/
#siteinfo {
     width: 940px;
/*    background: #404545;*/
    color:#000000;
    padding: 0 0 10px 20px ;
    font-size:11px;
	font-weight:normal;
}
#siteinfo a,#siteinfo a:visited, #siteinfo a:hover {
    font-style: normal;
	font-weight:normal;
    color: #000000;
}

#siteinfo a:hover {
    text-decoration:underline;
}