/*
Theme Name: ROBservations
Theme URI: http://www.robservations.ca
Description: A custom template designed by vclever for ROBservations.
Version: 1.1
Author: Andrew Arnott
Author URI: http://www.vclever.com
*/

body  {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	font-size: 12px;
	background: #FFFFFF;
	text-align: center;
	color: #666666;
}

a {
	color: #274198;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#000000;
}

a:visited {text-decoration: none}

h1 {
	color: #000000;
	font-size: 26px;
	font-weight:500;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #274198;
	font-size: 22px;
	padding: 10px 0 10px 0;
	margin: 0 0;
}

h3 {
	color: #274198;
	font-size: 16px;
	padding-top: 0;
	margin-top: 6px;
}

h4 {
	color: #000000;
	font-size: 14px;
	padding-top: 0;
	margin-top: 6px;
}

img {
	border:none;
}

img.alignleft {
	float: left;
	margin: 10px 20px 10px 0px;
}

img.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

img.touch {
	float:left;
	margin: 0 20px 10px 0;
}

.alignright {float: right;}

.alignleft {float: left;}

#header {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

#logo {
}

#menu {
}

.menu {
	color:#666666;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: 800;
	text-transform:uppercase;
}

.menu li {
	display: inline;
	list-style-type: none;
	margin-right:70px;
	margin-left:0px;
	padding: 0 0;
}

.menu ul {
	text-indent:0px;
	margin-left:0px;
	padding: 0 0;
}

.menu a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 15px;
}

.menu a:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(images/pen_ul.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
}

#right_column {
	width: 317px;
	margin-left: 540px;
}

#right_column h3 {
	color: #666666;
	font-size: 16px;
	padding-top: 0;
	margin-top: -20px;
}

#right_column ul {
	padding-left:15px;
}

#right_column li {
	padding-bottom:7px;
}

#col_top {
	background-image: url(images/col_top.jpg);
	height: 14px;
}

#col_content {
	background-image: url(images/col_bg.jpg);
	background-repeat: repeat-y;
	padding: 10px 20px 20px 25px;
}

#col_bottom {
	background-image: url(images/col_bottom.jpg);
	height: 24px;
	margin-bottom: 20px;
}

#col_pen {
	background-image: url(images/col_pen.gif);
	height: 20px;
	margin: 10px auto 30px auto;
	background-repeat:no-repeat
}

#rssdiv {
	width: auto;
	display:block;
	float:none;
}

#linkedindiv {
	width: auto;
	display: block;
	float:none;
}

#main_content {
	float: left;
	width: 500px;
	height: auto;
}

#pen_h1 {
	width: 213px;
	height: 40px;
	padding: 0 0;
	margin: 0 0 10px 0;
	background-image: url(images/pen_h1.gif);
	background-repeat:no-repeat;
}

#post_top {
	background-image: url(images/post_top.jpg);
	height: 9px;
	width: auto;
	background-repeat: no-repeat;
}

#post {
	height: auto;
	width: auto;
	background-image: url(images/post_bg.jpg);
	background-repeat: repeat-y;
	padding: 5px 45px 10px 30px;
	margin: 0 0;
}

.info_txt {
	margin-top: 20px;
	margin-right: 25px;
	padding-top: 5px;
	border-top: 1px solid #999999;
	font-size: 10px;
}

#post_bottom {
	background-image: url(images/post_bottom.jpg);
	height: 29px;
	width: auto;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 20px 0;
}
#postit_top {
	background-image: url(images/postit_top.jpg);
	height: 50px;
	width: auto;
	background-repeat: no-repeat;
}

#postit_bg {
	height: auto;
	width: auto;
	background-image: url(images/postit_bg.jpg);
	background-repeat: repeat-y;
	padding: 5px 35px 10px 30px;
	margin: 0 0;
}

#postit_bottom {
	background-image: url(images/postit_bottom.jpg);
	height: 21px;
	width: auto;
	padding: 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 8px 0;
}

#comments h3 { padding-top: 15px}

img.avatar {
	float:left;
	margin-right: 10px;
}

ul.commentlist {list-style-type: none}
ul.children {list-style-type: none}

li.comment {border-bottom: 1px solid #999999}
ul.children li {border-bottom: none}

.comment-body{margin-top: 20px}

.reply {margin-bottom: 15px}

.navigation {
	color:#000000;
	padding: 0 30px 10px 5px;
	font-size: 14px;
	font-weight: 800;
}

.navigation a {
	color: #000000;
	text-decoration: none;
	padding-bottom: 15px;
}

.navigation a:hover {
	color: #274198;
	text-decoration: none;
	background-image: url(images/pen_ul.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
}

#design {
	margin-right: 25px;
	font-size: 10px;
}	

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

.footer {font-size:10px; color:#666666;}
.footer a {color: #666666; text-decoration: none;}
.footer a:hover {color: #999999; text-decoration: none;}

#author {font-family:Arial, Helvetica, sans-serif; border-top:none; border-left:none; border-right: solid 2px #999999; border-bottom: solid 1px #999999;}
#email {font-family:Arial, Helvetica, sans-serif; border-top:none; border-left:none; border-right: solid 2px #999999; border-bottom: solid 1px #999999;}
#url {font-family:Arial, Helvetica, sans-serif; border-top:none; border-left:none; border-right: solid 2px #999999; border-bottom: solid 1px #999999;}
#comment {width: 425px; font-family:Arial, Helvetica, sans-serif; border-top:none; border-left:none; border-right: solid 2px #999999; border-bottom: solid 2px #999999;}

.clearfloat {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}