/*
Theme Name: Hybrid Custom
Theme URI: http://blog.momekh.com
Description: Momekh's own rip.
Version: 0.1
Author: Momekh
Author URI: http://blog.momekh.com
Tags: Momekh, TechCrunchy, Envatoey
Template: hybrid
*/

/* Get base CSS */
@import url('../hybrid/library/css/21px.css');
@import url('features.css');
@import url('front_page.css');


/* Get a layout CSS */
@import url('../hybrid/library/css/2c-l-fixed.css');

/* Get the plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get the drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

@import url('../hybrid/library/css/screen.css');

body {
	font: normal normal normal 15px/21px; /* Georgia, Times, "Times New Roman", serif;*/
	font-family: Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,sans-serif;
	color: #000;
	font-size: 13px;
	background: #ffffff url(imgs/bgs/bg-body.jpg) left top repeat-x;
	}
#body-container {
	width: 1000px;
	/*border-color:-moz-use-text-color #CCCCCC #CCCCCC;
	border-style:none solid solid;
	border-width:0 1px 1px;*/
	
	
	margin: 0 auto;
}


	
h2, h3, h4, h5, h6 {
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial,sans-serif;
}

/* Entry title */
.entry-title {
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial,sans-serif;
	font-size: 24px;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-style:normal;
	line-height: 30px;
	width: 85%;
	
}
h1.entry-title a, h2.entry-title a, h3.entry-title a {
	font-family: Lucida Grande, Verdana, Lucida Sans Regular, Lucida Sans Unicode, Arial,sans-serif;
}

h1.page-title, h1.page-title a, h2.page-title a, h3.page-title a
.entry-title a {
	color:#333;
	text-decoration:none;
	}
h2.page-title a:hover {
	color:#333;
	text-decoration:none;
	}

/* Breadcrumb */
.breadcrumb {
	margin: 3px 0 3px 3px;
	font-size: .78em;
	font-style: normal;
	color: #666;
	}
.breadcrumb a {
	color: #111;
	text-decoration: none;
	}
.breadcrumb a:hover {
	color: #d54e21;
	text-decoration: underline;
	}

/* Images */
.post img {
	max-width: 568px;
	padding: 5px;
	border: 1px solid #ccc;
	}
.post img.wp-smiley {
	border: 0;
	padding:0;

}

.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px 15px 0 0;
	}
	
	
/* Byline */

.entry {
	border-top:1px dotted transparent;
	padding-top: 14px;
}
.byline {
	margin: 0 0 10px 0;
	font-size: 0.85em;
	color: #888;
	font-style:normal;
	/*background:#C8F0FF none repeat scroll 0 0;*/
	/*display: inline;*/
	/*padding: 3px;*/
	}
.byline a, .byline a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #333;
}
.byline a:hover {
	text-decoration: none;
	font-weight:bold;
	color:  #0099FF;
}

.mk-comments {
	float: right;
	font-size: 0.85em;
	margin-top: 33px;
	background: url(imgs/comments.gif) left bottom no-repeat;
	padding-left: 22px;

}
.archive .byline, .search .byline {
	margin: 0;
	}
.byline .byline-prep {
	text-transform: lowercase;
	}


#navigation {
	margin: 0;
	border: 0;
	/*height:46px;*/
	padding: 5px 0 0 0;
	background:transparent;
}

#navigation .current_page_item a, #navigation .current_page_item a:visited, #navigation .current_page_item a:hover {
	font-weight: 800;
}

#page-nav li a {
	border-color: #FFFFFF;
}


#header {
	margin: 8px 0 11px 0;
	padding-left: 9px;
	background:transparent; /*url(imgs/bgs/bg-header-main.jpg) center top no-repeat;*/
	height:121px;
}


#site-description {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 11px; */
	font-variant:small-caps;
	
	color: #777;
	padding-left: 8px;
	font-size: 15px;
	font-weight:300;
}
#container {
	/*	background:#F5F5F5;
	/*border-top:1px solid #A4A4A4;*/
	background:transparent;
	width: 1000px;

}

#content {
	background:#f4f4f4 url(imgs/bgs/page-bg.png) repeat-y scroll 0 0;
	border-left:1px solid #D5D5D5;

}
.content {
	float: left;
	background: #f5f5f5;
	margin: 3px 0 3px 3px;
	width: 661px;
	background:#ffffff url(imgs/bgs/bg-content.jpg) repeat-x 0 0;
}
#primary {
	width: 300px;
	padding: 3px 9px 0 9px;
	/*border-left: 1px solid #cdd5f9;
	border-right: 1px solid #cdd5f9;
	/*background: #e0e0e0;*/
}

#primary .sb-images{
	text-align: center;
	margin: 0 0 7px 0;

}
/*individual posts*/
.post {
	border: 1px solid transparent;
	padding: 15px 7px;
	margin: 0 0 3px 0;
	background: transparent;
	border-bottom:1px solid #FFFFFF;

}

#comments-template {
	
	border: 1px solid #c4c4c4;
	padding: 9px 7px;
	margin: 7px 0;
	background: #fffff0;
}

#comments-template textarea {

	background: #fff;
	border: 1px #DFFF67 solid;
}
/* Entry content */
.entry-content {
	overflow: hidden;
	margin: 0 0 10px 0;
	font-size: 1em;
	line-height:150%;
	color: 252525;
	}
.entry-content a, .entry-content a:visited {
	font-weight: bold;
	color:#D54E21;
	text-decoration:none;

}
.entry-content a:hover {
	font-weight: bold;
	color:#D54E21;
	text-decoration:underline;
}

/* Entry metadata */
.entry-meta {
	font-style: italic;
	color: #666;
	font-size: 0.78em;
	}
	
/*widget areas*/

.widget-title {
	font-style: normal;
	margin: 0 0 7px 0;
	text-transform:uppercase;
	font-weight: normal;
	color: #777;
}
#twitter_div {
	padding: 0;
	margin: 0;

	margin: 3px 5px 3px 0;
	background:#fff;
	border: 1px #c4c4c4 solid;
}
#twitter_div ul{

	list-style:none;
	margin: 0; padding: 0;
}
#twitter_div ul li {
	border-bottom: 1px #e4e4e4 solid;
	padding: 5px;
	margin: 0 9px;
	
}
#twitter_div ul li span {
	font-weight: bold;
}

a#twitter-link {	
	margin-right: 7px;

}

	
#site-title {
	background:  url(imgs/feztrick-logo-new.png) no-repeat 0 0;
	width: 193px;
	height:50px;
	position: relative;  
	top: 1px; 
	text-indent: -9000px;
	color:#cae002;
	margin-left: 1px;
		
	}
#site-title a {
	display:block;
	width: 193px;
	height:50px;
	color:#cae002;
	text-transform:lowercase;
	padding:15px 0 0 25px;
		
}
#site-title a span {


}


#life-subscribe {
	color:#555555;
	font-size:10px;
	margin:5px 15px 0 0;
	text-align:right;

}

#life-subscribe a, #life-subscribe a:visited {
	background:#D54E21;
	text-decoration: none;
	color: #FFFFFF;
	text-transform:uppercase;
	padding: 3px;

}

#life-subscribe a:hover {
	background:#FFFFFF;
	text-decoration: none;
	color: #D54E21;
	text-transform:uppercase;
	padding: 3px;
}

#life-subscribe a.facebook, #life-subscribe a.facebook:visited {
	background:#3b5998;

}
#life-subscribe a.facebook:hover {
	background: #fff;
	color: #3b5998;
}

#life-subscribe a.twitter, #life-subscribe a.twitter:visited {
	background:#33ccff;

}
#life-subscribe a.twitter:hover {
	background: #fff;
	color: #33ccff;
}

#life-subscribe a.youtube, #life-subscribe a.youtube:visited {
	background:#ff3333;

}
#life-subscribe a.youtube:hover {
	background: #fff;
	color: #ff3333;
}

#life-subscribe a.rss, #life-subscribe a.rss:visited {
	background:#ff7700;

}
#life-subscribe a.rss:hover {
	background: #fff;
	color: #ff7700;
}

.vid {
	display: block;
	/*margin: 5px 5px 17px 45px;*/
	text-align: center;
	padding: 3px;
	
}

#page-nav li {
	margin-right: 1px;
}

#page-nav li a {
	padding: 8px 7px;
	border: 0;
	background: transparent;
}


.category-info {
	font-size: 28px;
	padding: 7px 11px;
	text-transform: uppercase;

}

#search-form {
	background:transparent url(imgs/search.gif) no-repeat scroll 100% 0;
	height:34px;
	padding-bottom:14px;
	padding-left:17px;
	width:263px;
	margin: 15px 0 0 15px;

}

.search input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#828282;
	font-family:Tahoma,arial;
	margin-top:3px;
	padding:6px 15px;
	width:212px;

}

/* READ MORE LINK */
a.more-link:link, a.more-link:visited, a.more-link:active  {
	margin-right: 11px;
	background:#D54E21 url(imgs/button-up.png) no-repeat scroll center center;
	float: right;
	display: block;
	color: #fefefe;
	padding: 2px 20px 1px;
	border:1px solid #7A776F;
	
}
a.more-link:hover {
	background:#D54E21 url(imgs/button_hover.png) no-repeat scroll center center;
}


/*UTILITY >> Similar Posts Plugin Styling*/
#utility-after-page, #utility-after-single {
	margin-top: 3px;
	background: #e2f3a4;

}

#similar-posts {
	/*margin-left: 150px;
	border-left: 1px dashed #e2f3a4;*/
	padding-left: 20px;
	

}

/*styling the categories widget*/
.widget-inside .categories {
	font-size: 18px;
}

.widget-inside ul.categories{
	list-style:none;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-align:left;
	

}
.widget-inside .categories li {
	display: block;
	margin: 0;
	padding: 0;
	background:#E0E0E0 none repeat scroll 0 0;
border-color:#FBFBFB #FBFBFB #A5A5A5;
border-style:solid;
border-width:1px;

}

.widget-inside .categories li a {
	color:1D71AB;
	text-decoration:none;
	display: block;
	padding: 9px 5px 9px 11px;
	background:transparent;
	border: 1px solid transparent;
	
}
.widget-inside .categories li a:hover {
	color: #000;
	text-decoration:none;
	border: 1px solid #d3d3d3;
	
	background: #f3f3f3 url(imgs/bgs/bg-cat-nav_hover.jpg) 0 0 repeat-x; /*#e2e2e2;*/
}


/*end of cat widget styling*/

#footer-container {
	padding-top: 51px;
	background:url(imgs/bgs/bg-above-footer.jpg) center top no-repeat;

}


/*functions add_client_menu() styling*/

#client_menu {
	float: right;
}

#client_menu ul {
	list-style:none;
	margin:0; padding: 0;
}

#client_menu ul li {
	float: left;

}

#client_menu ul li a {
}

/*fez_signup*/

.fez_signup {
	width: 980px;

}

.fez_signup .post img {
	border: 0;
}

.fez_signup h1.page-title {
	display: none;
}

.fez_signup .breadcrumb {
	display: none;
}

#signup_container {
	display: block;
	width: 950px;
	margin:0 auto;
	background:transparent;
	border-top: 1px solid #efefef;
	float: left;
	margin-bottom: 45px;

}

#signup_container .deal {
	width: 294px;
	height:398px;
	
	float: left;
	background: url(imgs/bgs/bg_signup_all2.png) 0 0 no-repeat;
	margin: 0 10px;
	font-size: 20px;
	
	/*background-color:#EFEFEF;
border:1px solid #999999;
float:left;
font-family:helvetica,arial,sans-serif;
height:225px;
margin-top:22px;
padding:10px 0;
text-align:center;
width:220px;*/
}

#signup_container .signup_link a {
	padding: 0;
	margin: 0;
	/*position: relative;
	top: 8px;
	left: 50px;
	width: 192px;
	height:50px;
	text-indent:-9999px;
	display: block;
	border: 1px solid #999;
	float: left;*/


	
}
h2.top {
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	font-size: 34px;
	color: #555;
}
#signup_container .signup_info {
	font-family: Helvetica, Arial, sans-serif;
	color: #23569a;
	height: 260px;
	display: block;
	
	
	
	text-align: center; 
	
	
}

.signup_info small {
	font-style: italic;


}

#signup_container img, #signup_container a img {
	border: 0;
	}

#signup_container p
{
	color: #6293d5;
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	display: inline;
	border-bottom: 1px solid #e9e9e9;
	
	position:relative;
	top: 5px;
	
}

#signup_container ul {
	list-style: none;
	margin: 20px 0 0 0; padding: 0;
	text-align:center;
}

#signup_container ul.extras li {
	font-size: 13px;
	margin: 0;

}

#signup_container ul li {
	margin: 0 0 8px 0;

}

#signup_container .basic .signup_title {
	position: relative;
	top: 7px;
	left: 100px;
	width: 88px;
	height:30px;
	text-indent:-9999px;
	display: block;
	padding: 0; margin: 0;
	
	background:url(imgs/bgs/bg_signup_title_spirte.png) 0 0 no-repeat;
}

#signup_container .signup_price {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	left: 84px;
	top: -7px;
	
}

#signup_container .standard .signup_title {
	position: relative;
	top: 7px;
	left: 75px;
	width: 144px;
	height:30px;
	text-indent:-9999px;
	display: block;
	padding: 0; margin: 0;
	
	background:url(imgs/bgs/bg_signup_title_spirte.png) -133px 0 no-repeat;

}

#signup_container .premium .signup_title {
	position: relative;
	top: 7px;
	left: 75px;
	width: 144px;
	height:30px;
	text-indent:-9999px;
	display: block;
	padding: 0; margin: 0;
	
	background:url(imgs/bgs/bg_signup_title_spirte.png) -315px 0 no-repeat;

}


/*
#signup_container .deal_basic {
	width: 294px;
	height:295px;
	display: block;
	float: left;
	background: url(imgs/bgs/bg_signup_all.png) 0 0 no-repeat;

}

#signup_container .deal_standard {
	width: 294px;
	height:295px;
	display: block;
	float: left;
		background: url(imgs/bgs/bg_signup_all.png) 0 0 no-repeat;
}

#signup_container .deal_premium {
	width: 294px;
	height:295px;
	display: block;
	float: left;
		background: url(imgs/bgs/bg_signup_all.png) 0 0 no-repeat;
}*/


/*EVERYTHING_ELSE DIV STYLING - still on SIGNUP PAGE */
#everything_else {
	width: 550px;
	clear: left;
	float: left;
	/*background:url(imgs/bgs/bg-everything-else.png) right top repeat-y;*/
	padding: 5px 10px;
	margin: 0;
	border-right: 1px solid #e9e9e9;
	


}

#signup_sidebar {
	width: 370px;
	float: right;
	padding: 0 9px;
	color: #666;
}

#signup_sidebar h3 {
	color: #999999;
	margin-bottom: 5px;

}

#signup_container img {
	border: 0;
}

.credit_card_notice {
	background-color:#CCD6FA;
	color:#333333;
	display:block;
	font-size:11px;

	text-align:center;

}


.see-pricing_button {
	float: left;

}

.tour_link_fp {
	floar: left;
	padding: 20px 0 0 0;

}

.tour_link_fp a, .tour_link_fp a:visited, .tour_link_fp a:active {
	color: #CCCCCC;
	text-decoration:underline;
}
.tour_link_fp a:hover {
	color: #fff;
	text-decoration:none;
}

.no_primary_no_secondary {
		width: 980px;

}

.no_primary_no_secondary .post img {
	border: 0;
}
