/* @override http://192.168.1.67/~cpops/wordpress/wp-content/themes/INFORMATIONRAIN/style.css */

/*
Theme Name: Information Rain Design
URI: http://informationrain.com/
Description: My 750 pixel-wide redesign with bigger pics, a new logo, white-space, and hel-fucking-vetica.
Version: .99
Author: Chris Papadopoulos
*/

/* This theme is still under construction so some of the CSS sucks. Feel free to check it out but don't copy it that is stupid. */

/* @group Normalization */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */
html
{
font-family: Helvetica, Arial, Verdana, sans-serif;	
text-align: left;
	
}

body 
{
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
	line-height: 24px;
	font-size: 16px;
}

div#container{
	position: relative;
	width: 750px;
	margin: 0px auto;
	background: #fff;
}

p{
	color: #333;
	margin-bottom: 10px;
}

p + p{
	margin-top: 20px;
}

a{
	text-decoration: none;
	color: #0048c2;
}

a:visited{
	color: #9800ff;
}

a:hover{
	background-color: #111;
	color: #fff;
}

.last_chat{
	color: #fff;
	padding: 10px 20px;		
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	background-color: #000;
}

li{
	list-style-type: none;
}

h2{
	font-size: 1.4em;
	line-height: 1.5em;
}

/* @group Branding */

#branding {
	position: relative;
	height: 38px;
	color: #333;
}

#logo{
	position: absolute;
	top: 25px;
	
}

#catchphrase_in_header{
	position: absolute;
	right: 15px;
	top: 38px;
	color: #333;
	width: 225px;
	font-size: 16px;
}


/* @end */

/* @group Main Navigation */

#nav_features{
	position: relative;
	top:65px;
	width: 750px;
	height: 50px;
	background-color: #000;
}

#nav_features li{
	float: left;
	border-right: solid 1px #fff;
	width: 100px;
	height: 50px;
	padding: 20px 0 0 10px;
}

#nav_features li:hover{
	background-color: #111;
	height: 30px;
}

#nav_features a{
	color: #fff;
}

#nav_features a:hover{
	color: #0048c2;
	background-color: #111;
}

#searchform{
	position: absolute;
	width: 250px;
	left: 500px;
	top: 94px;
}

#current{
	color: #0048c2;
}

#current a{
	color: #0048c2;
}

/* @end */

/* @group Sidebar */

div#sidebar{
	position: absolute;
	left: 500px;
	top: 448px;
	width: 250px;	
}

#sidebar li{
	margin-bottom: 25px;
	width: 250px;

}

#sidebar img{
	border-top: solid 2px #eee;
	border-bottom: solid 2px #eee;
}

#sidebar img:hover{
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}

#gallery_link{
	border: 1px solid #ccc;
	font-size: 1.5em;
}

#gallery_link h4{
	background-color: #000;	
	width: 210px;
	padding: 10px 20px;		
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	background-color: #000;

}

/* @end */

/* @group RSS FEED */

#feed_icon{
	position: absolute;
	right: 10px;
}

/* @end */

/* @group Main Index Article Stuff
 */

#content_main{
	position: relative;
	width: 450px;
	left: 0px;
	top: 75px;
	margin-bottom: 140px;
	clear: both; /*for float in navigation */
}

/* @group Featured Article */

#featured{
	position: relative;
	width: 750px;
	height: 423px;
}


#title, #excerpt{
	line-height: 1.5em;
	position: absolute;
	width: 510px;
	right: 0px;
	background-color: #000;
	opacity: .75;
	padding: 5px 10px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
}

#excerpt a p{
color: #0048c2;

}

#title{
	top: 25px;
	font-size: 2em;
}

#excerpt{
	bottom: 25px;
}

/* @end */

/* @group Previous Articles */

#features a span{
	display: none;
}

#features span p{
	color: #0048c2;
}

#features a:hover span {
	display: block;
   	position: absolute; 
   	right: 0px; 
   	width: 200px;
   	padding: 5px 10px; 
	z-index: 100;
	background: #000;
   	color: #fff; 
}


ul#previous_articles{
	margin-top: 25px;
}

.half_section{
	background-color: #000;
	color: #fff;
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-topright: 12px;
	padding: 10px 0 10px 120px;
}

.odd{
	background-color: #eee;
}
.even{
	background-color: #fff;
}

#previous_articles li{
	margin-top: 25px;
	min-height: 50px;
	padding: 0 10px;
}

#previous_articles li:hover{
background-color: #000;	
}

#previous_articles li a:hover{
color: #fff;
}



/* @end */

/* @end */

/* @group Secondary Navigation */

#footer{
	border-top: 5px solid #000;
	width:750px;
	position: relative;
	padding: 20px 0;
}

#footer h4{
	margin-bottom: 5px;
	font-weight: bold;
}

#categories{
	position: absolute;
	left:220px;
}

#Tweet{
	position: absolute;
	left: 500px;
	width: 200px;
	top: 20px;
}

/* @group Flickr */

#flickr{
	position: relative;
	width: 111px;
}

#flickr img{
	width:110px;
	
	margin-bottom: 1px;
	margin-left: 1px;
}

#flickr img:hover{
	border-bottom: none;
}

/* @end */


/* @end */

/* @group Individual Article Stuff */

#article_title{
	width: 450px;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
	font-size: 24px;
}

.heading{
	color: #000;
	padding: 10px 0;
	margin: 30px 0;
	font-size: 1.5em;
}

.aside{
	position: absolute;
	left: 500px;
	width: 200px;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0 0 50px;
}

.article_link{
	text-decoration: none;
	border: none;
}

.article_link:hover{
	background-color: #fff;
	border: none;
}

.article_image{
	width: 450px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.quote{
	position: relative;
	padding-left: 10px;
	left: 50px;
	width: 390px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-left: 1px solid #ccc;
	color: #333;
}


/* @end */


/* @group Form Shit */

form{
	margin: 25px 0;
}

textarea:focus {
	border: 1px solid #0048c2;
	background: #000;
	color: #fff;
}

input[type=text], input[type=password]{
	border: 1px solid #ccc;

}

input[type=text]:focus, input[type=password]:focus{
	color: #fff;
	background-color: #000;
	border: 1px solid #0048c2;
}

select:focus{
	color: #fff;
	background-color: #000;
	border: 1px solid #fdff00;
}

input[type="radio"]:focus 
{
	background-color: #000;

}

/* @end */


/* @group Comments Stuff */

#trackbacks{
	position:absolute;
	left:500px;
	width:250px;
}

#comments, #trackbacks_title{
	margin-bottom:25px;
	font-size: 16px;
}

#commentform{
	padding-top: 25px;
	padding-bottom: 25px;
	height: 600px;
}

#commentform label{
		padding-left: 10px;
}

.comment_bar{
margin-bottom: -20px;
}

.sociable{
	background-color: #000;
	color: #fff;
	padding: 10px;
	width: 230px;
}

.comment{
	position: relative;
	margin-bottom: 50px;	
}

.comment p{
	color: #333;
}

#respond{
	margin-top: 90px;
}

#author, #email, #url, #comment{
font-size: 1.2em;
}

/* @end */

/* @group Site Contact Form */

#contact_name, #contact_email, #contact_message{
	font-size: 1.2em;
}

/* @end */




