/*
 	WP HTML Sitemap
	Contact: Bill Edgar (bill.edgar@oaktondata.com)
	http://www.oaktondata.com/wordpress-html-sitemap
	
	Copyright (c) 2012, Oakton Data LLC
	All rights reserved.

	Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
	    
	    * Redistributions of source code must retain the above copyright
	      notice, this list of conditions and the following disclaimer.
	    * Redistributions in binary form must reproduce the above copyright
	      notice, this list of conditions and the following disclaimer in the
	      documentation and/or other materials provided with the distribution.
	    * Neither the name of the Oakton Data LLC nor the
	      names of its contributors may be used to endorse or promote products
	      derived from this software without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
	DISCLAIMED. IN NO EVENT SHALL Oakton Data LLC BE LIABLE FOR ANY
	DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
	(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
	LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
	ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
	(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
	
	This is the WP HTML Sitemap CSS theme.
	
 */

@import url(http://fonts.googleapis.com/css?family=Gudea|Istok+Web);

.post_data {
	font-size: 12px;
	font-family: font-family: 'Gudea', sans-serif;
	color: #A0A0A0;
}
.wp_html_sitemap_authors h2 {
	color: #2880C3;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_authors ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
.wp_html_sitemap_categories h2 {
	/* color: #2880C3; */
	color: #336633;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_categories ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
.wp_html_sitemap_forums h2 {
	color: #2880C3;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_forums ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
.wp_html_sitemap_pages h2 {
	color: #2880C3;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_pages ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
.wp_html_sitemap_posts h2 {
	/* color: #2880C3; */
	color: #336633;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_posts h3 {
	font-size: 16px;
	/* color: #2880C3; */
	color: #660033;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_posts ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
.wp_html_sitemap_products h2 {
	color: #2880C3;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_products ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
.wp_html_sitemap_topics h2 {
	color: #2880C3;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 3px grey;
}
.wp_html_sitemap_topics ul a {
	color: #404040;
	font-size: 14px;
	font-family: font-family: 'Gudea', sans-serif;
}
/*
     */
/*
*/