/*
Theme Name: DanaSite
Theme URI: http://christopherswarren.com/danasite-wordpress-theme
Description: DanaSite is a simple, clean theme by Chris Warren. It's designed for a Wordpress instance that's being used more as a CMS than a blog. It's inspired by Clean Press by <a href="http://daverigotti.com">Dave Rigotti</a>.
Version: 1.0
Author: Chris Warren
Author URI: http://christopherswarren.com
Tags: white, fixed width, two columns, widgets, clean, simple

/******************************************************************/
/*                      STANDARD HTML ELEMENTS                    */
/******************************************************************/

html 
{
	height: 100%;
	margin-bottom: 1px;
}

/*------------------*/

body 
{
  	background-color:white;
  	color:#333;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 16px;
}

/*------------------*/

h1
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 32px;
	line-height: 44px;
}

h2 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 26px;
	line-height: 36px;
}

h2.pagetitle 
{
	background-color:#e7e7e7;
	border:1px solid #777;
	padding:4px 0px 4px 0px;
	margin-top:16px;
	text-align: center;
}

h3 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 30px 0 0;
	font-size: 21px;
	line-height: 29px;
}

h3.comments 
{
	margin: 40px auto 20px ;
}

h4 
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 8px 0 0;
	font-size: 18px;
	line-height: 29px;
}

/*------------------*/

a 
{
	color:#0066cc;
	text-decoration:none;
}

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

h1 a, 
h1 a:visited
h2 a, 
h2 a:visited, 
h3 a, 
h3 a:visited
{
	text-decoration: none;
}

h1 a:hover, 
h2 a:hover, 
h3 a:hover
{
	text-decoration: underline;
}

/*------------------*/

a img 
{
	border: none;
}

p img 
{
	padding: 0;
	max-width: 100%;
}

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

img.alignright 
{
	padding: 0px 0px 0px 10px;
	margin: 0;
	display: inline;
}

img.alignleft 
{
	padding: 0px 10px 0px 0px;
	margin: 0;
	display: inline;
}

/*------------------*/

ol li 
{
	list-style: decimal outside;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
}

code 
{
	font: 12px 'Courier New', Courier, Fixed;
}

acronym, 
abbr, 
span.caps
{
	font-size: 12px;
	letter-spacing: 1px;
	cursor: help;
	border-bottom: 1px dashed #999;
}


blockquote 
{
	padding-left: 20px;
	border-left: 5px solid #ddd;
	margin: 5px 0 0;
	display: block;
}

cite 
{
	text-decoration: none;
	margin: 5px 0 0;
	display: block;
}

hr 
{
	display: none;
}

select 
{
	width: 130px;
}


/******************************************************************/
/*                     MAIN PAGE REGION IDS                       */
/******************************************************************/

#page 
{
	width:800px;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	min-width: 500px;
}

/******************************************************************/

#header 
{
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #ddd;
}

/*------------------*/

#header h1 
{
	font-size:32px;
	text-align:center;
	letter-spacing: 7px;
}

#header h1 a 
{
	color:#000000;
}

/*------------------*/

#header #metablock
{
	float: right;
	text-align: right;
	margin: 8px 0;
}

#header #metablock li 
{
	text-align: center;
	list-style: none;
	display: inline;
	padding: 0 8px;
}

#header #metablock a
{
	color: #aaa;
}

/*------------------*/

#headerimg
{
	text-decoration: none;
	padding-bottom: 4px;
}

#headerimg .description 
{
	color:#333;
	font-size:14px;
	text-align:center;
}

/******************************************************************/

#content 
{
	padding: 0px 15px 0px 5px;
	margin: 0px;
	overflow:hidden;
	width: 72%;
	font-size: 16px
	line-height: 22px;
	border-right: 1px solid #888;
}

/*------------------*/

#content .entry 
{
	line-height: 20px;
}

#content .entry p 
{
	font-size: 12px;
	text-align:justify;
}

/*------------------*/

#content .post 
{
	margin: 0;
}

#content .postmetadata 
{
	font-size:11px;
	padding-top:14px;
	color:#555;
	margin: 10px 0;
}

#content .attachment 
{
	text-align: center;
	margin: 5px 0px;
}

#content .smallattachment 
{
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

/******************************************************************/

#sidebar 
{
	background-color: #ffffff;
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
	padding: 1px 10px 10px 0;
	margin-top: 0px;
	width:24%;
}

/*------------------*/

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 16px;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	color:#333;
}

/*------------------*/

#sidebar form 
{
	margin: 0;
}

/*------------------*/

#sidebar ul, 
#sidebar ul ul, 
#sidebar ul ol 
{
	padding: 0px 0px 0px 8px;
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul
{
	margin: 0 0 0 10px;
}

#sidebar ul li 
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, 
#sidebar ul ol li 
{
	margin: 4px 0 0;
	padding: 0;
}

#sidebar ul p, 
#sidebar ul select 
{
	margin: 5px 0 8px;
}

/******************************************************************/

#footer
{
	border: none;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
	width: 100%;
	clear: both;
	background-color: #ddd;
}

#footer p 
{
	text-align: center;
	margin: 6px 0 0 0;
	padding: 3px 0;
	font-size: 10px;
	color: #666;
}

#footer p a,
#footer p a:visited
{
	color: #77c;
}

/******************************************************************/
/*                        OTHER SPECIFIC IDS                      */
/******************************************************************/

#editpagelink 
{
	text-align: left;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

/******************************************************************/

#commentform p 
{
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#commentform input 
{
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea 
{
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 98%;
	padding: 2px;
}

#commentform #submit 
{
	margin: 0;
}

/******************************************************************/
/*                        WIDGET STYLES                           */
/******************************************************************/


#tags 
{
	font-size:.70px !important;
	color:#999;
}

/*------------------*/
/* NOTE: calendar font sizes are in px, since the calendar is a fixed width */

#wp-calendar 
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #prev a 
{
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
}

#wp-calendar #next a 
{
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
}

#wp-calendar a 
{
	display: block;
}

#wp-calendar caption 
{
	text-align: center;
	width: 100%;
	font: bold 21px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-decoration: none;
}

#wp-calendar th 
{
	font-style: normal;
	text-transform: capitalize;
}

#wp-calendar td 
{
	padding: 3px 0;
	text-align: center;
}

/* Doesn't work in IE */
#wp-calendar td.pad:hover 
{ 
	background-color: #fff; 
}

/*------------------*/

#searchform 
{
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
}

#sidebar #searchform #s 
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit 
{
	padding: 1px;
}

/*------------------*/

.textwidget
{
        font: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        font-size: 12px;
	line-height: 17px;
	margin-top: 0;
	padding-top: 0;
}

.textwidget img
{
	margin-bottom: 6px;
}

/******************************************************************/
/*                        PLUGIN STYLES                           */
/******************************************************************/

#quoterotator
{
	height: 100px; /* for IE */
	min-height: 100px;
}

/******************************************************************/
/*                     VARIOUS DATA CLASSES                       */
/******************************************************************/

.wp-caption 
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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 p.wp-caption-text 
{
	font-size: 11px;
	line-height: 20px;
	padding: 0 4px 5px;
	margin: 0;
}

/*------------------*/

.post 
{
	padding-bottom:4px;
}

.post h2 
{
	padding-top:14px;
	padding-bottom:2px;
}

.post h2 a, 
{
	color:#333;
}


.post h2 a:hover 
{
	color:#0066CC;
}


.post hr 
{
	display: block;
}


.postmetadata 
{
	clear: both;
}

.postmetadata ul, 
.postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/*------------------*/

.entry h2,
.entry h3
{
	margin-top: 15px;
}

.entry p a:visited 
{
	color: #0099aa;
}

.entry ul li:before 
{
	content: "\25B0 \0020";
}

.entry ul li.morelistitem:before
{
	content: "";
}

.entry ol 
{
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

html>body .entry ul 
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	text-align:justify;
}

html>body .entry li 
{
	margin: 7px 0 8px 10px;
}

.entry form  /* This is mainly for password protected posts, makes them look better. */
{
	text-align:center;
}

/*------------------*/

.commentlist 
{
	padding: 0;
	margin:0px;
	text-align: justify;
}

.commentlist p 
{
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
}

.commentlist li 
{
	font: 14px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li .avatar 
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, 
.commentlist cite a 
{
	font-weight: bold;
	font-style: normal;
	font-size: 20px;
}

.commentmetadata 
{
	font-weight: normal;
	margin: 0;
	display: block;
}

.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}


/*------------------*/

.navigation 
{
	display: block;
	text-align: center;
	margin-top: 10px;
	padding:2px 0px 20px 0px;
}

.navigation .alignleft
{
	padding-right:4px;
}

/*------------------*/

.alt 
{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}

/******************************************************************/
/*                    VARIOUS DISPLAY CLASSES                     */
/******************************************************************/

.clear 
{
	clear: both;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left
}

.center 
{
	text-align: center;
}

.hidden 
{
	display: none;
}


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

/*
I ate what!?
*/
