/*
Theme Name:	vigilance-ffc-01
Theme URI: 	http://www.rossimage.com
Description: 	A FFC Vigilance child theme.
Author:		Ross Meridith
Author URI:	http://www.rossimage.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; }

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


/*Default Alignment and Images
------------------------------------------------------------ */
.entry img.alignleft, .entry img.alignright, .entry img.aligncenter  { border: none; }

/*Undo browser defaults
------------------------------------------------------------ */
/*:link,:visited {text-decoration: underline;}*/

/*Body & Links 
------------------------------------------------------------ */

a:link, a:visited { color: #772124; border:none; }


/*Post Body
---------------------------------------*/
.entry a:link {
		border:1px solid pink;
		padding:2px;
		text-decoration: none;
	}
.entry a:visited {border:1px solid pink; padding:2px;}
.entry a.no-border {border:none; padding:0px;}
.entry a:hover { text-decoration: underline; }

#header {
		height:212px;
		border:none;
		}

#title {
		/* background: #FFFFFF url("/blog/wp-content/themes/vigilance-ffc-01/images/Header-Square-Master.jpg") no-repeat scroll 0px 0px; */
		background: #FFFFFF url("/blog/wp-content/themes/vigilance-ffc-01/images/Hot-Pink-Banner-Master-02.jpg") no-repeat scroll 0px 0px;
		height:190px;
		}

#title a {visibility:hidden;}

#description {visibility:hidden;}


/*Nav
---------------------------------------*/
#nav {

	border-bottom:5px solid black;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:68px;
	height:25px;
	float: none;
	font-size: 1.5em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
}
#nav ul {
	padding: 0 0 0 0px;
	position: relative;
}
#nav ul li {
	float: left;
	margin: 0 20px 0 0px;
}
#nav li a:link, #nav li a:visited {
	color: #333;
	text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_parent a, #nav li.current_page_ancestor a, #nav li.current-cat a, #nav li a:hover {
	color: #772124;
	text-decoration: none;
	padding-top: .1em;
	border-bottom: 4px solid #772124;
	border-top: none;
}


/* Contact Page <a></a> border off */
fieldset div a {border: none !important;}
#myContactForm {margin-bottom: 20px;}


/* AddThis Style */
.addthis_container {border-bottom:1px solid rgb(238, 238, 238);}
.addthis_container a {border: none !important;}


/* Post Edit Link - Logged-in edit link */
.post-edit-link {border: none !important;}



/* Tag Cloud */
.widget_tag_cloud div {
	width: 288px;
	text-align:center;
	border:1px solid rgb(238, 238, 238);
	margin-top:10px;padding:5px;
	margin-left: auto;
	margin-right: auto;
	}
.widget_tag_cloud div a {
	white-space: nowrap;
	}


/* text widget */
.textwidget {
	text-align: center;
	}
.textwidget div {
	white-space: nowrap;
	}
#foodbuzz {
	/*position: relative;
	left: 70px;*/
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	}
#listings {
	/*position: relative;
	left: 21px;*/
	margin-left: auto;
	margin-right: auto;
	width: 258px;
	}
#culinary {
	/*position: relative;
	left: 70px;*/
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	}
.centerme {
	margin-left: auto;
	margin-right: auto;
	}

	
/* "Read More..." link */
.more-link-block {
	text-align: center;
	}
.more-link {
	font-weight: bold;
	}


/* Print This - link class*/
.print-this {
	background:url('/blog/wp-content/themes/vigilance-ffc-01/images/ffc-print-icon.gif') no-repeat 3px;
	padding-left:24px;
	}

