@import "css/all.css";


/*BACKGROUND IMAGE************/
body {
	background: url('images/BG01.jpg') repeat-x;   /* #3e362a - dark brown */ 
	background-attachment:fixed; 
	background-color: #96a09f;
	font:13px Century Gothic, Verdana, Helvetica, sans-serif; /*ENTRY FONTS*/
	color:#948C75; /*OVERALL TEXT COLOR*/
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#3e362a;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	display: none; /* this hides it */  
	height:70px;
	width:300px;
	background:#fff url('images/logo.png') no-repeat left;	
}

/*SPACE BETWEEN MENUBAR****************/
#spacer {
	margin:5px;
	}

/*MENU COLORS****************/
#menu {
	background: #3e362a;
	line-height: 10px;
	width: 985px;
}

#menu li a {
	font:12px Verdana, Arial, Helvetica, sans-serif; /*MENU FONT STYLES*/
	text-transform: lowercase;
	color:#ccc;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#7a7a7a; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
	height: 400px; /*BANNER HEIGHT in case you want to change it*/
	overflow: hidden;
}


/*SOCIAL BOX AREA CONTAINING TWITTER / FACEBOOK***/
.socialbox {
	display: none;  /* hiding the whole damn thing right now until i figure out how i want it to look */
	background:#3e362a; /* bcc9c8 */
	height: 50px;
	width: 1000px;
	color: #FFF;
	font-size:10px;
	font-weight:normal;
	line-height:10px;
}

/*WELCOME AREA***/
.welcomebox {
	background:#eee; /* bcc9c8 */
        height: 280px;
}

.welcomebox .hellopic {
	float: right;
	background: url(images/hellopic.jpg) no-repeat;
	margin: 30px 15px 15px 10px;
	width: 180px;
	height: 263px;
}

.welcomebox .hellomsg {
        /* float: left; uncomment back when twitter is fixed */
        margin-top: 20px;
        margin-right: 40px;
        margin-bottom: 0px;
        margin-left: 45px;

	/*display: block;*/
	/* width: 300px;  uncomment back when twitter is fixed */
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	text-indent: 0px;
	color:#CC6633; /* 0099FF CC3300*/
	line-height: 17px;
}

#twitter_div {
	background: #ccc;
	background-repeat: no-repeat;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;*/
	width: 380px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 15px;
	padding-left: 5px;
}

#twitter_div h2 {
	font-size: 10px;
	color: #fff;
}

#twitter_div ul li {
	color: #222;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;*/
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}

/*POSTS*******************/
.title {
	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/
	background:url(images/msposttitle.jpg) no-repeat; 
	padding:0 0 0 44px;
	margin-top: 20px;
}

.title hr {
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:20px;
	color:#3e362a;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span a, .title span {
	color:#c0c0c0;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}


/*COMMENT BOX**************/
.comment {
	/*COMMENT BOX BACKGROUND color*/
	background:#f0f0f0;
}
.text-box p span,
.text-box p a
{
	/*COMMENTER's LINK COLOR*/
	color:#2574b6;
}
.comment {
	width:970px;	
	margin:0 15px 58px;
	padding:8px 0 4px;
	max-height:148px;
	overflow:auto;
}
.text-box {padding:0 12px;}
.text-box p {
	font:11px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#222121;
	margin:0;
}
/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	background:#fff;
}
.arrows li {
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#948C75;
	text-transform:uppercase;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#948C75;
	text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#b2b2b2;
	text-align:center;
}
#footer p {margin:0;}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: none;
	color: #b2b2b2;
}

/*NAVIGATION for single posts*/
.navigation {
	width: 970px;
	padding-left: 15px;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}




/*EDIT IF YOU DARE */




body {
	margin:0;		
}
img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/*main container*/
#main {
	
	margin:0 auto;
	width: 1018px;
	padding: 0px 0 20px;  /* Padding for whole site.  Top Right Bottom Left*/
}

/******* drop shadows around main container *******/
#bg-top {
	background:url(images/bg-top.png) no-repeat bottom;
	height:50px;
	margin-top: -15px;
}

#wrapper {
	margin:0 auto;
	padding: 0px 0px 0px 9px;
	width:1018px;
	background:url(images/bg-mid.png) repeat-y;
}

#bg-bottom {
	background:url(images/bg-bottom.png) no-repeat top;
	height:30px;
}

/*header*/
#header img {display:block;}

#menu {
	list-style:none;
	margin:0;
	padding:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 30px 0px 30px;
	float:left;
}
#menu li a {
	height:25px;
	float:left;
	text-align:center;
	text-decoration:none;
}
#menu li.hover a,
#menu li:hover a,
#menu li.hover,
#menu li:hover {
	position: relative;
}
#menu li.hover ul,
#menu li:hover ul {
	display: block;
}
#menu ul {
	padding:14px 0 6px;
	margin:0;
	list-style:none;
	width:147px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:120px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
	display:block;
}
#menu ul li a:hover {color:#000;}

.search {
	margin-top: -3px;
	margin-left: 0px;
	padding:0 0px 0 0px;
}
.search label {
	color:#ccc;
	font-size:10px;
	line-height:10px;
	text-transform:uppercase;
	padding:0 0 9px;
}
.search span {
	width:171px;
	height:10px;
	padding:6px 8px 0;
}
#menu ul li .search span input {
	background:none;
	border:0;
	width:171px;
}
.rss {
	padding: -3px 0 0 0px;
}
.rss a {
	margin-top: -3px;
	margin-right: 0px;
	width:24px;
	height:24px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}


.socialbox {
	padding: 2px 0px 5px;
	width:970px;
	overflow:hidden;
	
}

.socialbox ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.socialbox ul li {float:left;}
.socialbox .text {
	width:420px;
	padding:0 0px 0 0px;
}

.socialbox .fb {
	color: #fff;
}

.socialbox ul li.fb {
	text-align:right;
	font-weight:normal;
	padding:0 0px 0 440px;
}


/******/
.welcomebox {
	padding:0px 0px 20px;
	width:1000px;
	overflow:hidden;
}
.welcomebox ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.welcomebox ul li {float:left;}
.welcomebox .text {
	width:420px;
	padding:0 64px 0 17px;
}

/*content*/
#content {
	width:1000px;
	background:#fff;
	padding:23px 0 0;
}
.post {
	padding:0 15px;
	overflow:hidden;
}
.post p {
	line-height:25px;
	margin:0 0 22px;
}
.image {
	display:block;
	margin:0 0 19px;
}
.image img, img {
	display:block;
	margin:0 auto;
}
.content-box {
	width:970px;
	padding:0 15px 10px;
	overflow:hidden;
}
.coment {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	height:1%;
	position:relative;
}
.coment li {
	background:url(images/comments-divider.gif) no-repeat 0 50%;
	padding:0 19px 0 21px;
	position:relative;
	float:left;
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	margin:0 19px 0 -21px;
}
.coment li a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.coment li a:hover {text-decoration:underline}
.links {
	list-style:none;
	margin:0;
	padding:0 2px 0 0;
	float:right;
}
.links li {
	float:left;
	padding:0 6px 0 0;
}
* html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}
* +html .links li {
	float:left;
	width: 15px;
	padding:0 6px 0 0;
}


/*new-comment*/
.new-comment {
	width:640px;
	padding:0px 0 0 257px;
}
.form {
	width:436px;
	padding:0px 35px 30px 28px;
	background:#fff;
}
.form label {
	display:block;
	color:#4c4c4c;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
}
.form-box {
	width:100%;
	overflow:hidden;
}
.left-box {
	float:left;
	width:232px;
	padding:2px 0 0;
}
.right-box {
	float:right;
	width:200px;
}
.right-box textarea {
	width:178px !important;
	height:109px !important;
	padding:10px !important;
	overflow:auto !important;
	border:1px solid #ccc !important;
}
.form .line {
	padding:0 0 17px !important;
}
.form .line input {
	width:186px !important;
	border:1px solid #ccc !important;
	padding:1px 6px !important;
}
.form  .cancel {
	display:block;
	width:38px;
	height:12px;
	overflow:hidden;
	background:url(images/cansel.gif) no-repeat;
	text-indent:-9999px;
}
.form .bottom {
	height:1%;
	overflow:hidden;
	padding:8px 0 0 144px;
}
.form .bottom input {
	float:left;
	margin:0 19px 0 0;
	padding:2px 0 0;
}
.log_admin{
	padding-left: 234px;
}
.title a {
	text-decoration: none;
}
.comment_form input, .comment_form textarea, .input {
	border:1px solid #ccc !important;
}
.comment_form{
	padding-left: 257px;
	width: 432px;
}
.comment_form .submit{
	border: none !important;
}
.inner {
	padding: 20px;
}
.coment{
	text-transform: uppercase;
}