/*  
Theme Name: PAG's ColdBlue
Theme URI: http://webrevolutionary.com/coldblue/
Description: Variant of ColdBlue just for PAG
Version: 1.2.2
Author: WebRevolutionary and KP
Author URI: http://webrevolutionary.com/
Modified by : Karl Peschel http://www.karlpeschel.com
*/

/* ---------[ Defaults for HTML tags ]---------- */

body {
	margin: 0px auto;
	padding: 0px;
	color: #000000;
	background: #28313A url('images/background.gif') repeat-x top;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 10px 0;
	font-size: 100%;
	line-height: 150%;
}

p a img {
	margin: 10px;
	background: #FFFFFF;
	padding: 0px;
	border: 2px solid #999999;
	border-top: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

p a:hover img {
	border: 1px solid #777777;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

blockquote {
	font-size: 100% !important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444444;
	margin: 0 0 0 22px;
	padding: 0 0 10px 5px;
	line-height: 110%;
	display: block;
	border-left: 2px solid #CCCCCC;
}


/* ---------[ Basic Anchor Styles ]---------- */
a {
	margin: 0px;
	padding: 0px;
	color: #0000CC;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	background-color: transparent;
}

a:visited {
	text-decoration: none;
	background-color: transparent;
}

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

a:active {
	text-decoration: none;
	background-color: transparent;
}

/* ---------[ HTML Header Styles ]---------- */

h2, h3, h4, h5, h6 {
	color: #000000;
}

h2 {
	font-size: 150%;
}

h2 a {
	color: #000000;
	text-decoration: none;
}

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

h3 {
	font-size: 130%;
	margin: 0 0 8px 0;
}

h4 {
	font-size: 110%;
}

/* ---------[ Page Elements ]---------- */


#page-wid {
	margin: 10px auto;
	padding: 0px;
	width: 900px;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0px;
	padding: 10px 0px;
	clear: both;
	text-align: left;
	width: 100%;
	float: left;
	position: relative;
	background-color: #FFFFFF;
}

#content {
	margin: 0px;
	padding: 0px 15px;
	width: 560px;
	float: left;
	background-color: transparent;
}

#content.home {
	background-image: url(images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 35px;
}

.home {
	margin: 0;
	padding: 0px;
	background-image: url(images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: -10px 35px;
}

#content.kidz {
	background-image: url(images/kidz-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 55px;
}

#content.membership {
	background-image: url(images/membership-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#content.contact {
	background-image: url(images/contact-bg.jpg);
	background-repeat: no-repeat;
}

#content.artshows {
	background-image: url(images/artshows-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#content.membsites {
	background-image: url(images/membsites-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}

#content.venues {
	background-image: url(images/venues-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 50px;
}


/* ---------[ General Classes ]---------- */

.float-left, .alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 12px 12px 0;
}

.float-right, .alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}

.center, .centered {
	display: block;
	clear: both;
	margin: auto;
}

.block {
	display: block;
	padding: 10px;
}

/* ---------[ Header Elements ]---------- */

#header {
	margin: 0px;
	height: 100%;
	padding: 0px;
	background: #3776BD url('images/header_background.gif') repeat-x bottom;
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #3776bd;
}

#header h1 {
	margin: 0px;
	padding: 15px 10px 10px 10px;
	font-size: 200%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
}

#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
}

/* ---------[ Top Navigation Elements ]---------- */

#top_nav {
	margin: 0px;
	padding: 5px 0px;
	position: relative;
	float: left;
	width: 100%;
}

#navigation {
	margin: 0px;
	padding: 5px;
	text-align: left;
}

#navigation li {
	display: inline;
}

#navigation li a {
	padding: 5px 10px;
	color: #99CCFF;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

#navigation li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#top-cats {
	margin: 0 0 0 5px;
	padding: 0px;
	width: 895px;
	position: relative;
	float: left;
}

#top-cats ul {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	list-style: none;
}

#top-cats ul li {
	margin: 0px;
	padding: 0px 3px;
	display: inline;
	font-size: 100%;
}

#top-cats ul li a {
	color: #FFFFFF;
}

/* ---------[ Search Form Elements ]---------- */

#searchform {
	margin: 0px;
	padding: 20px 20px 10px 0;
	font-size: 100%;
	width: 40%;
	float: right;
	text-align: right;
}

#searchform * {
	vertical-align: baseline;
}

#s {
	width: 200px;
}

/* ---------[ Sidebar Elements ]---------- */

#sidebar {
	margin: 0px;
	padding: 0px 10px;
	width: 280px;
	float: left;
}

#sidebar h2 {
	margin: 0px;
	padding: 10px 5px 8px 5px;
	font-size: 140%;
	background-image: url(images/sidebarh2bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

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

#sidebar li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 100% !important;
	border: none;
}

#sidebar ul.block-list li a {
	display: block;
	margin: 0px;
	padding: 7px 0;
	list-style: none;
	text-decoration: none;
}

#sidebar ul.block-list li a:hover {
	text-decoration: none;
}

#sidebar #s {
	width: 150px;
}

/*  li #mylinkorder.widget ul li {
	list-style: disc;
	padding: 0 0 0 5px;
}  */


/* ---------[ Post Title Elements ]---------- */

.post-title {
	margin: 0px;
	padding: 0 0 5px 0;
	background-image: url(images/post-titlebg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.post-title h2 {
	margin: 0px;
	padding: 5px 0px;
}

.post-title h3 {
	color: #333333;
	font-size: 100%;
}

.post-title h3 a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

.post-title h3 a:hover {
	border-bottom: 1px solid #AAAAAA;
	color: #444444;
}

/* ---------[ Post Content Elements ]---------- */

.post-content {
	margin: 0px;
	padding: 5px 0 0 0;
}

.post-content ul, .post-content ol {
	margin: 5px 0 12px 24px;
	list-style: disc;
	font-size: 100%;
}

.post-content ol {
	list-style: decimal;
}


/* ---------[ General Post Elements ]---------- */

.post {
	padding: 0 0 10px 0;
	margin: 0 0 25px 0;
}

.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 100%;
	background: #eaf3f9 url('images/meta_top.gif') no-repeat top;
	color: #6F7F8A;
}

.post-meta-cap {
	background: transparent url('images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}

.post-meta span {
	display: block;
	padding: 10px 0;
}

.post-meta a {
	text-decoration: none;
}

.post-meta a:hover {
	text-decoration: underline;
}

.post h3 {
	margin: 0 0 2px 0;
	color: #6F7F8A;
}

.post-comments {
	margin: 26px 0;
}

.post-comments h3 {
	margin: 0 0 5px;
}

/*now uses wp-pagenavi*/
.post-navigation {
	padding: 5px;
	text-align: center;
}

#post-footer {
	margin: 0px;
	padding: 5px 10px 0px 10px;
	clear: both;
	text-align: left;
	border-top: 1px double #E3E3E3;
}

img.WP-PrintIcon {
	margin: 0px;
	padding: 0px;
}

span.emailit {
	padding: 0px 5px 0px 25px;
	background: url(images/email.gif) 0 0 no-repeat;
}

span.printit {
	padding: 0px 5px;
}

/* ---------[ Comment Elements ]---------- */

.comment {
	display: block;
	padding: 20px 20px 0 20px;
	border-bottom: 1px dotted #ccc;
	background: #FAFAFA;
}

.comment.alt {
	background: #FFFFFF;
}

.comment-author {
	text-align: left;
	float: left;
	color: #000000;
	font-size: 120%;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}

.comment-author a {
	color: #333333;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

.comment-author img {
	margin: 0 10px 0 0;
	position: relative;
	top: 6px;
}

.comment-content {
	padding: 0 0 0 10px;
	display: block;
	width: 300px;
	float: left;
}


/* ---------[ Sidebar Calendar Elements ]---------- */

#wp-calendar {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

#wp-calendar table caption {
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	height: 26px;
	color: #999999;
}

#wp-calendar thead {
	height: 20px;
}

#wp-calendar td {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	text-align: center;
}

#wp-calendar thead tr th {
	margin: 0px;
	font-size: 120%;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}

#wp-calendar td a {
	margin: 0px;
	font-weight: bold;
}


/* ---------[ Footer Elements ]---------- */

#footer {
	margin: 0px;
	padding: 15px 0px;
	clear: both;
	background: #000000;
	width: 100%;
	text-align: left;
}

#footer p {
	font-size: 100%;
	line-height: 125%;
	margin: 0 0 5px 20px;
	color: #999999;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 1px solid #222;
	font-weight: bold;
}

#footer a:hover {
	color: #FFFFFF;
	border-bottom: 1px solid #444;
}

#blog-name {
	font-size: 120%;
	color: #AAAAAA;
}

#webrevolutionary-link {
	color: #666666;
}

#webrevolutionary-link a {
	color: #CCCCCC;
}

#webrevolutionary-link a:hover {
	color: #FFFFFF;
}

/* =====================================

Stuff I added for particular plugins
and customizations.
Karl Peschel  2007
www.karlpeschel.com
for Parker Artists Guild WP site
======================================*/
.redtext {
	color: #CC0000;
}

.hilite {
	background-color: #FFFF66;
}

#subscribe2widget form {
	margin: 0px;
	padding: 5px 0px;
}

#websites-nav {
	margin: 0px;
	padding: 5px;
}

#websites-nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#websites-nav ul li {
	margin: 0px;
	padding: 0px 5px;
	display: inline;
	font-size: 100%;
	font-weight: bold;
}

#websites-nav ul li a:hover {
	color: #CC3333;
	text-decoration: underline;
}

#paglogo, #paglogo a img {
	margin: 0px;
	padding: 0px;
	border: none;
}

#pagcalendar {
	margin: 0px auto;
	padding: 5px;
	width: 90%;
	font-size: 100%;
}

#pagcalendar p, #pagcalendar ul {
	font-size: 110%;
}


/*----------[ DD Sitemap Styles ]----------*/

.ddsg-wrapper {
	margin: 10px 15px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ddsg-wrapper h2 {
	margin: 10px;
	padding: 0px;
	font-size: 110%;
}

.ddsg-wrapper ul {
	margin-left: 10px;
	padding: 0px;
}

.ddsg-wrapper ul li {
	margin: 0px;
	padding: 2px 5px;
	font-size: 100%;
}

.ddsg-wrapper ul li ul li{
	margin: 0px;
	padding: 2px 5px;
	font-size: 100%;
}

.ddsg-pagenav {
	margin: 0px;
	padding: 0px;
}

