﻿/*
Skin Name: MobileMag
Skin URI: http://thesishacks.com
Description: test theme
Version: 1.0
Author: ThesisHacks
Author URI: http://thesishacks.com/
*/



.custom .text_input {
	width: 120px;
	background:none repeat scroll 0 0 #FFFFFF;
border:1px solid rgba(0, 0, 0, 0.1);
color:#000000;
font-family:inherit;
font-size:inherit;
padding:2px;
}

.custom .find {
	margin-left: 20px;
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #1A9A94;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:inherit;
	font-size:inherit;
	padding:3px 1em;
	text-shadow:1px 1px rgba(0, 0, 0, 0.2);
	text-transform:uppercase;
}
	
	
/***************************************************************/


.custom #topbannermast {
	background:none repeat scroll 0 0 #EEEEEE;	border-bottom:1px solid rgba(0, 0, 0, 0.1);
	line-height:0;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	width:100%;
	height: 50px;
}


.custom #header_area .page {
	padding-top: 0
}

.custom #header {
	padding-top: 0;
}

.custom #header #logo {
	padding-top: 50px;
}

.custom .header_search_block {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	background: none repeat scroll 0 0 #000000;
	float: right;
	line-height: 100%;
	list-style: none outside none;
	margin: 0;
	padding: 10px 0 11px 15px;
	width: 330px;
	height: 30px;
}





.custom #feature_box {
	display: block;
	font-family: Helvetica,Arial,sans-serif;
	height: 280px;
	background-color: #ffffff;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 6px;
}
.custom .featured_post {
	border-color: #C0C0C0;
	border-width: 1px;
	float: left;
	height: 269px;
	margin: 5px 3px 0 0;
	padding: 0 12px 0 0;
	width: 232px;
	border-right-style: solid;
}


.custom .no_right_border {
	border-right-style: none; !important
	padding-right: 0; !important
	margin-right: 0; !important;
}

.custom .featured_post_title h3  a {
	color:#000000;
	display:block;
	font-size:15px;
	font-weight:normal;
	line-height:21px;
}

.custom .headline_area h2 {
	padding: 10px;
	background-image: url('images/headline_bg.gif');
	background-repeat: repeat;
}

.custom .headline_area h2 a {
	color: #FFFFFF;
}


/*****************************************************************************************/

/*--:[ Teaser Styles ]:--*/


.custom .teasers_box {
	border:medium none;
	margin-right:2em;
	padding:0;
	width:auto;
}

.custom .top {
	padding-top: 2.2em; !important
}
.custom .teaser {
	border-bottom:1px dotted #BBBBBB;
	margin-bottom:20px;
	width:100%;
}

.custom .post h2 {
	/*font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.1em;*/
	margin-bottom: 10px;
	text-align: left;
	text-transform: capitalize;
}

.custom .teaser a.teaser_category {
	background-color:#8BBFE0;
	color:#FFFFFF;
	font-weight:bold;
	margin-right:4px;
	padding:1px 3px;
}

.custom .teaser .format_teaser {
	font-size: 1.4em;
}

.custom .teaser h2 {
	font: bold 22px/24px Helvetica,Arial,sans-serif !important;
}


.custom .float_right {
	float:right;
}

.custom .teaser .format_teaser {
	margin-left: 17em;
}



.custom .attachment-teaser-thumb {
	border-width:0.1em;
	padding:0.8em;
	margin-bottom:1.8em;
	margin-right:1.8em;
	background:none repeat scroll 0 0 #EEEEEE;
	border-color:#DDDDDD;
	border-style:solid;
	float:left;
}

/***********************************************************************************/

.custom .right_teasers_box {
	float: right;
	padding: 5px;
}





/***********************************************************************************/

/*---:[ Popular Posts Plugin ]:---*/

.custom .popular {
	width: 300px;
	height: 75px;
}

.custom .pop-img {
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 10px;
	display: inline;
	width: 75px;
	height: 55px;
}
.custom .pop-title {
	float: left;
	display: inline;
	width: 200px;
}


