/*BACKGROUND IMAGE************/

body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #999999;
	background-color: #CCCCCC;
}

/*LINK STYLES****************/
a {
	text-decoration:none;
	color:#d3bae5;
}
a:hover {text-decoration:underline;}


/*LOGO IMAGE*****************/
#logo {
	height:70px;
	width:100%;
	background:#fff url('images/logo.jpg') no-repeat left;	
}


/*MENU COLORS****************/

#menu {
	background:#fff;
}

#menu li a {
	font:12px Helvetica, Arial, sans-serif; /*MENU FONT STYLES*/
	color:#FFFFFF;	/*MENU FONT COLOR*/
	
}

#menu li a:hover {
	color:#999999; /*MENU FONT COLOR WHEN HOVERING*/
} 


/*BANNER COLORS*************/
#banner {
height: 325px; /*BANNER HEIGHT in case you want to change it*/
overflow: hidden;
}


/*TWITTER / SEARCH / RSS***/
.holder {
	background:#e9e6dd;
}
.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
	background:url(images/post-title.jpg) no-repeat; 
	padding:0 0 0 44px;
	margin-top: 20px;
}
*/


.title {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	margin-left: -35px;
	padding-left: 35px;
	background:url(http://www.jacquelineelizabeth.com/images/entry_logo.gif) no-repeat;
	height: 40px;
}

.title a, .title a:visited, .title a:hover {
	color: #999999;
	text-decoration: none;
}

.subtitle {
	font-size: 13px;
	font-family: Helvetica, Arial sans-serif;
	margin-top: -30px;
	padding-top: 10px;
	border-top: 2px solid #d3bae5;
}

.subtitle a, .subtitle a:visited {
	color: #d3bae5;
	text-decoration: none;
}

.subtitle a:hover {
	color: #d3bae5;
	text-decoration: underline;
}

.singletitle {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 5px;
	border-bottom: 2px solid #d3bae5;
}

/*COMMENT BOX**************/
.comment {
	/*COMMENT BOX BACKGROUND color*/
	background:#f0f0f0;
	border: 1px solid #cccccc;
	margin-top: 10px;
	
}
.text-box p span,
.text-box p a
{
	/*COMMENTER's LINK COLOR*/
	color:#666666;
}
.comment {
	width: 660px;	
	margin: 10 auto;
	padding: 5px;
	height: 150px;
	overflow:auto;
}
.text-box {padding:5px 12px;}
.text-box p {
	font:12px Helvetica, Arial, Verdana, sans-serif;
	color:#666666;
	margin:0;
}


/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
	background:#454545;
}
.arrows li {
	font:10px/25px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
.arrows li.prev {
	float:left;
	padding:0 0 0 29px;
}
.arrows li.next {
	float:right;
	padding:0 16px 0 0;
}
.arrows li a {
	color:#fff;
	text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:11px Helvetica, Arial, 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 only if you dare*/


#container {
	margin: 0 auto;
	margin-top: 40px;
	padding: 5px;
	position: relative;
	border: 1px solid #CCCCCC;
	width: 775px;
	height: auto;
	background-color: #FFFFFF;

}

#header_img {
	width: 775px;
	height: 230px;

}

#header {
	width: 775px;
	height: 25px;
	background-color: #d3bae5;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: right;
}

#header a, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover  {
	color: #bdbec0;
	text-decoration: none;
}

#header p {
	margin: 3px;
	padding: 0 5px;
}


img {border-style:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

/*header*/
#menu {
	list-style:none;
	margin:0 0 0 410px;
	padding:0 0 0px 15px;	
	height:1%;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:6px 10px 0px 10px;
	float:left;
	
}
#menu li a {
	height:18px;
	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: 8px 0 6px;
	margin:0;
	list-style:none;
	width:140px;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background:#d3bae5;
}
#menu ul li {
	padding:0 10px 0 17px;
	width:140px;
}
#menu ul li a {
	text-align:left;
	width:100%;
	background:none;
	color:#FFFFFF;
	line-height:18px;
	height:auto;
	display:block;
	text-transform: lowercase; 
}

#menu ul li a:hover {color:#999999;}

.holder {
	padding:20px 15px 20px;
	width:970px;
	overflow:hidden;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:420px;
	padding:0 64px 0 17px;
}
.holder ul li.search {
	padding:0 67px 0 95px;
	width:187px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	padding:0 0 9px;
}
.holder ul li.search span {
	background:url(images/search.gif) no-repeat;
	display:block;
	width:171px;
	height:33px;
	padding:6px 8px 0;
}
.holder ul li.search span input {
	background:none;
	border:0;
	width:171px;
}
.holder ul li.rss {padding: 11px 0 0 49px;}
.holder ul li.rss a {
	display:block;
	width:43px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/rss.png) no-repeat;
}
/*content*/
#content {
	margin: 0 auto;
	padding-top: 20px; 
	width: 675px;
}
.post {
	margin-top: 5px;
}

.image {
	display:block;
	margin:0 0 19px;
}
.image img, img {
	display:block;
	margin:0 auto;
}
.content-box {
	width:675px;
	overflow:hidden;
}
.coment {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	overflow:hidden;
	height:1%;
	position:relative;
	color: #82817d;
}
.coment li {
	padding:0 5px 0 21px;
	position:relative;
	float:left;
	font:12px Helvetica, Arial, Verdana, sans-serif;
	margin:0 19px 0 -21px;
}
.coment li a {
	color:#82817d;
	text-decoration:none;
	outline:none;
}
.coment li a:hover {text-decoration:underline}

.cauthor {font-weight: bold; }

.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 100px;
}
.form {
	width:436px;
	padding:0px 35px 30px 28px;
	background:#fff;
}
.form label {
	display:block;
	color:#4c4c4c;
	font:12px Helvetica, Arial, Verdana, 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;
}

.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: 0px;
}

.archivetitle { 
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
	text-transform: lowercase; 
}

.imgabout { padding-right: 20px; }
