/*
Theme Name: Vigilance
Theme URI: http://thethemefoundry.com/vigilance/
Description:  A lean and clean WordPress theme featuring standards and search friendly code. A built in Theme Options menu allows for serious customization.
Version: 2.1
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, red, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready
*/

/*
	Copyright (C) 2008 - 2010 The Theme Foundry

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("stylesheets/master.css");
/*@import url("functions/stylesheets/style-options.php");*/

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Layout ===============> */
.nrelate .nr_panel {
	display:block;
	float:left;
	position:relative;
	cursor:pointer;
	padding:4px 2px;
	margin:1px 5px 3px 1px;
}
.nrelate .nr_img_div {
	display:block;
	margin:auto;
	position:relative;
}
.nrelate .nr_img{
	margin:0; padding:0; border: 0; outline:0; max-width:100%;
}
.nrelate .nr_text{
	display:block;
	margin-top:8px;
	word-wrap:break-word;
}
.nrelate .nr_sponsored_wrap{
	left:0px;
}
.nrelate .nr_excerpt{
	display:block;
}
.nrelate .nr_post_title,
.nrelate .nr_source,
.nrelate .nr_excerpt{
	display:block;
}

.nrelate .nr_panel,
.nrelate .nr_panel:link,
.nrelate .nr_panel:visited,
.nrelate .nr_panel:active{
	border:none;
}

.nrelate.nr_80  .nr_panel{ width : 84px; }
.nrelate.nr_80  .nr_sponsored_wrap{ width : 80px; top : 62px; }
.nrelate.nr_80  .nr_sponsored{ left : 62px; }
.nrelate.nr_80  .nr_img_div{ width:80px !important; height:80px !important; }

.nrelate.nr_90 .nr_panel{ width : 94px; }
.nrelate.nr_90 .nr_sponsored_wrap{ width : 90px; top : 72px; }
.nrelate.nr_90 .nr_sponsored{ left : 72px; }
.nrelate.nr_90 .nr_img_div{ width:90px !important; height:90px !important; }

.nrelate.nr_100  .nr_panel{ width : 104px; }
.nrelate.nr_100  .nr_sponsored_wrap{ width : 100px; top : 82px; }
.nrelate.nr_100  .nr_sponsored{ left : 82px; }
.nrelate.nr_100  .nr_img_div{ width:100px !important; height:100px !important; }

.nrelate.nr_110  .nr_panel,
.nrelate.nr_ .nr_panel{ width: 114px; }
.nrelate.nr_110  .nr_sponsored_wrap,
.nrelate.nr_ .nr_sponsored_wrap{ width:110px; top : 92px; }
.nrelate.nr_110  .nr_sponsored,
.nrelate.nr_ .nr_sponsored{ left : 92px; }
.nrelate.nr_110  .nr_img_div,
.nrelate.nr_ .nr_img_div{ width:110px !important; height:110px !important; }

.nrelate.nr_120  .nr_panel{ width : 124px; }
.nrelate.nr_120  .nr_sponsored_wrap{ width : 120px; top : 102px; }
.nrelate.nr_120  .nr_sponsored{ left : 102px; }
.nrelate.nr_120  .nr_img_div{ width:120px !important; height:120px !important; }

.nrelate.nr_130  .nr_panel{ width : 134px; }
.nrelate.nr_130  .nr_sponsored_wrap{ width : 130px; top : 112px; }
.nrelate.nr_130  .nr_sponsored{ left : 112px; }
.nrelate.nr_130  .nr_img_div{ width:130px !important; height:130px !important; }

.nrelate.nr_140 .nr_panel{ width : 144px; }
.nrelate.nr_140 .nr_sponsored_wrap{ width : 140px; top : 122px; }
.nrelate.nr_140 .nr_sponsored{ left : 122px; }
 .nrelate.nr_140 .nr_img_div{ width:140px !important; height:140px !important; }

.nrelate.nr_150 .nr_panel{ width : 154px; }
.nrelate.nr_150 .nr_sponsored_wrap{ width : 150px; top:132px; }
.nrelate.nr_150 .nr_sponsored{ left : 132px; }
.nrelate.nr_150 .nr_img_div{ width:150px !important; height:150px !important; }
/* <=============== Layout  */

/* Format ================> */
.nrelate .nr_panel,
.nrelate .nr_panel:link,
.nrelate .nr_panel:visited,
.nrelate .nr_panel:active{
	text-decoration:none;
	color:inherit;
}
.nrelate .nr_panel {
	cursor:pointer;
	line-height:1.4;
}
.nrelate .nr_img_div{
	line-height:0;
}
.nrelate .nr_text{
	text-align:left;
	font-size:100%;
}
.nrelate .nr_source{
	font-weight:normal;
}
.nrelate .nr_excerpt{
	font-weight:normal;
}
/* <================ Format */

.headerAlign{
margin-left: 14px;
}


/* Make all custom CSS changes in a Child Theme.  Any custom
changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/