/*
Theme Name:	Vigilance PRO Child Theme
Theme URI: 	http://thethemefoundry.com/vigilance/
Description: 	Custom child theme for PRO Members.
Version: 1.35
Author:		Drew Strojny
Author URI:	http://thethemefoundry.com
Template: vigilance
*/

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

/* Page Templates
-----------------------------------------------------------*/

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

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

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
	}
*/

body {
	font-size: 62.5%;
	font-family: Rockwell, "Times New Roman", Times, Serif;
	line-height: 2.2em;
	color: #333;
	background: url('/wp-content/themes/vigilance_pro/images/bg.jpg') center top fixed no-repeat #fff;
}
a:link, a:visited { color: #772124; }
a:hover {
	text-decoration: underline;
	color: #58181b;
}
#content {
	background: url('/wp-content/themes/vigilance_pro/images/white-trans.png');
	width: 570px;
	padding: 20px 30px 20px 30px;
}
#sidebar {
	background: url('/wp-content/themes/vigilance_pro/images/white-trans.png');
}

.alert-box {
  margin: 0 0 20px 0;
  padding: 20px;
  background: #d9ffff;
  border: 1px solid #3ffffd;
}

.entry img {
	border: 1px solid #ccc;
	padding: 2px;
	max-width: 570px;
}

input.text-input, form#commentform textarea {
	width: 560px;
}

div.c-body {
	width: 474px;
	background: #eee;
	padding: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

div.c-date {
	color: #aaa;
	font-size: .7em;
	padding: 0 0 5px 0;
}

.c-permalink a:link, .c-permalink a:visited {
	color: #aaa;
}

#footer {
	clear: both;
	padding-top: 5px;
	color: #eee;
	margin-bottom: 25px;
}

#footer a {
	color: #eee;
}

#footer a:link, #footer a:visited {
	color: #eee;
	text-decoration: underline;
}

#chef-vote {
	float:right;
	margin-left: 25px;
}

#kdlhtt-kdlhtt {
	width: 260px;
	height: 25px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #222;
	margin-bottom: 5px;
	font-family: Rockwell, "Times New Roman", Times, Serif;
	padding: 0 10px;
}

.subscribe {
	float: right;
	margin-right: 20px;
}
