/* @override http://phlebas.local/iteray/wp-content/themes/iteray2/style.css */

/*
THEME NAME: Iteray2
THEME URI: http://patdryburgh.net/junction/
DESCRIPTION: A Child-Theme based on Thematic
Template: thematic
VERSION: 0.1
AUTHOR: Pat Dryburgh
AUTHOR URI: http://patdryburgh.net
TAGS: three columns,fixed width,simple,seo,microformats,widgets,framework,options page,hooks,filters,valid XHTML,valid CSS, blue, sifr
.
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
.
Junction Special Thanks:

J. Bradford Dillon - http://jbradforddillon.com
Kevin Van Lierop - http://kvl.name/blog/
Ian Stewart - http://themeshaper.com
*/

/* Palette:
 *
 * Dark header: 					#181e24
 * Body:							#f0eee1
 * Text on container background		#555555
 * Text on white background         #262625
 * Text widget background (green)	#99aa2b
 * Link color etc (bluish)			#7e9ebc
 * Link hover						#a5ba27
 * Access area background			#eceada
 * Access area border shadow		#e3e1ce
 * Access area border hightlight	#faf9f3
*/

@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Layout */

#searchform div {
	background: #181e24 url(images/search-background-left.png) no-repeat left top;
}

#searchform div label {
        display: none;
}

#s {
	font-size: 14px;
	padding: 4px 25px 4px 3px;
	margin: 0 3px 0 3px;
	border: none;
	line-height: 14px;
	background: #181e24 url(images/search-background-right.png) no-repeat right top;
}

#searchsubmit {
	font-size: 14px;
}

#container {
	margin-left: 0;
	background: url(images/container-background.png) no-repeat left top;
}

#content {
	padding: 20px;
	background: url(images/content-background.png) no-repeat left bottom;
	margin-left: 0;
	margin-right: 0;
	width: 580px;
}

#primary {
	float: left;
	margin-left: 3em;
}

#secondary {
	clear:none;
}

.widgetcontainer {
	margin-bottom: 2em;
}

#wrapper {
	border-top: 0;
}

#blog-title {
	border: none;
	padding-top: 60px;
}

#header-top {
	float:right;
}

#header-top .widget_thematic_search {
	margin-top: 1em;
	margin-right: 1em;
}

#header-top .widget_thematic_search label {
	display: none;
}	

#rss-links ul {
	list-style-image: url(images/rss.png);
	list-style-position: outside;
}

#rss-links ul il {
	display: inline;
}

#rss-links h3 {
	display: none;
}	

/* Color */

#header {
	border-bottom: #faf9f3 solid 1px;
	background: #181e24 url(images/crazy.png) no-repeat right 84px;
}

#access {
	background-color: #eceada;
	border-bottom: #e3e1ce solid 1px;
	border-top: #faf9f3 solid 1px;
}

body {
	background-color: #f0eee1;
}

#container {
	background-color: #fff;
	color: #555555;
}

#primary .widget_text {
	color: #fff;
	background: #99aa2b url(images/green-box-bottom.png) no-repeat left bottom;
}

#primary .widget_text h3 {
	background: #99aa2b url(images/green-box-top.png) no-repeat left top;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
}

#primary .textwidget {
	padding: 1em;
}
/* Typography */

body, input, textarea {
    color: #262625;
    font: 13px/19px "Trebuchet MS", Arial, sans-serif;
}

.entry-title a {
    color: #262625;
}

#blog-title {
	font-size: 56px;
	background: url(images/logo.png) no-repeat left 67px;
	padding-left: 53px;
}

#blog-description {
    font-style: normal;
    font-size: 30px;
    font-weight: normal;
    letter-spacing:-1px;
    color:  #7e9ebc;
	padding-top: 0;
	padding-left: 53px;
}

#blog-description h1 {
	padding:0;
	margin: 0;
}

/* Menu */

#menu {
    padding: 9px 0 8px;
    overflow:hidden; /* clears the inner float  */
    font-size: 130%;
    width: 960px;
}

#menu ul {
    margin:0;
    list-style:none;
    clear:both;
}

#menu ul ul {
    display:none;
}

#menu li {
    display:inline;
}

#menu li span {
	display: block;
   padding:0;
    margin: 0 10px 0 0;
	float: left;
	background: url(images/hole-right.png) no-repeat right top;
}

#menu li.current_page_item span {
	background: url(images/button-right.png) no-repeat right top;
}

#menu a {
    display:block;
    float:left;
    margin: 0 4px 0 0;
    padding: 6px 9px 6px 14px;
    background: #eceada url(images/hole-left.png) no-repeat left top;
    color:#262625;
    border-top: none;
    text-decoration:none;
}

#menu a:hover {
    background: #eceada url(images/hole-left.png) no-repeat left top;
    color:#a5ba27;
    border-color:#eceada;
}

#menu .current_page_item a {
    background: #eceada url(images/button-left.png) no-repeat left top;
    color:#fff;
    border-color:#eceada;
}

#menu a:focus {
    background: #eceada url(images/hole-left.png) no-repeat left top;
    color:#fff;
    border-color:#eceada;
}


