/**
 * Theme Name: VividPix Custom Template
 * Theme URI: http://vividpix.com	
 * Description: A custom child theme of the Hybrid theme framework.
 * Author: Jen Taylor - VividPix & Design
 * Author URI: http://vividpix.com
 * Version: 1.0
 * Tags: threaded-comments
 * Template: hybrid
 *
 */

/**
* Import base styles from Hybrid
************************************************/
	@import url('../hybrid/library/css/20px.css'); 
	@import url('../hybrid/library/css/plugins.css'); 
	@import url('../hybrid/library/css/drop-downs.css');

/**
* Body
************************************************/

/* Contains everything */
body {
	background-attachment: fixed;
	background-color:#262626;
	background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	font: 14px/24px Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #999999; 
	}

#body-container {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto auto;
	margin-top: 0px;
	width: 100%;
	overflow: hidden;
	}
	

/**
* Elements
************************************************/

/* Hyperlinks */
a:link, a:visited, a:active {
	color: #999999;
	}
a:hover {
	color: #ffbc29;
	}


#secondary a:link, #secondary a:visited, #secondary a:active {
	color: #999999;
	}	
#secondary a:hover {
	color: #ffbc29;
	}


#utility-after-content a:link, #utility-after-content a:visited, #utility-after-content a:active   {
	color: #999999;
	}
#utility-after-content a:hover {
	color: #ffbc29;
	}


#subsidiary a:link, #subsidiary a:visited, #subsidiary a:active {
	color: #666666;
	}
#subsidiary a:hover {
	color: #ffffff;
	}


/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif; color: #ffffff;
	}

h1 {
	font-size: 24px;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
	color: #ffffff;
	}
h1 a:link, h1 a:visited, h1 a:active {
	color: #ffffff;
	}
h1 a:hover  {
	color: #ffbc29;
	}

h2, h2 a:link, h2 a:visited, h2 a:active {
	font-size: 24px;
	color: #ffffff;
	}
h2 a:hover  {
	color: #ffbc29;
	}

h3, h3 a:link, h3 a:visited, h3 a:active {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	}
h3 a:hover  {
	color: #ffbc29;
	}

h4, h4 a:link, h4 a:visited, h4 a:active {
	font-size: 20px;
	color: #ffffff;
	}
h4 a:hover  {
	color: #ffbc29;
	}
	
h5 {
	font-size: 16px;
	text-transform: uppercase;
	padding: 3px;
	background: #444444;
	border: 1px dotted #666666;
	letter-spacing: 2px;
	color: #ffffff;
	}
h5 a:link, h5 a:visited, h5 a:active {
	color: #ffffff;
	}
h5 a:hover  {
	color: #ffbc29;
	}

h6 {	}


/* Text elements */

.smtxt { font-size: 10px; font-family: Arial, sans-serif; font-weight: normal; letter-spacing: 2px; }
.subhead { font-size: 13px; font-family: Arial, sans-serif; font-weight: normal; }
.head { color: #ffffff; font-size: 20px; font-family: Arial, sans-serif; text-transform: uppercase; letter-spacing: 1px;}
.head2 { color: #FFBC29; font-size: 18px; font-family: Arial, sans-serif; letter-spacing: 1px; }
.head3 { color: #ffffff; font-size: 14px; font-family: Arial, sans-serif; letter-spacing: 2px; font-style: italic; }
.head4 { color: #ffffff; font-size: 30px; font-family: Arial, sans-serif; font-style: italic; }


/* Unordered lists */
.lcp_catlist {
	list-style-image: none;
    	list-style-position: outside;
    	list-style-type: none;
    	margin: 0px 0px 20px 0px;
	}	
.lcp_catlist li {
	border-bottom: 1px dotted #666666;
	list-style-type: none;
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 24px;
	}

.wplc_event_list {
    margin-bottom: 20px;
  	margin-left: 0;
  	margin-right: 0;
  	margin-top: 0;
	}

.wplc_event_list li {
	list-style-type: none;
	border-bottom: 1px dotted #666666;
	margin-top: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	}


/* Blockquotes */
	blockquote {
	background: url("images/quotes.png") no-repeat scroll 0 0 transparent;
	color: #ffffff;
	margin: 20px 40px 20px 0px;
	overflow: hidden;
	padding: 5px 0px 0px 30px;
	border-bottom: 1px dotted #666666;
	}


/* Object */
	object {
	margin-bottom: 0px;
	}


/* Tables */
	td {
	text-align:left;
	vertical-align:top;
	}



/**
* Images
************************************************/

/* Normal images */
	img {
	border: 1px dotted #666666;
	padding: 3px;
	}

	a img {}

	.ngg-slideshow img {
	border: none;
	padding: 0px;
	}

	.widget img {
	border: none;
	padding: 0px;
	}
	
/* Thumbnails */
.thumbnail {
	float: left;
    	margin-bottom: 0;
    	margin-left: 0;
    	margin-right: 15px;
    	margin-top: 5px;
	border: 1px dotted #666666;
	padding: 3px;
	height: 100px;
	width: 100px;
	}

.publicity-thm {
	float: left;
    	margin: 0px 5px 5px 0px;
	border: 1px dotted #666666;
	padding: 3px;
	height: 87px;
	width: 86px;
	}

.icon {
    	margin: 20px 8px 10px 8px;
	border: 0px;
	height: 47px;
	width: 46px;
	}


/* WP Captions [caption] */
	.wp-caption {
	font-size: 9pt;
	letter-spacing: 1px;
	line-height: 12pt;
	text-align: center;
	font-style: italic;
	}

	.wp-caption p {
	padding: 5px;
	border: 1px dotted #666666;
	background: #444444;
	}
	

/**
* Header
************************************************/

/* Contains entire header */
	#header-container {
	height: 0px;
	}

	/* Contains site title and tagline */

		/* Site title */
		#site-title {
		display: none;
		}

/**
* Primary Menu
************************************************/

/* Wrapper for entire menu area */
#primary-menu {
	width: 100%;
	background: url("images/black-bg.png") repeat scroll 0 0 transparent;
	border-bottom: 5px solid #1c1c1c;
	}

	/* Wrapper for unordered list of menu items */
	#primary-menu div.menu {
	width: 960px;
	margin: 0 auto;
	height: 50px;
	overflow: hidden;
	}

		/* Menu list. */
		#primary-menu ul {
		padding: 0px;
		margin: auto;
		}
			#primary-menu li {
			margin: 10px 30px 0px 0px;
			text-align: center;
			text-transform: uppercase;
			font-family: Arial, sans-serif;
			font-weight: normal;
			font-size: 18px;
			letter-spacing: 4px;
			}
				
			#primary-menu li a {
			padding: 10px;
			color: #ffffff;
			}

			#primary-menu li a:hover {
			color: #ffbc29;
			}
		

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	width: 960px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	min-height: 500px;
	}


	/**
	* Content
	************************************************/

	/* Contains site's main content */
	.content {
	margin: 0px 0px 15px 15px;
	border: 0px dotted #666666;
	float: right;
	overflow: hidden;
	width: 615px;
	}

	.no-widgets .content, .no-default-widgets .content {
	width: 960px;
	}


		/* Breadcrumb trail */
		.breadcrumb {display: none;}
		.breadcrumb-trail {display: none;}


		/* Archive and search page titles. */
		.category-title {
		display: none;
		}

		/* Entry wrapper <div> */
		.hentry {
		margin: 25px;
		}

		.post {
		margin: 25px 25px 40px 25px;
		overflow-x: hidden;
		overflow-y: hidden;
		}

		.page {
		margin: 25px;
		}

		.page-2 .page {
		margin: 15px 25px 5px 25px;
		}

		/* Post, page, and 404 page titles */

		.entry-title, .post-title {
		font-size: 24px;
		font-weight: normal;
		text-transform: uppercase;
		padding: 0px 0px 5px 0px;
		border-bottom: 1px dotted #666666;
		}

		.entry-title a:link, .entry-title a:visited, .entry-title a:active, .post-title a:link, .post-title a:visited, .post-title a:active {
		color: #ffffff;
		}

		.entry-title a:hover, .post-title a:hover {
		color: #ffbc29;
		}
		
		.page-title {
		display: none;
		}


/* Author and date byline */
.byline {
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 10px 0;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

.archive .byline, .search .byline {
	margin: 0;
	}

.byline-prep, .author {
	display: none;
	}
			

			/* Full entries */
			.entry-content {
			margin-bottom: 50px;
			}

			.page-2 .entry-content {
			margin-bottom: 0px;
			}

			/* Excerpts (introduced) */
			.entry-summary p {
			margin-bottom: 0px;
			}


				/* More link <!--more--> */
				.more-link { 
					float:right;
					font-size: 10px;
					font-weight: normal;
					letter-spacing: 1px;
					border: 1px dotted #666666;
					margin-top: 5px;
					padding: 0px 8px 0px 10px;
					}

				a.more-link { 
					color: #ffffff;
					background-color: #444444;
					}
				a:hover.more-link { 
					background-color: #ffbc29;
					}

				.archive .more-link {display: none;}

			/* Entry metadata */
			.entry-meta {
			display: none;
			}


		/* Navigation links */
		.navigation-links {
		text-align: right;
		font-family: Arial, sans-serif;
		margin-left: 25px;
		margin-right: 25px;
		margin-bottom: 25px;
		text-transform: uppercase;
		font-size: 12px;
		border-top: 1px dotted #666666;
		letter-spacing: 1px;
		font-weight: normal;
		}

		.navigation-links a {
		color: #666666;
		}

		.navigation-links a:hover {
		color: #ffffff;
		}

		.navigation-links .previous {}
		
		.navigation-links .next {
		margin-left: 10px;
		}


		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {margin: 0px 25px;}

		#respond .form-url, .form-url {display: none;}


		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		#utility-before-content .widget-inside {
		overflow: hidden;
		padding: 0px;
		margin: 10px 0px 0px 0px;
		}

		#utility-after-content {
		overflow: hidden;
		margin: 0px 0px 15px 0px;
		}

		#utility-after-content .widget {
		clear: right;
		float: left;
		width: 615px;
		height: 250px;
		overflow: hidden;
		border: -px solid #666666;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		color: #ffffff;	
		}

		#utility-after-content .widget-inside {
		overflow: hidden;
		padding: 0px;
		margin: 0px 15px 0px 15px;
		}

		#utility-after-content .textwidget {
		padding: 0px;
		}

		#utility-after-content .widget-title {
		display: none;
		}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {
		font-size: 14px;
		}
	
	.widget-inside {
		margin: 25px;
		}

	.widget-title {
		}

	.widget ul {
		list-style: none;
		margin-left: 0px;
		}

	.widget li {
		list-style-type: none;
		border-bottom: 1px dotted #666666;
		margin-top: 8px;
		padding-bottom: 8px;
		line-height: 16px;
		}
		

	/* Primary widget section */
	#primary {
 		width: 310px;
		margin: 25px 0px 0px 0px;
		float: left;
		}

	#primary .widget-inside {
		margin: 0px;
		}

	#primary .widget-title {
		font-size: 16px;
		letter-spacing: 2px;
		text-transform: uppercase;
		padding: 3px;
		font-weight: normal;
		margin: 5px 0px 10px 0px;
		border: 1px dotted #666666;
		background: #444444;
		text-align: center;
		}

/* Secondary widget section */
	#secondary {
		width: 290px;
		overflow: hidden;
		min-height: 100%;
		padding: 5px;
		margin: 25px 0px 15px 0px;
		color: #ffffff;	
		clear: left;
		float: left;	
		}

	#secondary .widget-inside {
		margin: 0px;
		}

	#secondary .textwidget {
		padding: 0px 15px 15px 15px;
		}

	#secondary .widget-title {
		text-align: center;
		text-transform: uppercase;
		font-family: Arial;
		font-weight: normal;
		font-size: 13px;
		letter-spacing: 1pt;
		color: #ffffff;
		padding: 3px;
		margin: 0px 0px 10px 0px;
		}

	#secondary .wplc_event_list li {
		list-style-type: none;
		border-bottom: 1px dotted #666666;
		margin-top: 5px;
		padding-bottom: 5px;
		}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {
	background-image: url("images/footer-bg.gif");
	background-repeat: repeat;
	border-top: 5px solid #1c1c1c;
	width: 100%;
	min-height: 650px;
	padding-top: 30px;
	clear: both;
	overflow: hidden;
	}

	/* Subsidiary widget section */
	#subsidiary {
	overflow: hidden;
	border-top: 0px solid #666666;
	background-color: transparent; 
	margin: 0px 0px 0px 0px;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	}
	
	#subsidiary .widget {
	color: #666666;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	overflow: hidden;
	}

	#subsidiary .widget-inside {
	overflow: hidden;
	padding: 10px 20px 0px 20px;
	margin: 0px;
	}

	#subsidiary .textwidget {
	padding: 0px;
	}

	#subsidiary .widget-title {
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 3px;
	color: #666666;
	padding: 3px;
	margin: 0px 0px 10px 0px;
	}

	#subsidiary .widget li {
	border-bottom: 0px solid #666666;
	}

	#subsidiary ul li {
    	background: none repeat scroll 0 0 transparent;
   	border-right: 1px dotted #666666;
  	display: inline;
 	font-size: 12px;
 	list-style-type: none;
 	padding: 5px 10px 5px 10px;
 	text-transform: uppercase;
	letter-spacing: 2px;
	}

	/* Footer section */
	#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	}