/*
Theme Name:	Vigilance PRO *Child Theme*
Theme URI: 	http://themes.jestro.com/vigilance/
Description: 	Custom child theme for Vigilance PRO Members. Make all your custom changes in the <code>themes/myvigilance</code> folder.
Version: 1.30
Author:		Drew Strojny
Author URI:	http://www.jestro.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
-----------------------------------------------------------*/

/*No border on logo
------------------------------------------------------------ */

#menu img { border: 1px solid #fff; }


/*Main
------------------------------------------------------------ */
body {
	font-size: 75%;
	font-family: Arial, Verdana, sans-serif;
	line-height: 2.2em;
	color: #1b1b1b; 
 	/*background-color: #000000;*/
	background-image: url(http://lastminuteweddingaz.com/wp-content/themes/vigilance_pro/images/bg-floral1.gif);
        margin: 5px 0px 5px 0px;
}

#wrapper {
        padding: 0px 0px 0px 0px;
        background: #fff;
        border: 1px solid #e3ebbc;
}

/*Linking
------------------------------------------------------------ */

a:link, a:visited { 
        color: #666; 
	font-weight: bold;
}

a:hover {
	font-weight: bold;
        text-decoration: underline;
	color: #e3552d;
}




/*NAV Linking
------------------------------------------------------------ */

#nav li a:link, #nav li a:visited {
        color: #666;
        text-decoration: none;
	padding-top: 0.1em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #fff; #important!
}

#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: #1b1b1b;
	text-decoration: none;
	padding-top: 0.1em;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #e3552d; #important!
}

/*Turn off comments
------------------------------------------------------------ */
.comment-number{
	/*--display: block;*/
	font-size: 1.3em;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: transparent;
	background-image: url(../images/comments-bubble-big.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0.1em;
	display: none;
}

/*Flower box
------------------------------------------------------------ */
.flower-box h2{
	font-size: 16px;
        font-weight: bold;
}

.flower-box {
	font-size: 14px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial,verdana,sans-serif;
        border: 1px solid #eeeee;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e3552d;
	background-color: #772124;*/
	/*background-image: url(http://lastminuteweddingaz.com/wp-content/themes/vigilance_pro/images/quote-bg.jpg);*/
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #1b1b1b;
        line-height: 17px;
	 width: 275px;
}


/*Sidebar
------------------------------------------------------------ */
#sidebar-image { padding-top: 20px; }
#sidebar-image { font-size: 1.3em; } 
#sidebar-image p { 
	margin-bottom: 15px; 
	line-height: 1.6em;
}

.thin-sidebar {
        width: 275px;
}


h2.widgettitle {
        color: #e3552d;
	width:300px;
	padding-top: 25px;
	padding-right: 0pt;
	padding-bottom: 3px;
	padding-left: 0pt;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.2pt;
	font-family: Arial,Verdana,sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
ul li.widget ul {
	margin: 0;
	font-size: 1.4em;
}
ul li.widget ul li ul { 
  margin-left: 5px;
  font-size: 1em; 
}
ul li.widget ul li { 
	padding: 8px 0;
	border-bottom: 1px solid #eee; 
}
ul li.widget ul li ul li { border-bottom: none; }
ul li.widget ul li a {
  display: block;
	padding: 0 0 0 15px;
	background: url(../images/list-item.gif) no-repeat 0 6px;
}
ul li.widget ul li a:hover { background-position: 0 -36px; }
ul li.widget ul#recentcomments li a {
	padding: 0;
	background: none;
}
div.textwidget p {
	font-size: 1.3em;
	margin: 10px 0 0 0;
        width: 280px;
}
li.widget select { margin-top: 10px; }


/*N2 pagetitle
------------------------------------------------------------ */
h1.pagetitle, h2.pagetitle {
	margin-bottom: 20px;
	padding-bottom: 7px;
	font-size: 2em;
	line-height: 1.1em;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #eeeeee;
}

.entry ul li, .c-body ul li (line 240) {
display: block;
margin-top: 5px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 17px;
background-color: transparent;
background-image: url(../images/list-star.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 0.3em;
}

/*Header
------------------------------------------------------------ */
#header {
      padding-top: 0px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 0pt;
      border-bottom-width: 5px;
      border-bottom-style: solid;
      border-bottom-color: #333333;
}

/*Content
------------------------------------------------------------ */
#content {
      float: left;
      width: 580px;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 15px;
}