/*
Theme Name:     Vast Emotions 1.5
Description:    Based on Twenty Ten 
Author:         giovanealex
Template:       twentyten
*/

@import url("../twentyten/style.css");



body {
        background:#6665FE url(images/bg.jpg) top center repeat-x;
	line-height: 1;
        text-align: justify;
}

/* =The main theme structure----- */
#access .menu-header,
div.menu,
#colophon,
#main,   {
	margin: 0px auto;
	width: 940px;
}
#wrapper {
	margin: 60px auto;
	width: 940px;
	background: #fff;
	padding: 0 20px;
}

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0px -240px 0 0;
	width: 97%;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width:225px;
}


/* =Global Elements----------------------------- */

a:link {
	color:#0066CC;
}
a:visited {
	color:#68838B;
}
a:active,
a:hover {
	color: #000;
}



/* =Structure-------------------------- */
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 0px;
}

/* controls footer alignment */
#site-generator {
	float: right;
	width: 800px;
}

/* =Header------------------ */
/* mod margin-top */
#header {	
	margin-top: 35px;	
	padding: 30px 0 0 0;
}

/* added size 0*/
#site-title {	
	color: #fff;
	float: left;	
	margin: 0 0 0 0;	
	width: 0px;	
	font-size: 0px;	
	line-height: 0px;
}

/* added size 0*/
#site-description {
	color: #fff;	
	clear: right;	
	float: right;        
	font-size: 0px;	
	font-style: italic;	
	margin: 0 0 0 0;	
	width: 0px;
}

/* This is the custom header image mod borders */
#branding img {	
	margin: 0px auto;
	width: 940px;
	clear: both;	
	border-top: 0px solid #000;	
	display: block;
	border-bottom: 0px solid #000;
}

/* =Content------------------------------------ */
/* mod text size */
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 15px;
	line-height: 24px;
}

/* mod text size */
#content .entry-title {
	color: #000;
	font-size: 27px;
	font-weight: bolder;
	margin-bottom: 0;
       letter-spacing:-0.08em;
       line-height:26px;
}

.entry-title a:link {
	color:#000;
	text-decoration: none;
}
.entry-title a:visited {
	color:#68838B;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #1874CD;
}

/* =Menu-------------------------- */
/* mod width */
#access {
	background: #000;
	margin: 0 auto;
	width: 0px;
	display:block;
	float:left;
}

/* mod font size */
#access .menu-header,
div.menu {
	font-size: 0px;
	margin-left: 12px;
}

/* =Widget Areas--------------- */
/* add text size */
.widget-container {
	margin: 0 0 18px 0;
	font-size: 14px;
	line-height:1.2em;;
}

/* add text size */
.widget-title {
	color: #000;
	font-weight: bolder;
	font-size: 21px;
        letter-spacing:-0.08em;
        font-style:normal;
}
.widget-area a:link {
	color:#000;
}
.widget-area a:visited {
	color:#68838B;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	color: #1874CD;
	text-decoration: underline;
}





/* Main sidebars */
/* padding mod to zero */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;

/* added section on original theme file */
#primary {
	margin-right: 0px;
}

/* =Footer-------------------------------- */

/* mod margin to 40px */
#footer {
	margin-bottom: 40px;
}

/* mod border-top on original theme filme */
#colophon {
	border-top: 0px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}