/*
	Theme Name: Wp Demos V1.1
	Author:Cosmic Coders
	Author URI:http://CosmicCoders.com
	Description:This is a 2 column custom designed theme for Cosmic Coders show case http://www.wpDemos.com
*/

/*****************GENERAL MARKUP*****************************/
*
{
	margin:0;
	padding:0;
}
body
{
	background:url(images/top_bg.gif) repeat-x;
}

/***************** PAGE LAYOUT *****************************/
#page
{
	background:url(images/bottom_bg.gif) bottom center repeat-x;
	font-family : "trebuchet MS";
	/*min-height:500px;
	*/
	
}
* html #page
{
	height:500px;
}

/***************** GENERAL CLASSES *****************************/
.alignleft
{
	float:left;
}
.alignright
{
	float:right;
}
.clear
{
	clear:both;
}

/***************** GENERAL TAGS *****************************/
h2
{
	font-size:18px;
}
p
{
	font-family:arial;
	font-size:13px;
	color:#757272;
	line-height:20px;
	text-align:justify;
}

/***************** HEADER LAYOUT *****************************/
#header
{
	height:148px;
	width:955px;
	margin:0 auto;
}

/***********************LOGO *********************************/
#header
{
text-decoration:none;
}
#header img
{
	margin-top:20px;
	margin-bottom:18px;
	border:0px;
}
.login-box 
{
	padding-right:20px;
	padding-top:10px;
}
.login-box a
{
	text-decoration:none;
	color:#5B656C;
	font-size:12px;
	font-weight:bold;
}
/*****************SEARCHFROM lAYOUT ***********************/
#searchform
{
float:right;
margin-bottom:5px;
margin-right:10px;
}
#searchform #s
{
border:1px solid #B8BDC0;
background:url(images/search.gif) no-repeat 1px 4px;
padding-left:18px;
height:19px;
color:#87929B;
padding-top:5px;
margin-bottom:1px;
}
*html #searchform #s
{
margin-bottom:0px;
}
#searchsubmit
{
border:0px;
background:url(images/search_pix.gif) repeat-x;
height:26px;
width:70px;
color:#FFF;
margin-left:-5px;
}
/***************** MENU LAYOUT *****************************/
#menu
{
	margin:0 auto;
	width:955px;
}
.menu-left-corner
{
	background:url(images/menu_lc.gif) no-repeat;
	width:9px;
	height:55px;
}
.menu-body
{
	background:url(images/menu_bg.gif) repeat-x;
	width:937px;
	height:55px;
}
.menu-body  ul
{
	padding-top:13px;
	padding-left:15px;
}
.menu-body li
{
	float:left;
	list-style-type:none;
	font-family:arial;
	border-left:1px solid #3C4E59;
	height:28px;
}
.menu-body li.nobdr
{
border:none;
}
*html .menu-body li /**** This is IE hack for menu width ****/
{
width:80px;
}
.menu-body li a
{
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	display:block;
	color:#FFF;
	font-size:15px;
	font-weight:bold;
	height:23px;
	display:block;
	padding-top:5px;
	white-space:nowrap;
	text-align:center;
}
.menu-right-corner
{
	background:url(images/menu_rc.gif) no-repeat;
	width:9px;
	height:55px;
}

/***************** CONTAINER LAYOUT *****************************/
#container
{	
	width:955px;
	margin:0 auto;
	border-bottom:2px solid #F2F2F2;
	background:#FFF;
}

/***************** SIDEBAR LAYOUT *****************************/
#sidebar
{
	width:270px;
	border-left:2px solid #F2F2F2;
	border-right:2px solid #F2F2F2;
	padding-top:2px;
}
#sidebar h2
{
	background:url(images/sidebar_pix.gif) repeat-x;
	height:25px;
	width:248px;
	margin:0 auto;
	padding-top:5px;
	padding-left:15px;
	color:#FFF;
	text-transform:capitalize;
	font-size:16px;
}
#sidebar .arrow
{
	background:url(images/sidebartitle_bullet.gif) no-repeat;
	background-position:0 5px;
	padding-left:15px;
}
#sidebar ul ul
{
	padding:20px;
	padding-top:10px;
}
#sidebar li 
{
list-style-type:none;
}
#sidebar li li
{
	list-style-type:none;
	background:url(images/sidebar_bullet.gif) no-repeat;
	background-position:0 7px;
	padding-left:15px;
} 
#sidebar li a
{
	color:#8E99A0;
	text-decoration:none;
	font-size:14px;
}
#sidebar li a:hover
{
	color:#C9241E;
}
.side-news h3{
border-bottom:1px solid #DDDFE3;
margin-left:10px;
}
.side-news p{
margin-left:20px;
line-height:1.2em;
font-size:12px;
margin-right:2px;
text-align:left;
font-family:arial;
}
a.read-more 
{
color:#E6607F;
}
/***************** CONTENT LAYOUT *****************************/
#contents
{
	width:660px;
	border-right:2px solid #F2F2F2;
	padding-left:9px;
	padding-right:8px;
	padding-top:2px;
}
#contents fieldset
{
	border:medium double #BCC6CB;
	padding:10px;
	margin-bottom:15px;
}
.post-title
{
	font-size:22px;
	margin-left:40px;
	border-bottom:1px solid red;
	text-transform:capitalize;
	font-family:"times new roman";
}

.entry
{
padding-top:10px;
text-align:justify;
}
.subpost
{
margin-bottom:10px;
color:#757272;
font-family:arial;
font-size:13px;
line-height:20px;
text-align:justify;
}
.subpost h2.post-title-home a
{
color:#333;
font-size:20px;
line-height:1.5em;
font-family:arial;
text-decoration:none;
}
.right
{
margin-right:40px;
}
.post .entry  a img {
border:1px solid #BCC6CB;
padding:3px;
margin:2px;
}
.single-post fieldset img{width:700px;
height:582px;}

.wp-pagenavi
{
text-align:center;
margin-top:5px;
}
.wp-pagenavi a
{
background-color:#FFFFFF;
border:1px solid #0066CC;
color:#0066CC;
margin:2px;
padding:2px 10px;
text-decoration:none;
}
/***************SPECIAL HOme Page ***********************/
.imgwrapper
{
float:left;
margin:0px 15px;
display:inline;
}
.imgwrapper a img {border:0px;}
.imgwrapper p {margin-left:45px;
text-align:center;
}
.imgwrapper-bottom
{
float:right;
margin:0px 15px;
display:inline;
}
.home-hr
{
color:#E9F0F4;
height:2px;
margin-top:5px;

}
/*********** CONTENT LAYOUT IN SINGLE PAGE ************/
#container .content-top
{
width:748px;
padding-left:100px;
border:0px;
padding-top:10px;
}
.content-top .post-title
{
color:#000;
border:0px;
font-size:27px;
font-weight:bold;
}
#container .content-top  legend
{
margin-left:230px;
}
#container .content-top fieldset
{
padding:20px;
}
.content-top .entry
{
width:540px;
margin: 0px 10px 0px 5px;
}
.content-top img
{
border:0px;
}
.buttons
{
padding-top:10px;
}
.view-details
{
background:url(images/viewdetailbtn_home.gif) no-repeat;
width:126px;
height:45px;
display:block;
float:left;
}
.download-link{
background:url(images/downloadbtn_home.gif) no-repeat;
width:126px;
height:46px;
display:block;
float:left;
}
.view-details:hover
{
background:url(images/viewdetails_home_hw.gif) no-repeat;
}
.download-link:hover
{
background:url(images/download_home_hw.gif) no-repeat;

}
.buttons .details-single
{
background:url(images/detail_large.gif) no-repeat;
width:182px;
height:45px;
display:block;
}
.buttons .download-single
{
background:url(images/download_large.gif) no-repeat;
width:182px;
height:46px;
display:block;
}
.buttons .details-single:hover
{
background:url(images/vewdetail_hw.gif) no-repeat;
}
.buttons .download-single:hover
{
background:url(images/download_hw.gif) no-repeat;

}
#content-bottom
{
padding-top:25px;
}
.similar-top
{
background:url(images/similartemplate_trc.gif) no-repeat;
width:905px;
height:44px;
color:#FAFAFB;
font-size:19px;
padding-left:50px;
padding-top:8px;
}
.similar-bottom
{
background:url(images/similartemplate_bg.gif) repeat-x;
width:909px;
height:171px;
padding:0px 23px;

}
.similar-bottom img
{
float:left;
margin-left:7px;
}
.similar-bottom a img {
border:0px;
}
/************ CONTENT LAYOUT IN GALLERY PAGE **************/
#contents-gallery 
{
padding:0px 10px;
border:2px solid #F2F2F2;
border-bottom:0px;
}
*html #contents-gallery 
{
height:1px;
}
#contents-gallery .post
{
width:305px;
float:left;
margin-right:5px;
height:350px;
margin-bottom:20px;
}
#contents-gallery fieldset
{
	border:medium double #D0D5D7;
	padding:10px;
	margin-bottom:15px;
	width:280px;
	height:345px;
}
#contents-gallery fieldset a
{
display:block;
width:100%;
text-align:center;

}
#contents-gallery legend
{
margin-left:75px;
font-weight:bold;
color:#666464;
}
#contents-gallery p
{
height:50px;
}
#contents-gallery a img
{
border:0px;
}
#contents-gallery img
{
border:1px solid #D0D5D7;
}
.details-gallery
{
background:url(images/viewgallery.gif) no-repeat;
width:73px;
height:18px;
display:block;
}
.download-gallery
{
background:url(images/download_gallery.gif) no-repeat;
width:73px;
height:18px;
display:block;
}
.details-gallery:hover
{
background:url(images/viewdetail_hw_gallery.gif) no-repeat;
}
.download-gallery:hover
{
background:url(images/download_hw_gallery.gif) no-repeat;
width:72px;

}
/***************** FOOTER LAYOUT *****************************/
#footer
{
	height:65px;
	background:url(images/footer_bg.gif) repeat-x;
	margin:0px auto;
	padding-left:20px;
	padding-top:10px;
	margin-top:7px;
}
#footer li
{
	float:left;
	list-style-type:none;
}

#footer li a
{
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	display:block;
	color:#FFF;
	font-size:13px;
	font-weight:normal;
}
/*******RSS FEED********/
#footer a
{
	text-decoration:none;

}
#footer  p
{
padding-left:10px;
}
#footer  p,#footer  p a
{
color:#FFF;
}
#rss
{
	margin-right:20px;
}
#footer  .rss
{
	height:24px;
	background:url(images/rss.gif) no-repeat;
	padding-left:30px;
	color:#FFF;
	
}
#footer  .email
{
	height:17px;
	background:url(images/mail.gif) no-repeat 0px 7px;
	padding-left:30px;
	color:#FFF;
	
}
/* ################ Quick Facts Formatting */
.quickfacts{
border:2px solid #E0E7EE;
padding:5px;
}
.quickfacts caption
{
font-weight:bold;
font-size:1.3em;
background:#F3F3F3;
}
.quickfacts tr{
border:2px solid red;
width:325px;

border-style:solid;
}
.quickfacts td {
border:1px solid #CCCCCC;
padding:2px;

}
.quickfacts .quicklabel{
width:250px;
font-weight:bold;
font-family:georgia,"Times new Roman",serif;
}
.quickfacts .quickval{ width:75px;}