/*  
Theme Name: CPI
Theme URI: http://www.contactpressimages.com/
Description: Private WordPress theme of ContactPressImages.com
Version: 1.0
Author: Contact Press Images
Author URI: http://www.contactpressimages.com/
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, fieldset, hr, p, form {
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #a7a7a7;
	background-color: #0c1929;
}

h1{
	padding: 19px 0 0;
	font-size: 16px;
	font-weight: bold;
}

a{
	text-decoration: none; color: #cc9933;
}

a:hover{
	color: #fff;
	text-decoration: underline;
}

a img{
	border: 0;
}

abbr, acronym{
	border: 0;
}

address, dl, p{
	padding: 15px 0 0;
}

blockquote{
	margin: 10px 0 0;
	background: #08121e;
}

blockquote p{
	padding: 10px;
}

blockquote blockquote{
	margin: 10px;
	background: #0c1929;
}

code{
	color: #a7a7a7;
	background: #08121e;
}

.clear{
	clear: both;
}

dt{
	font-weight: bold;
}

dd{
	padding: 0 0 0 15px;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	margin-bottom: 5px;
	border: solid 1px #454e5d;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#page{
	float: left; width: 859px;
	background: url(images/bg_dot.gif) repeat-y 139px top;
}

#header{
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: #000;
}

.logo{
	width: 550px;
	height: 47px;
	background: url(images/logo.gif) no-repeat 0 bottom;
	margin: 0 0 0 139px;
	padding: 22px 0 0;
	overflow: hidden;
}

.narrowcolumn{
	float: left;
	margin: 0 19px 10px;
	width: 500px;
	padding: 0 0 44px;
	display: inline;
	background: url(images/bg_sharp_corner.gif) no-repeat right bottom;
}

.post{
	margin: 10px 0 40px;
	padding: 5px;
}

.post h2{
	padding: 0 0 0 11px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	color: #999;
	background: url(images/bg_h2.gif) no-repeat left 6px;
}

.post h2 a{
	text-decoration: underline;
	color: #999;
}

.post h2 a:hover{
	text-decoration: none;
}

.post_alt{
	margin: 10px 0 40px;
	padding: 20px 5px;
	color: #0c1929;
	background-color: #525963;
}

.post_alt h2{
	padding: 0 0 0 11px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 18px;
	background: url(images/bg_h2_alt.gif) no-repeat left 6px;
}

.post_alt h2 a{
	text-decoration: underline;
	color: #0c1929;
}

.post_alt h2 a:hover{
	text-decoration: none;
}

.postinfo{
	margin: 0 0 10px 11px;
	font-size: 9px;
}

.post .postinfo a{
	color: #999;	
}

.post_alt .postinfo a{
	color: #0c1929;
}

.entry{
	line-height: 18px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-weight: normal;
	background-color: transparent;
	background-image: none;
}

.entry h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.entry h2{
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}

.entry img{
	max-width: 100%;
}

.entry a{
	color: #cc9933;
}

.entry a:hover {
	color: #fff;
}

.entry img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry img.alignright {
	margin: 5px 0 2px 7px;
	display: inline;
}

.entry img.alignleft {
	margin: 5px 7px 2px 0;
	display: inline;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/*Left Sidebar*/

.sidebar{
	float: left;
	width: 151px;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	margin: 0 0 10px;
}

.sidebar ul li h2{
	padding: 10px 11px 9px;
	font-family: Georgia, Sans-seriff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b9b9b9;
}

.sidebar ul ul{
	padding: 4px 11px 11px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0 0 0 16px;
}

.sidebar ul ul ul{
	border: 0;
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
}

/*Links*/

.links ul{
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

.links ul li{
	margin: 0 0 11px;
	padding: 0;
}

.links ul li a{
	width: 151px;
	height: 27px;
	display: block;
	text-indent: -9000px;
}

.links ul li#link_two a{
	background: url(images/nav_five_over.gif) no-repeat;
}
.links ul li#link_two a:hover{
	background: url(images/nav_five_over.gif) no-repeat;
}
.links ul li#link_two a.current{
	background: url(images/nav_five_over.gif) no-repeat;
}


.links ul li#link_three a{
	background: url(images/nav_six.gif) no-repeat;
}
.links ul li#link_three a:hover{
	background: url(images/nav_six_over.gif) no-repeat;
}
.links ul li#link_three a.current{
	background: url(images/nav_six_over.gif) no-repeat;
}


.links ul li#link_four a{
	background: url(images/nav_two.gif) no-repeat;
}
.links ul li#link_four a:hover{
	background: url(images/nav_two_over.gif) no-repeat;
}
.links ul li#link_four a.current{
	background: url(images/nav_two_over.gif) no-repeat;
}


.links ul li#link_five a{
	background: url(images/nav_three.gif) no-repeat;
}
.links ul li#link_five a:hover{
	background: url(images/nav_three_over.gif) no-repeat;
}
.links ul li#link_five a.current{
	background: url(images/nav_three_over.gif) no-repeat;
}


.links ul li#link_six a{
	background: url(images/nav_four.gif) no-repeat;
}
.links ul li#link_six a:hover{
	background: url(images/nav_four_over.gif) no-repeat;
}
.links ul li#link_six a.current{
	background: url(images/nav_four_over.gif) no-repeat;
}


.links ul li#link_seven a{
	background: url(images/nav_seven.gif) no-repeat;
}
.links ul li#link_seven a:hover{
	background: url(images/nav_seven_over.gif) no-repeat;
}
.links ul li#link_seven a.current{
	background: url(images/nav_seven_over.gif) no-repeat;
}


.links ul li#link_eight a{
	background: url(images/nav_eight.gif) no-repeat;
}
.links ul li#link_eight a:hover{
	background: url(images/nav_eight_over.gif) no-repeat;
}
.links ul li#link_eight a.current{
	background: url(images/nav_eight_over.gif) no-repeat;
}


.links ul li#link_nine a{
	background: url(images/nav_nine.gif) no-repeat;
}
.links ul li#link_nine a:hover{
	background: url(images/nav_nine_over.gif) no-repeat;
}
.links ul li#link_nine a.current{
	background: url(images/nav_nine_over.gif) no-repeat;
}

/*Right Sidebar*/

.rsidebar{
	float: left;
	width: 151px;
	margin: 0 0 0 19px;
	padding: 52px 0 0;
	font-size: 12px;
	font-family: Arial, Helvetica, Georgia, sans-serif;
}

.rsidebar ul{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Georgia, sans-serif;
}

.rsidebar ul li{
	margin: 0 0 11px;
}

.rsidebar ul li#search{
	padding: 0 0 11px;
	border-bottom: 1px solid #454e5d;
}

.rsidebar ul li#search h2{
	padding: 0 0 6px;
}

.rsidebar ul li h2{
	font-size: 11px;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-weight: bold;
	color: #b0b5bb;
}

.rsidebar ul li a{
	color: #b0b5bb;
}

.rsidebar ul ul{
	border-bottom: 1px solid #454e5d;
	padding: 5px 0 11px;
	font-weight: bold;
	line-height: 16px;
}

.rsidebar ul ul li{ margin: 0; line-height: 18px; padding: 0 0 0 0; }

.rsidebar ul ul ul{
	border: 0;
	padding: 0;
}

.rsidebar ul ul ul li{
	padding: 0 0 0 10px;
}

/*Footer*/
#footer{
	margin: 0 auto;
	width: 859px;
}

#footer a{
	color: #fff;
}

#footer p{
	padding: 15px 0 0;
	line-height: 24px;
}
