/*
Theme Name: Prop Gallery West
Theme URI: http://www.vincenthansen.com/
Description: Komplex.
Author: Vincent Hansen
Author URI: http://www.vincenthansen.com/
*/


@import url(css/common.css);
@import url(css/main.css);
@import url(css/contact.css);

/*------- Body ---------------------------------------------------------------------------*/

* { margin:0;
	padding:0px;
}

body {
	background:#1F1F1F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#232323;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {

}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-bottom: 5px;
	border-bottom: dotted 1px #999;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	}


/*------- Page ------------------------------------------------------------------------*/
#prop-page {
	margin:0 auto;
	width:960px;
	padding-bottom:25px;
	padding-top: 20px;
}



#prop-container {
	background-color: #ffffff;
	min-height: 350px;
	width: 960px;
	
}

#prop-container a {
    text-decoration: none;
	
}

/* change from h1 to h2 for prototype 11-22-06 */
#prop-container h2 {
    color: #000000;
    font-size: 11px;
	font-weight: bold;
    line-height: 17px;
    margin-top: 0px;
    margin-bottom: 11px;
    margin-left: -1px;
	padding-top:11px;
}

#prop-Content {
	border-collapse: collapse;
	height:100%;
	width: 960px;
	text-align:left;
	vertical-align:top;
	margin: 0px;
	
}

#prop-content td {
	vertical-align: top;
	padding: 15px 0px 25px 0px;
}


/*Global layout objects & elements
-------------------------------------------*/
div.container	{
	padding:18px;
}

/*Global classes
-------------------------------------------*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.menu {
	list-style:none;
}

.menu li	{
	display:inline;
	float:left;
}

.menu li.last {
	padding-right:0 !important;
}

.block	{
	display:block;
}

.inline	{
	display:inline;
}

.clear {
	clear:both;
}

/*Header
-------------------------------------------*/
#prop-header {
	background:#000;
	position:relative;
	padding: 0px 15px 0px 15px;
	width:930px;
	
}

/*Header for Offer Center and Campaign Landing Pages*/
#prop-header-oc-landing {
	background:#000;
	position:relative;
	height:74px;
	padding:3px 18px 3px;
}

#prop-header #prop-mainNav li,
#prop-header #prop-secNav li,
#prop-header #prop-location li
{
	display:inline;
	float:left;
	font-size:11px;
	
}

#prop-header #prop-nav {
	padding-bottom:100px;
}

#prop-header a {
	color:#999;
	text-decoration:none;
}
#blog a {
	color:#900;
	
}

/*Title - Header
-------------------------------------------*/

#prop-header #prop-logo {
	padding-top:15px;
	padding-bottom:48px;
	
}

#prop-header-oc-landing #prop-logo-oc-landing {
	padding-top:15px;
	padding-bottom:0px;
	margin-left:1px;
}

#prop-header #prop-logo a,
#prop-header-oc-landing #prop-logo-oc-landing a,
#prop-header #prop-logo #prop-home {
	display:block;
	width:325px;
	height:20px;
	background: url(images/PropGalleryTradeGothic.png) no-repeat top left;
	text-indent:-9999px;
	text-decoration:none;
	
}
#prop-home a { width: 325px; display:block;  }


/*Main Navigation Elements (Primary)
-------------------------------------------*/
.page_item page-item-41 ul li a { font-size:36px; }


#prop-header #prop-mainNav {
	display:inline;
	float:left;
	/*width:40%;*/
	margin: 0px 0px 9px 0px;
	z-index: 100000;
	position: relative;
}

#prop-header #prop-mainNav li	{
	position:relative;
	/*padding:3px 0;*/
	padding:0px 0 3px 0;
	font-size:12px;
	font-weight:bold;
	height:15px;
	z-index: 10000;
	position:relative;
	
	
}

#prop-header #prop-mainNav li ul li {
	height:auto;
	z-index: 10000;
	position:relative;
}

#prop-header #prop-mainNav a {
	display:block;
	color:#999;
	/*background:url(http://vincenthansen.com/propgallery/img/navLine.gif) no-repeat left center;*/
	padding-left:6px;
	padding-right:17px;
	z-index: 10000;
	position: relative;

}

#prop-header #prop-mainNav li:hover,
#prop-header #prop-mainNav li.navHover  {
	background-color:#333333;
	/*opacity: 0.5;
	filter:alpha(opacity=50);*/ /* IE's opacity*/
}

#prop-header #prop-mainNav li:hover a,
#prop-header #prop-mainNav li.navHover a,
#prop-header #prop-mainNav li:hover a:active,
#prop-header #prop-mainNav li.navHover a:active {
	color:#fff;
}


/*Main Navigation Dropdowns
-------------------------------------------*/
#prop-header #prop-mainNav ul	{
	display:none;
	position:absolute;
	width:/*165px*/216px;
	margin-left:-6px;
	margin-top:3px;
	left:0;
	padding:7px 0 16px 0;
	z-index:20000;
	/*opacity: 0.5;
	filter:alpha(opacity=50); /* IE's opacity*/
	outline-style:none;
	outline-width:medium;
	background-image:url(images/layout/dropdownPane.png);
	background-position:left bottom;
	background-repeat:no-repeat;

	
	
  }


#prop-header #prop-mainNav li:hover ul,
#prop-header #prop-mainNav li.navHover ul {
	display:block;
}

#prop-header #prop-mainNav ul li	{
	display:block;
	float:none;
	margin-left:6px;
	padding:2px 12px;
	width:/*140px*/134px;
	font-size:11px;
	font-weight:normal;
	color:#ebebeb;
}

#prop-header #prop-mainNav ul li.header {
	font-weight:bold;
}

#prop-header #prop-mainNav ul li.last	{
	margin-bottom:5px;
}

#prop-header #prop-mainNav ul a {
	display:block;
	padding:0;
	background-image:none;
	color:#b5b5b5 !important;
	width:/*140px*/135px;
	
}

#prop-header #prop-mainNav ul li:hover {
	background:#111111;
	margin-left:6px
}

#prop-header #prop-mainNav ul li.header:hover {
	background-color:none;
	}

#prop-header #prop-mainNav ul li:hover a,
#prop-header #prop-mainNav ul li.navHover a {
	color:#fff !important;
}

#prop-header #prop-mainNav ul li.more	{
	border-top:1px solid #121212;
}

#prop-header #prop-mainNav ul li.more a	{
	color:#959595 !important;
}

#prop-header #prop-mainNav ul li.more:hover,
#prop-header #prop-mainNav ul li.more.navHover 	{
	background:#343434;
}

#prop-header #prop-mainNav ul li.more:hover a,
#prop-header #prop-mainNav ul li.more.navHover a	{
	color:#fff;
}

/*Secondary Navigation
-------------------------------------------*/
#prop-header #prop-secNav {
	top:13px;
	max-width:270px;
	right:18px;
	position: absolute;
}

#prop-header #prop-secNav li {
	
	color:#959595;
	font-weight:bold;
	line-height: 16px;
	float: left;
	display: inline;
	
}

#prop-header #prop-secNav a:hover {
	color:#dadada;
}

#prop-header #prop-secNav a:active {
	color:#959595;
}


/*Breadcrumbs Navigation
-------------------------------------------*/
#prop-breadcrumbs {
	clear:both;
	background:#262626;
	padding:3px 22px;
	width:916px;
	color:#959595;
	font-size:11px;
}

#prop-breadcrumbs a {
	padding-right:8px;
	margin-right: 3px;
	background: transparent url(http://propgallery.com/wp-content/themes/PropGallery/images/layout/index-arrow.gif) no-repeat scroll right center;
	color:#959595;
	display:inline;
	float:left;
	
}

#prop-breadcrumbs li.last {
	margin-right:0;
}

#prop-breadcrumbs a:visited {
	color:#959595;
}

#prop-breadcrumbs a {
	
	color:#959595;
	text-decoration:none;
}

#prop-breadcrumbs a:hover {
	color:#c8c8c8;
}

#prop-breadcrumbs a:active {
	color:#fff;
}

#prop-breadcrumbs .current a	{
	color:#c8c8c8;
}

#prop-breadcrumbs li.first a {
	padding-left:0;
	background:none;
}

/*Content Element Styles
-------------------------------------------*/

#prop-title h1 {
	background:#3f3f3f;
	color:#fff;
	font-weight:normal;
	font-size:21px;
	padding:8px 0px 7px 24px;
	width: 936px;
	
}


/*Footer Element Styles
-------------------------------------------*/
#footerContainer { z-index: 1000; }
#footerContent {
	background:#000;
	color:#666;
	padding: 0px;
	font-size:11px;
	width:960px;
	height: 26px;
	
	
	
	
}

#prop-footer #prop-footNav {
	margin-bottom:2px;
	
}

#prop-footer ul li	{
	display:inline;
	float:left;

}

#prop-footer li {
	margin-right:10px;
	background:url(http://vincenthansen.com/propgallery/img/footLine.gif) no-repeat left center;
	padding-left:10px;
}

#prop-footer li a:visited {
	color:#959595;
}

#prop-footer li a {
	text-decoration:none;
	color:#959595;
	font-size:10px;
}

#prop-footer li a:hover {
	color:#dadada;
}

#prop-footer li a:active {
	color:#ffffff;
}

#prop-footer li.first {
	background:none;
	padding-left:0;
	
}

#prop-footer a.rss {
	display:block;
	width:25px;
	color:#ffffff;
	background:#ff6500;
	font-size:9px;
	padding:3px 5px;
	text-align:center;
	text-decoration:none;
}

#prop-copyright {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	padding:10px 0px 0px 10px;
	width:950px;
	
}

#prop-copyright a:visited {
	color:#959595;
}

#prop-copyright a {
	color:#959595;
	text-decoration:none;
}

#prop-footer #prop-copyright a:hover {
	color:#dadada;
}

#prop-copyright a:active {
	color:#fff;
}

/*Clearfix method
-------------------------------------------*/
.clearfix:after  {
	content:			".";
	display: 			block;
	height: 			0;
	clear: 				both;
	visibility: 		hidden;
}

.clearfix {
	display: block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 			1%;
}

.clearfix {
	display: 			inline-block; /*IE7 solution*/
}

.clearfix {
	display: 			block; /*Fixes width issue*/
}

/* End hide from IE-mac */

/*****************************************
 * Full width Banner
 ****************************************/

#prop-full_width_banner {
	margin: 0px;
	padding: 18px 0px 25px 0px;
	background-color: #1a1a1a;
	width:960px;
	height:370px;
	z-index: 1;
}

/*****************************************
 * Left sash settings
 ****************************************/
#prop-leftsash {
	width: 180px;
	padding-left: 21px;
	
}

#prop-leftsash a.nohref,
#prop-leftsash a.nohref:hover {
	background-color: #fff;
	cursor: default;
}

/* First Level */
#prop-leftsash ul {
	width:180px;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	
}

#prop-leftsash ul li {
	padding: 0px 0px 0px 0px;
	margin-bottom:1px;
	background-color:#ddd;
	text-align: left;
}



#prop-leftsash ul a,
#prop-leftsash ul a:visited {
	
	display:block;
	padding: 1px 0px 1px 3px;
	color: #000;
	font-weight: bold;
	
}
#prop-leftsash ul a:hover {
	background-color: #f5f5f5;
	}



/*****************************************
 * Left sash File Upload and More Content
 (9.1)
 ****************************************/
#prop-leftsash #prop-fileupload {
 	width:198px;
	padding: 22px 10px 0px 6px;
 }

#prop-leftsash #prop-fileupload table {
 	width:198px;
	border:0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;

}

#prop-leftsash #prop-fileupload table td {
	vertical-align:top;
 }

#prop-leftsash #prop-fileupload table td.filetype {
	width:16px;
	padding-right:8px;
}

#prop-leftsash #prop-fileupload table td.filedesc {
	width:174px;
	padding-bottom: 12px;
}

#prop-leftsash #prop-fileupload .filedesctext {
 	font-style:italic;
}

#prop-leftsash #prop-morecontent {
 	width:198px;
	padding: 20px 10px 0px 6px;
 }

#prop-leftsash #prop-morecontent p {
	padding-bottom: 4px;
 }

#prop-leftsash #prop-morecontent p.title {
	font-weight:bold;
	padding-bottom: 4px;
 }

/*****************************************
 * Sash Links (8.1)
 ****************************************/
#prop-leftsash div.sashlinks {
    /* margin-bottom: 1em;
     padding-left: 11px;
	 padding-right: 13px;
    margin-top: 13px; */
	padding: 20px 10px 0px 0px;
}
#prop-leftsash div.sashlinks div {
    /* for index summary */
    /*padding-left: 2px;*/
}
#prop-leftsash div.sashlinks ul {
    font-weight: normal;
    padding-left: 0;
    padding-top: 0;
}

/*****************************************
 * Right panel (containing signature image, content body, and right sash)
 ****************************************/
#prop-rightpanel {
    padding: 0;  /* Without padding: 0 IE6 increases width by 2px when there is no page-banner */
    vertical-align: top;
}

#prop-rightpanel-sub {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    table-layout: fixed;
}

/*****************************************
 * Left panel
 ****************************************/
#prop-leftpanel {
    padding: 0;  /* Without padding: 0 IE6 increases width by 2px when there is no page-banner */
    vertical-align: top;
}

#prop-leftpanel-sub {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	table-layout: fixed;
}

#prop-rightpanel-sub col.col_3 {
	width:300px !important; width:298px
}


/*****************************************
 * Main content area settings
 ****************************************/
#prop-maincontent {
	line-height: 15px;
	padding: 15px 20px 25px 25px;
	margin: 0px;
	min-height: 300px;
}
#prop-maincontent li {
	list-style-type: none;
}
	

#prop-ContentServices {
	line-height: 15px;
	margin: 0px;
	padding-top: 0px
	width: 960px;
	height: 100%;
	border-collapse:collapse;
	}
#prop-ContentServices td{
	
	padding-top: 25px;
}
	
	
	
#prop-maincontent ul.index.bulleted li a,
#prop-maincontent ul.index.nolinebreak li a,
#prop-maincontent ol.index.numbered li a {
    /* Override the standard bold links */
    font-weight: normal;
}
#prop-maincontent-footer #prop-related-links ul.support li {
    font-weight: bold;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 11px;
}

/* Results table formatting (event and partner search) */
#prop-maincontent table.results {
    border-collapse: separate;
}
#prop-maincontent table.results th {
    border: none;
}
#prop-maincontent table.results td {
    background-color: #efefef;
    border: none;
    padding: 2px 5px 2px 5px;
}

/* Press Release index table formatting */
#prop-maincontent table.pressindex {
    border-collapse: collapse;
}
#prop-maincontent table.pressindex td {
    padding: 0;
}
#prop-maincontent table.pressindex td.date {
    padding-right: 10px;
}
#affiliations {
	padding: 8px 0px 8px 0px;
	border-bottom: dotted 1px #999;
	margin: 0px 0px 0px 8px;
	width: 400px;
}


/*****************************************
 * Right Sash settings
 ****************************************/
#prop-rightsash {
    padding: 18px /* 9.1 change, was 11px in 8.1 */ 0 0 12px;
    width: 276px;
	float: right;
}

#prop-rightsash #prop-promos {
     /* margin-left: 7px;  */
	  }
   #prop-rightsash ul {
       margin: 0;
        padding: 0;
    }
   #prop-rightsash ul li {
        list-style-type: none;
        margin-bottom: 3px;
    }

#prop-rightsash #prop-print_email {

	  }

/*****************************************
 * Left sash 3 equal columns settings
 ****************************************/
#prop-3col-left {
	padding: 18px 12px 0px 0px;
	width: 300px;
	vertical-align: top;
}

/*****************************************
 * Right Sash 3 equal columns settings
 ****************************************/
#prop-3col-right {
    padding: 18px 5px 0 12px;
    width: 295px;
	vertical-align: top;
}

#prop-3col-right div,
#prop-3col-right img
{
    margin-bottom: 6px;
    margin-left: 0px;
}

#propBanner {
	background-color: #1e1e1e;
	width: 924px;
	padding: 18px 18px 18px;
	height: 330px;
}

.propfix {
	display: block;
}
.propfix {
	display: inline-block;
}
#slides {
	height: 360px;
	width: auto;
	background-color: #333;
}
#prop-services {
	height: 240px;
	width: 320px;
	padding: 0px;
}

#rotator { z-index:10; position: relative; }
#post-41 { z-index:10; }

/*------- Contact ------------------------------------------------------------------------*/

#prop-Contact {
	line-height: 15px;
	padding: 15px 25px 25px 25px;
	margin: 0;
	height: 480px;	
}
#prop-contactsash { float: right; margin-top: 60px; width: 360px; margin-right: 25px; }
.contactform { text-align:left; width: 500px; height: 400px; float: left; margin-top: 50px; margin-left: 25px; }
.contactform label { font-size: 11px; }
.contactform input { padding:1px; width: 400px; float:left; }
.contactform textarea {  margin-bottom: 15px; }
.contactform_respons { color:#333 }
.contactform_error { margin-left: 20px; color:#F00 }
#contactsubmit { border: #CCC 1px solid; background-color:#FFF; width: 80px; }
.widget . contactform { }
#inputBox { float:left; padding-bottom: 12px; width: 400px; }
#contactInfo { width: 380px; margin-top: 10px; margin-right:8px; font-size:12px; float: right; background-color: #F0F0F2; padding: 15px; }
#prop-contactsash p { padding-bottom: 8px; font-size:11px;} 
#prop-facebook {  }
#prop-social { float: right; margin-top:20px; font-size: 11px;}

/*****************************************
 Search
 ****************************************/
 
#search { margin-left: 20px; float:right; }
#searchform {float:right; margin-bottom: 0px; color:#FFF; display: inline;  }
#searchsubmit { border: none; background: url(http://www.weddingsbypropgallery.com/wp-content/themes/PropGallery/images/layout/searchSubmit.gif) no-repeat left; height:1.33em; vertical-align: top; width:1.35em;; }
#s { background: #404040 none repeat scroll 0 0; border: 0 none; font-size: 11px; color: #B5B5B5; height:1.33em; vertical-align: top; width:9.5em; padding-left: 1px; }
#s active { background: #FFF none repeat scroll 0 0; }
.screen-reader-text {display: none; }

/*------- Comments ------------------------------------------------------------------------*/

#submit, #acp-preview { border: #CCC 1px solid; background-color:#FFF; width: auto; margin-right: 5px; margin-bottom: 3px; cursor:pointer; }

#copyright { color: #666; padding-left: 5px; padding-top: 5px; background-color:#1F1F1F; }
#copyright a:link,
#copyright a:visited { color:#666; text-decoration:underline; }