/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 1
*/

@media screen {

body {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #669999;
	color: #674A7E;
}


a:link {
	color: #c532cb;
	text-decoration: none;
}
a:visited {
	color: #c532cb;
	text-decoration: none;
}
a:hover {
	color: #9a28a3;
	text-decoration: none;
}
a:active {
	color: #c532cb;
	text-decoration: none;
}

#footer a:link {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #addde0;
	text-decoration: none;
}

#footer a:active {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #addde0;
	text-decoration: none;
}
#footer a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #addde0;
	text-decoration: none;
}
#footer a:hover {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #addde0;
	text-decoration: none;
}




#sidebar a:link {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #655078;
	text-decoration: none;
}

#sidebar a:visited {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #655078;
	text-decoration: none;
}

#sidebar a:hover {
	font-family: Arial, Tahoma, Verdana;;
	font-size: 14px;
	color: #c532cb;
	text-decoration: none;
}

#sidebar a:active {
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	color: #655078;
	text-decoration: none;
}


/* IDs for layout */
#wrapper {
	margin: 10px auto 0px auto;
	border-top: 7px solid #356734;
	background-color: #ffffff;
	background-image: url(images/leftnavbar2.jpg);
	background-repeat: repeat-y;
	width: 985px;
	overflow: hidden;
}


#leftnav {
	/*background-image: url(/images/leftnavbar.jpg);
	background-repeat: repeat-y;*/
	float: left;
	height: 615px;
	width: 83px;
	padding-top: 10px;
	padding-left: 11px;
}

#header {
	margin-left: 2px;
	width: 887px;
	float: left;
}

#content {
	background-color: #ffffff;
	margin: 10px 0px 10px 2px;
	padding: 0px 30px 0px 20px;
	width: 650px;
	clear: right;
	float: left;
}

#sidebar {
	margin: 10px 0px; 10px 0px;
	width: 150px;
	clear: right;
	float: right;
}

#sidebar h2 {
	margin-top: 15px;
}

#sidebar ul {
	margin-left: 15px;
	list-style: none;
}

#sidebar li {
	list-style: none;
}

#footerTwo {
	clear: both;
	height: 22px;
	width: 985px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 3px;
}

#footer {
	height: 22px;
	width: 985px;
	padding-top: 5px;
	padding-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


/* classes */
.footerText {
	font-size: 11px;
	color: #addde0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.footerNav {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #addde0;
	text-decoration: none;
}


.disclaimer_txt {
	font-size: 13px;
	font-style: italic;
	color: #674A7E;
}

.footerTwoText {
	font-size: 11px;
	color: #addde0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.footerTwoNav {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11px;
	color: #addde0;
	text-decoration: none;
}


* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */


h1, h2, h3 { font-weight: normal; margin: 0 0 10px 10px; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { }
a:hover { } 


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

.post { }

.entry {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #655078;
	padding: 10px 0px 10px 0px;
}

.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

.navgation {
	clear: both;
	margin-bottom: 20px;
}
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

}
/* END screen media */


/* BEGIN print media */
@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 17pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
}

/* END print media */
