/* 
Theme Name: Mountain Dawn
Theme URI: http://ulyssesonline.com/2008/01/04/the-mountain-dawn-theme/
Description: A simple single column WordPress theme.
Author: Ulysses Ronquillo
Author URI: http://ulyssesonline.com
Version: 0.3
Tags: one columns, fixed width, blue, green, orange, widgets, no sidebar, graphics free

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Global Settings */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #FFFFFF url(http://www.quorumassociates.com/images/border3.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
h1 {
	font-size: 0.95em;
	color: black;
}
h2 {
	font-size: 1.3em;
	color: #919191;
        margin-bottom: 10px;
}

h3 {
	color: #919191;
	font-size: 1.3em;
}

p{
	line-height: 1.5em;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

.alt {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
	}

small, .small {
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 5px;
	}

strong {
	color: #961C1C;
       }

.description {
	font-size: 1.2em;
	text-align: left;
	color:#ddd;
	}
.red {
	color: #F56203;
       }
.byline {
	font-size: .8em;
}
.thoughtCategory {
        margin:10px 0px 0px 0px;
}

/* Layout Settings */


#container {
	width: 1000px;
	text-align: left;
	margin: 25px 0px 0px 50px;
	font-size: 1em;
}
#content, #contentWide {
	margin: 0;
	float: right;
	padding-top: 20px;
}
#content {
	width: 600px;
}
#contentWide {
	width: 100%;
}
.leftColumn {
	float: left;
	width: 450px;
	padding-top: 25px;
}
.rightColumn {
	float: right;
	width: 450px;
	padding-top: 25px;
}
.leftColumn a, .rightColumn a {
        line-height: 1.3em;
}

/* Header Settings */
#header {
	width: 100%;
	height: 100px;
}
#contactInfo {
	float: right;
	font-size: 0.9em;
	padding-top: 85px;
}

#home .currentHome, #about .currentAbout, #articles .currentThought, #contact .currentContact {
background: url(http://www.quorumassociates.com/images/currentPg.png) no-repeat;
}

/* Global Nav Settings */

.navTitle a {
	color: #961C1C;
	font-weight: bold;
}

#navList
{
	font-size: 0.9em;
	font-weight: bold;
	clear: both;
	text-align: center;
	padding: 2px 50px 0px 10px;
	margin: 14px 0px 0px 165px;
}
#navList li
{
	display: inline;
	list-style-type: none;
	float: left;
}

#navList a {
	background:url(http://www.quorumassociates.com/images/pipe.gif) no-repeat 0 12px;
	padding: 11px 30px;
	margin:0 1px 0 -1px;
	display: block;
	width: auto;
	text-decoration: none;
	color: #666666;
}

#navList a:hover {
	background-color:#666666;
	color:#FFFFFF;
	margin:0;
}
#navList .noBullet a{
	background-image: url(http://www.quorumassociates.com/images/none);
}


/* Sidebar Nav Settings */
#sidebar {
	float: left;
	width: 275px;
	margin-top:20px;
	font-size: .8em;
	color: #919191;
	list-style-type: none;
	margin-left: 15px;
}
#sidebar h2 {
     font-size: .9em;
	 margin-bottom: 0px;
	 margin-left: -10px;
}

#sidebar li {
	list-style-type: none;
	margin-top: 10px;
	}

#sidebar p {
    font-size: .8em;
	padding: 5px 0px;
	list-style-type: none;
}
#sidebar a {
	color: #919191;
	text-decoration: none;
	list-style-type: none;
}
#sidebar a:hover {
	color: #961C1C;
	font-weight: bold;
	list-style-type: none;
}
#sidebar .widgettitle {
	list-style-type: none;
	margin-top: 10px;
	font-weight: bold;
	color:#919191;
	}
.categoryname li {
	list-style-type: none;
	padding: 20px 12px 0px 12px;
        font-weight: bold;
        color:#919191;
        text-transform: capitalize;
}
.postname li {
	list-style-type: none;
        font-weight: normal;
        color:#919191;
        margin-left: 0;
	padding-left: .5em;
	text-indent: -.5em;
}

.current_page_item {
	list-style-image: url(http://www.quorumassociates.com/images/currentLI.png);
	color: red;
}

#sidebar a.current_post_item {
	background: url(http://www.quorumassociates.com/images/currentLI.png) no-repeat left center;
	padding-left: 10px;
	margin-left: -10px;
}
/* Footer Settings */

#footer {
	text-align:center;
	font-size: 0.8em;
	clear: both;
	padding-top: 30px;
}
.footer li {
	display: inline;
	list-style-type: none;
	background:url(http://www.quorumassociates.com/images/pipe.gif) no-repeat;
	padding: 0px 12px;
}
.footer a {
	text-decoration: none;
	color: #4E4E4E;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .noBullet {
	background-image: none;
}



/* Post Settings */

.entrytext p {
	margin: 20px 0px;
	font-size: .8em;
}

.entry p a:visited {
	color: #F56203;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
h3#comments {
        font-size: 1.0em;
        color: #000000;
}

.commentlist {
	padding: 0px 0px 10px 0px;
	text-align: justify;
        font-size: .9em;
        border-bottom: 1px solid #000000;
        border-bottom: 1px solid #000000;
        margin-bottom: 15px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
        padding-bottom: 8px;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
#wp-calendar #prev a #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#tableList ul {
	margin: 0;
	}

/* Begin Other */
.pdf {
	float: right;
	width: 75px;
	padding: 12px 0px 12px 20px;
	border-left: 1px solid black;
	margin-left: 20px;
}
.leftColumn p, .rightColumn p {
	font-size: .9em;
	margin:15px 0px;
        line-height: 1em;
}
.leftColumn a, .rightColumn a {
	text-decoration:none;
}
.leftColumn a:hover, .rightColumn a:hover {
	text-decoration:underline;
}

/* End Other */

/* Begin Search */
#searchform {
margin: 10px 0px 0px 15px;
}

#searchpage {
position: absolute;
top: 210px;
left: 130px;
}

.article-title {
font-size: .8em;
}

.search-entry {
font-size: .8em;
}

#search-content {
width: 650px;
	margin: 0;
	float: right;
	padding-top: 20px;
}

/* End Search */