/*BACKGROUND IMAGE************/
body {
	/*background: url('images/background2.jpg') repeat fixed top center; */
	background:#FFF;
	/*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/
	font:13px 'Courier New', Courier, serif; /*ENTRY FONTS*/
	color:#000; /*OVERALL TEXT COLOR*/
}
#blank {position: absolute; top: 0; z-index: 400; height: 100px;width: 900px;}
#homeheader {width: 900px; 
             height: 707px;
             background: #ffffff url(images/top.jpg) no-repeat top center;}
.homeshow {float: left; top: 120px;padding: 15px; position: absolute;}
.homeshow h2 {position: absolute; top: 45px; margin:20px 17px;
	font-size:22px;
	font-family: Garamond, serif; 
	line-height:18px;
	color:#000000;
        width: 800px;
        }
.homeshow .post {font-family: Garamond, serif;
       font-size:15px;
	line-height:15px;
	color:#000000;
        width: 540px;
        margin-top: -65px;position:relative;}

#catheader {width: 900px; 
             height: 707px;
             
             margin-top: -282px;
             position; relative;
             }
#headerplain {width: 900px; 
             height: 282px;
             background: #ffffff url(images/logo.jpg) no-repeat top center;
             display: block;
             }
.headerlink a{width: 900px; 
             height: 282px;
             display: block;}

/*LINK STYLES****************/
a, a.visited {
	text-decoration:none;
	color:#4f96ca;
}
a:hover {text-decoration:none;}


/*LOGO IMAGE*****************/
#logo {
	height:333px;
	width:100%;
	background:#fff url('images/logo.jpg') no-repeat top center;	
}

.postseparator {width: 860px;
                height: 93px;
                background: #fff url(images/separator.jpg) center center no-repeat;}

/*MENU COLORS****************/
#menu {
        position: absolute;
        top: 135px;
}

#menu li a, ul#menu li {
	font-family: 'Courier New', Courier, serif; 
        font-size: 13px; /*MENU FONT STYLES*/
	text-transform: uppercase;
	color:#4f96ca;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#7a7a7a; /*MENU FONT COLOR WHEN HOVERING*/
} 

#menu li li, #menu li.last {border: 0;}

/*BANNER COLORS*************/
#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}

.imagewell_logo {background: transparent url(images/imagewell.gif) right center no-repeat;
        width: 890px;
        height: 51px;
        position: absolute;
        z-index: 100;
        top: 570px;
        text-align:center;}

/*TWITTER / SEARCH / RSS***/
.holder {
        padding:0px 15px 0px;
	background:transparent;
        position: absolute;
        top: 155px;
        margin-left: 620px;
        float: right;
        width: 280px;
        z-index: 500;
        height: 24px;
}
.holder .text strong {
	display:block;
	font-size:10px;
	color:#2c2c2c;
	font-weight:normal;
	line-height:17px;
	position:relative;
	margin:-4px 0 0;
}
.holder .text p {
	font-size:10px;
	color:#2c2c2c;
	line-height:17px;
	margin:0 0 5px;
}

/*POSTS*******************/
.title {
	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/
	width: 1000px;
	padding:0 0 20px 0px;
	margin: 20px 0 20px;
        display: block;

}
	/*POST TITLE FONT STYLE**/
.ti, .title h2, .title h2 a, .title h2 a:visited {
	padding: 0 10px 0 0;
        margin: 0;
	font-size:22px;
	font-family: Garamond, serif;
	line-height:20px;
	color:#000;
        float: left;
        display: inline;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title small {
	color:#999;
	font-size:12px;
	font-weight:normal;
        margin: 0;
        padding:0;
float: left;
        display:inline;
        line-height: 20px;
}
.title small a {color: #4f96ca;}


/*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:830px;	
	margin:0 15px 58px;
	padding:8px 0 4px;
	max-height:110px;
	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;

}
.arrows li {
	font:13px/25px Georgia, serif;
	color:#000;
	text-transform:uppercase;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 16px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#000;
	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: 830px;
	padding-left: 15px;
}

.alignleft {float: left;}
.alignright {float: right;}

.clear {clear: both;}





/*Edit only 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: 900px;
	padding:0px 0 20px;
}
/*header*/
#header img {display:block;}
#menu {
	list-style:none;
	margin:0 0 0 -5px;
	padding:0 0 0 0px;	
	height:1%;
        width: 740px;

}

ul#menu li {
	padding:2px 12px;
        float:left;
        border-right: 1px #4f96ca solid;
        margin: 0;
        letter-spacing: normal;
}
#menu li a {
        padding: 0;
        margin: 0;
	height:16px;
	float:left;
	text-align:center;
	text-decoration:none;
        letter-spacing: normal;
}
#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 li ul{
        padding: 4px;
	margin:0;
	list-style:none;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#e9e6dd;
        border: 0;
}

#menu ul li {
	padding:0 4px 0;
	width:100px;
        margin: 0 auto 0;
        clear: both;
        border: 0;	
	display:block;
        float: left;
        height:auto;

}
#menu ul li a {
	text-align:center;
	width:100%;
	background:none;
	color:#7a7a7a;
	line-height:18px;
	height:auto;
        float: left;
        padding: 0;
        font-size: 12px;
}
#menu ul li a:hover {color:#000;}

.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {

	padding:0 64px 0 17px;
}
form#searchform {
	padding:0px;
        width: 160px;
        margin: 0;
        display: inline;
        float: left;
}
form#searchform label {
	color:#4f96ca;
	line-height:10px;
	display:inline;
	text-transform:uppercase;
	padding:3px 0 3px;
        margin: 0 5px 0 0;
        float: left;
        font-family: Courier, serif;
        font-size: 14px;
        height: 18px;
}
form#searchform span {
	background: #999999;
	float: left;
	width:90px;
	height:18px;
	padding:0px 4px 0px;
}
form#searchform span input {
	background:none;
        color: #fff;
	border:0;
	width:90px;
        font-size: 10px;
        font-family: Courier;
}
span.rss {padding: 0px; float: left; display: inline;
        width: 95px;
        height: 18px;
        background: transparent url(images/rss.jpg) no-repeat right center; }
span.rss a {
	float: right;
	width:20px;
	height:18px;
	overflow:hidden;
	padding-right: 75px;
        padding-top: 2px;
	font-family: Courier, serif;
        font-size: 14px;
	color:#4f96ca;
}
/*content*/
#content {
	width:860px;
	background:#fff;
	padding:20px;
        margin:0;
        overflow: hidden;
}
.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-family: 'Courier New', Courier, serif; 
        font-size: 12px;
	margin:0 19px 0 -21px;
        text-spacing: 1px;
}
.coment li a, .coment li a:visited {
	color:#4f96ca;
	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;
}