/*
Theme Name: Dum
Theme URI: http://lizandlaura.com
Author: Yo Momma
Version: 0
.
For the finest site there is.
.
*/

html,body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.9em;
	background-color: #444;
}

p {
	font-size: 1.1em;
	line-height: 1.5em;
}

h1,h2,h3,h4,.page_list,.seealso_items a {
	font-family: Georgia,Times New Roman,Times,serif;
}

/* big blocks*/

#whole {
	width: 900px;
	margin: 1em auto 1em auto;
	background-color: white;
	background-image: url(/wp-content/themes/dum/images/site_mid.gif);
}

#header {
	background-color: #4060aa;
	height: 106px;
}
#tagline {
	position:absolute;
	left:750px;
	top:100px;
	color:#FFF;
	font-weight:bold;
	font-family:Georgia,Times New Roman,Times,serif;
	font-size: 11px;
}
#sidebar {
	float: right;
	width: 210px;
}
#sidebar_top {
	height: 4em;
}
#main {
	float: right;
	padding: 10px 40px 20px 30px;
	width: 560px;
}
#footer {
	clear: both;
	font-size: 0.8em;
	color: #444;
	background-image: url(/wp-content/themes/dum/images/site_bottom.gif);
	height: 44px;
	padding-left: 40px;
	text-align: center;
}



/* navigation links */

.page_list {
	margin: 0;
	padding: 0;
}
.page_item {
	list-style: none;
	display: block;
	margin: 0px;
}
.page_item a {
	display: block;
	padding: 3px 0px 1px 15px;
	text-decoration: none;
	color: #ff69b4;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	/* Special bonus for IE6 */
	width: 100%;
}
.page_item a:hover {
	background-image: url(/wp-content/themes/dum/images/star-empty.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #000;
	border-color: #ff69b4;
}
.current_page_item a {
	color: #000;
	background-image: url(/wp-content/themes/dum/images/star.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
}
.current_page_item a:hover {
	background-image: url(/wp-content/themes/dum/images/star.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
a.rss_link {
	margin: 1em;
	text-decoration: none;
	color: #999;
}
a.rss_link:hover {
	color: black;
}


/* homepage magazine layout */
/* total width: 560px */

#main_title {
	font-size: 2.5em;
	padding: 0.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.3em;
}
.headline {
	padding: 1em;
}
.headline h1 {
	font-size: 1.8em;
	margin: 0;
}
.headline p {
	font-size: 1.3em;
}
.headline .headline-image {
	width: 250px;
}
.headline-block {
	float: left;
	width: 270px;
}
.headline-divider {
	float: left;
	width: 20px;
}
.sub-headline {
	padding: 1em;
}
.sub-headline h2 {
	font-size: 1.5em;
	margin: 0;
}
.sub-headline p {
	font-size: 1.2em;
}
.sub-headline .headline-image {
	width: 100px;
	float: right;
	margin: 0 0.3em 0.3em 0;
}

.category_section {
	float: left;
	border: 1px solid #eee;
	margin-bottom: 1em;
}
.category_section h2 {
	padding: 0.2em;
	background-color: #eee;
}
.category_feature {
	padding: 1em;
}
.category_feature a {
}
.category_icon {
	float: right;
	margin: 1em;
}

.seealso {
	padding: 0 1em 1em 1em;
}
.seealso h3 {
	color: #666;
}
.seealso_items {
	background-image: url(images/vertical.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
}

.list_date {
	font-size: 1.1em;
	color: #6A6;
}

hr {
	clear: both;
	border: 1px solid white;
	margin: 0;
	padding: 0;
}

.hey-you {
	padding: 1em;
	text-align: center;
	margin-bottom: 0.5em;
}
.hey-you .hey-title {
	font-weight: bold;
	color: #999;
}
.hey-you a:link, .hey-you a:visited {
	font-weight: normal;
	margin-left: 1.5em;
}

/* articles */

/* page border around a single post */
.post {
	margin-bottom: 1em;
}
.listing {
	margin-bottom: 1em;
}

/* container for all article content */
.content {
	color: #333;
}

.excerpt {
	color: #666;
	font-size: 0.9em;
}
.excerpt p {
	margin: 0;
	padding: 0;
}

.subcategory {
	font-size: 0.8em;
}

.meta {
	font-size: 0.8em;
}
.meta-share a.noicon:hover {
	color: black;
}

.post a, .comments a, .subcategory a, .seealso a, .note a, .comment_header a, .hey-you a, #recommendy a {
	color: #ff69b4;
	font-weight: bold;
	border-bottom: 1px solid #ffdaec;
	text-decoration: none;
}
.post a:hover, .comments a:hover, .subcategory a:hover, .seealso a:hover, .note a:hover, .comment_header a:hover, .hey-you a:hover, #recommendy a:hover {
	color: white;
	background-color: #ff69b4;
	border-color: #ffb4da;
}

.comment-meta {
	font-size: 0.7em;
}

.product_author {
	font-weight: bold;
}
.product_title {
	font-style: italic;
}
.product_label {
	font-size: 0.8em;
	font-color: #666;
}
.product_referral {
	width: 70%;
	padding: 0.8em;
	border: 1px dashed #9C9;
	margin: 1em auto 1em auto;
}
.referral_plug {
	font-size: 0.9em;
	color: #666;
	font-style: italic;
	margin: 0.5em;
}
.product_referral h3 {
	background-color: green;
	color: white;
	padding: 0.2em;
}

.show_artist {
	font-weight: bold;
}
.show_venue {
}
.show_date {
	font-size: 0.9em;
}

#recommendy {
}
#recommendy ul {
    list-style: disc outside url(/wp-content/themes/dum/images/star-empty.gif);
    margin: 0;
    padding-left: 20px;
}
#recommendy .columny {
    width: 280px;
    float: left;
}
#recommendy h4 {
}

/* lllibs */
#lllibs {
	margin: 1em;
}
#lllibs .row {
	width: 100%;
	clear: both;
	padding-top: 0.3em;
}
#lllibs label {
	float: left;
	width: 12em;
}
#lllibs input {
	float: left;
}

/* Cards */

.card_choice {
	display: block;
	padding: 4px;
	margin: 1em;
	font-size: 1.3em;
}
.card_choice img {
	margin-right: 1em;
}


/* next/prev page links at the bottom of some articles */
#page_links {
	text-align: center;
}
#page_links a {
	font-size: 1.1em;
	font-weight: bold;
	color: #ff69b4;
}
#page_links a:hover {
	color: white;
	background-color: #ff69b4;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h1 a,h2 a,h3 a, h4 a {
	color: #4060aa;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
h1 a:hover,h2 a:hover,h3 a:hover, h4 a:hover {
	background-color: #4060aa;
	color: #fff;
}
h1 { font-size: 2em; margin-bottom: 0.8em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.1em; }
h4 { font-size: 0.9em; }

/* Comments */
ul.comments {
	list-style: disc outside url(/wp-content/themes/dum/images/star-empty.gif);
}
.comment-meta p {
	font-size: 1.5em;
}
#comment_container {
	display: none;
}


/* Bonus contact box for address/phone */

.contact {
	margin: 0.5em;
	padding-left: 0.3em;
	border-left: 4px solid #CCC;
}


#searchform {
	margin: 2em 1em;
	padding: 0;
}
#searchform input {
	font-family: sans-serif;
	font-size: 0.8em;
}
#s {
	border: 1px solid #ccc;
	font-weight: bold;
    overflow: auto;
}
#s.focusin {
	background-color: #fff;
	border-color: #444;
	color: #ff69b4;
}
#s.focusout {
	background-color: #eee;
	border-color: #ccc;
	color: #999;
}
#searchsubmit {
	border: 1px solid #ccc;
	background-color: #eee;
}

.link {
	color: #666;
}
.link a {
	font-weight: bold;
}

img {
	border: 0;
}
