/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #D8DFE6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626262;
}

span.error {
	font-size: 11px;
	color: red;
}

form {
	margin: 0;
	padding: 0;
}

input {
	padding: 5px;
}
input.textbox {
        border: 1px solid #626262;
}


h1,h1 a,h2,h2 a,h3,h3 a {
	margin: 0;
	font-weight: bold;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

.alert {
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
    font-weight: bold;	
}

.success {
    padding-top: 10px;
    padding-bottom: 10px;
    color: green;
    font-weight: bold;	
}

a {
	color: #1DA4EF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}


/* Header */
#header {
	background: #1F2429 url(/images/bg.png) repeat-x;
	height: 60px;
	padding-top: 8px;
}

#couple {
	margin-left: 10px;
}

#menu {
	margin-top: -42px;
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	padding-top: 10px;
}

#menu a {
	display: block;
	padding: 5px 20px 0px 20px;
	margin-right: 5px;
	background: #0E7AEF;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #DFEEFF;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 25px;
}

#menu .last {
	margin-right: 20px;
}

#menu a:hover {
	text-decoration: underline;
	color: #0E7AEF;
	background: #ffffff;
}

#menu .current_page_item {
	
}

#menu .current a {
	background: #D8DFE6;
	color: #000000;
}

#menu .current a:hover {
	background: #D8DFE6;
	text-decoration: none;
	color: #000000;
}

/* Page */
#page {
	width: 965px;
	margin: auto;
	padding: 20px 20px 0 20px;
}

/* Content */
#content {
	background: #FFFFFF;
	margin-right: 260px;
	padding: 20px 23px;
	margin-bottom: 20px;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
}

.post {
	padding-top: 10px;
	margin-bottom: 10px;
}

.post h1,h1 a,h2,h2 a,h3,h3 a {
	margin: 0;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.post h1 a:hover,h2 a:hover,h3 a:hover {
	margin: 0;
	color: #0EA4EF;
	font-weight: bold;
}

.post h2 {
	padding: 0px 30px 5px 0px;
	font-weight: normal;
	font-size: 24px;
}

.post .byline_wrap {
	color: #A4ABAF;
	padding-bottom: 10px;
	border-bottom:1px dotted #C4C4C4;	
	height: 15px;
}

.post .byline_wrap .author {
	float: left;
	font-size: 14px;
}

.post .byline_wrap .author strong {
	color: #2F2F2F;		
}

.post .entry p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 14px;	
	color: #000000;
}

.post .entry .articlephoto {
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.postmetadata {
	padding: 10px;	
}

.comment_count {
	font-weight: bold;
	font-size: 13px;
	float: right;
	color: #000000;
}

a.replylink {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold; 	
}

a:hover.replylink {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline; 	
}

.comment {
	font-size: 14px;
	color: #000000;
	border: 0;
}
.comment .title {
	background:#F1F1F1 none repeat scroll 0 0;
	border-bottom:1px solid #E5E5E5;
	padding: 10px;
}

#addcomment{
	padding: 10px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
	background: #FFFFFF;
	border-bottom: 3px solid #59C0F8;
	border-top: 3px solid #59C0F8;
}

#sidebar-content {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: none;
}

#sidebar h2 {
	padding: 5px 0px 5px 0px;
	background: url(/images/img09.gif) no-repeat;
	text-transform: lowercase;
	font-size: 1.3em;
	color: #004385;
}

#sidebar input.submit {
	width: auto;
	height: auto;
	border: 0;
}

#sidebar input {
	font-size: 12px;
}

.sidebar_panel {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: none;
}

/* User links */
ul.userlinks {
	list-style: none;
	padding-top: 5px;
	margin: 0;
}

ul.userlinks li {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding: 5px;
	padding-left: 20px;
	font-size: 11px;
	
}

/* recent posts */

.side_links {
	border: 1px solid #9BADBF;
	padding: 10px;
}

.side_links ul {
	list-style: none;
}

.side_links ul li {
	border-bottom: 1px solid #9BADBF;
}

.side_links ul li.last {
	border: 0;
}

.side_links ul li a{
	padding: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #0EA4EF;
	display: block;
}

.side_links ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0EA4EF;
}

.side_links .more {
	float: right;
	font-size: 10px;
}


/* Sidebar login form */
#login-form input {
	width: 100px;
	font-size: 11px;
	padding: 3px;
	font-weight: bold;
}

#login-form .label {
	font-size: 11px;
}

#login-form td {
	padding-top: 10px;
}

#login-form .submit {
	padding-top: 10px;
	font-size: 11px;
}

#login-form .submit input {
	width: 50px;
	background-color: #AF9999;
	border: 1px solid black;
}

/* Footer */
#footer {
	margin-top: 10px;
	padding: 20px 0 10px 0;
	background: #757575 url(/images/img08.gif) repeat-x;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .rss {
	background: url(/images/img18.gif) no-repeat left center;
}

#footer .xhtml {
	background: url(/images/img19.gif) no-repeat left center;
}

#footer .css {
	background: url(/images/img20.gif) no-repeat left center;
}

#footer .legal a {
	padding: 0;
}

/***************************************
Talking tooltip
*****************************************/
.bubbleInfo {
	float: left;
	width: auto;
}

/* Bubble pop-up */ /* Bubble pop-up */
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	border-collapse: collapse;
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft {
	background: transparent url(/images/bubble/bubble-1.png) repeat-x bottom
		;
}

.popup td.top {
	background: transparent url(/images/bubble/bubble-2.png) repeat-x bottom
		;
}

.popup td.top img {
	background: none;
	display: block;
	margin-top: 1px;
}

.popup td#topright {
	background: transparent url(/images/bubble/bubble-3.png) repeat-x bottom
		;
}

.popup td.left {
	background-image: url(/images/bubble/bubble-4.png);
}

.popup td.right {
	background-image: url(/images/bubble/bubble-5.png);
}

.popup td#bottomleft {
	background-image: url(/images/bubble/bubble-6.png);
}

.popup td.bottom {
	background-image: url(/images/bubble/bubble-7.png);
	height: 20px;
	text-align: center;
}

.popup td#bottomright {
	background-image: url(/images/bubble/bubble-8.png);
}

.popup div.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans",
		sans-serif;
}

/****************************************
Registration form
****************************************/
#registration_form {
	width: 100%;
}

#registration_form input.textbox {
	border: 2px solid #C3D1DF;
	font-size: 14px;
	font-weight: bold;
}

#registration_form .small {
	color: #8F8F8F;
	width: 250px;
	font-size: 10px;
}

#registration_form td {
	padding: 10px;
	padding-bottom: 5px;
}

#registration_form td.label {
	text-align: right;
	font-size: 14px;
	width: 20%;
	color: #27619F;
	vertical-align: top;
}

/***************************
* LINKS
****************************/

.nav_right {
    float:right;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; 
}

.nav_right a {
    text-decoration: none;
}

.nav_right a:hover {
    text-decoration: underline;
}

.nav_left {
    float:left;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; 
}

.nav_left a {
    text-decoration: none;
}

.nav_left a:hover {
    text-decoration: underline;
}

/*********************************
* pager
**********************************/
ul.pager { border:0; margin:0; padding:0;}

.pager li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
}
.pager a{
border:solid 1px #9aafe5;
color:#2e6ab1;
margin-right:2px;
}

.pager .active a{
border: none;
color:#ffffff;
}
.pager .previous-off,
.pager .next-off {
border:solid 1px #DEDEDE
color:#888888
display:block;
float:right;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
}
.pager .next a,
.pager .previous a {
font-weight:bold;
}
.pager .active {
background:#2e6ab1;
color:#FFFFFF;
font-weight:bold;
display:block;
float:right;
border:solid 1px #9aafe5;
}
.pager a:link,
.pager a:visited {
color:#0e509e
display:block;
float:right;
padding:3px 6px;
text-decoration:none;
}
.pager a:hover{
    font-style: italic; 
    background-color: #C2D7EF;
}

.pager .active a:hover{
    font-style: italic;
    background-color: #2e6ab1; 
}

/**************************
* WORDPRESS
***************************/

.alignleft {
	float: left;
	font-size: 16px;
}

.alignright {
	float: right;
	font-size: 14px;
}

/**************************
* COLLAPSIBLE ARCHIVE CSS
***************************/

li.widget {
    list-style: none;	
}

li.widget#collapsible-archive ul {
	list-style: none;
	margin-top: 5px;
	margin-left: 5px;
}

li.widget#collapsible-archive li {
    margin-bottom: 8px;	
}

li.widget#collapsible-archive ul li a {
	text-decoration: none;
	color: #004385;
}