/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	background-color: #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:20px;
	margin-left:20px;
	padding:0;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

a:link, a:visited{color:#e40000;text-decoration: none;}
a:hover{text-decoration:underline;}


/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/

#container{
	width:920px;
	margin:0 auto;
}

#topbar{
	background-color:#151515;
	width:auto;
	display:block;
	height:115px;
}

#topbar-right {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#cccccc;
	float: right;
	width: 495px;
	line-height: 14px;
	padding-bottom: 4px;
	padding-top: 18px;
}

#topbar-right p {
	padding-bottom: 4px;
	margin-bottom: 10px;
	padding-right: 10px;
}

#topbar #header {
	float: left;
	width: 200px;
	height: 115px;
}
#topbar #header a {
	display: block;
	background: url(http://psdlist.com/img/logo.png) top no-repeat;
	width: 200px;
	height: 115px;
	overflow: hidden;
	text-indent: -3000px;
}
#topbar #header a:hover {
	background-position: bottom;
}


#navbar{
	background-color:#585858;
	width:auto;
	display:block;
	padding: 3px;
	padding-left: 5px;
	height:24px;
	color:#e8e8e8;
}

#navbar a{
	color:#e8e8e8;
	line-height:22px;
	padding:0px 10px;
	display:inline;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar a:hover{
	color:#ee770c;
	text-decoration: none;
}

#navbar #search {
	float: right;
	padding-right: 10px;
}

#navbar #search input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	padding: 2px;
}

#layout-space{
	background-color:#cccccc;
	width:auto;
	display:block;
	height:3px;
}
	
#main{
	background-color:#ffffff;
	background-image:url('http://psdlist.com/img/bg-main.png');
	background-repeat:repeat-x;
	width:auto;
	display:block;
	padding:10px 0;
}
.main-linebox {
	background-color:#ffffff;
	margin: 0px 0px 3px 0px;
	padding:6px;
	border: 1px solid #ebebeb;
}
/* Column Left */
#column-left{
	width:160px;
	margin-right:20px;
	float:left;
}
#column-left h2{
	font-size: 14px;
	display: block;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	color: #ee770c;
}
.category-box {
	background: #eae78c;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #e0dc6f;
}
.category-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.category-list li {
	border-bottom: 1px dotted #d3cf5e;
	font-size: 11px;
}
.category-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.category-list li a:hover {
	color: #e40000;
}
.left-linebox {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:5px;
	border: 1px solid #ebebeb;
}
.link-box {
	background: #ededed;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #dddcdc;
}
.link-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.link-list li {
	border-bottom: 1px dotted #dddcdc;
	font-size: 11px;
}
.link-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.link-list li a:hover {
	color: #e40000;
}
#left-pro{
	width:120px;
	clear:both;
	float:left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:14px;
	border: 1px solid #ebebeb;
}
/* //Column Left */

/* Column Center */
.centertop-linebox {
	margin: 13px 0px 0px 0px;
	padding:5px;
	border: 1px solid #ebebeb;
}
#column-center{
	width:420px;
	margin-right:20px;
	float:left;
}
#column-center h1{
	font-size: 18px;
	color: #ee770c;
	padding-top: 0px;
	padding-bottom: 0px;
}
#postcontent-box {
	margin: 13px 0px 0px 0px;
	padding:6px;
	border: 1px solid #ebebeb;
}
#postcontent-box h2{
	font-size: 14px;
	display: block;
	color: #e40000;
	padding-bottom: 8px;
}
#postcontent-box h2 a{
	color: #e40000;
	text-decoration: none;
}
#postcontent-box h2 a:hover{
	color: #e40000;
	text-decoration: underline;
}
#postcontent-box p {

}
#postcontent-table {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:0px;
	margin-right: 0px;
	font-size: 11px;
}

.tblegendfooter {
	padding-top: 10px;
	width: 75px;
}

.tbdatafooter{
	padding-top: 10px;
	width: 325px;
}
.tblegend {
	border-bottom: 1px dotted #ebebeb;
	font-weight: bold;
	width: 75px;
	padding: 3px;
}

.tbdata {
	border-bottom: 1px dotted #ebebeb;
	width: 325px;
	padding: 3px;
}

.tbdata a {
	color: #e40000;
	text-decoration: none;
}

.tbdata a:hover {
	color: #e40000;
	text-decoration: underline;
}
a.download {
	color:#fff;
	font-weight:bold;
	background:#c00011 url(http://psdlist.com/img/icon-download.gif) no-repeat scroll 2.2% 50%;
	padding:5px 5px 5px 25px;
	text-decoration:none;
}
a.download:hover {
	background-color:#c00011;
	color:#FFF;
	text-decoration:underline;
}
.related-box {
	background: #fddcbb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px solid #f7c796;
}
.related-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.related-list li {
	border-bottom: 1px dotted #f7c796;
	font-size: 11px;
}
.related-list li a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.related-list li a:hover {
	color: #d1001d;
}
/* //Column Center */

/* Column Right */
#column-right{
	width:300px;
	float:left;
}
#column-right h2{
	font-size: 14px;
	display: block;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	color: #ee770c;
}
.right-highlightbox {
	background: #f5f5f5 url(http://psdlist.com/img/bg-boxgrey.gif) bottom repeat-x;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width:280px;
}
.highlightlink-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.highlightlink-list li {
	border-bottom: 1px dotted #dddcdc;
	font-size: 11px;
	font-weight: bold;
}
.highlightlink-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.highlightlink-list li a:hover {
	color: #e40000;
}
#right-proline{
	clear:both;
	float:left;
	width:265px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding:8px;
	border: 1px solid #ebebeb;
}
#right-pro{
	clear:both;
	float:left;
	width:270px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 10px;
	padding:5px;
}

.probox{
	float:left;
	width:125px;
	height:125px;
	margin:0;
	padding:0px 10px 10px 0px;
}
.probox-img {
	border:0px;
}

.probox-img:hover {
	border:0px;
}
.right-linebox {
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	width:270px;
	padding:5px;
	border: 1px solid #ebebeb;
}
/* tag cloud */
.cloud {line-height:1.9em}
.cloud a {color: #333;text-decoration: none;}
.cloud a:hover {color: #e40000;text-decoration: none;}
.cloud a.size1 {font-size:1.1em}
.cloud a.size2 {font-size:1.3em}
.cloud a.size3 {font-size:1.5em}
.cloud a.size4 {font-size:1.7em}
.cloud a.size5 {font-size:1.9em}
.cloud a.size6 {font-size:2.1em}
.cloud a.size7 {font-size:2.3em}
.cloud a.size8 {font-size:2.5em}
.cloud a.size9 {font-size:2.7em}
.cloud a.size10 {font-size:2.9em}
/* Search Terms Page Detail */
.searchterms {line-height:1.9em}
.searchterms a {color: #333;text-decoration: none;}
.searchterms a:hover {color: #e40000;text-decoration: none;}
.searchterms a.size1 {}
.searchterms a.size2 {}
.searchterms a.size3 {}
.searchterms a.size4 {}
.searchterms a.size5 {}
.searchterms a.size6 {}
.searchterms a.size7 {}
.searchterms a.size8 {}
.searchterms a.size9 {}
.searchterms a.size10 {}
/* //Column Right */

div.spacer{clear:both; height:10px; display:block;}
	
#footer{
	background-color:#6d6d6d;
	width:auto;
	display:block;
	padding:10px;
	font-size:11px;
	color:#e8e8e8;
	text-align:center;
}

#footer p a{
	color:#e8e8e8;
	font-weight:bold;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: uppercase;
}
#footer p a:hover{
	color:#ee770c;
	font-weight:bold;
	text-decoration: none;
}
	
/* Pagination */
#pagination {
	font-size: 12px;
}

#pagination .pagdisable {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#pagination .paglink a {
	color: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#pagination .paglink a:hover {
	color: #FFFFFF;
	background-color: #c00011;
	border: 1px solid #c00011;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
#pagination .pagcurrent {
	color: #FFFFFF;
	background-color: #c00011;
	border: 1px solid #c00011;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

/* Page Detail ver 2.0 */
#column-detail{
	width:712px;
	float:left;
	margin: 13px 0px 0px 0px;
	padding:5px;
	border: 1px solid #ebebeb;
}
#detail-boxone {
	margin-top: 10px;
	padding:10px;
	float: left;
	width: 257px;
}

#detail-boxone h2{
	font-size: 14px;
	display: block;
	padding-bottom: 8px;
	padding-top: 10px;
	color: #ee770c;
}

#detail-boxtwo {
	margin-top:10px;
	margin-left: 12px;
	float: left;
	width: 413px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#download-boxone {
	margin-top: 10px;
	padding:10px;
	float: left;
	width: 350px;
}

#download-boxone h2{
	font-size: 14px;
	display: block;
}

#download-boxtwo {
	padding-top:10px;
	margin-top:10px;
	margin-left: 12px;
	float: left;
	width: 330px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#column-download-left {
	margin-top: 10px;
	padding:10px;
	float: left;
	width: 350px;
}

#column-download-left h2{
	font-size: 14px;
	display: block;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	color: #ee770c;
}

#column-download-right{
	padding-top:10px;
	margin-top:10px;
	margin-left: 12px;
	float: left;
	width: 350px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#column-download-right h2{
	font-size: 14px;
	display: block;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	color: #ee770c;
}

.download-highlightbox {
	background: #f5f5f5 url(http://psdlist.com/img/bg-boxgrey.gif) bottom repeat-x;
	border: 1px solid #ebebeb;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.downloadhighlightlink-list ul{
	list-style: none;
	margin:10px;
	padding:0px;
	line-height:1.6em;
}
.downloadhighlightlink-list li {
	border-bottom: 1px dotted #dddcdc;
	font-size: 11px;
	font-weight: bold;
}
.downloadhighlightlink-list li a {
	display: block;
	color: #333;
	text-decoration: none;
}
.downloadhighlightlink-list li a:hover {
	color: #e40000;
}

#detail-postcontent {
	margin: 0px 0px 0px 0px;
	padding:6px;
}

#share-boxone {
	margin-top: 0px;
	padding:0px;
	float: left;
	width: 200px;
}

#share-boxtwo {
	margin-top:0px;
	margin-left: 12px;
	float: left;
	width: 470px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}
.blacklk {
	color: #000;
	text-decoration: none;
}
.blacklk:hover {
	color: #e40000;
}
.blacklk:visited {
	color: #000;
	text-decoration: none;
}
#partneradbox {
	color: #333;
	line-height: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
}
#partneradbox a {
	color: #e40000;
	text-decoration: none;
}
#partneradbox a:hover {
	color: #e40000;
	text-decoration: underline;
}

#partneradbox .adboxlegend {
	background: #333;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	margin-right: 4px;
}

.messageboxok{
	border:1px solid #349534;
	background:#C9FFCA;
	padding:5px;
	color:#008000;
	
}
.messageboxerror{
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:5px;
	color:#CC0000;
}

.messageboxok a{
	color:#008000;
	text-decoration: underline;
	
}
/* Page Detail ver 2.0 */
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */