/* =========================

	boastMachine v3.1 'Vintage' style sheet
		by Peter VanNess
		http://www.rampantdesign.info

   ========================= */

html,body {
	background: #D9D9D9;
	margin: 0px;
	font-family: Verdana,'Trebuchet MS';
	font-size: 11px;
	color: #333333;
	text-align: center;
	word-wrap: break-word;
}

#wrap {
	width: 630px;
	border-top: 1px #003366 solid;
	border-left: 1px #003366 solid;
	border-right: 1px #003366 solid;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 630px;
	height: 257px;
	background: #003366 url('images/header.png') no-repeat;
}

#header_title {
	font-size: 24px;
	font-family: Magneto, Arial;
	padding-left: 400px;
	padding-top: 220px;
}

#header_title a {
	color: #003366;
}

#main {
	width: 630px;
}

#container {
	background: #ffffff;
	width:630px;
	overflow: hidden;
}

#menu_container {
	float: right;
	width: 165px;
}

#menu {
	background: #003366;
	line-height: 17px;
	padding-left: 25px;
	color: #ffffff;
}

#menu strong {
	color: #ff0000;
	font-size: 15px;
	font-family: Helvetica;
}

#menu a {
	color: #ffffff;
}

.menu_item {
	margin-bottom: 17px;
}


.menu_item input {
	background: #666666;
	color: #ffffff;
}

.menu_item strong {
	font-size: 13px;
}

.menu_item img {
	margin-top: 2px;
}

#content {
<?php
	// Size
		if($page_menu)
			echo "width: 410px;";
		else
			echo "width: 630px;";
?>
        padding: 10px;
	z-index: 3;
}

#footer {
    background: #003366;
	height: 180px;
	width: 630px;
	font-size: 10px;
	font-family: Helvetica, Verdana;
	color: #F8F8F0;
	text-align: center;
    margin-bottom: 5px;
}

#footer_title {
        margin-top: -30px;
        padding-left: 300px;
}

#cc {
       padding:0;
       margin:0;
}

#footer a{
	color: #F8F8F0;
}
/* =============== GENERAL TAGS ================== */

a {
	color: #0E3964;
	text-decoration: none;
	cursor: url('http://boastology.com/blog/templates/Crispy/images/wagtail.ani'),hand;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

input,textarea,select {
	font-size: 11px;
	font-family: Verdana;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background: #cccccc;
	padding: 3px;
}



/* =============== POST STYLES ================== */

h1, .post_title {
	font-family: Georgia, Helvetia;
	font-size: 20px;
	font-weight:normal;
	margin: 0px;
	color: #003366;
}

.post_title {
	margin-top: 5px;
	height: 25px;
	width: 65%;
	background: #cccccc;
	padding: 5px;
	border: 4px #bbbbbb outset;
	font-family: Magneto, Arial;
}

.post_title a {
	letter-spacing: -1px;

	color: #003366;
}

.post_title a:hover {
	color: #666666;
}

.post_date {
	line-height: 30px;
	font-family: Georgia;
	font-size: 17px;
}

.post_text {
	line-height: 18px;
	margin-top: 5px;
	width: 410px;
}

.post_info {
	margin-left: 20px;
	margin-top: 15px;
	font-family: 'Trebuchet Ms',Arial;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 50px;
}

.post_info a {
	color: #003366;
}


.main_page_info {
	margin-top: 25px;
	margin-bottom: 75px;
}

.main_page_info a {
	text-decoration: underline;
}

/* Image inserted with bbCode */
.bbcode_img {
	border-width: 5px;
	border-style: solid;
	border-color: #E5E5E5;
}


/* =============== Comments ================== */


.comment {
	border-top: 1px dashed #cccccc;
	background: #fafafa;
	padding: 10px;
	margin-bottom: 20px;
}

.comment_text {
	line-height: 15px;
	margin-bottom: 20px;
}

.comment_info {
	font-family: Helvetica,Arial;
	font-weight: bold;
	margin-bottom: 10px;
}

.comment a {
	color: #0E3964;
}

.comment .thread_reply {
	color: #0E3964;
}

#comment_form {
	position: relative;
	padding: 10px;
	border-top: 1px dashed #cccccc;
}

/* =============== MISC ================== */

.track {
	font-size: 12px;
}

.form_fields {
	margin-left: 25%;
	border: 1px solid #cccccc;
	background-color: #fafafa;
	padding: 25px;
	width: 280px;
	text-align: right;
}

.form_fields textarea, input, select {
	font-family: Verdana,'Trebuchet MS';
	font-size: 11px;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
}

.bold_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 13px;
}

.page_num {
	margin-top: 50px;
	margin-bottom: 50px;
}

.hr_line {
	border-color: #EFEFEF;
	border-style: dashed;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

#error_msg {
	margin-top: 50px;
	text-align: center;
}

.file_list {
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica;

	border: 1px;
	border-style: solid;
	border-color: #EFEFEF;

	background: #F7F7F7;
	padding: 5px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.file_list a {
	font-weight: normal;
}

#file_div, #file_div a {
	font-size: 7pt;
	color: #FF6600;
}

/* The post lists table in the user account */
#posts_list_table th {
	background-color: #D5DBBE;
}

/* The invisible Layer used in the ALT+U effect */
#floating_layer {
	position: absolute;
	visibility: hidden;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica;

	border: 1px;
	border-style: solid;
	border-color: #47697E;
	background: #F7F7F7;
	padding: 10px;
	line-height: 18px;
	width: 200px;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* =============== Calendar ================== */

.calendar_table {
	font-family: Helvetica, verdana, sans-serif;
	color: #ff0000;
}

.calendar_table a {
	text-decoration: underline;
}


.calendar_month {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.calendar_days {
	text-align: center;
	font-weight: bold;
}

.calendar_current_day {
	text-align: center;
	background-color: transparent;
	color: #ff0000;

	font-weight: bold;
}

.calendar_current_day a {
	color: #00ff00;
}

.calendar_day {
	text-align: center;
	background: #003366;
	color: #ffffff;
}

/* personally added */
a.p, em.p, abbr {
          font-style: italic;
}

/* blockquote code from natbat.net */
blockquote {
	text-indent: 25px;
	background: url('<?php echo $bmc_vars['site_url']."/templates/".CFG_THEME; ?>/images/quotes1.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
}
blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	background: url('<?php echo $bmc_vars['site_url']."/templates/".CFG_THEME; ?>/images/quotes2.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
/* end personally added */