/*  
Theme Name: Positive Psychology News Daily
Theme URI: http://positivepsychologynews.com
Version: 2.0
Author: Senia Maymin, Dave Seah
Author URI: http://positivepsychologynews.com
Tags: child
Template: arthemia-premium
Description: The 2011 version of Positive Psychology New Daily is based on Arthemia Premium (2.0). It must be installed for this theme to function.
*/

@import url("../arthemia-premium/style.css");

table.authors {
	border-width: 2px 2px 2px 2px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
	background-color: white;
}

table.authors th {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.authors td {
	border-width: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* SM CHANGE FONT COLOR FOR WHOLE SITE FROM #505050 to #202020 */

body {
	color: #202020;
}

/* SM CHANGES NEW CHANGES START HERE  */

a:link{
	color: #0033CC;
	text-decoration:none
}

a:visited {
	color: #6600CC;
	text-decoration:none
}

a:hover, a:active {
	color: #33CC33;
	text-decoration:underline;
}

/* THIS NEXT ONE ADDED BY SM (SM CHANGES) */
h5 {
	font:16px Arial;
	font-weight:bold;
}

/* AND THE CHANGES END HERE  */

/* layout differences between old Arthemia and Latest Arthemia... */

#head {
	width: 1030px;
}

#page {
	width: 1020px;
}

#navbar {
	width: 1020px;
	background:url(images/navbar.png) no-repeat;
}
#inner {
	background: url("images/left_stripe.gif") repeat-y scroll left center transparent;
}
#navbar-wrapper {
	width: 1050px;
}

#page-bar {
	padding: 0px;
}

#searchform {
	width:384px;
}

#logo {
	width:465px;
}
#top {
	width: 1030px;
}
#head .right {
	width: 560px;
}
#headline {
	width: 660px;
}
#middle {
	width: 1020px;
}
.category {
	width:172px;
	padding: 5px 20px 15px 10px;
}
#bottom {
	width: 1020px;
}
#front-list {
	width: 670px;
	line-height: 1.15em;
}
#paged-list {
	width: 670px;
}

/* SM CHANGED font-size:12px; to font-size:14px; and line-height:1.75em; to line-height:2.2em;  */
/* Content Page*/

#content {
	width:670px;
	font-size:14px;
	line-height:2.2em;
}

.post {
	line-height:1.15em;
}

/* note: #sidebar-bottom, #sidebar-middle discrepencies...layout has changed in theme */

/* SM CHANGES changed font-size:11px  to font-size:13px */
ul.commentlist li.comment { 
	font-size:13px;
}

#gallery {
	width: 1025px;
}

#front-popular {
	width: 1010px;
}

#footer {
	width: 1020px;
}

/* SM Google Search Box */
#page-wrapper { width:630px; }
#search-wrapper { width:270px; }

/* DS Adds IMG tag formatting for Kathryn */
img.ppnd-left {
	float: left;
	margin-right: 3em;
	margin-bottom: 1em;
}

img.ppnd-right{
	float: right;
	margin-left: 3em;
	margin-bottom: 1em;
}

br.clear { clear: both; }

ul.checkmark li:before {
    content:"\2713\0020"; <br/>
}

ul.checkmarkafter li:after {
    content:"\2713\0020";
}

ul.nomark {
    list-style-type: none;
}