/*  
Theme Name: PSNews1
Theme URI: https://photoshopnews.com/
Description: PSNews theme v1.
Version: 1.0
Author: Sam Swett
Author URI: https://swettgroup.com/
*/



/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: helvetica, arial, lucida grande, sans-serif;
	color: black;
	}

body, html {
	background: url(/wp-content/themes/psnews1/images/page-bg.png) repeat-y #F7F7F7 fixed center top;
}

#header {
	background-color: white;
	}

#content {
	font-size: 12px;
	}

.widecolumn .longentry p {
	font-size: 12px;
	line-height: 15px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 15px;
	color: #333;
	}

.widecolumn {
	line-height: 15px;
	}
	
.narrowcolumn {
	font-size: 11px;
	text-align: center;
	}

.postmetadata {
	font-size: 11px;
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: helvetica, arial, lucida grande, sans-serif;
	font-size: 10px;
	line-height: 13px;
	}

h1, h2, h3 {
	font-family: helvetica, arial, lucida grande, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 16px;
	text-align: center;
	}

.description {
	font-size: 12px;
	text-align: center;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	}

h2.pagetitle {
	font-size: 13px;
	}

#sidebar-right h2 {
	font-family: helvetica, arial, lucida grande, sans-serif;
	font-size: 11px;
	}
	
#sidebar-left h2 {
	font-family: helvetica, arial, lucida grande, sans-serif;
	font-size: 11px;
	}

h3 {
	font-size: 12px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar-right h2, #sidebar-left h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:hover {
	color: #B22F2F;
	}
	
.longentry {
	font-size: 12px;
	line-height: 15px;
	color: black;
	}

.entry a {
	text-decoration: underline;
	color: #333;
}

.entrytext a {
	text-decoration: underline;
}

.longentry a {
	text-decoration: underline;
	color: black;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px; helvetica, arial, lucida grande, sans-serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 14px;
	text-transform: none;
	}

#commentform p {
	font-family: helvetica, arial, lucida grande, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar-right, #sidebar-left  {
	font: 11px helvetica, arial, lucida grande, sans-serif;
	line-height: 12px;
	text-align: left;
	color: #666;
	}

small, #sidebar-right ul ol li, #sidebar-left ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 11px;
	letter-spacing: .07em;
	}

h2 a {
	text-decoration: underline;
}

a, h2 a:hover, h3 a:hover {
	color: #666;
	text-decoration: none;
	}

a:hover {
	color: #B22F2F;
	text-decoration: underline;
	}
	
.datebox {
	font-family: helvetica, arial, lucida grande, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #999;
	background-color: #F2F2F2;
	border: 1px solid #E0E0E0;
	padding: 2px;
	margin: 18px 0 18px 0;
	width: 82px;
	}
	
.byline {
	font-family: helvetica, arial, lucida grande, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #666;
	padding: 4px 0 2px 0;
	}

#wp-calendar #prev a {
	font-size: 12px;
	}

#wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	font-weight: bold;
/*	color: black; */
	}

#wp-calendar caption {
	font: bold 11px helvetica, arial, lucida grande, sans-serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 150px;
	width: 100%;
	background-color: white;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 100%;
	}

.narrowcolumn {
	margin: 0 12px 0 12px;
	width: 480px;
	}

.widecolumn {
	margin: 0 12px 0 12px;
	width: 680px;
	}
	
.post {
	margin: 0 0 12px 0;
	text-align: left;
	}

.post h2 {
	text-transform: uppercase;
	}

/*
a.post {
	text-decoration: underline;
}
*/

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 1px;
	}

.widecolumn .postmetadata {
	margin: 10px 0;
	}
	
.postmetadata {
	padding-bottom: 4px;
	}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 400px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
p.footer-new {
	color: #999;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	margin: 5px 0 0 0;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 10px 0 0;
	}

h2.pagetitle {
/* 	margin-top: 30px; */
	text-align: center;
}

/*
#sidebar-right h2, #sidebar-left h2 {
	margin: 5px 0 0;
	padding: 0;
	}

*/

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	width: 200px;
	}
	
.alignleft {
	float: left;
	width: 200px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*
.entry ul li:before, #sidebar-right ul ul li:before, #sidebar-left ul ul li:before {
	content: "\00BB \0020";
	}
*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar-right ul, #sidebar-right ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar-left ul, #sidebar-left ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar-right ul li, #sidebar-left ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 15px 0 0 0;
	}
	
/*
#sidebar-right ul p, #sidebar-right ul select {
	margin: 5px 0 8px;
	}
	
#sidebar-left ul p, #sidebar-left ul select {
	margin: 5px 0 8px;
	}

#sidebar-right ul ul, #sidebar-right ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar-left ul ul, #sidebar-left ul ol {
	margin: 8px 0 0 0;
	}

#sidebar-right ul ul ul, #sidebar-right ul ol {
	margin: 0 0 0 10px;
	}

#sidebar-left ul ul ul, #sidebar-left ul ol {
	margin: 0 0 0 10px;
	}
*/
ol li, #sidebar-right ul ol li, #sidebar-left ul ol li {
	list-style: decimal outside;
	font-weight: bold;
	}

#sidebar-left ul li ul li {
	font-weight: bold;
	}
	
#sidebar-left ul li ul li ul li {
	font-weight: normal;
	}
	
#sidebar-left ul li.archives-left ul li {
	font-weight: normal;
	}

#sidebar-right ul ul li, #sidebar-right ul ol li {
	margin: 1px 0 0;
	padding: 0;
	}
	
#sidebar-left ul ul li, #sidebar-left ul ol li {
	margin: 1px 0 0;
	padding: 0;
	}

.children {
	font-weight: normal;
	margin-bottom: 15px !important;
	}
	
.adults {
	font-weight: bold;
	}
	
.page-level-0 {
	font-weight: bold;
	}
	
#sidebar-left li.page_item {
	font-weight: bold;
	}
	
#sidebar-left li ul li.page_item {
	font-weight: normal;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar-right #sidebar-left #searchform #s {
	width: 105px;
	padding: 2px;
	}

#sidebar-right #sidebar-left #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar-left
{
	padding: 0 8px 0 8px;
	width: 134px;
	}

#sidebar-right
{
	padding: 0 8px 0 8px;
	width: 183px;
	}

#sidebar-right form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 134px;
	color: #666;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
	font-weight: normal;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: left;
	width: 100%;
	}

#wp-calendar td {
	padding: 1px 0 0 0;
	text-align: right;
	}
	
#wp-calendar th {
	text-align: right;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
/*	margin-bottom: 60px; */
	}
	
.categories-right {
	float: right;
	}
/* End Various Tags & Classes*/

