left/*
Theme Name: Kafoury & McDougal - Default
Theme URI: http://suchaproduction.com/
Description: The default Kafoury & McDougal theme developed for <a href="http://suchaproduction.com/">Sucha Production, Inc., by <a href="http://nosix.com/">NoSix</a>, </a>
Version: 1.0
Author: Randy Gawlik
Author URI:
Tags:  custom header, fixed width, three columns

*/


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  /*background-color: #2b3a3c;*/
  /*background-image: url("css-images/main-bg.jpg");    added this to header to use different bg in blog  */
  background-position: center center;
  background-attachment:fixed;
  color: #2d2e2e;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 18px;
  /*font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;*/
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #005496;
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  font-variant:small-caps;
  text-shadow: #bbbbbb 2px 2px 2px;
  font-family:Arial, Helvetica, sans-serif;
}

/* h1:first-letter {
	font-size: 80%;
} */

/* Commonly used to style section titles. */
h2 {
  color: #005496;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: 0.1em;
  padding-bottom:10px;
  font-family:Arial, Helvetica, sans-serif;
}
/* Sets the style for the h3 header. */
h3 {
  color: #005496;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 0.1em;
  font-family:Arial, Helvetica, sans-serif;
  padding-top:5px;
}
h4 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0.1em;
  margin-bottom: -5px;
  font-family:Arial, Helvetica, sans-serif;
}
h6 {
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: 0.1em;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  padding-top:10px;cap
}

/* Sets the style for unvisited links. */
a,  a:link {
  color: #005496;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #005496;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #336ba1;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #09760d;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #164619;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #fff;
  /*background-image: url("../Kafoury3_images/0");*/
  border: solid 1px #000000; /* Sets the border properties for an element using shorthand notation */
  margin: 15px auto 30px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  max-width: 9600px;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;
}
#outerWrapper #header {
  background-color: #eef6ed;
  background-image: url("css-images/mast-bg.jpg");
  background-repeat: repeat-y;
  border-right-style: none;
  border-right-width: 0px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 80px;
  line-height: 14px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-transform: capitalize;
}
/*#homey {
width:320px;
height:70px;
border:none;
/*border:solid red 1px;*/
/*position:absolute;
top:32px;
}*/
#outerWrapper #topNavigation {
  background-color: #eef6ed;
  background-image: url("css-images/horiz-nav.gif");
  background-repeat: repeat-y;
  border-bottom-style: none;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-variant: small-caps;
  font-weight: bold;
  height: 12px;
  line-height: 10px;
  padding: 12px 10px 12px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  letter-spacing:1px;
}
#outerWrapper #topNavigation a, #outerWrapper #topNavigation a:link {
color: #000000;
padding:10px 7px 10px 7px;
}
#outerWrapper #topNavigation a:visited {
color: #000000;
}
#outerWrapper #topNavigation a:hover {
color:#074084;
background:url(css-images/nav-roll.gif);
/*text-shadow: #ffffff 0px 1px 2px;*/
text-decoration:none;
}
#outerWrapper #topNavigation a:focus {
color:#074084;
}
#outerWrapper #topNavigation a:active {
color:#074084;
}
#outerWrapper #contentWrapper {
  /*background-image: url("../Kafoury3_images/0");*/
  overflow: hidden;
}
#outerWrapper #contentWrapper #rightCol {
  background-color: #FFFFFF;
  background-image: url("css-images/content-bg1.gif");
  background-repeat: repeat-x;
  border-left-style: none;
  float: right;
  padding: 25px 25px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 235px;
  font-size: 12px;
  line-height: 14px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #eef6ed;
  background-image: url("css-images/side-bar.jpg");
  background-repeat: no-repeat;
  border-right-style: none;
  border-right-width: 0px;
  color: #FFFFFF;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 25px 20px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 140px;
}
#outerWrapper #contentWrapper #leftColumn1 h1 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 h2 {
  color: #FFFFFF;
  font-style: normal;
  font-variant:small-caps;
}
#outerWrapper #contentWrapper #leftColumn1 h3 {
  color: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 a, #outerWrapper #contentWrapper #leftColumn1 a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:normal;
}
#outerWrapper #contentWrapper #leftColumn1 a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:normal;
}
#outerWrapper #contentWrapper #leftColumn1 a:hover {
  color: #CCCCCC;
  text-decoration: underline;
  font-weight:normal;
}
#outerWrapper #contentWrapper #leftColumn1 a:focus {
  color: #c7d9b7;
  font-weight:normal;
}
#outerWrapper #contentWrapper #leftColumn1 a:active {
  color: #CCCCCC;
  /*text-decoration: line-through;*/
  font-weight:normal;
}


#outerWrapper #contentWrapper #leftColumnBLOG1 {
  background-color: #fff;
  background-image: url("css-images/content-bg.gif");
  background-repeat: no-repeat;
  border-right-style: none;
  border-right-width: 0px;
  color: #FFFFFF;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding: 25px 20px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 140px;
}
#outerWrapper #contentWrapper #leftColumnBLOG1 h2 {
  padding-top:30px;
  padding-bottom:0px;
  margin-bottom:0px;
  font-size:12px;
  font-style: normal;
  text-transform:uppercase;
  font-weight:normal;
}

#outerWrapper #contentWrapper #rightCol h2.recentp {
  color:#000;
  padding-top:30px;
  padding-bottom:0px;
  margin-bottom:0px;
  font-size:14px;
  font-weight:bold;
  font-style:normal;
}

#outerWrapper #contentWrapper #rightCol ul.recent {
	list-style-image:url(css-images/la.gif);
	padding-top:0px;
}

#outerWrapper #contentWrapper #rightCol ul.recent li{
	margin-left:-20px;
	padding-left:0px;
}

#outerWrapper #contentWrapper #leftColumnBLOG1 ul {
	padding-top:0px;
	list-style:disc;
	color:#074084;
}

#outerWrapper #contentWrapper #leftColumnBLOG1 li {
	margin-left:-25px;
	padding:0px 0px 4px 0px;;
	font-size:11px;
	
}

/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  background-image: url("css-images/content-bg.gif");
  background-repeat: no-repeat;
  margin: 0 260px 0 170px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 25px 20px 10px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  /*background-color:#9F3;*/
}
#outerWrapper #footer {
  background-color: #FFFFFF;
  background-image: url("css-images/footer.gif");
  border-top: solid 1px #cccccc; /* Sets the top border properties for an element using shorthand notation */
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 40px;
  line-height: 18px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #footer a, #outerWrapper #footer a:link {
  color: #000000;
  text-decoration: none;
  font-weight:normal;
}
#outerWrapper #footer a:visited {
  color: #000000;
  text-decoration: none;
}
#outerWrapper #footer a:hover {
  color: #336ba1;
  text-decoration: none;
}
#outerWrapper #footer a:focus {
  color: #336ba1;
  text-decoration: none;
}
#outerWrapper #footer a:active {
  color: #336ba1;
}


/*#bulletinww {
margin-right: -10px;
padding:10px 0px 0px 10px;

}

#bulletinw {
float:right;
padding:0px 0px 0px 0px;
margin-top:10px;
background-image:url(css-images/bulletin.gif);
background-position:bottom right;
}*/

#bulletin {
width: 200px;
padding:15px 20px 20px 20px;
margin: 20px 0px 20px 0px;
background-color:#43535d;
font:Arial, Helvetica, sans-serif;
font-family:Arial, Helvetica, sans-serif;
color: #FFF;
font-size:12px;
box-shadow: 6px 6px 6px #c0c0c0;
-moz-box-shadow: 6px 6px 6px #c0c0c0;
-webkit-box-shadow: 6px 6px 6px #c0c0c0;
}


#bulletin h3{
margin:0px;
color: #FFF;
font-size:14px;
font-weight:bold;
font-style:italic;
letter-spacing: 0.2em;
}
#bulletin ul{
margin:0px;
padding: 0px;
}
#bulletin li{
margin-left:15px;
line-height:14px;
padding-top: 10px;
padding-left: 0px;
}


#bulletin a:link {
color:#FFFFFF;
height:100%;
text-decoration:underline;
}

#bulletin a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
#bulletin a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
#bulletin a:focus {
  color: #c7d9b7;
}
#bulletin a:active {
  color: #CCCCCC;
  /*text-decoration: line-through;*/
}

input, textarea {
/*color: #074084;*/
color:#000;
background: #ffffff;
border: 1px solid #074084;
font-size:10px;
/*font-variant:small-caps;*/
text-transform: uppercase;
width:100%;
}

#feedme input, #feedme textarea {
color: #000;
background: #eeeeee;
border: 1px solid #074084;
font-size:12px;
/*font-variant:small-caps;*/
text-transform: none;
width:170px;
padding-top:2px;
}



form {
padding-bottom:15px;
}

#outerWrapper #contentWrapper #leftColumn1 ul {
margin:0px;
padding: 0px 0px 15px 0px;
}

#outerWrapper #contentWrapper #leftColumn1 li{
margin-left:15px;
line-height:16px;
padding-top: 8px;
padding-left: 0px;
}

#outerWrapper #contentWrapper #content img {
border:solid 4px #6e7b83;
}

#outerWrapper #contentWrapper #content img.clean {
border:none;
}

#outerWrapper #contentWrapper #content img.biopic {
margin-top:3px;
margin-right:10px;
margin-bottom:7px;
text-align:left;
}

#copy {
float:right;
padding-top: 10px;
font-size: 10px;
line-height:10px;
text-align:right;
}

#outerWrapper #hdrinfo {
float:right;
padding-top: 22px;
padding-right: 10px;
font-size:11px;
line-height:18px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-variant:normal;
font-weight:normal;
}

#outerWrapper #hdrinfo .spec{
/*font-variant:small-caps;*/
text-transform: uppercase;
}

#outerWrapper #topNavigation #rtopnav {
float:right;
color:#FFFFFF;
letter-spacing:1px;
}
#outerWrapper #topNavigation #rtopnav img {
vertical-align:middle;
}
#outerWrapper #topNavigation #rtopnav a:link {
color:#FFFFFF;
height:100%;
}
#outerWrapper #topNavigation #rtopnav .social 	 {
padding-left:5px;
padding-right:5px;
}
#outerWrapper #topNavigation #rtopnav a:visited {
color:#FFFFFF;
}
#outerWrapper #topNavigation #rtopnav a:hover {
color:#074084;
}
#outerWrapper #topNavigation #rtopnav a:focus {
color:#074084;
}
#outerWrapper #topNavigation #rtopnav a:active {
color:#074084;
}
#tools {
 -moz-border-radius: 5px; 
 -webkit-border-radius: 5px;
 border-radius: 5px; 
 border: 2px solid #FFF; 
 padding: 0px 2px 2px 10px;
 margin-bottom:20px;
 line-height:16px;
}
#artlist {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	
}
#artlist li {
	padding-top:0px;
	padding-bottom:8px
	font-size:10px;
	list-style-image:url(css-images/la.gif);
}

.rcaption {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-style:italic;
font-size:10px;
color:#005496;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	-moz-border-radius-bottomright:  px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius: 3px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius:  5px; 
	border-bottom-left-radius: 5px;
	margin-top:15px;
	margin-bottom:5px;
}

.wp-caption-text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding-left:4px;
	padding-right:4px;
}

.small-caption {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.ancl {
	font-family:Verdana, Geneva, sans-serif;
	line-height:12px;
	font-size:12px;
	padding-top:0px;
	padding-bottom:10px;
	margin-top:-5px;
	/*background-color:#390;*/
}
.bluecap {
	padding:5px 15px 5px 25px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.wpcf7-form{width:400px;}
