/*   
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 {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 Arial, Helvetica, Geneva, sans-serif; }
.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 */

#header {
	display: none;
}

#page-wrap { width: 600px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0 0 20px 0; font-size: 18px; }
h1 { }
h2 { }
h3 { }

p { margin: 0 0 6px 0; }
a { text-decoration: none; color: #c79711;}
a:hover { } 

blockquote { }
blockquote p { }

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

.post { margin-left: auto; margin-right: auto; width: 203px;}

.entry { display: none; }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .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 { }

form { }
input[type=text] { }
textarea { }


/* Content  */

#wrap {
	text-align: center;
	width: 203px;
	float: left;
}


#wrap a span {
	display: none;
}

#wrap a {
	background: url(/wp-content/uploads/contact.jpg) no-repeat 0 0;
	width: 203px;
	height: 64px;
	text-indent: -20000px;
	display: block;
}

#wrap a.contactme {
	margin-top: -4px;
	background: none;
	text-indent: 0;
	height: 20px;
	vertical-align: top;
}

.tel {
	margin-bottom: 8px;
}

.mail {
	margin-bottom: 4px;
}


/* Modal Window */

.modaltext {
	padding-left: 200px;
	padding-right: 20px;
	text-align: left;
	line-height: 1.3em;
	font-size: .9em;
}

div.modaltext p {
	text-align: left;
	margin-bottom: 20px;
}

#simplemodal-container a.modalCloseImg {
	background:url("images/x.png") no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-14px;
	right:-10px;
	cursor:pointer;
}


#contact-overlay {
	background-color: #000000;
	cursor: wait;
}

#simplemodal-container {
	font-size: 16px;
	text-align: left;
	width: 300px;
	height: 500px;
	padding: 10px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.9);
	filter:alpha(opacity=90);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-left: 15px;
}

#simplemodal-container h1 {
	color: #D76300;
	margin: 0;
	padding: 10px 0 6px 0px;
	text-align: left;
}

#simplemodal-container .contact-loading {
	background: url("loading.gif") no-repeat scroll 0 0 transparent;
	height: 55px;
	margin: -14px 0 0 170px;
	padding: 0;
	position: absolute;
	width: 54px;
	z-index: 8000;
}

#simplemodal-container .contact-error {
	background: none repeat scroll 0 0 #000000;
	border: 2px solid #CCCCCC;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 auto;
	padding: 2px;
	width: 92%;
}

#simplemodal-container br {
	clear: both;
}

#simplemodal-container form {
	margin: 0;
	padding: 0;
}

#simplemodal-container label {
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 4px;
	text-align: right;
	width: 100px;
}

#simplemodal-container .contact-input {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #FFFFFF;
	float: left;
	margin: 2px;
	padding: 2px;
	width: 300px;
}

#simplemodal-container textarea {
	font-size: 13px;
	height: 114px;
}

#simplemodal-container .contact-cc {
	cursor: default;
	font-size: 0.9em;
}

#simplemodal-container .contact-top {
	background: url("form_top.gif") no-repeat scroll 0 0 transparent;
	height: 13px;
	margin: 0;
	padding: 0;
}

#simplemodal-container .contact-bottom {
	background: url("form_bottom.gif") no-repeat scroll 0 0 transparent;
	font-size: 0.7em;
	height: 13px;
	text-align: center;
}

#simplemodal-container .contact-bottom a, #simplemodal-container .contact-bottom a:link, #simplemodal-container .contact-bottom a:active, #simplemodal-container .contact-bottom a:visited {
	color: #666666;
	position: relative;
	text-decoration: none;
	top: -4px;
}

#simplemodal-container .contact-bottom a:hover {
	color: #888888;
}

#simplemodal-container .contact-button {
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	height: 24px;
	margin: 4px 0 0 4px;
	text-align: center;
	vertical-align: middle;
}

#simplemodal-container .contact-send {
	background: url("send.png") no-repeat scroll 0 0 transparent;
	width: 50px;
}

#simplemodal-container .contact-cancel {
	background: url("cancel.png") no-repeat scroll 0 0 transparent;
	width: 65px;
}

#simplemodal-container a.modal-close, #simplemodal-container a.modal-close:link, #simplemodal-container a.modal-close:active, #simplemodal-container a.modal-close:visited {
	color: #999999;
	font-size: 1.2em;
	font-weight: bold;
	position: absolute;
	right: 6px;
	text-decoration: none;
	top: -4px;
}

#simplemodal-container a.modal-close:hover {
	color: #9BB3B3;
}








} /* END screen 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: 19pt; }
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 */