/* custom cp styles */

h1 { 
	margin-bottom: -5px;
	padding-top: 2px;
}
h1 a {
	background-image:url(images/logos/cp-logo.png);
	background-repeat: no-repeat;
	display: block;
	width:260px;
	height:35px;
}
h1 span { visibility: hidden; }
.description { font-size: 11px; }

body {
	/*:Background image*/
	background-image:url(images/background/skynet.png);
	background-position: top right;
	/*:Background color*/
	background-color: white;
	background-repeat: repeat-x;
}

#header_image {
	/*:Header height*/
	padding-top:200px;
	/*:Header image*/
	background-image:url(images/headers/card_people.jpg);
	/*:Header image alignment*/
	background-position:center;
}

.sidebar_left #frame {
	/*:Sidebar left width*/
	padding-left:200px;
}

.sidebar_right #frame {
	/*:Sidebar right width*/
	padding-right:250px;
}

#sidebar_left.sidebar {
	/*:Sidebar left width*/
	width:200px;
	/*:Sidebar left width*/
	right:200px;
}

#sidebar.sidebar {
	/*:Sidebar right width*/
	width:250px;
}

* html #sidebar_left {
	/*:Sidebar right width*/
	left:250px;
}

#page, #header, #footer {
	/*:Page width*/
	width:800px;
}

*::-moz-selection, *::-selection {
	/*:Navigation color*/
	background-color:#44b7df;
}

#quicklinks #addicted_results ul li a:hover {
	/*:Navigation color*/
	background-color:#44b7df;
}

a {
	/*:Navigation color*/
	color:#44b7df;
}

.sidebar h2 {
	/*:Navigation color*/
	border-left-color:#44b7df;
	/*:Navigation color*/
	color:#44b7df;
}

.sidebar h2 a {
	/*:Navigation color*/
	color:#44b7df;
}

#menu ul li li a:hover, #menu ul li li.current_page_item a {
	/*:Navigation color*/
	color:#44b7df;
}

#menu ul li li.current_page_item a:hover {
	/*:Navigation color*/
	color:#44b7df;
}

#menu ul li.top_parent:hover a, #menu ul li.top_parent a, #menu ul li.current_page_parent a, #menu ul li.current_page_item a {
	/*:Navigation color*/
	background-color:#44b7df;
}

.sidebar li.current_page_item a, .sidebar li.current-cat a, #frame .sidebar li a:hover {
	/*:Navigation color*/
	background-color:#44b7df;
}

.sidebar li a:hover {
	/*:Navigation color*/
	background-color:#44b7df;
}

code {
	/*:Content color*/
	background-color:#8db000;
	/*:Content color*/
	border-color:#8db000;
}

.comment.comment_author {
	/*:Content color*/
	background-color:#8db000;
	/*:Content color*/
	border-color:#8db000;
}

h2, h2 a, h3, h3 a, .author, .author a, .date, .comment.comment_author .author, .comment.comment_author .author a, .comment.comment_author .date, .comment.comment_author h4 {
	/*:Content color*/
	color:#8db000;
}

.post blockquote, .post blockquote a { color:#3d3d3d; }

.post blockquote {
	/*:Content color*/
	border-color:#8db000;
}

#footer_content {
	padding: 10px 20px;
	text-align: left;
}

#footer_content p { 
	margin: 10px 0; 
	font-size: 11px;
	text-align: left;
	color: #888;
}
#footer_content p:first-child { color: #3d3d3d; }
#footer_content ul {
	list-style: none;
	text-align: left;
	margin: 10px 0 20px -4px;
	padding: 0;
}
#footer_content ul li {
	display: inline; 
	margin: 0 4px 0 0;
}
#footer_content ul a,
#footer_content ul a:visited {
	font: bold 1em "trebuchet ms",sans-serif;
	text-decoration: none;
	padding: 4px;
}
#footer_content ul a:hover {
	color: white;
	/*:Navigation color*/
	background-color:#44b7df;
}
#badges {
	background: url(images/logos/logos.png) no-repeat top right;
	padding-top: 23px;
	height: 52px;
}



