/*
Theme Name: DavidAndKevin Standard
Theme URI: http://blog.davidandkevin.com
Description: The 2009 default version of the davidandkevin.com site
Version: 9.0
Author: David Perez
Tags: default

*/

/* generic tags */
a, a:visited{
	color:#CDBAA6;
	text-decoration:underline;
}

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

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

body{
	text-align:center;
	margin:0;
	padding:0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#000000;
	background-image:url('images/background.png');
	background-repeat:no-repeat;
	background-position:top;
	color:#CDBAA6;
	display:block;
}

h1, h2, h3, h4{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1{
	font-size:2.0em;
	margin:0;
	text-align:center;
}

h2 {
	font-size:1.8em;
	color: #CDBAA6;
	text-decoration: none;
}

h2 a, h2 a:visited{
	text-decoration:underline;
}

h2 a:hover{
	text-decoration:underline;
}

h3{
	font-size:1.6em;
	text-decoration: none;
	padding: 0;
}

h4{
	font-size:1.3em;
}

h4 a, h4 a:visited {
	text-decoration:underline;
}

h4 a:hover {
	text-decoration: underline;
}

p {
	/*font-size:1.2em;*/
}

/* generic classes */

.clearfix{
	clear:both;
}

.no_show{
	display:none;
}

.yapb-image-link{
}

.yapb-image{
}

/* named elements */

#page {
	background:none;
	text-align:left;
	overflow:hidden;
	margin:0px auto;
	padding:0;
	width: 900px; /*710px;*/
	font-size:1.2em;
}

#header {
	background-image:url('images/top-banner.png');
	background-position:center;
	background-repeat:no-repeat;
	margin: 0;
	height:194px;
	width:900px;
}

#content {
	margin-top:6px;
	/*background-color:#6C543C; DJP 2/16/09*/
	/*border-color:#A98764;
	border-width:2px;
	border-style:solid; DJP 2/16/09 */
	padding:0;
	margin:0;
}

/*mainbar start****************************************/
#mainbar{
	margin-top:6px;
	padding:0;
	float:left;
	width:700px;
}

#mainbar.single_page{
	background-image:url('images/mainbar-single-column-line.png');
	background-repeat:repeat-y;
}

#mainbar h1{
	display:none;
	margin-bottom:0px;
}

#mainbar_top{
	background-image:url('images/mainbar-top-column-lines.png');
	background-repeat:repeat-y;
}

#mainbar_top h2{
	display:none;
}

#mainbar .category_header_bottom{
	background-image:url('images/column-header-background_03.png');
	height:20px;
	background-repeat:no-repeat;
}

#mainbar .category_header_filler{
	background-image:url('images/column-header-background_02.png');
	background-repeat:repeat-y;
	padding-left:10px;
	margin:0px;
}

#mainbar .category_header_top{
	background-image:url('images/column-header-background_01.png');
	height:20px;
	background-repeat:no-repeat;
}

#mainbar .comments{
	color:#00CC66;
	margin-top:35px;
}

#mainbar .more_text{
	font-size:1em;
	font-variant: small-caps;
}

#mainbar .post{
	margin: 0 0 0 0px;
	text-align: justify;
	text-align:left;
	height:100%;
}

#mainbar .entry{
}

#mainbar .recent_posts_list{
	margin-top:35px;
}

#mainbar .category{
	margin-top:35px;
}

#mainbar .navigation {
}

#mainbar .navigation .prev{
	font-variant: small-caps;
	float:left;
	width:300px;
	text-align:left;
}

#mainbar .navigation .next{
	font-variant: small-caps;
	float:right;
	width:300px;
	text-align:right;
}

#mainbar #single{
	padding-right:7px;
}

#mainbar #single h2{
	text-align:center;
	margin-top:0px;
}


#mainbar ul li{
	/*font-size:1.2em;*/
}

#mainbar_bottom{
	background-image:url('images/mainbar-bottom-column-lines.png');
	background-repeat:repeat-y;
}

#mainbar_bottom h2{
	display:block;
	margin-top:0px;
	background-image:url('images/mainbar-separator.png');
	background-repeat:no-repeat;
}

#mainbar p.postmetadata {
	color: #CDBAA6;
	font-variant:small-caps;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-bottom:35px;
}

#mainbar p.postmetadata a,#mainbar p.postmetadata a:visited{
}

#mainbar p.postmetadata a:hover{
	color:#ff0000;
}

#potw{
	width:345px;
	float:left;
	padding:0px;
	padding-right:5px;
}

#news{
	width:345px; /* want to make sure there's room for a one-pixel column indicator*/
	float:right;
	padding:0px;
	padding-right:5px;
}

#rants_and_raves{
	width:695px;
	padding:0px;
	padding-right:5px;
}

#photos{
	width:695px;
	padding:0px;
	padding-right:5px;
}

#condo_drama{
	width:695px;
	padding:0px;
	padding-right:5px;
}

/*mainbar end****************************************/


/*sidebar start******************************************/
#sidebar {
	padding:0;
	margin-top:6px;
	margin-left:0px;
	width: 200px;
	text-align:left;
	float:right;
	margin-right:0px;
}

#sidebar h1{
	display:none;
}

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

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

#sidebar form {
	margin: 0;
}

#sidebar .page_item {
}

#sidebar ul ul, #sidebar ul ol {
	/*style the ul's below the sections in the sidebar*/
	/*margin: 5px 0 0 10px;*/
	padding-left:20px;
}

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

#sidebar ul ul li {
	/*style the ul's li's below the sections in the sidebar*/
	list-style-type:disc;
	/*margin-bottom: 15px;*/
}

#sidebar ul ul li:before {
	/*provides a bullet style for lists in the sidebar*/
	/*content: "\00BB \0020";*/
}

#sidebar #searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	}
	
#sidebar a, #sidebar a:visited{
	text-decoration:none;
}

#sidebar .sidebar_section_title{
	display:none;
}


#sidebar a:hover{
	text-decoration:underline;
}

#sidebar #ask_truffles_blog_image{
	background-image:url('images/ask-truffles.png');
	background-repeat:no-repeat;
	height:70px;
}

/*#sidebar #photos_blog_image{
	background-image:url('http://www.davidandkevin.com/images/photos.png');
	height:70px;
}*/

#sidebar #home_pages_image{
	background-image:url('images/home.png');
	background-repeat:no-repeat;
	height:70px;
}


#sidebar #registration_links_image{
	background-image:url('images/registration.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #search_image{
	background-image:url('images/search.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #weather_rss_image{
	/*this doesn't get used because WP 2.9.2 doesn't work with KB advanced widget */
	background-image:url('images/weather.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #rss-3 .widgettitle{
	/* this replaces #sidebar #weather_rss_image because WP 2.9.2 doesn't work with KB advanced rss widget */
	background-image:url('images/weather.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #rss-3 h2 .rsswidget{
	/* this replaces #sidebar #weather_rss_image because WP 2.9.2 doesn't work with KB advanced rss widget */
	display:none;
}


#sidebar #netflix_rss_image{
	/*this doesn't get used because WP 2.9.2 doesn't work with KB advanced widget */
	background-image:url('images/netflix.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #rss-5 .widgettitle{
	/* this replaces #sidebar #netflix_rss_image because WP 2.9.2 doesn't work with KB advanced rss widget */
	background-image:url('images/netflix.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #rss-5 h2 .rsswidget{
	/* this replaces #sidebar #netflix_rss_image because WP 2.9.2 doesn't work with KB advanced rss widget */
	display:none;
}

#sidebar #facebook_david_rss_image{
	/*this doesn't get used because WP 2.9.2 doesn't work with KB advanced widget */
	background-image:url('images/facebook-david.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #rss-4 .widgettitle{
	/* this replaces #sidebar #facebook_david_rss_image because WP 2.9.2 doesn't work with KB advanced rss widget */
	background-image:url('images/facebook-david.png');
	background-repeat:no-repeat;
	height:70px;
}

#sidebar #rss-4 h2 .rsswidget{
	/* this replaces #sidebar #facebook_david_rss_image because WP 2.9.2 doesn't work with KB advanced rss widget */
	display:none;
}


/*sidebar end******************************************/

/*footer start******************************************/
#footer {
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	clear: both;
}

#footer h2{
	display:none;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

#footer hr{
	color:#333333;
}

#links{
}

#links h3{
	margin-bottom:0px;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

#links ul{
	margin-bottom:0px;
	margin-left:5px;
	margin-right:10px;
	padding-left:20px;
}

#links .links_column_bottom{
	background-image:url('images/link-column-background_03.png');
	height:20px;
	background-repeat:no-repeat;
}

#links .links_column_filler{
	background-image:url('images/link-column-background_02.png');
	background-repeat:repeat-y;
}

#links_column_one{
	float:left;
	width:300px;
}

#links .links_column_top{
	background-image:url('images/link-column-background_01.png');
	height:20px;
	background-repeat:no-repeat;
}

#links_column_two{
	float:right;
	width:300px;
}

#links_column_three{
	float:right;
	width:300px;
}

#links_first_two_columns{
	float:left;
	width:600px;
}

#links_funstuff{
}

#links_misc{
}

#links_photography{
}

#pagecounter{
	text-align:center;
	clear:both;
	width:900px;
}

#wordpress_credit{
	text-align:center;
	width:900px;
}

#mobile_settings{
}

#hosting_credit{
	/*margin-top:20px;*/
}

#hosting_credit p{
	text-align:center;
}

#hosting_credit_tag {
	background-image:url('images/dandk-hosting-and-design.png');
	background-repeat:no-repeat;
	background-position:center;
	height:34px;
	display:block;
}

#hosting_credit a, #hosting_credit a:hover, #hosting_credit a:visited{
	text-decoration:none;
}

#hosting_credit .hosting_url_text{
	display:none;
}

#webcounter_credit_tag {
	background-image:url('images/webcounter.png');
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	display:block;
}

#webcounter_credit_tag .webcounter_url_text{
	display:none;
}
/*footer end******************************************/


.alt {
	border-top: 1px solid #CDBAA6;
	border-bottom: 1px solid #CDBAA6;
	margin-top:35px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
#commentform textarea {
	width: 100%;
	border-style:solid;
	border-width:2px;
	}
	
#commentform p {
	margin-right:10px;
	margin-left:10px;
	}
	
	
#comment{
	background-color:#6C543C;
	border-color:#CDBAA6;;
	color:#CDBAA6;
	border-style:solid;
	border-width:2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}

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

.alternate_row_highlight{
	background-image:url('images/alternate-row-background.png');
}

.yapb_home_page_img{
	float:left;
	border:2px solid silver;
	margin-right:5px;
	margin-bottom:5px;
}

.yapb_single_page_img{
	margin-bottom:20px;
}

.yapb_archive_page_img{
	float:left;
	border:2px solid silver;
	margin-right:5px;
	margin-bottom:5px;
}
