/*
Theme Name:	Gwire
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Child theme for Gwire
Author:		Drew Strojny
Author URI:	http://www.jestro.com
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;
	}
*/
.author { 
	font-size: 1.5em; 
	padding-top: 10px; 
}

#sidebar {
	border-left:1px dashed;
	padding-left:20px;
	width:270px;
}

blockquote {
	width: 500px;
	margin: 10px auto;
	float: none;
	border-bottom:2px solid #333333;
	border-top:2px solid #333333;
        background: #EAEAEA url(../vigilance/images/blockquote.gif) no-repeat scroll 10px 10px;
}

.entry blockquote p {
	font-size: 1.1em;
	font-family: Georgia,"Times New Roman",Times,Serif;
        background: none;
        padding-bottom: 15px;
}

.comments {
	float: right;
}

.post-footer {
	background: none;
	border-top: none;
	border-bottom: 1px solid #BCC7CD;
}

div.c-single {
	background:#F9F9F9 none repeat scroll 0 0;
	border-top:1px solid #DDDDDD;
	padding:20px;
}

#content a:link, #content a:visited {
	font-weight: bold;
}