/*  
Theme Name: Vibrant Events
Theme URI: http://vibrantevents.net/
Description: Developed by <a href="http://jadeorchard.com">jadeOrchard Web Development</a>
Version: 1.0
Author: JadeOrchard Web Development
Author URI: http://jadeorchard.com/
*/



/* Begin Typography & Colors */

h2.pagetitle {
	font-size: 1.6em;
}

#mainCol h2, #mainCol h2 a {
	font-weight: 900;
	font-size: 1.3em;
	line-height: 1.1em;
	font-family: Verdana, Arial, SunSans-Regular, sans-serif;
}

h2, #mainCol h2 a, h2 a, h2 a:visited, h3 a, h3 a:visited, p.postmetadata a, .entry p a {
	color: #ffab2e;
	}

h2, #mainCol h2 a, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite, p.postmetadata a, .entry p a {
	text-decoration: none;
	}

h3 {
	font-size: 1.3em;
	font-style: italic;
	}

.entry {
	margin-top: 10px;
}
.entry p {
	margin-bottom: 10px;
}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist .alt {
	background-color: #f5f5f5;
	}

.commentlist small {
	font-size: 1.2em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	color: #333;
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	color: #444;
	font-weight: normal;
	}

#sideColBlog ul, #sideColBlog h2 {
	font-size: 1.2em;
	}

#sideColBlog p {
	font-size: 1em;
	}

/*Add for Twitter section of Blog right column - 3/1/2010*/	
#sideColBlog div {
	font-size: 10px;
	}
	
#sideColBlog ul ul, #sideColBlog ol ol {
	font-size: .95em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, #mainCol h2 a:hover, h2 a:hover, h3 a:hover, p.postmetadata a:hover, .entry p a:hover {
	color: #ff3b00;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px;
	text-align:left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: left;
}

.postmetadata {
	border-bottom: 1px #ccc dotted;
	}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 1.5em;
	margin-bottom: 0px;
	text-align: center;
}

#sideColBlog h2 {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.4em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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



/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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

img.alignRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	}

img.alignLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	}

.alignright {
	float: right;
	}

.alignLeft {
	float: left;
	}
/* End Images */



/* Begin Lists */

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

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

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

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

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

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

#sideColBlog ul ul, #sideColBlog ul ol {
	margin: 5px 0 0 10px;
	}

#sideColBlog ul ul ul, #sideColBlog ul ol {
	margin: 0 0 0 10px;
	}

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

#sideColBlog ul ul li, #sideColBlog ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sideColBlog ul li ul li a {
	color: #ff3b00;
	text-decoration: none;
}
#sideColBlog ul li ul li a:hover {
	text-decoration: underline;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	width: 100%;
	height: 1.2em;
	margin: 10px 0;
	}

#searchform #s, #searchform #searchsubmit {
	border: 1px #888 solid;
	height: 100%;
	}

#searchform #s {
	background-color: #f2f2f2;
	width: 150px;
	padding: 2px;
	margin-right: 4px;
	float: left;
	}

#searchform #searchsubmit {
	width: 52px;
	background-color: #EBEBEB;
	padding: 1px;
	}

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

select {
	width: 130px;
	}

#commentform input {
	border: 1px #888 solid;
	width: 160px;
	padding: 2px;
	margin: 5px 0;
	}

#commentform textarea {
	border: 1px #888 solid;
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align:left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}


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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

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

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

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

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

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



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	<!--margin-bottom: 60px;-->
	}

/* End Various Tags & Classes*/


