﻿/*
Theme Name: TAP Satellite
Theme URI: http://digital.com.np/
Description: WordPress theme.
Version: 1.0
Author: Mike Hardy
Author URI: http://www.digital.com.np/
Tags: green, custom index, fixed width, two columns

	

*/


body
{
	margin: 0;
	padding: 0;
	background-color: #3f3f3f; /*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* Resets 1em to 10px */
	line-height: 20px;
}

p
{
	margin: 0;
	padding: 0;
}
a
{
	color: #d86804;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.more
{
	float: right;
	background: url(images/more_img.jpg) no-repeat right center;
	padding: 5px 18px 0 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.item
{
	padding: 10px;
	margin: 0;
	list-style: none;
}
.item li
{
	background: transparent url(images/list_img.gif) no-repeat scroll 0 5px;
	margin: 0;
	overflow: hidden;
}
.alignleft
{
	float: left;
	text-align: left;
	margin-right: 10px;
}
.alignright
{
	float: right;
	text-align: right;
	margin-left: 10px;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.floatleft
{
	float: left;
}
.floatright
{
	float: right;
}
.left
{
	float: left;
	margin-right: 10px;
}
.right
{
	float: right;
	margin-left: 10px;
}
.fixed, .clear
{
	clear: both;
}
#wrapper
{
	background: #FFF url(images/bottom_bkgnd.gif) repeat-x left bottom;
	margin: 0 auto;
	width: 1083px;
	padding: 0;
}

.clearfloat
{
	display: block;
}
.col-1, .col-2
{
	display: inline;
	float: left;
}
h2, h2 a
{
	font-size: 24px;
	margin: 0 0 15px 0;
	color: #347e10;
	font-weight: normal;
	line-height: 30px;
}
h2 a:hover
{
	color: #d86804;
}

/*START: Header */
#header
{
	background: url(images/header_bkgnd.gif);
	height: 143px;
	background-color:#3F3F3F !important;
}
.headerLeft
{
	width: 650px;
}
.headerRight
{
	width: 423px;
}
/*END: Header */

/*START: search */
#search
{
	margin: 15px 20px 0 75px;
	padding: 0;
	height: 1%;
	overflow: hidden;
}

#search-text
{
	float: left;
	height: 18px;
	border: 1px solid #a5a5a5;
	width: 238px;
	margin: 0 5px 0 0;
}
#search .label
{
	font: bold 10px/20px Verdana, Arial, Helvetica, sans-serif;
	width: 50px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	float: left;
}

#search-form
{
	margin-top: 7px;
}

/*END: search */

.advt
{
	padding: 8px 12px 12px 25px;
}

#mainContent
{
	clear: both;
	height: 1%;
	overflow: hidden;
}

#content
{
	padding: 0 8px 12px 25px;
	float: left;
	width: 728px;
}

#singleContent
{
	padding: 0 4px 12px 25px;
	float: left;
	width: 728px;
	margin-right: 6px;
}


/*#sidebar {
	float:left;
}*/


.homeExcerpt
{
	background: #fff url(images/cat_box_bkgnd.jpg) repeat-x;
}

#slideshow
{
	padding: 0 0;
}
.category_box
{
	background: #fff url(images/cat_box_bkgnd.jpg) repeat-x;
	height: 1%;
	overflow: hidden;
	margin-top: 8px;
	padding: 10px 5px;
}
.cat_title
{
	background: url(images/title_bkgnd.gif) repeat-x;
	color: #f8ffbb;
	padding: 5px 10px;
}
.cat1
{
	width: 227px;
	float: left;
	margin: 0 6px;
}
.cat_content
{
	margin-top: 3px;
	background: #fff url(images/cat_content_bkgnd.jpg) repeat-x;
	font-size: 13px;
	overflow: hidden;
	padding: 5px;
}
.cat_content .cat-hdr a
{
	color: #347e10;
	font-weight: bold;
	padding: 5px;
}
.cat_content .cat-hdr a:hover
{
	color: #d86804;
}

.cat_content p
{
	padding: 8px 0 0 0;
	text-align: left;
}
.cat_content img
{
	float: left;
	width: 100px !important;
	height: auto !important;
	padding: 0 5px 5px 0;
}
.cat_content .more
{
	padding-bottom: 5px;
	margin-right: 10px;
}
.cat_content .item
{
	clear: both;
}
.cat_content .item li
{
	padding: 0 0 10px 10px;
	text-align: left;
}

.FavLink
{
	padding-top: 10px;
	margin: 0 5px;
}
.FavLink .item
{
	height: 1%;
	overflow: hidden;
}
.FavLink .item li
{
	width: 286px;
	display: inline;
	float: left;
	margin-right: 5px;
}

#sidebar
{
	float: left;
	padding-top:8px;
}


.sidebar_post
{
	/*width:302px; 	margin-top:23px;*/
}
.sidebar_post .item
{
	padding: 0;
}
.sidebar_post .item li
{
	background-position: 10px 10px;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 30px;
}
.sidebar_post .more
{
	margin-right: 10px;
}
.sidebar_post_title
{
	background: url(images/title_bkgnd.gif) repeat-x;
	color: #FFF;
	padding: 5px 10px;
}



.clearBoth
{
	clear: both;
	margin: 0;
	padding: 0l;
}

#sidebar .category_box
{
	padding: 10px;
	width: 280px;
}

#sidebar2 .category_box
{
	width: 280px;
}

#footer
{
	padding: 0 40px;
	font-size: 10px;
	height: 40px;
	line-height: 40px;
}
/* START: subscribe */
#subscribe
{
	font-family: Helvetica, Arial;
	font-weight: bold;
	list-style: none;
	margin: 65px 0 0 2px;
	text-align: right;
	padding-right: 25px;
}
#subscribe li
{
	display: inline;
	font-size: 11px;
	font-weight: bold;
}
#subscribe a
{
	color: #fff;
	padding: 5px 25px 0 15px;
	display: inline-block;
	height: 15px;
}
#subscribe li.rss-icon a
{
	background: url(images/rss_icon.jpg) no-repeat right 0;
}
#subscribe li.twitter-icon a
{
	background: url(images/twitter_icon.jpg) no-repeat right 0;
}
#subscribe li.facebook-icon a
{
	background: url(images/facebook_icon.gif) no-repeat right 0;
}
/* END: subscribe */
#logo
{
	display: block;
	height: 80px;
	margin: 60px 0 0 20px;
	padding: 0;
	width: 300px;
}
#logo a
{
	width: 300px;
	height: 80px;
	color: #FFF;
	display: block;
	text-indent: -9999px;
}
#taplogo
{
	display: block;
	height: 40px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 360px;
	float: left;
}
#taplogo a
{
	width: 360px;
	height: 40px;
	color: #FFF;
	display: block;
	text-indent: -9999px;
}
.mainWrapper
{
	/*	width:207px;*/
	position: relative;
	width: 100%;
}

.mainWrapper .tl, .mainWrapper .tr
{
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	position: absolute;
}
.mainWrapper .tl
{
	background: url(images/tl.gif) no-repeat;
	left: 0;
	top: 0;
}
.mainWrapper .tr
{
	background: url(images/tr.gif) no-repeat;
	top: 0;
	right: 0;
}

.mainWrapper .content
{
	background: url(images/title_bkgnd.gif) repeat-x;
	color: #f8ffbb;
	height: 1%;
	overflow: hidden;
	padding: 5px 10px;
}

.mainWrapper .content a
{
	color: #f8ffbb;
}


/* START: post */
.post
{
	background: #f8faf3 url(images/post-bg.gif) repeat-x 0 0;
	padding: 14px;
}
.overflowHidden
{
	overflow: hidden;
}

.post p
{
	margin-bottom: 10px;
}
.post img
{
	max-width:690px;
	height:auto;
}
/* END: post */

/* Begin Form Elements */
#searchform
{
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit
{
	padding: 1px;
}

.entry form
{
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
.entry
{
	overflow: hidden;
}

select
{
	width: 130px;
}

#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform
{
	margin: 5px 10px 0 0;
}
#commentform textarea
{
	width: 100%;
	padding: 2px;
}
#respond:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit
{
	margin: 0;
	float: right;
	border: none;
	padding: 0;
	width: 119px;
	height: 23px;
}
/* End Form Elements */

/* Begin Comments*/
.alt
{
	margin: 0;
	padding: 10px;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	height: 1%;
	overflow: hidden;
}
.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;
}

.commentLeft, .commentRight
{
	display: inline;
	float: left;
}
.commentLeft
{
	background: url(images/comment-bg-1.gif) no-repeat right 10px;
	width: 70px;
}
.commentRight
{
	background-color: #f3f3f3;
	padding: 10px;
	width: 617px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
h3#comments
{
	background: url(images/dott-line.gif) repeat-x left bottom;
	padding-bottom: 5px;
	color: #347e10;
	font-size: 14px;
	font-weight: bold;
}
/* End Comments */

.dates
{
	font-size: 12px;
	color: #626262;
	border-bottom: 1px dashed #626262;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.entry_categories, .entry_tags, .leaveCommentTag, .excerptTag
{
	margin-top: 50px;
	font-size: 11px;
	float: left;
}
.entry_categories
{
	background: url(images/category-icon.jpg) no-repeat 0 8px;
	padding: 5px 20px;
	display: inline-block;
}
.entry_tags
{
	background: url(images/tag-icon.jpg) no-repeat 0 8px;
	padding: 5px 20px;
	display: inline-block;
}
.leaveCommentTag
{
	float: right;
	background: url(images/leave-a-comment-icon.jpg) no-repeat 0 8px;
	padding: 5px 20px;
	display: inline-block;
}
.excerptTag
{
	float: right;
	width: 100px;
	padding: 5px 60px 5px 20px;
	display: inline-block;
}
.excerptTag #expt
{
	position: absolute;
	display: none;
	padding: 5px;
	background: #60965A;
}
.excerptTag #expt-link
{
	display: block;
	padding: 0 8px;
}
.expt-text
{
	width: 400px;
	height: 150px;
}
/* calendar START */
.widget_calendar h3
{
	display: none;
}
#wp-calendar
{
	width: 100%;
}
#wp-calendar #today
{
	background: #E6E6E6;
}
#wp-calendar tbody a
{
	font-weight: bold;
}
#wp-calendar caption
{
	font-family: Arial;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 150%;
	text-align: left;
	padding-bottom: 5px;
}
#wp-calendar th, #wp-calendar td
{
	text-align: center;
}
#wp-calendar tbody td
{
	/*border:1px solid #CCC;*/
}
#wp-calendar tbody td.pad
{
	border: 0 none;
}
#wp-calendar th
{
	background: #999;
	color: #FFF;
}
#wp-calendar td#prev
{
	text-align: left;
	padding-top: 5px;
}
#wp-calendar td#next
{
	text-align: right;
	padding-top: 5px;
}
/* calendar END */

.wp-caption
{
	background: #F7F7F7;
	border: 1px solid #CCC;
	padding: 5px 0;
	margin-bottom: 5px;
	text-align: center;
}
.wp-caption img
{
	margin: 0 5px;
}
.wp-caption-text
{
	text-align: center;
	padding: 0 5px !important;
	padding: 3px 5px 0;
}
* + html .wp-caption-text
{
	padding: 3px 5px 0 !important;
}
.post .content .wp-caption p
{
	margin: 0;
}

.size-full, .size-large
{
}
#network-tag
{
	margin: 17px 50px 0 0;
	float: right;
}
.subscrb
{
	float: left;
	width: 200px;
	height: 30px;
	font-size: 10px;
	margin-top: 14px;
	color: white;
	font-weight: bold;
	padding: 0px 0px 0px 200px;
}
.subscrb a
{
	color: #ffffff;
	text-decoration: none;
}
.subscrb img
{
	border: 0;
}
.subscrb img
{
	float: left;
	padding-right: 7px;
}
.partnerBanners {
    list-style-type:none;
    padding:0;
    margin:0 0 0 20px;
}
.partnerBanners li {
    padding:0;
    margin:0;
}
.partnerBanners li img{
    padding:0;
    margin:0 0 4px 0;
}
.intro_video 
{
	float:left;
	padding-right: 12px;
}
