/*
Theme Name: Felicia Day
Theme URI: http://www.feliciaday.com
Description: Felicia Day's Wordpress Theme
Author: Dane Hesseldahl
Author URI: http://doesnotvalidate.com

/*************************************************************************
	GLOBAL ELEMENTS
************************************************************************/
*
{
	margin: 0;
	padding: 0;
	
	font-family: verdana, sans-serif;
	color: #000000;
}

body 
{
	background-color: #121212;
}

p
{
	font-size: 11px;
}


a
{
	color: #aa997e;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

/*************************************************************************
	HEADER ELEMENTS
************************************************************************/
#header 
{
	width: 980px;
	position: relative;
	z-index: 25;
	height: 41px;
	
	padding: 0 10px;
	background-color: #121212;
}

#header .logo
{
	position: absolute;
	top: 10px;
	left: 21px;
}

#headertext
{
	position: absolute;
	top: -6000px;
	left: -6000px;
}

#rss
{
	float: right;
	margin: 10px 10px 0 0;
}

#rss p
{
	float: left;
	font-size: 10px;
	
	margin-top: 2px;
	margin-left: 4px;
}

#rss p a
{
	color: #999999;
}

#rss p a:hover
{
	color: #FFFFFF;
}

#rss img
{
	float: left;
}

#nav
{
	position: relative;
	width: 980px;
	height: 75px;
}

#nav ul
{
	width: 980px;
	height: 75px;
	position: relative;
	z-index: 20;

	list-style: none;
}

#nav li.navItem
{
	float: left;
	width: 130px;
	height: 75px;
	
	background-image: url(images/nav_side.png);
	background-repeat: no-repeat;
	background-position: 10px 2px;
	
	cursor: pointer;
}

#nav li.navItem a, a:hover
{
	color: #000000;
	text-decoration: none;
}

#nav li.navItem h2
{
	font-family: tahoma, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	
	margin: 30px 0 0 20px;
}

#nav #header_gfx
{
	position: absolute;
	top: -41px;
	right: 0;
	z-index: 1;
}

#nav #header_gfx2
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

/*************************************************************************
	BLOCK LEVEL ELEMENTS
************************************************************************/
#content
{
	width: 980px;
	background-color: #FFFFFF;
	
	padding-bottom: 40px;
}

#content:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #content {height: 1%;}

#page 
{
	width: 960px;
	
	margin: 0;
	padding: 0 10px;
	background-color: #FFFFFF;
}

#page:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #page {height: 1%;}

#footer 
{
	width: 980px;
	height: 280px;
	
	float: left;
	clear: both;
}

#footer ul
{
	width: 219px;
	height: 280px;
	
	margin: 10px 0;
	padding: 20px 0 20px 10px;
	
	float: right;
	text-align: left;
	
	list-style: none;
	border-left: 1px dashed #333333;
}

#footer ul li
{
	padding: 0 0 10px 0;
	
	font-family: arial, sans-serif;
	font-size: 11px;
	
	color: #333333;
}

#footer .icon
{
	float: left;
	margin-right: 5px;
}

#footer ul li a
{
	color: #FFFFFF;
}

#footer ul li a:hover
{
	color: #cccc66;
}

#footer ul.footer_text
{
	width: 150px;
	border: 0;
	text-align: right;
}

#footer ul.footer_text li
{
}

/*************************************************************************
	HEADERS
************************************************************************/

h1 
{

}

h2 
{

}

h3 
{

}

h4 
{

}

h5 
{

}

/*************************************************************************
	HOMEPAGE ELEMENTS
************************************************************************/
#homepage
{
	width: 960px;

	margin: 0;
	padding: 60px 0;
	
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
}

#homepage:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #homepage {height: 1%;}

#homepage #column_left
{
	float: left;
	width: 370px;
}

#homepage #column_right
{
	float: right;
	width: 475px;
	margin-right: 95px;
	padding-left: 20px;
}

#homepage_feature
{
	background-image: url(images/scribbles.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#homepage_feature_image
{
}

#homepage_feature h3
{
	float: left;
	width: 475px;
}

#homepage_feature h3 a
{
	font-family: arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 3px;
	
	color: #121212;
}

#homepage_feature img
{
	float: left;
	margin-right: 15px;
}

#homepage_feature p
{	
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#homepage #flickr
{
	float: left;
	clear: left;
	width: 370px;
	
	margin-top: 30px;
}

#homepage #flickr ul
{
	float: left;
	width: 252px;
	list-style: none;
}

#homepage #flickr ul li
{
	width: 75px;
	height: 75px;
	float: left;
	margin: 5px 5px 0 0;
	background-color: #dae7d8;
}

#homepage #flickr ul li img
{
	border: 2px solid #dae7d8;
}

#homepage #flickr #flickr_button
{
	width: 100px;
	height: 109px;
	float: left;
	
	margin: 7px 0 0 0;
	padding: 45px 8px 0 9px;
	
	border-left: 1px dashed #d7d8d8;
}

* html #homepage #flickr #flickr_button
{
	width: 95px;
}

#homepage #flickr #flickr_button h3, #homepage #flickr #flickr_button h3 a
{
	margin-top: 5px;
	color: #121212; 
	font-size: 10px;
	text-decoration: none;
}

#homepage #twitter
{
	float: left;
	clear: left;
	width: 370px;
	
	margin-top: 70px;
}

#homepage #twitter ul
{
	float: left;
	width: 252px;
	
	margin-top: 10px;
	
	list-style: none;
	
	border-right: 1px dashed #d7d8d8;
}

#homepage #twitter ul li
{
	width: 233px;
	margin: 0 10px 15px 9px;
	
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

#homepage #twitter ul li small
{
	font-family: verdana, sans-serif;
	display: block;
	
	font-size: 10px;
	color: #999999;
}

#homepage #twitter #twitter_button
{
	width: 100px;
	height: 89px;
	float: left;
	
	margin: 7px 0 0 0;
	padding: 65px 8px 0 9px;
}

#homepage #twitter #twitter_button h3, #homepage #twitter #twitter_button h3 a
{
	margin-top: 5px;
	color: #121212; 
	font-size: 10px;
	text-decoration: none;
}



#homepage #news
{
	float: right;
	width: 475px;
	
	margin-top: 30px;
	margin-right: 95px;
	padding-left: 20px;
}

#homepage #news h4
{
	color: #c7b290;
	font-size: 10px
}

#homepage #news p
{
	float: left;
	width: 475px;
	
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
	
	margin: 5px 0;
}

#homepage #news #news_item h3 a
{
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	
	color: #121212;
}

#homepage #news #news_item #blog_link
{
	clear: both;
	text-align: right;
	
	padding-top: 20px;
}

/*************************************************************************
	SINGLE
************************************************************************/
#single
{
	width: 960px;

	margin: 0;
	padding: 60px 0;
	
	background-image: url(images/single_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#single:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #single {height: 1%;}

#single #single_content
{
	width: 530px;
	float: left;
	
	margin-left: 10px;
	margin-right: 20px;
}

#single #single_content h2
{
	margin-bottom: 10px;
}

/*************************************************************************
	THE POST
************************************************************************/
.post h2 a:hover, .post h2 a:visited, .post h2 a, .post h2
{
	font-family: tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
}

.post h4
{
	color: #c7b290; 
	font-size: 10px;
}

.post 
{
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.post p 
{
	margin: 10px 0;
	width: auto;
	
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.post a 
{

}

.post small
{
	font-size: 10px;
	color: #999999;
}

.post ul 
{

}

.post li 
{

}

blockquote
{
	border: 1px dotted #999999;
	padding: 5px 10px;
	
	background-color: #EEEEEE;
	
}

.entry 
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.entry :after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .entry  {height: 1%;}

.entry ul
{
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.entry ul li
{
	margin-left: 20px;
	padding: 10px;
}

.entrytext .postmetadata 
{

}

.postmetadata alt 
{

}

.postmetadata a 
{

}

div.comments_link
{
	width: 530px;
	text-align: right;
	margin-top: 10px;
	
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.navigation 
{
	width: 530px;
	padding: 20px 0;
	font-size: 11px;
}

.alignleft 
{
	float: left;
}

.alignright 
{
	float: right;
}

.center 
{

}

.pagetitle 
{

}

blockquote 
{

}

cite 
{

}

a img 
{

}

acronym, abbr 
{

}

.wp-caption-text
{
}

/*************************************************************************
	FLICKR GRID
************************************************************************/
#flickr_grid
{
	width: 360px;
	height: 250px;

	margin: 5px 0 10px 0;
	padding: 0 0 0 10px;
}

#flickr_grid:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #flickr_grid {height: 1%;}

#flickr_grid div.thumbnail
{
	float: left;
	height: 75px;
	padding: 0;
	margin: 0 15px 15px 0 !important;
}

/*************************************************************************
	SIDEBAR
************************************************************************/
#sidebar 
{
	width: 360px;
	clear: right;
	float: right;
	
	margin-right: 20px;
}

#sidebar input
{
	width: 270px;
	padding: 5px 3px;
	
	font-size: 12px;
	font-family: tahoma;
	
	border: 1px solid #BBBBBB;
	background: #FFFFFF url(/images/input_bg.gif) repeat-x scroll center top;
}

.incoming
{
	display: none;
}

#searchsubmit
{
	width: 70px !important;
}

#sidebar ul 
{
	list-style: none;
}

.widgettitle 
{
	font-size: 12px;
	text-transform: uppercase;
	
	height: 16px;
	background-color: #e6e6e6;
	padding: 5px 10px;
	color: #121212;
	font-weight: bold;
	text-transform: uppercase;
}

.widgettitle a
{
	color: #121212;
}

#sidebar ul li 
{
	margin-bottom: 30px;
	padding: 0;
}

#sidebar ul li a
{
}

#sidebar ul ul 
{
	text-transform: uppercase;
	margin-top: 3px;
}

#sidebar ul ul li 
{
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-transform: none;
	font-size: 11px;
	border-bottom: 1px dotted #999999;
}

#sidebar ul ul li a
{
}

#sidebar ul ul li:hover
{
	background-color: #aa997e;
}

#sidebar ul ul li small
{
	font-size: 9px;
	color: #999999;
	display: block;
	margin-bottom: 5px;
}

#sidebar ul ul li:hover small, #sidebar ul ul li:hover a
{
	color: #FFFFFF;
}

#sidebar ul ul ul 
{
	margin: 0;
	padding: 0;
}

#sidebar p 
{

}

#sidebar a 
{

}
#sidebar a:hover 
{

}

#sidebar a:visited 
{

}

#lasftm_list
{
	margin: 0px;
	padding: 0;
}

#lasftm_list li.song
{
	clear: left;
	margin: 0 0 10px !important;
	padding: 10px 0 10px 10px !important;
}

* + html #lasftm_list li.song
{
	height: 70px;
}

li.song:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html li.song {height: 1%;}

li.song:hover a
{
	color: #FFFFFF !important;
}

div.song_text
{
	width: 225px;
	float: left;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

div.song_image
{
	float: left;
	margin: 0 10px 5px 0;
}

/*************************************************************************
	COMMENTS
************************************************************************/
#commentform
{
	width: 530px;
	float: left;

	margin: 10px;
	font-size: 11px;
}

#commentform textarea
{
	margin: 10px 0;
	width: 490px;
	
	padding: 5px;
	font-size: 11px;
}

#addcomment 
{
	width: 530px;
	float: left;
	
	font-size: 11px;
}

ul.commentlist 
{
	width: 530px;
	float: left;

	margin: 10px 20px 10px 10px;
	list-style: none;
	
	font-size: 11px;
}

ul.commentlist li 
{
	margin: 10px 0;
}

ul.commentlist li.alt 
{

}

ul.commentlist a 
{

}

.comment
{
	margin: 6px 0 3px 0 !important;
}

.comment div.title
{
	padding: 0;
}

.comment div.body div.content
{
	padding: 10px 0;
}

.comment div.content p
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 18px;
	
	padding: 0 0 10px;
}

.comment div.comment_name, .comment div.comment_name a
{
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 0;
}

.comment div.meta
{
	padding: 0 0 5px;
	color: #999999;
}

.comment:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .comment {height: 1%;}

#commentform
{
	padding: 0;
}

#commentform h5 a
{
	font-size: 14px;
}

#commentform h5
{
	font-size: 14px;
	margin: 5px 0;
}

#commentform label
{
	font-size: 11px;
	font-weight: bold;
}

#commentform div.comment_controls
{
	margin: 20px 0 0;
}

#comment
{
	width: 530px !important;
}

.comment #comment
{
	width: 485px !important;
}

#commentform div.allowed
{
	padding: 0 0 10px;
	font-size: 10px;
	color: #999999;
}

#addcommentbutton
{
	margin: 10px 0;
}

div.comment_field
{
	margin: 5px 0 10px;
}

* html .reply
{
	display: none;
}

/*************************************************************************

************************************************************************/
#searchform 
{

}

#searchform input 
{

}

#searchform #s 
{

}

/*************************************************************************
	PROJECTS PAGE
************************************************************************/
#projects
{
	width: 960px;

	margin: 0;
	padding: 40px 0;
	
	background-image: url(images/single_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right 10px;
}

#projects:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html #projects {height: 1%;}

#projects div.project
{
	float: left;
	width: 400px;
	
	padding: 0 0 30px;
	margin: 10px 60px 10px 20px;
	
	font-family: tahoma, sans-serif;
	line-height: 20px;
}

* html #projects div.project
{
	width: 350px;
}

* html #projects div.project img
{
	width: 350px;
	overflow: hidden;
}

#projects div.project h2 a
{
	font-family: tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 24px;
	
	margin-bottom: 10px;
}

#projects div.project h5
{
	font-size: 11px;
	font-weight: normal;
	color: #999999 !important;
	
	font-style: italic;
	margin: 0 0 5px;
}

#projects div.more
{
	width: 400px;
	
	margin: 20px 10px 10px;
	
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

li.project
{
	
}

* html #projects div.more
{
	width: 350px;
}

#projects div.project div.project_image
{
	margin: 5px 0 5px;
}

#projects div.project_divider
{
	border-top: 1px dotted #333333;
	width: 960px;
	clear: left;
	margin: 0 0 30px;
}

.project_widget_desc
{
	font-size: 11px;
	line-height: 18px;
}

.project_widget_more
{
	font-size: 11px;
	text-align: right;
	
	width: 350px;
	padding: 20px;
}

div.project_widget_title, div.project_widget_title a
{
	color: #121212; 
	font-size: 14px;
	text-decoration: none;
}

.project_sidebar
{
	float: right;
}

/*************************************************************************
	VIDEO PAGE
************************************************************************/
#video_list
{
	list-style: none;
}

#video_list li.video
{
	margin: 0 0 40px 0;
}


/*************************************************************************

************************************************************************/
#wp-calendar 
{

}

#wp-calendar th 
{

}

#wp-calendar a 
{

}

#prev a, #next a 
{

}

#wp-calendar caption 
{

}


/*************************************************************************
	UTILITIES
************************************************************************/

hr 
{
	display: none;
}

.friendfeed.widget 
{
	font-size: 11px !important;
	border: 0 !important;
}

.friendfeed.widget a
{
	color: #aa997e !important;
	text-decoration: none !important;
}

.friendfeed.widget a:hover
{
	text-decoration: underline !important;
}

.friendfeed.widget .feed .cluster 
{
	padding-bottom: 10px !important;
	border-bottom: 1px dotted #333333 !important;
	margin-bottom: 10px !important;
}
#dsq-content
{
	clear: left;
}
#dsq-auth
{
	clear: left;
}

#dsq-post-add-iframe
{
	width: 50% !important;
}