/*
Theme Name: promote
Theme URI: http://www.meltingpx.com
Description: <p>Promote CMS website template</p>
Version: 1.0
Author: ram
Created Date:15/09/2009
Author URI: http://www.meltingpx.com/

*/
/* container wrappers*/
html,body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
margin:0;
padding:0;
}
html{
	/*background:url(images/bg.jpg) repeat-x;*/
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #848484;
	background:transparent url(images/bg.jpg) repeat-x;
	line-height:20px;
	font-size:12px;
	text-align:center;
}

/* default styles*/
a, a:link, a:active{
text-decoration:none;
color:#865F7F;
}
a:hover{}
a:active, a:focus{ outline:none; }

/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
  float: right; 
  margin: 0 0 20px 20px;
  width:auto;
}
.alignleft {
  float: left; 
  margin: 0 20px 10px 0;
  width:auto;
}
a img {
	border:none;
}

blockquote{
	border:1px solid #ddd;
	background-color:#eee;
	padding:10px 10px 10px 20px;
	margin:10px 0px 10px 0px;
	border-left:3px solid #ddd;
	font-size:12px;
	color:#555;
}
.tn-br{
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px;
}
.tn-br2{
	border:1px solid #ccc;
	background-color:#eee;
	padding:8px;
}

p{
margin-bottom:10px;

}

ol {
	list-style: decimal;
	margin-left:20px;
	line-height:22px;
}

ul {
	list-style: square;
	padding-left:15px;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
img.view-more{
margin:10px 0;

}
a.view-more2{
background-color:#333;
padding:3px 5px;
text-decoration:none;
color:#555;
margin-top:20px;
padding-top:30px;
}


.vpace{
display:block;
height:20px;
}

#wrapper { 
 margin: 0 auto;
 width:1000px;
 position:relative;
 text-align:left;
}
#header-wrapper {
 width: 1000px;
 float: left;
height:100px;}

.header-inner{
}

/*titles*/

h1 {
	font-size: 24px;
	letter-spacing: -1px;
}

h2 {
	font-size: 22px;
	letter-spacing: -1px;	
}

h3 {
	font-size: 18px;
	letter-spacing: -1px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

h2, h3, h4, h5, h6{
	margin:10px 0;
	letter-spacing:1px;
	font-weight:normal;	
}

/* Top  navigation*/
.top-navigation{
	position:relative;
	z-index:3;}

/* logo*/
.logo{
	padding:30px 10px 0 19px;
	width:60%;
	float:left;
	margin:0px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:69px;
	width:267px;
}

	.logo a{	
		height:69px;
		width:267px;
		display:block;
		line-height:100px;
		text-indent:-5000px;}


/* Search box style*/
#search-box {
	float:right;
	position:relative;
	top:10px;
	z-index:1111;
	width:auto;

	
}
	#search-box  input{
		border:1px solid #ccc;
		background-color:#fff;
		padding:3px;
		width:242px;
		color:#111;
	}

	#search-box  #submit{
		border:none;
		background-image: url(images/go.png);
		background-repeat: no-repeat;
		background-position: center center;
		width:35px;
		height:24px;
		cursor: pointer;

}
	#search-box #submit:hover{
		border:none;
		background-image: url(images/go-ho.png);
		background-repeat: no-repeat;
		background-position: center center;
		width:35px;
		height:24px;
		cursor: pointer;

}

/*Main section*************************************************************/

#main{
	float:left;
	padding: 14px;
	width:auto;
	background-color:#fff;
	border:1px solid #ccc;
	display:block;
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: -22px top;
	
}
#main-wide{
	float:left;
	padding: 19px;
	width:auto;
	background-color:#fff;
	border:1px solid #ccc;
	display:block;
	width: 960px;
	
}

/*left column style*************************************************************/
#leftcolumn-wrapper{ 
	width: 675px;
	float: left;
	
}
	.leftcolumn-inner{
		padding:0px 14px 0 0;
	
	}

		.leftcolumn-inner-home h3, .leftcolumn-inner-home h4{
			color:#111;
			letter-spacing:0px;	
		
		}
		.leftcolumn-inner h3, .leftcolumn-inner h4{
			margin-bottom:10px;
		}

		#leftcolumn-wrapper  img{
		
		}


/*home page columns/content boxes*/
.col1{
	width:225px;
	float:left;
}
.col-inner{
	padding-right:25px;
}
.col2{
	width:420px;
	float:left;	
}
.col2-inner{
	padding-left:20px;
}

/*Blog  style*/

#post, #post2, #post3{
margin-bottom:20px;
}
.post-info{
	background-color:#f6f6f6;
	padding:5px 2px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	}

	.post-info a{
	text-decoration:none;
	color:#495976;
	}

.entry img.view-more{
padding:0px;
border:none;
}

.entry img{
	border:1px solid #ddd;
	padding:5px;
	background-color:#f6f6f6;

}

.img-br1{
	border:1px solid #ddd;
	padding:5px;
	background-color:#f6f6f6;
}

.pagetitle{
color:#000;

}


/*right column style*************************************************************/
#rightcolumn-wrapper {
	float: left;
	width: 285px;
	color:#666;	
}
	.rightcolumn-inner {
		padding:0px 0px 0 14px;	
	}

		.rightcolumn-inner h3{
			margin-bottom:10px;
			color:#088817;
			letter-spacing:0px;
			font-weight:normal;
		}
		
		.rightcolumn-inner ul{
			list-style:none;
			padding:0px;	
		}
			.rightcolumn-inner ul li{
				border-bottom:1px solid #dfdfdf;		
			}
				.rightcolumn-inner ul li a{
					text-decoration:none;
					line-height:20px;
					color:#111;
					padding:5px 0px;
					display:block;
				}
				.rightcolumn-inner ul li a:hover{
					background-color:#f4f4f4;
				}

.contact-info a:hover{
	cursor: help;
	
}
img.ad-img{
background-color:#eee;
padding:6px;
border:1px solid #ccc;

}

/* @ widget style
-------------------------------------*/
li.widget{
list-style:none;

}

li.widget h3{
margin-bottom:10px;
margin-top:30px;


}
/* @ comments style
----------------------------------------------------------------------------------------------------*/
	
h3#comments, #respond{
color:#222;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
	}
#commentform textarea {
	width: 99%;
	padding: 2px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#333;
	overflow:auto;
	}

#commentform #submit2 {
	margin: 0;
	float: left;
	background-color:#555;
	color:#fff;
	margin-bottom:10px;
	border:none;
	width:auto;
	padding: 5px 10px;
	border:1px solid #444;
	font-weight:bold;
	}
	#commentform #submit2:hover {
	cursor: pointer;

	}

.alt {
	margin: 0;
	padding: 10px;

	}
.commentlist {
	padding: 0px;
	float:left;
	padding:0px;	
	}
	
ol.commentlist{
	margin:0px;
	padding:0px;
}
	
	.commentlist a:link, .commentlist a:visited  {
		color:#0099CC;	
		}
	
	.commentlist li {
		margin: 5px 0 10px 0;
		padding: 15px 5px 10px 10px;
		list-style: none;
		border:1px solid #ccc;
		background-color:#f1f1f1;
		color:#333;
		}
		.commentlist li ul li { 
			margin-right: -5px;
			margin-left: 10px;
		}

		.commentlist p {
			margin: 10px 5px 10px 0;
		}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.navigation{
	background-image: url(images/pf-bg.jpg);
	background-repeat: repeat-x;
	background-position: -50px;
	font-size:2em;
}

.avatar {
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
	float:right;
	width:auto;
}

.navigation{

float:left;
margin:20px 0px 20px 0;

}

/*twitter style*/	
.twitted {

}
.twitted p.preLoader {
	margin: 0;	
	background: transparent url("images/ajax-loader.gif") 1em center no-repeat;
	height:48px;
	
	/* generate your own loader gif: http://www.ajaxload.info */
}
.twitted ul {
	margin: 0;
	padding:0px;}


.twitted ul#twitter_update_list {
	margin: 0;
	padding:0px;	
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 10px 0 10px 0;	
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: inline;

}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #006699;
		font-weight: normal;
		display:inline;		
}

.twitted ul#twitter_update_list  a {
	/* timestamp link */
	color: #993399;
	font-weight:bold;}

li.li.timestamp a{
font-weight:bold;
}
.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}


/*footer  style*************************************************************/

#footer-wrapper { 
	width: 1000px;
	clear: both;
	padding:10px 0px;
	float:left;
}
	p.copurights{
		width:50%;
		float:left;	
	}
	ul.footer-rightdiv {
	float:right;
	width:auto;	
	}
		ul.footer-rightdiv li{
		display:inline;	
		
		}
			ul.footer-rightdiv li a{
			text-decoration:none;
			color:#666;
			padding:0px 8px;

			}ul.footer-rightdiv li a:hover{
			color:#666;
			
			}