/*
Theme Name: PlatformBase
Theme URI: http://www.pagelines.com/themes/PlatformPro
Description: Platform Base is a Platform child theme (a WordPress child theme) designed to be edited to customize the PlatformPro WordPress framework. Use custom CSS and PHP hooks to do almost anything. Designed and developed by <a href="http://www.pagelines.com">PageLines</a>.  **IMPORTANT** For this to work PlatformPro must be called 'platformpro' (lowercase) in your themes folder.
Version: 1.4.1
Author: PageLines
Author URI: http://www.pagelines.com
Tags: buddypress, theme-options, white, silver, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, fixed-width, threaded-comments, custom-header, custom-colors, translation-ready

Template: platformpro

/* ======================= */
/* = Get PlatformPro CSS = */
/* ======================= */

/*
 IMPORTANT -  The files below need to find the actual directory of Platform. If the PlatformPro is named something other than 'platformpro' you will need to change that value below.

 ON UPDATING - 	Base shouldn't be replaced in your install with every release. It defeats the purpose of using a child theme.
				Use updates to this Platform Child Theme, as a reference to help you improve your own customizations.
*/

	/* Get Theme-Parent CSS */
	@import url('../platformpro/style.css');

/* ============================= */
/* = HOW TO CUSTOMIZE PLATFORM = */
/* ============================= */

/*

Edit this style sheet to create your own custom theme based on the Base Platform theme.

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme.

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}

To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS.
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp

ON UPDATING - 	Base shouldn't be replaced in your install with every release. It defeats the purpose of using a child theme.
				Use updates to this Platform Child Theme, as a reference to help you improve your own customizations.
*/

/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */

/* @ CSS corresponding to the hook used in functions.php; adds a stumbleupon icon to branding section */

h4 {
	padding-bottom: .2em;
}

#footer {
	background: url(http://shahrefarang.com/wp-content/uploads/2012/05/sfp2-bg.jpg) repeat;
}

.post-excerpt {
	color: #666666;
}

.hentry a:hover{text-decoration: none;
}

.fpost .post-header {
float: left;
margin-left: auto!important;
width: 390px;
}

.fpost .post-title h2 a:hover{	text-decoration: none;	}
	
.widget ul li a:hover{	
text-decoration: none;
			}

.post-thumb {
	float:left;
    margin-right: 30px!important;
    margin-left: 0;
}

.icons .stumbleupon {background: url('../platformpro/images/sprite-socialicons.png') no-repeat -176px 0;}
.icons .stumbleupon:hover {background: url('../platformpro/images/sprite-socialicons.png') no-repeat -176px -22px;}

a.continue_reading_link {
    background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
    border: 1px solid #B7B7B7;
    color: #606060;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font: 14px;
    margin: 0 2px;
    outline: medium none;
    padding: 0.25em 0.65em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

red.button {
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#a8181f 0%,
		#a8252b 25%,
		#601315);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#a8181f),
		color-stop(0.25, #a8252b),
		to(#601315));
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 3px 11px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(096,019,021,1);
	-webkit-box-shadow:
		0px 3px 11px rgba(000,000,000,0.7),
		inset 0px 0px 1px rgba(096,019,021,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}


/* @ Pullquote Section */

#pullquote.copy{
	background: #f7f7f7 url(images/pullquote.png) no-repeat 15px 15px;
	padding: 15px 20px 15px 45px;
	margin-bottom: 1.5em;
}

#pullquote .thepullquote{font-size: 1.5em;margin-bottom: 5px;line-height: 1.3em;}
#pullquote .thecitation{color: #AAA; font-style: italic;padding-left: 15px;}

/* Footer */

#footer, .fixed_width #footer {
    text-shadow: none !important;
    color: #393106 !important;
}
#footer a {
    color: #393106 !important;
   }
#footer li a:hover {text-decoration: none;
}

form li { list-style: none; }

/* Homepage Boxes */

.image_box{
    clear: none;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    height: 155px;
    width: 150px;
	margin-bottom: 5px;
}

.image_box > a {
    height: 150px;
/*-webkit-border-radius: 75px;
-moz-border-radius: 75px;
border-radius: 75px;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 9px 11px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 9px 11px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);
	box-shadow: 0 1px 0 rgba(255,255,255,.2), inset 0 9px 11px rgba(0,0,0,.6), inset 0 1px 0 rgba(0,0,0,.6);*/
}

.image_box p {
    color: #FFFFFF;
    /*height: 160px;*/
    left: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    bottom: 0;
	margin-bottom: 5px;
    width: 100%;
}
.image_box p:hover {
}
.image_box p a {
    background-color: #000;
    color: #fff;
    width: 100%;
	line-height: 2.5em;
	height: 2.5em;
    width: 100%;
    display:block;
    zoom: 1;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity = 70);
}
.image_box p a:hover {
    color: orange;
	text-decoration: none;
}

#list_fullwidth_sidebar {
	margin-top: 15px;
}

/* logo */
.mainlogo-img {
	float: left;
	background: url(http://shahrefarang.com/wp-content/uploads/2011/10/shahrefarang-logo-en.png) no-repeat left top;
}

/* Header Ad */
.head-ad {margin: 15px 0px 0px 0px; display: block;
	float: right;}

/* LANG SELECTOR ADDED BY BORAY */
#lang-selector {
    float: right;
	border: 1px solid #CCCC99;
	margin-top: 4px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #CCCC99;
	text-align: center;
	vertical-align: text-top;
	color: #ffffff;
/*text-shadow: black 1px 1px 2px;*/
	padding: 8px 4px 1px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	font-family: 'Mitra LT W20 Bold';
}
#lang-selector a {
	color: #ffffff;
}

/* CLEANER ARCHIVE PLUGIN */
.car-toggler {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-size:15px;
	font-weight:bold;
	padding:6px 15px;
	margin:0px 0px 15px 0px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.car-toggler:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.car-toggler:active {
	position:relative;
	top:1px;
}
/* Visual Form Builder  */
form.visual-form-builder {
    margin: 0;
}
.visual-form-builder .legend {
    display: none!important;
}

/* Wordpress Popular Posts */

img.wpp-thumbnail {
	padding-right: 8px;
}

.wpp-post-title {
	vertical-align: 15px;
}
 
 /* COLOR BOXES */
.colorbox-blue {
	background: #dbeef9;
	color: #004a78;
	border-color: #93ccee;
	margin: 1.4em 0 1.4em 0;
	padding: 1.2em 1em;
	border-width: 2px;
	border-style: solid;
}

.colorbox-yellow {
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
	margin: 1.4em 0;
	padding: 1.2em 1em;
	border-width: 2px;
	border-style: solid;
}

.colorbox-red {
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
	margin: 1.4em 0;
	padding: 1.2em 1em;
	border-width: 2px;
	border-style: solid;
}

.colorbox-green {
	background: #e6efc2;
	color: #264409;
	border-color: #c6d880;
	margin: 1.4em 0;
	padding: 1.2em 1em;
	border-width: 2px;
	border-style: solid;
}

.colorbox-grey {
	background: #F5F5F5;
	border-color: #E9E9E9;
	margin:0;
	padding: 1.2em 1em;
	border-width: 2px;
	border-style: solid;
}

/* More Button on the Homepage */
#text-22 h3 a:hover {
    background: -moz-linear-gradient(center top , #444444, #000000) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top , center bottom, from(#444444), to(#000000) ) repeat scroll 0 0 transparent;
}
#text-22 h3 a {
    background: -moz-linear-gradient(center top , #666666, #000000) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, center top , center bottom, from(#666666), to(#000000) ) repeat scroll 0 0 transparent;
    border: 1px solid #333333;
    color: #D7D7D7;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    outline: medium none;
    padding: 0.5em 2em 0.55em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}

 