/*
Theme Name: Creative Interaction
Theme URI: http://wordpress.org/
Description: Creative Interaction Direct(ors) Design(ers) Develop(ers) Wordpress theme .Theme designed by JAM3 Media. See the project page for more information and updates
Version: 1.0
Author: JAM3
*/

*{
  margin: 0;
  padding: 0;
}

body{
	background-attachment: scroll;
	background-image: url(images/background-main.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	color: #fff;
}

a{
  color: #fff;
  text-decoration: underline;
}

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

img{
  border: 0;
}

/** Header section **/

.main-wrap
{
	width:960px;
	margin: 0px auto;
	text-align:center;
}
.mid-wrap
{
	width:960px;
	text-align:left;
}

.main-left
{
	width: 730px;
	float:left;
	text-align: left;
}

.header
{
	height:345px;
	width: 730px;
	float: left;
}

.branding
{
	height:93px;
	width: 730px;
	float: left;
	padding-top: 57px;
}
.logo
{
	width: 730px;
	float: left;
}


/** Content section **/

.container
{
	width: 730px;
	float: left;
	padding-bottom: 20px;
}

.postdate
{
	width: 140px;
	float: left;
	padding:0px 20px 25px 10px;
	text-align: right;
	background-attachment: scroll;
	background-image: url(images/postdate.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.postdate h3
{
	font-size: 12px;
	line-height: 18px;
	font-weight:bold;
}

.postdate p
{
	font-size: 11px;
	line-height: 18px;
}

.postdate a, .footer a
{
	color: #f00044;
	text-decoration:none;
}

.postdate a:hover, .footer a:hover
{
	color: #fff;
	text-decoration:none;
}

.content
{
	width: 540px;
	float: left;
	padding-right:20px;
}

.content h2
{
	font-size: 36px;
	font-weight:bold;
	color:#ffa200;
	line-height:32px;
	padding-bottom: 10px;
}

.content h2 a
{
	font-size: 36px;
	font-weight:bold;
	color:#ffa200;
	line-height:32px;
	padding-bottom: 10px;
}

.content h2 a:hover
{
	font-size: 36px;
	font-weight:bold;
	color:#f00044;
	line-height:32px;
	padding-bottom: 10px;
}

.content img
{
	padding:10px 0px 10px 0px;
}

.content p
{
	font-size: 12px;
	line-height: 17px;
	padding:5px 0px 5px 0px;
	/* color:#7d7d7d; */
	color:#e2e2e2;
	
}
.content ul{
	font-size: 12px;
	line-height: 17px;
	padding:5px 0px 5px 20px;
	color:#e2e2e2;
	

}
.content ol{
	font-size: 12px;
	line-height: 17px;
	padding:5px 0px 5px 20px;
	color:#e2e2e2;
	

}
.content a
{

	color:#ee0043;
	text-decoration: none;
}

.content a:hover
{
	color:#7d7d7d;
	text-decoration: none;
}

.content p.postcontrols
{
	/*color: #e5e5e5;*/
	color: #e2e2e2;
	float: right;
	background-attachment: scroll;
	background-image: url(images/b3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	line-height:18px;
	padding-bottom: 20px;
}
.posted_in {
	color:#FF0000;
	background-color:#lblblb;
}

.posted_in_title {
	color:#7d7d7d;
	font-size:10px;
	background-color:#lblblb;
}

.posted_in_content {
	font-size:10px;
	background-color:#1b1b1b;
}

.posted_in_content a {
	color:#ffffff;
	text-decoration: none;
	background-color:#1b1b1b;
}

.posted_in_content a:hover {
	color:#7d7d7d;
	text-decoration: none;
	background-color:#lblblb;
}

.posted_comments a {
	color: #e2e2e2;
	background-color:#1b1b1b;
	
}

.posted_comments a:hover {
	color: #7d7d7d;
	background-color:#1b1b1b;
}

 


.respond ul.prevnext{
	padding: 20px 0px 0px 0px;
	width: 540px;
	list-style:none;
	float:left;
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
	background-attachment: scroll;
/*	background-image: url(images/line.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
}

.respond ul.prevnext li{
  width: 115px;
  height: 23px;
  float:left;
}

.respond ul.prevnext li a{
	text-decoration:none;


	color:#fff;
	font-weight: bold;
}

.respond ul.prevnext li a:hover{
	text-decoration:none;
	color:#f00044;
}

.respond ul.prevnext li.prev
{
	padding: 2px 0px 5px 25px;
	background-attachment: scroll;
	background-image: url(images/prev-on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/** Navigation section **/

.navigation {
	padding: 20px 0px 0px 175px;
}
.navigation ul.prevnext{
	padding: 20px 0px 0px 0px;
	width: 540px;
	list-style:none;
	float:left;
	font-size:11px;
	line-height:17px;
	text-transform:uppercase;
	background-attachment: scroll;
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.navigation ul.prevnext li{
  width: 115px;
  height: 23px;
  float:left;
}

.navigation ul.prevnext li a{
	text-decoration:none;
	color:#fff;
	font-weight: bold;
}

.navigation ul.prevnext li a:hover{
	text-decoration:none;
	color:#f00044;
}

.navigation ul.prevnext li.prev
{
	padding: 2px 0px 5px 25px;
	background-attachment: scroll;
	background-image: url(images/prev-on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.navigation ul.prevnext li.next
{
	padding: 2px 29px 5px 0px;
	background-attachment: scroll;
	background-image: url(images/next-on.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	text-align:right;
}

/** Side bar section **/

.sidebar
{
	width: 230px;
	float:left;
	padding-top: 73px;
}

.searchbar
{
	width: 197px;
	float:left;
	padding:0px 0px 0px 33px;	
}

.searchbar input.searchfield
{
  color: #cccccc;
  background-color:#000;
  width: 150px;
  border:1px solid #333333;
  font-size:12px;
  float: left;
  padding:3px;
  font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
}
.inputButton
{
	background-attachment: scroll;
	background-image: url(images/goButton.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	border:0px solid;
	cursor: pointer;
	padding:0px;
	margin:0px;
	height:25px;
	width:30px;
}

.sidebar h1
{
	padding:36px 0px 16px 33px;
	background-attachment: scroll;
	background-image: url(images/sidebar-h1-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:38px;
	width: 197px;
	float: left;
	font-size:22px;
	font-weight:bold;
}

.sidebar ul.nav{
  padding: 0px 10px 0px 35px;
  list-style:none;
  width: 147px;
  float:left; 
  font-size:12px;
  line-height:17px;
}

.sidebar ul.nav li{
  padding: 0px 0px 5px 0px;
}

.sidebar ul.nav li a{
	text-decoration:none;
	color:#fff;
	text-align:center;
	background-attachment: scroll;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	background-position:left center;
    padding: 5px 0px 0px 12px;
	
}

.sidebar ul.nav li a:hover{
	text-decoration:none;
	color:#f00044;
}

.sidebar ul.nav li ul li{
	list-style:none;
	padding: 0px 5px 0px 10px;
}

.sidebar ul.nav li ul li a{
	list-style:none;
  	text-decoration:none;
	color:#fff;
	text-align:center;
	background-attachment: scroll;
	background-image: url(images/b1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 0px 12px;
	
}

.sidebar ul.rss{
  padding: 0px 10px 0px 35px;
  list-style:none;
  width: 147px;
  float:left; 
  font-size:12px;
  line-height:17px;
}

.sidebar ul.rss li{
  padding: 0px 0px 5px 0px;
}

.sidebar ul.rss li a{
	text-decoration:none;
	color:#fff;
	background-attachment: scroll;
	background-image: url(images/b2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0px 0px 15px;
}

.sidebar ul.rss li a:hover{
	text-decoration:none;
	color:#ffa200;
}

/** Comments section **/

.comments-section {
	width:560px;
	font-size: 12px;
	line-height: 17px;
	padding:0px 0px 15px 0px;
	/*color:#7d7d7d;*/
	float:right;
	color:#e2e2e2;
	
}
.commentfield {
  font-size:12px;
  float: left;
  padding:3px;
  font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
}
.commentlist{
	padding:10px 0px 0px 15px;
}
.commentlist a{
	text-decoration:none;
}
.commentlist a:hover {
	color:#7d7d7d;
	text-decoration:none;
}
.commentmetadata a {
	text-decoration:none;
}
.commentmetadata a:hover {
	color:#7d7d7d;
	text-decoration:none;
}
.comment-heading {
	font-size: 12px;
	line-height: 17px;
	padding:5px 0px 40px 0px;
	color:#ffffff;
	font-weight:bold;
}



.postCommentbg  {
	background-color: #FF0000;
	line-height: 18px;
}
/** Footer section **/

.footer
{
	width:785px;
	padding: 55px 0px 60px 175px;
	text-align:left;
	background-attachment: scroll;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
}

.footer p
{
	font-size:12px;
	color: #fff;
}

.listTxtbg a {
	background-color: #1b1b1b;
	line-height: 18px;
}
.contentTxtbg  {
	background-color: #1b1b1b;
}	
.contentImgbg  {
	background-color: #000000;
}	
.contentTxtbg h1{
	background-color: #1b1b1b;
}	
.contentTxtbg h2{
	background-color: #1b1b1b;
}
.contentTxtbg h3{
	background-color: #1b1b1b;
}	
.contentTxtbg h4{
	background-color: #1b1b1b;
}	
.contentTxtbg h5{
	background-color: #1b1b1b;
}	
.contentTxtbg h6{
	background-color: #1b1b1b;
}	

.bgmenulist  {
	background-color: #1b1b1b;
}


.replyAreaTitle {	
	color:  #EE0043;
	font-size: 11px;
	line-height: 20px;
	padding: 0 0 3px 0;
}	

.raTxtBox {	
	border: 1px solid #555454;
	width: 164px;
	padding: 5px 2px 5px 2px;
	background-color: #191818;
	color: #FFFFFF;
	font-size: 11px;
}
.raTxtArea {	
	border: 1px solid #555454;
	width: 440px;
	height: 150px;
	padding: 5px 2px 5px 2px;
	background-color: #191818;
	color: #FFFFFF;
	font-size: 11px;
}

/****************************************/
/****************************************/
/************ ADDED BY MIKKO ************/
/****************************************/
/****************************************/
strong
{
    color:#ffa200;
}
/****************************************/
/****************************************/
/************ ADDED BY MIKKO ************/
/****************************************/
/****************************************/

/* CSS Document */


