/*
Theme Name: Alex Attitude Custom
Theme URI: http://www.alexattitude.com/
Description: Custom Wordpress Theme
Version: 1.0
Author: F11 Modified of design by Chris Jennings
*/

img { border: 0px none; }

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	background: #121212 url('images/body_bg.jpg') top center repeat-y fixed;
	color:#222; margin:0; font-size:65%;
}

a, a:visited {color: #40150d; text-decoration: none; }

a:hover { color: #702c1f; text-decoration: none;}

#wrap {
	width: 880px;
	margin: 30px auto;	
}


#header { /* overflow: auto; */}

#title { 
	width: 510px;
	float: left;
	margin-right: 30px;
}

#title h1 { 
	text-indent: -2000px; 
	margin: 0;
	padding: 0;
	height: 32px;
	
}

.post-content li { margin-bottom: 4px; }

#title a {
display: block;
background: url('images/title.jpg') no-repeat;
height: 32px
}

#menu { margin-left: 20px; }


#container {
	background: #000000 url('images/container_bg.jpg') repeat-x;
	border:2px solid #666666; font-size:1.3em; clear:both; padding-bottom:4px; padding-top:40px; padding-left:4px; background-image:url('images/container_bg.jpg'); background-repeat:repeat-x
}

#blogspace{
	background-color:#FFFFFF;
	width:866px;
	}

#subheader { 
	/*overflow: auto;*/
	margin-bottom:2px;
	float:left;
	}

#mainimage {
	width: 400px;
	height: 183px;
	float: left;
}

#primary {  margin-left:11px; width: 506px; float: left; }

#content { padding: 20px 10px 0 0; }

#secondary { width: 330px; float: left; }

#footer { color: #616161; padding: 5px; text-align: right;}

.commentpost {margin-bottom: 12px; font-weight: bold; }

/* ----------- Side Bar ----------------- */

.feed {
margin-top: 5px;
text-align: right; 
height: 34px;

}

#feedbg {
padding-top: 5px;
height: 21px;
font-size: 1.1em;
margin: 5px;
}

#feedbg a {
background: url('images/feed_icon.gif') no-repeat /*5px 6px*/;
text-decoration: underline;
padding-left: 20px; padding-right:3px; padding-top:3px; padding-bottom:3px
}


.feedburner {
border: 1px solid #42201a;
padding-left: 3px;
width: 150px;
margin: 0 5px 0 5px;

}

.searchbar {
border: 1px solid #42201a;
padding-left: 3px;
width: 220px;
margin: 0 5px 0 5px;
}

#sidebar_list
{list-style-type: none;
margin: 0;
padding: 0;
 }

#sidebar_list li { margin: 0; padding: 0; }

#sidebar h2 {
	width: 323px; 
	height: 31px; 
	margin: 0; 
	background-color:#5928c2; 
	font-size:18px; 
	color:#FFFFFF; 
	background-image:url('images/sidebar_title_bg.gif');
	background-repeat:no-repeat; padding-left:7px; padding-right:0px; padding-top:6px; padding-bottom:0px
}

.sidebar_content { background: url('images/sidebar_bg.jpg') repeat-x; 
padding: 10px;
margin-bottom: 10px;
font-size: 1.3em
}

/* ------------ Search ----------------- */

.searchfield {
width: 230px;
border: 1px solid #5928c2;
padding: 3px;
}

#sidebar ul ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar ul ul#popular li {
background: url('images/bullet_star.gif') no-repeat;
padding-left: 14px
}

#sidebar ul ul#categories li {
background: url('images/folder.gif') no-repeat;
padding-left: 14px
}

#sidebar ul ul#archives li {
background: url('images/archive.gif') no-repeat;
padding-left: 14px
}

#sidebar ul ul#blogroll li {
background: url('images/blogroll.gif') no-repeat;
padding-left: 14px
}

#sidebar ul ul a { 

color: #40150d;
display: block;
text-decoration: none;
border-bottom: 1px dotted #c3db8e;
margin-bottom: 4px;
}

#sidebar ul ul a:hover {
color: #702c1f;

}



/* ------------ Main Menu --------------- */

ul#navlist
{
margin: 0;
padding: 0;
white-space: nowrap;
height: 32px;
margin-left: 20px;
}

#navlist li
{
display: inline;
list-style-type: none;
height: 32px;
}

#navlist a {
display: block;
width: 78px;
float: left;
text-indent: -2000px;
margin-right: 6px;
}

#navlist a.home { background:url('images/home_inactive.gif'); }
#navlist a.home:hover, #navlist a.homeactive { background:url('images/home_active.gif'); }

#navlist a.contact { background:url('images/contact_inactive.gif'); }
#navlist a.contact:hover, #navlist a.contactactive { background:url('images/contact_active.gif'); }

#navlist a.book { background:url('images/book_inactive.gif'); }
#navlist a.book:hover, #navlist a.bookactive { background:url('images/book_active.gif'); }

#navlist a.about { background:url('images/about_inactive.gif'); }
#navlist a.about:hover, #navlist a.aboutactive { background:url('images/about_active.gif'); }


#navlist a:link, #navlist a:visited
{
text-decoration: none;
height: 32px;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/* ----------- Post ------------- */

.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url('images/date-bg.gif') no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.entry {
	float:right;
	width: 440px;
margin-right: 5px;
}
.entry h2 { font-size: 1.7em; margin: 0 0 4px 0; padding: 0 0 4px 0; border-bottom: 1px dotted #42201a;}

.entry h2 a {text-decoration: none;}

.post-cat {
	background: url('images/mini-category.gif') no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999
}
.post-comments {
	background: url('images/mini-comments.gif') no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%
}
.post-calendar {
	background: url('images/mini-calendar.gif') no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999
}
.post-content {
	clear: both;
	padding-top: 5px;
}

.post-content p { font-size: 1.2em; font-family: Arial, sans-serif; line-height: 18px;}

.post-content a {text-decoration: underline; }

/* -------- MISC --------- */
#flickrpane {text-align: center; padding-left: 8px; }
.flickrimg { margin: 5px 5px 10px 5px; width: 75px; display: inline;}

#comments { clear: both; margin-top: 10px; padding-top: 10px;}

#comment { width: 490px; border: 1px solid #42201a; }

#respond { clear: both; }

#author { border: 1px solid #42201a; }

#email {  border: 1px solid #42201a; }

#url {  border: 1px solid #42201a; }


#comment input {border: 1px solid #91c228; }

#linkedin {margin-bottom: 5px }

.hiddenpic { display: none; }

ul#flickr { margin: 0; padding: 0; }

ul#flickr li {margin: 0; padding: 0; width: 75px; height: 75px; display: inline; }

ul#flickr li a { width: 75px; height: 75px; float: left; margin: 5px; padding: 5px; border: 1px solid #ccc; }

ul#flickr li a:hover {background: #e7f7c7; }

ul#flicker li a img { border: 0px none; }

ol#commentlist { padding-left: 15px; }

ol#commentlist li {padding: 5px; }

/*-- added by JPD for long comment fixage --*/
div#commentlist2 { padding-left: 15px; }
div.commentlist2a {padding: 5px; }
div.commentlist2aalt { padding: 5px; background: #f1f1f1; border-top: 1px dashed #ccc; }

.commentheader { padding: 6px; }

.commentbody {
background: url('images/sidebar_bg.jpg') repeat-x; 
padding: 6px;
margin-bottom: 10px
}

li.alt { background: #f1f1f1; border-top: 1px dashed #ccc; }

/*-- added by KM for Comment RSS feed link --*/
p#subscribe a { color: #5f860b; text-decoration: underline;}
p#subscribe a:hover { color: #c3db8e; text-decoration: underline;}
p#subscribe { padding-top: 15px;}