/*
Theme Name: Slackist
Version: 1.0
Description: Streamlined theme
Author: <a href="http://mattmaggard.com">Matt Maggard</a>
Author URI: http://mattmaggard.com/
*/

img, div { behavior: url(iepngfix.htc) }

*{
margin:0;
padding:0;
}

body{
background-repeat: repeat;
background-image: url(/images/texture.png);
background-color: #448159;
color:#cecece;
margin:0;
padding:0;
font-family: "Trebuchet MS", "Neutraface Display", Tahoma, Geneva, "Lucida Grande", "Lucida Sans Unicode", verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
}

a{
color:#cecece;
text-decoration: underline;
}

a:hover{
color: #ffffff;
text-decoration: underline;
}

#topBar{
background-repeat: repeat-x;
background-image: url(/images/bg_header.png);
border-bottom-color: #578e6a;
border-bottom-style: solid;
border-bottom-width: 2px;
background-color: #2c2b35;
height: 126px;
width: 100%;
}



#header {
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}

#header p {
	font-size: 14px;
	line-height: 18px;
	left: 40px;
	position: relative;
	top: 55px;
}

h1{
display: none;
font-size:72px;
text-align:center;
text-transform:lowercase;
}

#logo {
	border-width: 0px;
	z-index: 5;
	float: left;
	position: relative;
}

h2{
top: 45px;
left: 40px;
position: relative;
font-style: italic;
color: #ffffff;
font-size: 15px;
}

#highlite {
min-height: 850px;
background-position: center top;
background-repeat: no-repeat;
background-image: url(/images/highlite.png);
width: 100%;
}

#wrapper{
padding-top: 26px;
margin-right: auto;
margin-left: auto;
width: 960px;
}

#content { 
margin-left: 0px; 
padding-left: 40px; 
background-repeat: repeat-y; 
background-image: url(/images/line_ver.png); 
margin-right: 10px; 
width: 580px;
float:right;
}
#post{
	margin-top: 4px;
	text-align: justify;
	line-height: 19px;
	margin-bottom: 20px;
}
#post p {
	margin-bottom: 10px;
}

#post hr {
	margin-bottom: 10px;
	margin-top: 30px;
	background-color: #3a6649;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 2px;
	border-bottom-color: #578e6a;
	border-top-color: #284c34;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width: 100%;
}

h3{
text-transform: lowercase;
padding-top: 10px;
color: #3a6649;
font-weight: bold;
text-shadow: 0px -1px #284c34, 0px 1px #578e6a;
margin-bottom: 20px;
text-decoration: none;
font-size: 56px;
}



h3 a{
padding-top: 10px;
color: #3a6649;
font-weight: bold;
text-shadow: 0px -1px #284c34, 0px 1px #578e6a;
margin-bottom: 20px;
text-decoration: none;
font-size: 56px;
}



h3 a:hover {
	color: #2c2b35;
	text-decoration: none;
}
.meta{
margin-bottom: 20px;
font-size: 10px;
}

blockquote {
color: #2c2b35;
background-image: url(/images/line_ver.png);
background-repeat: repeat-y;
margin: 0 0 0 20px;
padding: 0 0 0 20px;
}



hr {
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #3a6649;
	border-right-width: 0px;
	border-left-width: 0px;
	height: 2px;
	border-bottom-color: #578e6a;
	border-top-color: #284c34;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	width: 100%;
}

#sidebar {
min-height: 250px;
background-repeat: no-repeat;
background-image: url(/images/fleur.png);
padding-right: 40px;
text-align: right;
margin-left: 10px;
width: 280px;
float:left;
}

#sidebar ul {
list-style-type: none;
}

#sidebar li {
}


#nav {
	text-shadow: 0px 1px #1d3726;
	margin-top: -8px;
	line-height: 36px;
	font-size: 16px;
	float: right;
	width: 100px;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	border-bottom-style: solid;
	text-decoration: none;
	border-bottom-color: #ffffff;
	padding-bottom: 3px;
	border-bottom-width: 1px;
}


#byline {
	line-height: 22px;
}

#byline p {
	text-shadow: none;
	margin-top: 4px;
}

h4 {
	display: none;
	font-size: 82px;
}

#footer { 
padding-top: 10px; 
font-size: 13px; 
line-height: 22px; 
padding-left: 5px; 
padding-right: 5px; 
border-bottom-color: #578e6a; 
border-bottom-style: solid; 
border-bottom-width: 2px; 
background-repeat: repeat-x; 
background-image: url(/images/bg_footer.png); 
margin-top: 500px; 
height: 226px; 
width: 90px;
background-color: #2c2b35;
text-align:center;
float:left;
}

#footerNav {
	text-shadow: 0px 1px #000000;
	margin-bottom: 50px;
	line-height: 16px;
	text-align: left;
}

#footerNav a {
	text-decoration: none;
}

#foterNav a:hover {
	text-decoration: none;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	color: white;
}

#footer img {
	margin-top: 6px;
	margin-bottom: 6px;
}

.gravatar{
float:right;
}

input, textarea, select{
padding:3px;
border:1px solid #b1adad;
background-color:#fff;
font-family:"Lucida Grande", "Lucida Sans Unicode", verdana, Arial, Helvetica, sans-serif;
font-size:9px;
background:transparent;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 5px;
	background-position: center;
	color: #2c2b35;
	border: 1px solid #ddd;
	text-align: center;
	background-color:#CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.wp-caption-text {
	color: #2c2b35;
}

.wp-caption {
	color: #2c2b35;
}

