/* CSS Document */

html body {
	background-color:#FFFFFF;
	color: #554E46;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	/*color: #450855;*/
	color: #613D67;
	text-decoration:none;
}

a:hover {
	color: #D88E4D;	
	text-decoration:underline;
}


.border_top, .border_bottom {
	position:relative;
	height:4px;
	width:690px;
	margin-left: 15px;
	background:url(http://www.quantumtouch.com/newsletter/top.png);
	line-height:4px;
	margin-bottom: -4px;
}
.border_bottom {
	background:url(http://www.quantumtouch.com/newsletter/bottom.png);
}
html>body .border_top, html>body .border_bottom {
	margin-bottom: 0px;
}


.banner {
	margin-bottom:0px;
}
.banner a img {
	border: none;
}

.bar {
	background:url(http://www.quantumtouch.com/newsletter/bar.png);
	background-position:0px -2px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.bar .date {
	width:100px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	padding-left:15px;
}
.bar .issue {
	width: 100px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
.bar .mail {
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	padding-right:15px;
}
.bar .title {
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

.bordered {
	border-left:solid 3px #DFB583;
	border-right:solid 3px #DFB583;
}

.container {
	font-family:Arial, Helvetica, sans-serif;
	width:684px;
	margin: 0px auto 0px 15px;
	background-color:#FFFFFF;
	border: solid #DFB583;
	border-width: 0px 3px 0px 3px;
}

.left-nav-cont {
	padding-left: 5px;
	width: 168px;
}


.left-nav, .left-nav-yellow {
	border: 1px solid #F0EFEB;
	margin: 0px 10px 0px 5px;
	padding:5px;
}
.left-nav-yellow {
	background-color:#FEFBF6;
}

.left-nav .title, .left-nav-yellow .title {
	font-weight:bold;
}

.left-nav .title { 
	color: #613D67;
}

.left-nav-yellow .title {
	color: #DFB583;
}

.left-nav li, .left-nav-yellow li {
	/*list-style-image: none;
	list-style-position: outside;
	list-style-type: none;*/
	margin-left: -25px;
	margin-bottom: 5px;
	/*padding-left: 10px;*/
	/*background-image: url(http://www.quantumtouch.com/images/bullet.gif);
	background-position: -10px 4px;
	background-repeat: no-repeat;*/
}



.content {
	/*margin-top:20px;
	float:right;
	width:505px;*/
	width:495px;
	clear: both;
	padding-right:5px;
	
}





.content .header {
	margin-bottom: 60px;
}

.content .header .title {
	font-size: 24px;
	margin-bottom: 6px;
	color: #613D67;
	text-align:center;
}

/*---------Article styles-----------*/
.content .article, .content .article-grey {
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.content .article {
	border-bottom: 2px solid #CCCCCC;
	margin:20px 0px 20px 0px;
	padding: 10px;
}


.content .article-grey {
	background-color: #F6F6F6;
	border: solid 1px #CCCCCC;
	padding: 10px;
}

.content .article-pink {
	background-color: #F8F0F8;
	border: solid 1px #CCCCCC;
	padding: 10px;
}


.content .article,
.content .article-grey,
.content .article-pink {
	font-size: 14px;
	margin-right: -4px;
	width:400px;
}
html>body .content .article,
html>body .content .article-grey,
html>body .content .article-pink {
	margin-right: 0px;
}

.content .article .title,
.content .article-grey .title,
.content .article-pink .title {
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color:#333333;
}


.content .article .subtitle,
.content .article-grey .subtitle,
.content .article-pink .subtitle {
	font-size: 18px;
	margin-bottom: 4px;
	color:#333333;
}


.content .article .by,
.content .article-grey .by,
.content .article-pink .by {
	font-size: 16px;
	margin-bottom: 15px;
}


.footer {
	/*float:left;
	width:690px;
	margin:5px 5px 5px 15px;*/
	padding-top: 5px;
	text-align:center;
	clear: both;
	font-size: 14px;
	color:#554E46;
}

.mainContent .newsletter {
	margin-left: -30px;
}


