/*
Theme Name: Vigilance
Theme URI: http://thethemefoundry.com/vigilance/
Description: A lean and clean WordPress theme featuring a customer header image, customizable colors, and front page alert box.
Version: 1.5-wpcom
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, red, light, right-sidebar, theme-options, custom-header, custom-colors, sticky-post,  rtl-language-support, translation-ready, custom-menu
*/

/*
	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"); */
/* Can't import a PHP file on WordPress.com, so it's loaded via functions.php instead. */

/* Required WordPress Classes, don't remove these.
-----------------------------------------------------------*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* WordPress.com
---------------------------
*/
body .vp_wsbutton {
	margin: auto !important;
}
ul li.widget_twitter ul li a {
	display: inline;
	padding: 0;
	background: none;
}
ul li.widget_twitter ul li a:hover {
	background: none;
}
ul li.widget_box { /* fixes titleless widget */
	padding-top: 25px;
}
.entry {
	word-wrap: break-word;
	font-family: tahoma;
}
.widget {
	word-wrap: break-word;
	line-height: 15px;
	font-family: trebuchet MS;
	font-size: x-small;
}
.gallery {
	padding-bottom: 20px;
}
/* Calendar widget */
.widget_calendar table {
	margin: .5em 0;
	border: 0;
	font-size: 1.4em;
}
.widget_calendar table tr {
	border: 0;
}
.widget_calendar table th {
	color: #737373;
	text-transform: uppercase;
}
.widget_calendartable td, .widget_calendar table th {
	padding: 5px 8px;
	border: 0;
}
.thin-sidebar .widget_calendar table td, .thin-sidebar .widget_calendar table th {
	padding: 0; /* display small calendar in thin sidebar */
	font-size: 1em;
}




	#form5{
		margin:1em 0;
		padding-top:10px;
		}
	#form5 fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	
		border-top:1px solid #f1f1f1;
		}		
	#form5 legend{
		background:#fff;
		padding:0 5px;
		font-style:italic;
		}	
	#form5 p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		}	
	#form5 label{
		float:left;
		width:60px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
	#form5 input, #form5 textarea{	
		margin:0;	
		width:250px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
		}		
	
	
	#form5 input#email{background:#fff url(http://www.laurenwainwright.com/wp-content/uploads/2011/08/form_email.gif) no-repeat 5px 50%;}
	
	#form5 textarea{
		height:125px;
		overflow:auto;
		}					
	#form5 p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;
		border-top:1px solid #f1f1f1;		
		
		}	
	#form5 button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(http://www.laurenwainwright.com/wp-content/uploads/2011/08/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}				


