/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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('../thematic/library/layouts/3c-fixed.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');




/*Strip Unnecessary Elements*/
#blog-title {
display:none
}
#blog-description {
display:none
}
#access {
display:none
}
#branding {
display:none
}

#header {
display:none
}

.piclenselink {
display:none
}

.aside ul ul {
list-style: none;
}

/* exception to this rule */

.gigpress-listing li li {
list-style-type: disc;
}

/* End Strip */



#wrapper {
width:1180px !important;
}

#header-logo{
margin:0 0 0 20px;
}

#ngg-webslice{
display:none;
}

#primary {
border:0px solid #CCCCCC;
margin:0 0 0 -921px;
padding:0 15 15;
width: 231px;
background-color: #442723;
/*position: absolute;
left: 30px;*/
}

#secondary {
position: absolute !important;
left: 1107px !important;
width:231px;
background-color:#ad9674;
float: none;
margin-top:70px;}

#main {
clear:both;
padding:5px 0 22px;
width: 1120px;
left: -56px;
}

#content {
padding:20px 20px 20px 20px;
overflow:hidden;
background-color: #f2e8e0;
width:557px;
margin:155px 260px 0px 260px;
}

/*Body Fonts and Stuff */
body{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 95%;
	line-height: 115%;
	background-color: #442723;
	text-align: left;
	/*background-image: url(images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;*/
}

#footer {
background-color: #ad9674;
}


.entry-title {
font-family:"Trajan Pro", "Hoefler-Text", Arial,sans-serif;
font-size:26px;
font-weight:bold;
line-height:26px;
}

.aside {
color:#000000;
}

.aside a:active, .aside a:hover {
color:#fff9ae;
}

.aside a {
color:#442723;
}

a:active, a:hover {
color:#FF4B33;
}

a:link {
color:#442726;
}

a:hover img {
border-style:solid;
border-width:2px;!important;
border-color: #fff9ae;
}

