/*
Theme Name: Redefined
Theme URI: http://www.hilledesign.com/
Description: A Thematic Child Theme
Author: Keith Hille
Author URI: http://www.hilledesign.com/
Template: thematic
Version: 1.0
.
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
.

/*
For the sake of simplicity we're going to import
the Thematic stylesheet.
You don't have to do this though. You can just
start fresh with new CSS or copy over large chunks of
the original styles (recommended) and edit them here.
Or you can import all the bits and pieces that make up
Thematic just like I do (also recommended).
*/
@import url(../thematic/style.css);

body, input, textarea {
    color:#181E24;
	font-family: Rockwell,"Myriad Pro",MyriadPro,Helvetica,"Helvetica Neue",Arial,sans-serif;
    line-height:18px;
}

body.mac, body.mac input, body.mac textarea {
    font-family: Rockwell,"Myriad Pro",MyriadPro,Helvetica,"Helvetica Neue",Arial,sans-serif;
}
#wrapper {
    border-top:0px solid black;
}

#blog-title {
    display:none;
	font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:99px 0 0 0;
    border-bottom:0px solid #242A30;
}
#blog-title a {
    display:none;
	color:#fff;
    text-decoration:none;
}
#blog-description {
    display:none;
	font-style:italic;
    padding:8px 0 63px 0;
    color:#fff;
}
.entry-content img {
    margin: 0 0 8 0;
    max-width:100%;
}

/*--------- GLOBAL ELEMENTS----------------*/
a:link, a:visited {
    color:#c3273d;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	font-size:16px;
	background:#134759;
	border-top:0px solid #CADEF0;
	margin-top:0px;
}
.skip-link {
    display:none;
}
.menu {
	padding:6px 0;
	overflow:hidden; /* clears the inner float  */
}
.menu ul,
.menu ul {
    margin:0;
    list-style:none;
    clear:both;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:1px 6px;
	background:#134759;
	color:#fff;
	border-top:0px solid #6DA5D6;
	text-decoration:none;
}
.menu a:hover {
	background:#1A6781;
	color:#fff;
	border-color:#3B86C7;
}
.menu .current_page_item a {
	background:#1A6781;
	color:#fff;
	border-color:#3B86C7;
}
.menu a:focus {
	background:#1A6781;
	color:#fff;
	border-color:#2772B3;
}
#main {
	padding:10px 0;
}

/*------CONTENT---------*/
.page-title {
    font-size:20px;
    font-weight:bold;
    padding:14px 0;
}
.page-title span {
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
.entry-title {
    font-size:20px;
    line-height:20px;
    padding:14px 0 2px 0;
    font-weight:bold;
    color:#000;
}
#content {
    margin:0 0 0 10px;
    width:550px;
    overflow:hidden;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	background:#181E24;
	height: auto;
	padding-top: 15px;
	color: #FFFFFF;
	padding-bottom: 100px;
}
#footer a {
    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
	padding:10px 0 0px;
	font-size:11px;
}
#siteinfo a {
    font-style:italic;
}

