/*
Theme Name: Write Now *Child Theme*
Theme URI: http://themes.jestro.com/vigilance/
Theme Author: Rick Gregory
Description: Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder. Based on the MyVigiliance Pro Child theme by Drew Strojny, http://www.jestro.com.
Version: 1.00
Template: vigilance
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../vigilance/css/undo.css");
@import url("../vigilance/css/master.css");
@import url("../vigilance/functions/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;
}

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 21, 2010 */


@font-face {
	font-family: 'Museo500';
	src: url('http://tatyanamishel.com/museo500-regular-webfont.eot');
	src: local('☺'), url('http://tatyanamishel.com/museo500-regular-webfont.woff') format('woff'), url('http://tatyanamishel.com/museo500-regular-webfont.ttf') format('truetype'), url('http://tatyanamishel.com/museo500-regular-webfont.svg#webfontaMdvLVor') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* Page Templates
-----------------------------------------------------------*/
#content.no-sidebar {
	width: 920px;
}
#content.no-sidebar li.comment {
	width: 560px;
}

body.left-sidebar #sidebar {
	width: 300px;
	float: left;
	padding: 0;
}
body.left-sidebar #content {
	width: 600px;
	float: right;
	padding: 20px 0 20px 20px;
}

/* CUSTOM CSS FOR WRITENOW */
body {
	font: 10px verdana, arial, sans-serif;
}
.entry a:link, .entry a:visited {
	font-weight: normal;
	color: #FF4600;
}
#content {
	padding: 20px 5px 0 30px;
}
#sidebar, #nav {
	margin-right: 15px;
}

.widget ul li {
	font-size: 12px;
}
#sidebar .widget a {
	color: #777;
}
div.textwidget {
	font-size: 12px;
}
div.entry {
	width: 585px;
}

h1.pagetitle {
	font-family: "Trebuchet MS","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
	color: #533;
	font-weight: normal;
}
.post-header h2 {
	font-size: 14px;
}
#description H2 {
	font: 16px "Museo500", verdana, sans-serif;
	color: #999;
	margin-left: 12px;
}
div#wrapper {
	border: 1px solid #ddd;
	padding: 0;
}
div#sidebar {
	width: 250px;
}
div#sidebar-image img {
	width: 190px;
	height: 175px;
}
#rss-feed a.email {
	display: none;
}
h1#title, div#title {
	font: 48px "Museo500", verdana, sans-serif;
	font-style: normal;
	margin-top: 30px;
	margin-left: 10px;
	}
h1#title a:link, h1#title a:visited, div#title a:link, div#title a:visited  {color: #FF4600;}
h1#title a:hover, div#title a:hover { color: red; text-decoration: none; }

.widgettitle {color: #FF4600;}

#sidebar ul li.widget a {color: #111;}

div#nav ul li.page_item.current_page_item a {color: #FF4600;border-top: 2px solid #FF4600;}
div#nav ul li.page_item  a:hover  {color: #FF4600;border-top: 2px solid #FF4600;}