﻿/*   
Theme Name: articleTheme 
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/2c-l-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');

/*Global elements*/

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

a:link,
a:visited {
    color: #666;
}

#blog-title a {
background:url(images/ArticleHeaderOrange.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 430px;
height: 121px;
}

#branding {
    padding:22px 0 11px 0;
}

#main {
    clear:both;
    padding:22px 0 22px 0;
}

#container {
width:940px;
float:right;
margin: 0 0 0 -210px;
}

#content {
width:720px;
overflow:hidden;
margin: 0 0 0 220px;
}

/* =Link formatting
-------------------------------------------------------------- */

.tag-links a:active,
.tag-links a:hover {
    color: #F08000;
	text-decoration: none;
}

.tag-links a:link,
.tag-links a:visited {
    color: #666;
	text-decoration: none;
}

.entry-title a:active,
.entry-title a:hover {
    color: #F08000;
	text-decoration: none;
}

.entry-title a:link,
.entry-title a:visited {
    color: #000000;
	text-decoration: none;
}

.entry-meta a:link,
.entry-meta a:visited {
    color: #F08000;
	text-decoration: none;
}

.entry-meta a:active,
.entry-meta a:hover {
    color: #F08000;
	text-decoration: underline;
}

.entry-utility a:active,
.entry-utility a:hover {
    color: #F08000;
}


.page-link a:active,
.page-link a:hover {
    color: #F08000;
}

.entry-content a:link,
.entry-content a:visited {
	color: #F08000;
}

.navigation a:active,
.navigation a:hover {
    color: #F08000;
}

#title-archives a:link, a:visited {
color:#F08000;
text-decoration:none;
}

#title-archives a:active {
color:#F08000;
text-decoration:underline;
}

#title-archives a:hover {
color:#F08000;
text-decoration:underline;
}

.textwidget a:link, a:visited {
color:#F08000;
text-decoration:none;
}

.textwidget a:active {
color:#F08000;
text-decoration:underline;
}

.textwidget a:hover {
color:#F08000;
text-decoration:underline;
}

.author-bio a:link, 
.author-bio a:visited {
color:#F08000;
text-decoration:none;
}

#author-email a:link, a:visited {
color:#F08000;
text-decoration:none;
}

#author-email a:active {
color:#F08000;
text-decoration:underline;
}

#author-email a:hover {
color:#F08000;
text-decoration:underline;
}

/* =Sidebars
-------------------------------------------------------------- */


.main-aside {
width:200px;
float:left;
position:relative;
}

#subsidiary .aside {
width:200px;
float:left;
margin:0 20px 0 0;
}

#searchform #s{
	width: 170px;
	font-family:Arial, sans-serif;
	}

#primary .widgettitle {
display: none;
}

.aside ul ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 22px 0px;
}

#content .page-title {
font-size:18px;
font-family:Arial, sans-serif;
font-weight:bold;
line-height:23px;
padding:0 0 44px;
}

#primary {
border:none;
clear:left;
}

/*Navigation Menu*/

#articlenav {
font-size:18px;
font-family:Arial, sans-serif;
font-weight:bold;
line-height:33px;
border:none;
float:left;
width:200px;
} 

#articlenav a:link {
text-decoration: none;
color:#666;
}

#articlenav li a:active {
text-decoration: underline;
color:#F08000;
}

#articlenav li a:hover {
text-decoration: none;
color:#F08000;
}

#articlenav a:visited {
text-decoration: none;
color:#666;
}

#articlenav .current_page_item a{
/*text-decoration: underline;*/
color:#F08000;
}


#articlenav ul{
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0px 0px;
}

.main-aside ul {
padding:0;
}

li.content-full {
    float:left;
    margin-right:20px;
    width:100%;
}

/*Post Footer*/

.cat-links, .meta-sep-tag-links, .meta-prep-entry-date {
display:none;
}


.meta-sep-edit {
	display: none;
	}

/*Styling for contributor page*/

#contributor-list ul{
list-style:circle;
font-size:18px;
font-family:Arial, sans-serif;
line-height:33px;
}

#contributor-list a:link, a:visited {
color:#F08000;
text-decoration:none;
}

#contributor-list a:active {
color:#F08000;
text-decoration:underline;
}

#contributor-list a:hover {
color:#F08000;
text-decoration:underline;
}

/*Captions*/

.wp-caption-text 
{
text-align:left; 
font-family:Arial, sans-serif;
}

/*Styling for author pages*/

#author-info .entry-title {
font-size: 32px;
font-style: italic;
padding: 0 0 30px;
}

#author-info .entry-title a:active,
.entry-title a:hover {
    color: #F08000;
	text-decoration: none;
}
