/*
Theme Name: LCON Theme
Theme URI: http://www.lcon.org.uk/
Description: Initial bare LCON theme - a WordPress Child Theme
Author: Alun Ward
Author URI: http://www.lcon.org.uk/
Template: sandbox
Version: 0.1
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../lcon/blueprint/screen.css');
/* restyle blueprint */
h1, h2 { color:#cd071e; }
/* site specific */
body { background-color:#FFF; color:#360B00; font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;}
#wrapper { background-color:#FFF; }
a:link { color:#CE3505; text-decoration:none; }
a:visited { color:#CE3505; text-decoration:none;  }
a:hover { color:#cd071e; }
#post-27 h2.entry-title { display:none; }
/* header menus */
#header { height:160px; margin-bottom:2em; text-indent:-9999px; }
h1#blog-title { font-size:3.5em; font-weight:bold; }
#blog-title a { background:url('images/L-CON_logo.png') no-repeat top right; height:160px; border-bottom:10px solid #cd071e; display:block; }
#blog-title a:visited { color:#cd071e; text-decoration:none; }
#access { display:none; }
/* footer */
#footer { background-color:#FFF; margin-top:5em; border-top:4px solid #cd071e; padding:1em 0; text-align:right; }
#footer a:hover { color:#000; }

/* wordpress tags */
img.alignright { float:right; padding-left:10px; padding-bottom:10px; }
img.alignleft { float:left; padding-right:10px; padding-bottom:10px; }
/* from sandbox/examples/3c-b.css 3 column left and right sidebars */

div#container { float:left; width:100%; }

div#content { margin:0 250px; }

div.sidebar {
float:left;
overflow:hidden;
width:220px;
}

div#primary {
margin:0 0 0 -100%;
padding-left:1em; 
}

* html div#primary {
left:20px;
position:relative;
}

div#secondary {
margin:0 0 0 -220px;
}

div#footer {
clear:left;
width:100%;
}
/* sandbox tweaks */

#content, #secondary { padding-top:1em; } 
/* quote rotator plugin */
#quoterotator { background-color:#FFF; border:1px solid #CE3505; margin-top:2em; padding:10px; }
/* sidebar links */
ul.xoxo { padding-left:0.5em; }
ul.xoxo ul { padding-left:0; }
ul.xoxo li { list-style:none; }
ul.xoxo h3 {display:none; }
li.page_item { font-size: 1.4em; padding:0.5em 0;}
li.page_item a { text-decoration:none; color:#241404; font-weight:bold;}
li.page_item a:hover { color:#cd071e;; }
li.current_page_item { color:#000; }
/* second level link */
li.page_item ul li { font-size:0.8em; padding-left:0.5em;}
/* content */
#content { font-size:1.2em; }

/* serach form in sidebar */
#searchform input.text { width:120px; }

/* custom menus from WP 3.0 */
li.menu-item {	font-size:1.4em; padding:0.5em 0; color:#000; font-weight:bold; }
li.menu-item a:link, li.menu-item a:visited { color:#000; }

li.current-menu-item, li.current-menu-item a:link, li.current-menu-item a:visited { color: #cd071e; }
	
