/*
Theme Name: Psychotic Resumes Theme
Theme URI: http://www.PsychoticResumes.com/
Description: A custom theme developed by Nick Armstrong for Psychotic Resumes
Author: Nick Armstrong
Author URI: http://www.IAmNickArmstrong.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');

/* Layouts and Etc */

* {
	font-family: Helvetica!important;
}

#branding, #main, #siteinfo, #container {
	width: 1000px;
}

#container {
	padding: 20px 0px;

}

#main {
	border: 2px solid black;
	padding: 0px;
}

#siteinfo, #main {
	border-top: none;
}

#footer {
	border-top: none;
	margin: 0px;
}

#siteinfo {
	padding: 0px;
	text-align: center;
}

#primary {
	border: none;
	border-right: 2px dotted black;
}

#content {
	width: 680px;
	background: white;
}

.hentry {
	width: 660px;
}

#branding {
	padding: 0px;
}

/* Content and Posts */

#comments {
	width: 660px;
}

h2.entry-title {
	border-bottom: 2px solid #a40000;
	padding: 0;
	margin-bottom: 10px;
	text-align: right;
}

h2.entry-title a {
	color: #a40000;
}

h2.entry-title a:hover {
	color: black;
}

span.meta-prep.meta-prep-author, span.meta-sep.meta-sep-entry-date, span.meta-prep.meta-prep-entry-date {
	font-style: normal;
	color: black;
}

a.url.fn.n, abbr.published {
	font-weight: bold;
	color: #a40000;
}

a.url.fn.n {
	text-decoration: underline;
}

a.url.fn.n:hover {
	color: black;
}

#nav-above, #nav-below {
	padding: 0px!important;
	padding-left: 10px !important;
}

#nav-below {
	position: absolute;
	bottom: 0px !important;
}

#content {
	padding-bottom: 10px;
}

div#nav-below.navigation {
	margin: 5px;
}

#dsq-content div.dsq-item-trackback input.dsq-trackback-url {
	width: 563px;	
}

/* Icon Menu */

#icon-menu {
	height: 60px;
	width: 1000px;
	margin: auto;
	border: 2px solid black;
}

#icon-menu ul {
	margin: 0px;
	padding: 0px;
}

#icon-menu ul li {
	float: left;
	display: block;
	list-style-type: none;
}

#icon-menu li div {
	width: 166px;
	height: 60px;
}

#icon-menu .resumes {
	background: url(images/resumes-off.jpg);
	padding-right:1px;
}

#icon-menu .resumes:hover {
	background: url(images/resumes-on.jpg);
}

#icon-menu .coverletters {
	background: url(images/coverletters-off.jpg);
	padding-right:1px;
}

#icon-menu .coverletters:hover {
	background: url(images/coverletters-on.jpg);
}

#icon-menu .interviews {
	background: url(images/interviews-off.jpg);
	padding-right:1px;
}

#icon-menu .interviews:hover {
	background: url(images/interviews-on.jpg);
}

#icon-menu .business {
	background: url(images/business-off.jpg);
	padding-right:1px;
}

#icon-menu .business:hover {
	background: url(images/business-on.jpg);
}

#icon-menu .jobhunt {
	background: url(images/jobhunt-off.jpg);
}

#icon-menu .jobhunt:hover {
	background: url(images/jobhunt-on.jpg);
}

#icon-menu .entrepreneurship {
	background: url(images/entrepreneurship-off.jpg);
}

#icon-menu .entrepreneurship:hover {
	background: url(images/entrepreneurship-on.jpg);
}

/* Widgets */

#primary h3.widgettitle, #index-top h3.widgettitle {
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-bottom: 4px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 14px!important;
	font-style: normal!important;
}

#text-451345335 div.textwidget form {
	margin: 0px;
}

#primary ul.xoxo li {
	padding: 0px 0px 20px 0px!important;
}

#index-top.aside, #index-top ul{
	border: none!important;	
	margin: auto!important;
	padding: 0px!important;
}

#index-top ul li {
	width: 260px;
	float: left;
	padding: 35px;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* Featured Posts On Front Page */

img.featuredImage.alignright {
	max-width: 300px!important;
	height: auto!important;
	border: 2px solid black;
}

ul#featured-posts {
	float: left;
	margin: 0px;
	padding: 0 0 15px 0;
	width: 660px;
	list-style: none;
	color: #111;
	font-size: 13px;
	margin-bottom: 20px;
}

#featured-posts li {
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	min-width: 635px;
	background:#fff;
	border:1px solid #ccc;
}

#featured-posts li p {
    margin: 0;
    padding: 0;
}
#featured-posts li:hover {
    border-color:#a40000;
}

#featured-posts li h4 a {
	font-size: 16px;
	line-height: 13px;
	display: block;
	padding: 5px 1px;
	color: #a40000;
	font-weight: bold;
}

#featured-posts li h4 {
	font-size: 13px;
	font-weight: bold;
}

#featured-posts li h4 a:hover {
    color:#111;
}

h2.entry-title.featured {
	margin-right: 20px;
	text-align: left;
}

img.featuredImage.aligncenter {
	max-width: 500px;
}

#disqus_thread {
	width: 660px;
}

ul#contribs {
	margin:0px;
}

ul#contribs li {
	list-style: none!important;
	float: left;
	margin: 5px!important;
}

ul#contribs li img {
	border: 1px solid black;
}