/* @override http://www.metawards.com/wp-content/themes/thematic/style.css */

/*
THEME NAME: Thematic
THEME URI: http://themeshaper.com/thematic-for-wordpress/
DESCRIPTION: 
VERSION: 0.7
*/

/* Reset browser defaults */
@import url('library/styles/reset.css');

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

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

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

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

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


/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   
label.screen-reader-text {
	display: none;
}
.entry-content img {

}
.alignleft,
img.alignleft {
	margin-bottom: 0px;
	margin-top: 0px;
	float: left;
}
.alignright,
img.alignright {
	display: block;
	float: right;
	margin: 0px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin:10px 10px 0px 0px;
}

.size-thumbnail {
	margin: 5px;
}

.wp-caption a img {
	border-width: 0px;
	background-color: black;
	padding: 1px;
	
}
.wp-caption a:hover img {
	background-color: #ff0003;
	padding: 1px;
}
.wp-caption p.wp-caption-text {
	line-height: 13px;
	color: #952427;
	font-size: 11px;
	text-transform: uppercase;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}
/* -------------------------------- */

#primary {
	border-bottom-color: #ff0300;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
#primary .widgettitle {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: inside;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 17px;
	font-family: serif;
	letter-spacing: 2px;
	color: #c20407;
	font-style: normal;
	font-weight: normal;
}
#primary .title {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: inside;
	text-transform: uppercase;
	padding-bottom: 0px;
	padding-left: 12px;
	font-size: 17px;
	font-family: serif;
	letter-spacing: 2px;
	color: #c20407;
	font-style: normal;
	font-weight: normal;
}
#primary ul li {
	margin-left: 12px;
	margin-bottom: 0px;
	margin-right: 12px;
	margin-top: 0px;
	list-style-type: none;
	padding-top: 0px;
	color: #e6937d;
}
#primary ul li a {
	padding: 0px;
	margin: 0px;
	color: #edc7af;
	font-size: 17px;
	list-style-position: inside;
	list-style-type: disc;
}

#primary ul li a:hover {
	text-decoration: none;
	font-size: 17px;
	text-transform: none;
	list-style-position: inside;
	list-style-type: disc;
}

#primary ul li ul {

	border-bottom-width: 0px;

	border-top-style: solid;

	border-top-color: #d98b76;

	border-bottom-style: solid;

	margin-left: 0px;

	margin-bottom: 8px;

	margin-right: 0px;

	margin-top: 5px;

	padding-left: 5px;

	padding-bottom: 8px;

	padding-right: 0px;

	padding-top: 0px;

	border-top-width: 1px;

}

#primary ul li ul li {
	padding: 5px;
	border-bottom-color: #953007;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	list-style-type: none;
}
#primary ul li ul li a {
	color: #c34f48;
	text-transform: uppercase;
	font-size: 16px;
	border-width: 100%;
	list-style-type: disc;
}
#primary ul li ul li a:hover {
	font-size: 16px;
	color: #edc7af;
	text-transform: uppercase;
	list-style-type: disc;
}
#primary li {

	border-bottom-style: solid;

	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
}
#primary li ul {

	border-bottom-style: solid;

	border-bottom-width: 0px;

	font-size: 12px;
	list-style-position: outside;
	list-style-type: none;
}
#primary li a {
	padding-left: 12px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	color: #cd8370;
	font-size: 17px;
	list-style-position: inside;
	list-style-type: disc;
}

#primary li ul {
	padding-bottom: 0px;
}
.post {
	margin-bottom: 25px;
}
#search {
	padding-bottom: 12px;
}
#searchform {
	padding-left: 12px;
}
#search input {
	letter-spacing: 1px;
	font-family: sans-serif;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #3d000e;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-width: 0px;
	color: #edc7af;
}

#searchsubmit {
	background-color: black;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 5px;
	text-transform: uppercase;
	border-width: 0px;
	color: #ff9aa3;
}
#teamwork {

	height: 100px;

	width: 120px;

}
