@import "css/all.css";
/*VANESSA*/

/*BACKGROUND IMAGE************/
body {
	background: url(images/bg1.jpg) repeat center;
	/*if you want a solid color instead, erase "url('images/bg.jpg') repeat" and write in your color code "#333333"*/
	font-family: Tahoma, Geneva, sans-serif;
	/*ENTRY FONTS*/
	color:#666; /*OVERALL TEXT COLOR*/
	font-size: 13px;
}


/*LINK STYLES****************/
a {
	text-decoration:underline;
	color:#D8256A;
}
a:hover {
	text-decoration:none;
	color: #EA0785;
}


/*LOGO IMAGE*****************/
#logo {
	height:10px;
	width:100%;
	background:#fff no-repeat left;
}


/*MENU COLORS****************/


#menu li a {
	font:10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#222;	/*MENU FONT COLOR*/
}

#menu li a:hover {
	color:#D8256A; /*MENU FONT COLOR WHEN HOVERING*/
} 



/*BANNER COLORS*************/
#banner {
	height: 240px; /*BANNER HEIGHT in case you want to change it*/
	width: 970px;
}


/*TWITTER / SEARCH / RSS***/


/*POSTS*******************/
.title {
	/*POST IMAGE delete background...'s line if you do not wish to have a logo on the side*/
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	padding-top: 10px;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
	/*POST TITLE FONT STYLE**/
.ti, .title h2 {
	margin:0;
	font-size:20px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight:400;
	line-height:20px;
	color:#D8256A;
}
	/*DATE AND CATEGORY FONT STYLES*/
.title span {
	color:#c0c0c0;
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}



/*COMMENT BOX**************/
.comment {
	/*COMMENT BOX BACKGROUND color*/
	background:#DFDFDF;
}
.text-box p span,
.text-box p a
{
	/*COMMENTER's LINK COLOR*/
	color:#D8256A;
}
.comment {
	width:910px;
	margin:0 30px 58px;
	padding:8px 0 4px;
	height:148px;
	overflow:auto;
}
.text-box {padding:0 12px;}
.text-box p {
	font:11px/25px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#222121;
	margin:0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* NEXT / PREVIOUS PAGE ARROWS*/
.arrows {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;

}
.arrows li {
	font:10px/25px;
	font-family: Tahoma, Geneva, sans-serif;
	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 {
	text-decoration:none;
}
.arrows li a:hover {text-decoration:underline;}

/*FOOTER LINKS*/
#footer {
	padding:8px 0 0;
	width:100%;
	font:10px/25px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	
}
#footer p {
	margin:0;
	font-size: 10px;
}
#footer a, #footer a:hover, #footer a:visited {
	text-decoration: underline;
}

/*NAVIGATION for single posts*/
.navigation {
	width: 940px;
	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: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background-color: #F5F5F5;
	
}
/*header*/
#header img {display:block;}
#header {
	background-color: #FFF;
}
#menu {
	list-style:none;
	margin:0;
	padding:5px 0px 5px 310px;
	height:1%;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#menu:after {
	content:" ";
	display:block;
	clear:both;
}
#menu li {
	padding:8px 20px 0px;
	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:#FFF;
	border: 1px solid #F0F0F0;
}
#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:20px;
	height:auto;
	display:block;
}


#bar {
	background-color: #dfdfdf;
}
.holder2 {
	padding:15px 30px;
	width:650px;
	float: left;
	background:#dfdfdf;
	height: 71px;
	color: #000;	
}

.holder3 {
	padding:15px 30px;
	width:200px;
	float: right;
	background:#dfdfdf;
	height: 71px;
}
.holder {
	background:#dfdfdf;
}
.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;
}
.holder ul {
	list-style:none;
	margin:0;
	padding:0;
	height:1%;
	overflow:hidden;
}
.holder ul li {float:left;}
.holder .text {
	width:525px;
	padding:0 95px 0 17px;
}
.holder ul li.search {
	padding:0 17px 0 95px;
	width:177px;
}
.holder ul li.search label {
	color:#2b2b2b;
	font-size:10px;
	line-height:10px;
	display:block;
	text-transform:uppercase;
	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 {
	width:970px;
	background-color: #F5F5F5;
	padding:23px 0px 0px;
	clear:both
}
.post {
	padding:0 30px 30px;
	overflow:hidden;
	text-align: center;
	align: center;
}
.post img {
	padding: 2px;
	border: solid 1px #e6e6e6;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
.post p {
	line-height:normal;
	margin:0 0 22px;
}
.image {
	margin:0 0 19px;
}
.image img, img {
	margin:0 auto;
	
}
.content-box {
	width:908px;
	overflow:hidden;
	margin-top: 7px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 30px;
	text-align: center;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #666;
	border-left: 1px solid #CCC;
	background-image: url(images/com-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.coment {
	list-style:none;
	margin:0;
	overflow:hidden;
	height:1%;
	padding: 0px;
}
.coment li {
	display:inline;
	font:10px/25px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-right: 50px;
	padding-left: 50px;
}
.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:#F5F5F5;
}
.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:43px;
	height:19px;
	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;
}


/* footer */

#footer-sidebar {
	display:block;
	height: 250px;
	background-color: #DFDFDF;
	padding-top: 15px;
}

#footer-sidebar1 {
float: left;
width: 300px;
margin-left:30px;
margin-right:5px;
}

#footer-sidebar2 {
float: left;
width: 300px;
margin-right:5px;
}

#footer-sidebar3 {
float: left;
width: 300px;
margin-right:30px;
}

#footer ul {
	margin:0;
	list-style:none;
	left: 0;
}

.widget {list-style: none; }

.widgettitle {
	font-size:17px;
	font-family: "Century Gothic",Helvetica,Arial,sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#D8256A;
	text-align: left;
	margin-left: 20px;
}

#footer li a {
	font:10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color:#222;	
	height:25px;
}

#footer li a:hover {
	color:#D8256A; 
} 


#footer ul li a {
	text-align:left;
	background:none;
	color:#7a7a7a;
	line-height:20px;
	height:auto;
	display:block;
}

.footerstick, .push {
	height: 50px; /* .push must be the same height as .footer */
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}

/* misc */
.pagetitle {
	font-size:17px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight:normal;
	line-height:20px;
	color:#666;
	}

img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}

