/*

Theme Name: verinote_wp_craiglockhart based on Baughxie
Author: Verinote.com with acknowledgement to switchroyale.com 

Version: 1.1
Author: Verinote.com with acknowledgement to switchroyale.com 
Author URI: http://www.verinote.com
Tags: simple, green, white, light, two-columns, fixed-width, right-sidebar, plugins

*/

/* generic layout --------------------*/

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	background-color: #666600;
	background-image: url(images/body.gif);
	margin-top: 20px;
	padding-top: 20px;
	background-repeat: repeat-x;
	min-height:1000px;
	}

#container
	{
	width: 960px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

/* generic typography ----------------*/

h1
	{
	}

h2
	{
	}

h3
	{
	}

h4, h5, h6
	{
	}

p
	{
	}

blockquote
	{
	font-style: italic;
	}
	
ul
	{
	}
	
li
	{
	padding-bottom: 5px;
}

/* generic navigation ------------------------*/

a:focus
	{ 
    outline: none; /* removes dotted outline in firefox */
	}
	
a
	{
	}
	
a:hover
	{
	}
	
/* alignment and floats ---------------------*/
	
.aligncenter
	{
	display: block;
	margin: 0 auto 20px auto;
	}

.alignnone
	{
	margin: 0;
	}
	
.float-left, .alignleft
	{
	float: left;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.float-right, .alignright
	{
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	}

/* header ---------------- */

#header
	{
	height: 80px;
	font-size: 12px;
	position: relative;
	background-color: #C8DD2B;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(images/header-bck.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

#header h1
	{
	margin: 0;
	font-size: 26pt;
	color: #ffffff;
	font-weight: normal;
	line-height:24pt;
	padding-top: 35px;
	background-position: left bottom;
	text-align: center;
	}

#header a
	{
	text-decoration: none;
	color: #666666;
	}

#header a:hover
	{
	color: #333333;
	}

#header #search
	{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
	width: 156px;
	font-family: "Courier New", Courier, monospace;
	background-color: #C8DD2B;
	}

#header #s
	{
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
	}

/* nav bar ------------------- */

#navbar
	{
	background: url(images/navbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 950px;
	padding-left: 10px;
position: relative;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	}

#navbar ul
	{
	margin: 0;
	padding: 0;
	background-color: #FFFF99;
	}

#navbar li
	{
	display: inline;
	float: left;
	position: relative;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 8px;
	}

#navbar a
	{
	display: block;
	float: left;
	height: 30px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 14px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 7px;
	}

#navbar a:hover, #navbar .current_page_item
	{
	color: #FFFFFF;
	}

/* posts and pages------------------ */

#posts
	{
	width: 590px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 75px;
	}

.commentbubble
	{
	position: relative;
	left: 530px;
	width: 71px;
	}

.commentbubble a
	{
	display: block;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
	}

.commentbubble a:hover
	{
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
	}

.date
	{
	width: 50px;
	height: 60px;
	border: 1px solid #cccccc;
	text-align: center;
	float: left;
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 20px;
	margin-left: 0;
	}

.month
	{
	font-size: 10px;
	background: url(images/navbg.gif) #aba000;
	background-repeat: repeat-x;
	background-position: 0 -5px;
	color: #393900;
	height: 20px;
	line-height: 20px;
	}

.day
	{
	font-size: 16px;
	height: 20px;
	line-height: 30px;
	font-weight: normal;
	}

.year
	{
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	}

.post
	{
	background: #ffffff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.tags
	{
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 60px;
	}

.entry
	{
	margin: 0;
	clear: both;
	}

.entry p 
 	{
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 18px;
	}

.entry li
	{
	font-size: 12px;
	line-height: 16px;
	}

.post h2
	{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 60px;
	}

.page .post h2
	{
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 5px 0;
	margin-bottom: 20px;
	}

.post h3
	{
	font-size: 14px;
	font-weight: bold;
	}

.post a, .navigation a {
	color: #616100;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}



.post a:hover, .navigation a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616100;

}

.post img
	{
	border: none;
	}

.post a img
	{
	border: none;
	}

.postmetadata
	{
	font-size: 10px;
	line-height: 1.25em;
	margin-top: 7pt;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	}

.wp-caption.alignleft
	{
	float: left;
	margin: 5px 20px 20px 0px;
	}

.wp-caption.alignright
	{
	float: right;
	margin: 5px 0 20px 20px;
	}

.wp-caption.aligncenter
	{
	display: block;
	margin: 0 auto 20px auto;
	}

.wp-caption.alignnone
	{
	margin: 20px 0;
	}

.post .wp-caption
	{
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
	}

.post .wp-caption-text
	{
	margin: 0;
	font-size: 12px;
	}
	
/* comments ------------------------------ */	

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}

/* sidebar ------------------------- */

.sidebar
	{
	width: 180px;
	background: #ffffff;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 720px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	}

.sidebar ul
	{
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	}

.sidebar li
	{
	list-style-type: none;
	margin: 0 0 0 0;
	padding-top:0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom:50px;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	}

.sidebar li li
	{
	list-style-type: circle;
	margin-left: 15px;
	line-height: 16px;
	margin-bottom: 5px;
	}

.sidebar h2
	{
	font-size: 14px;
	color: #666666;
	width: 190px;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CADF2D;
	border-right-color: #CADF2D;
	border-bottom-color: #CADF2D;
	border-left-color: #CADF2D;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	}

.sidebar a
	{
	color: #626200;
	text-decoration: none;
	}

.sidebar a:hover
	{
	color: #333333;
	}

/* foooter ----------------------- */

#footer
	{
	clear: both;
	background-color: #C8DD2B;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/header-bck.gif);
	background-repeat: no-repeat;
	}

#footer h1
	{
	text-align: center;
	font-size: 11px;
	color: #666600;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

#footer a
	{
	color: #666600;
	text-decoration: none;
	}

#footer a:hover
	{
	color: #FFFFFF;
	}

/* calendar ----------------------- */

#wp-calendar
	{
	width: 220px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
	}

#wp-calendar caption
	{
	text-align: left;
	}

#wp-calendar #today
	{
	background: #cccccc;
	}

#wp-calendar a
	{
	display: block;
	width: 100%;
	height: 100%;
	}

#wp-calendar a:hover
	{
	background: #cccccc;
	}

/* contact form --------------------------------- */

#contact-form input, #contact-form textarea
	{
	background-color: #bdd221;
	border: 1px solid #666600;
	}

#contact-form
	{
	font-size: 11px;
	}

#contact-form submit
{
margin-top:500px;
}

/* location maps ------------------------- */

#os-map
	{
	border: 1px solid #626200;
	width:500px;
height:455px;
}

p.credit 
	{
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	margin-top: 10px;
}
