/*  
Theme Name: Information Contraband
Description: Custom Theme for Information Contraband
Version: 1.0
Author: Hank Pantier
Author URI: http://www.invisiblewindow.com/
*/
html {
	height: 100%;
}
body {
	font: 14px/22px "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0 0 30px;
	height: 100%;
}

a {
	color: #600;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

img {
	border: none;
}

p {
	padding: 0 0 15px;
	margin: 0;
}

h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font: normal 18px/22px "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #000;
}
h1 a, h1 a:visited{
	color: #000;
	text-decoration: none;
}
h1 a:hover{
	color: #000;
	text-decoration: none;
}

h2 {
	color: #666;
	margin: 0 0 2px;
	border-bottom: 1px dotted #CCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Gill Sans", "Helvetic", "Verdana", sans-serif;
	padding-bottom: 3px;
}

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

h3 {
	font: normal 14px/16px "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #600;
	margin: 20px 0 5px;
}

h4 {
	font: normal 130%/100% "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #2763A5;
	margin: 10px 0 5px;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	margin: 0 auto;
	width: 962px;
	background: url('images/ic/page-bg.jpg') repeat-y #FFF;
	padding: 40px 0 0 0;
	border: 1px solid #FFF;
	min-height: 100%;
}

/* header area */
#header {
	height: 279px;
	width: 825px;
	margin: 0 53px 35px 54px;
	position: relative;
	background: url('images/ic/logo.jpg') no-repeat;
	cursor: pointer;
}




/* content area */
#content {
	padding: 0 15px 30px 15px;
	margin: 0 15px 0 15px;
	width: 900px;
	overflow: hidden;
	background: url('images/ic/content-bg.jpg') repeat-y;
	position: relative;
	min-height: 500px;
}

.post {
	clear:both;
	padding: 0;
}
.post-date {
	font: normal 12px/14px "Gill Sans", "Helvetic", "Verdana", sans-serif;
	margin: 10px 0 25px 0;
}

.entry {
	float: left;
	width: 494px;
	background: url('images/ic/post-bg.jpg') no-repeat;
	padding: 15px;
	margin: 0 0 25px 50px;
}

.post-cat {
	text-align: right;
	float: left;
	font-size: 95%;
	color: #999;
}


.post-content {
	clear: both;
	padding-top: 10px;
}
.post-content img {
	max-width: 500px;
}

.navigation {
	clear: both;
	padding: 10px 0;
	width: 445px;
}

.navigation a, .navigation a:visited {
	color: #2763A5;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}



/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCC;
	padding: 30px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #EEE;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
}

#commentform {
	margin-top: 10px;
	font: 110% "Gill Sans", "Helvetic", "Verdana", sans-serif;
	width: 445px;
}
#commentform p {
	padding: 6px 0;
	margin: 0;
}
#commentform label{
	color: #666;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#EEE;
	border: 1px solid #600;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 445px;
	height: 115px;
	background: #EEE;
	border: 1px solid #600;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FFF;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}



/*sidebar */
#sidebar {
	position: absolute;
	top: 0;
	right: 85px;
	padding: 0 15px 20px 15px;
	width: 182px;
	color: #666;
	overflow: hidden;
	background: url('images/ic/sidebar-bg.jpg') no-repeat top left;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 14px/16px "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #7d7d7d;
	margin: 25px 0 2px;
	text-transform: uppercase;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #600;
	text-decoration: none;
}
#sidebar a:hover{
	color: #600;
	text-decoration: underline;
}

/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*blogroll */
ul.list-blogroll li{
	padding-left: 10px !important;
}

/*category widget */
ul.list-cat li, li.widget_categories li{
	padding-left: 10px !important;
}

/*archives widget */
ul.list-archives li, li.widget_archives li{
	padding-left: 10px !important;
}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	padding-left: 10px !important;
	text-transform: uppercase;
}

/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	padding-left: 10px !important;
}

/*recent comments widget */
li.widget_recent_comments li{
	padding-left: 10px !important;
}

/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}

/*text widget */
.textwidget {
	padding-top: 5px;
}



/*search form */
#searchform {
	margin: 15px 0 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	width: 95px;
	height: 22px;
	padding: 4px 5px 0 5px;
	border: 1px solid #333;
	background: #FFF;
	margin-right: 2px;
	color: #000;
	font-weight: normal;
}

/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #FFF;
	vertical-align: middle;
}

/* Top Commentators */
#sidebar ul.user li {
	padding-left: 10px;
}



/* footer area */
#footer {
	clear: both;
	background: #2763A5;
	color: #FFF;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
}

#footer a, #footer a:visited {
	color: #ACD7EE;
}
#footer h4 {
	font: normal 146%/100% "Gill Sans", "Helvetic", "Verdana", sans-serif;
	color: #9cdbfb;
	margin: 10px 0 5px;
}

.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0 0 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0 0 10px 20px;
}



/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 0 10px 5px 0;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 0 0 5px 10px;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}


/* clear those floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
