/* 
Theme Name: Pure Line
Theme URI: http://theme4press.com/pure-line
Version: 1.1.0
Description: Professional, clean yet amazing WordPress theme for enthusiasts of simplicity and flexibility. Pure Line, with over 40 theme options, is the top WordPress theme for todays bloggers needs. You have full control over the layout, post excerpts with thumbnails, post boxes, up to 8 subscribe/social customizable buttons, custom logo uploading, 8 header and footer widgets, pre-installed font styles, custom CSS, built-in custom header and background. With customizable post rows, Pure Line is the best solution for any blog or magazine website. The theme also fully supports custom Menus. Translated in Spanish, German, Swedish, Dutch, French, Russian, Turkish, Norwegian, Slovenian, Italian, Brazilian Portuguese. The best, it's absolutely free! Designed by <a href="http://theme4press.com">http://theme4press.com</a> 
Author: Theme4Press
Author URI: http://theme4press.com
Tags: two-columns, flexible-width, sticky-post, threaded-comments, microformats, custom-menu, gray, white, dark, right-sidebar, custom-header, custom-menu, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/*-------- Changelog --------

Version:         1.1.0  -  PHP fixes
Date:         25/5/12

Version:         1.0.9  -  Modified readme.txt
Date:         23/5/12

Version:         1.0.8  -  PHP fixes
Date:         17/5/12

Version:         1.0.7  -  Improved theme control panel, php fixes
Date:         14/5/12

Version:         1.0.6  -  PHP fixes
Date:         5/5/12

Version:         1.0.5  -  CSS fixes
Date:         4/5/12

Version:         1.0.4  -  Functions and css fixes
Date:         3/5/12

Version:         1.0.3  -  Functions and css fixes
Date:         23/4/12

Version:         1.0.2  -  Functions and css fixes
Date:         20/4/12

Version:         1.0.1  -  Functions and scripts fixes
Date:         8/4/12

Version:         1.0.0  -  Initial release
Date:         2/4/12

*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/**
 * Basic 2 column (content)(aside) fixed layout
 * 
 * @package WPpureline
 * @subpackage Layouts
 * @beta
 */

.container { width: 960px; margin: 20px auto; }
#wrapper {width:990px;}
.hfeed { width: 620px; float: left; }
.aside { width: 320px; float: right; }
.footer { clear: both; }

.alignleft { float: left; margin: 5px 20px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 20px; }
.aligncenter { margin: 5px auto 10px auto; display: block; clear: both; }

/*Vangiz: Added New CSS*/
/* Popular Posts Sidebar */
.sb_popular_avatar {float:left; margin-right:10px;margin-left:0px;}
.sb_popular_avatar img {border:2px solid #CCC;}
.sb_popular_title { font: 20px/20px "Vollkorn", serif;color: #51545c; font-weight:normal; letter-spacing:-1px;text-shadow: 0 1px 0px #fff;}

.vangiz_footer_menu{	
	
}

.vangiz_footer_menu a{	
	font: italic bold 11px Georgia;
	border: none;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9), 2px 2px 0 rgba(0, 0, 0, 0.1);
	color: #333;
	background: rgba(0,0,0,.05);
	padding: 4px 10px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.vangiz_footer_menu a:hover{
	color:#f15305; text-decoration: none; 
	}
	
/* Share Buttons*/
.vangiz_sharebutton{
	vertical-align:middle;
}

/*Ad Unit*/
.vangiz_ad300100{
	padding: 5px 0px 5px 0px;
}

.vangiz_adright125{
	padding: 0px 0px 5px 10px;
}

.vangiz_adleft125{
	padding: 5px 0px 5px 0px;
}

/*Div Float*/
.vangiz_divright{
	float: right;
	width: 160px;
	height: 600px;
	/*border: 1px solid;*/
	padding: 5px 0px 5px 0px;
}

.vangiz_divleft{
	float: left;
	width: 160px;
	height: 600px;
	/*border: 1px solid;*/
	padding: 5px 0px 5px 0px;
}

/*Div You might also like*/
.vangiz_youmightalsolike{
	width:110px;
	float: left; 	
	border-right: solid 1px #ccc; 
	vertical-align:middle; 
	text-align:center;
}

.vangiz_youmightalsolike_last{
	width:110px;
	float: left; 	
	vertical-align:middle; 
	text-align:center;
}

.vangiz_youmightalsolike_title{ margin: 0px, 15px, 0px, 15px; }	
.vangiz_youmightalsolike_avatar {}
.vangiz_youmightalsolike_avatar img {border:2px solid #CCC;}

/*Page Contact Form*/
#vangiz_contactform{
}

#vangiz_contactform td{
	vertical-align:top;
	border: 0px;
}

/*Login Design*/
.login form{
	background: url('fsr_formbglogin.jpg') no-repeat bottom center transparent;
	border: 1px solid #d54e21;
}

.login form .input, .login input[type="text"]{
	border: 1px solid #d54e21;
}

.login label {
	color: #000;
}

body.login #login h1 a {
	background: url('fsr_login.png') no-repeat top center transparent;
	height: 63px;
	width: 330px;
	/*background-color: #F00;*/
}

.wp-core-ui .button-primary {
	color: #000;
}

.wp-core-ui .button-primary:hover {
	color: #d54e21;
}

.login #nav a,.login #backtoblog a{
	color: #000 !important;
	background-color:#FFF;
}

body.login {
	background-image: url('http://filipinostylerecipe.com/wp-content/themes/pure-line/fsr_bglogin.jpg');
	/*background-size: 100%;*/
	
	background-size: 1280px 800px;
	background-attachment: fixed;
}