/*  

Theme Name: Noir

Theme URI: http://www.vistorywebdesign.com/noir

Description: dropdown page menu, valid XHTML, lots of comments ,fixed width, 3 columns homage to the gritty black and white film noir films of old

Version: 1.2

Author: Computer Mike

Tags: white, black, three-columns, fixed-width

*/


/* General */


body {
  margin:0;
  font-family: 'century gothic',Arial,sans-serif;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  background: #ffffff url(graphics/bg.jpg) repeat-x right top scroll;
}

body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form {
  margin: 0;
  padding: 0;
}

#wrapper {
  margin: 0 auto 0 auto;
  width: 931px;
}

a {
  text-decoration: none;
  color: #972435;
}

a:hover {
  color: #cccccc;
}

p{
  padding: 0;
}

h1 {
  font-size: 24px;
  padding: 5px 0 0px 0;
font-weight: 100; 
}

h2 {
	text-align: center;
  background: url(graphics/sidebarh2.png) no-repeat center center;
  height: 24px;
  color: #ffffff;
  text-shadow: #000000 2px 2px 2px;
  font-size: 15px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
}

h2.widgettitle {
	text-align: center;
  background: url(graphics/sidebarh2.png) no-repeat center center;
  height: 22px;
  color: #ffffff;
  text-shadow: #000000 2px 2px 2px;
  font-size: 14px;
  font-weight: 100;
  padding: 2px 0 0 0;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -khtml-border-top-right-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 2px; 
}

h3 {
  font-size: 18px;
  padding: 0 0 10px 0;
}

h4 {
  margin: 0 10px 0 10px;
  border-bottom: 1px solid #888;
}

h5 {
  font-size: 15px;
	line-height: 200%;
	font-weight: normal;

}

blockquote {
	background: url(graphics/openquote.gif) no-repeat;
	padding-left: 85px;
	font-style: italic;
	margin: 20px 0px 20px 0px;
	color: #555555;
}

#header {
  width: 931px;
  height: 177px;
  padding-bottom: 10px;
  background: #ffffff url(graphics/header.jpg) no-repeat;

}

#containertop {
  width: 931px;
  height: 95px;
  background: url(graphics/containertopbg.png);
}

#container {
  width: 931px;
  height: 100%;
  overflow: hidden;
  background: url(graphics/containerbg.png);
}

#containerbottom {
  width: 931px;
  height: 19px;
  background: url(graphics/containerbottombg.png) no-repeat;
  padding-bottom: 5px;
}

#tableset {
 -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
}

/* Navigation */

.navigation {
	margin-left: 10px;
	margin-bottom: 5px;
}

#toppagemenu {
  width: 931px;
  height: 22px;
  align: right;
  z-index: 999;
  margin-top: -22px;
}

#toppagemenu ul {
  margin:0px;
  padding: 0px;
  list-style-type:none;
  margin-left: 265px;
  margin-right: 5px;
  float: right;
}

#toppagemenu ul li {
  background: url(graphics/toppagemenubg.png) no-repeat scroll 0 0;
  float:left;
  margin-left:2px;
  margin-right:2px;
  text-align:center;
  min-width:111px;
  position: relative;
  min-height: 19px;
  padding-top:3px;
}

#toppagemenu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #000000 2px 2px 2px;
  font-size: 1.3em;
  color: #ffffff;
font-weight: 100; 
}

#toppagemenu ul li a:hover {
  color: #fecc0c;
}

#toppagemenu li ul {
  display: none;
  position: absolute; 
  top: 22px;
  margin-left:-2px;
}

#toppagemenu li.over ul, #toppagemenu li:hover ul {
  display: block;
}

#toppagemenu li ul li {
  background: #232323;
  text-align:center;
  min-width:111px;
	-moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
	
	-khtml-border-bottom-right-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#toppagemenu li ul a {
  width: 111px;
  padding-top: 2px;
  height: 16px;
  text-decoration: none;
  text-transform: none;
  font-size: 11px;
  font-weight: 600;
  opacity: .85;
  filter: alpha(opacity=85);
  color: #dddddd;
}

#toppagemenu li ul a:hover {
  color: #fecc0c;
}


/* Sidebar 1 */


.sidebar {
  float: left;
  width: 187px;
  padding: 0px 10px 0px 10px;
  display:inline;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
}

.sidebar ul ul li {
  line-height:24px;
}


/* Content */


#contentheader{
  float:left;
  margin-left: 207px;
  margin-top: 25px;
  margin-bottom: 17px;
  width: 503px;
  height: 50px;
}

.title {
  padding: 10px 0 10px 0;
  text-align: center;
  background: #ffffff;
  border: 1px solid #bababa;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	text-transform: uppercase;

}

#content{
  float:left;
  width: 501px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #bababa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	line-height: 150%;
	font-size: 13px;
}

.post {
  padding: 10px;
}


/* Comments */


.comments-template{
  border-bottom: 1px solid #bbb;
}

.comments-template ol {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}

.comments-template ol li {
  margin: 0 10px 0px 10px;
  line-height: 18px;
  padding: 10px;
  border-bottom: 1px solid #888;
}

.comments-template img {
  border: 1px solid #972435;
}


/* Link Images */


#socialmediaheader{
  float:right;
  margin-top: 25px;
  margin-bottom: 17px;
  padding: 3px 0 0 15px;
  width: 180px;
  height: 47px;
}

.socialmedia {
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #bababa;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#facebook {
  background: url(graphics/facebook.png) no-repeat;
  width: 37px;
  height: 37px;
}

#linkedin {
  background: url(graphics/linked_in.png) no-repeat;
  width: 37px;
  height: 37px;
}

#twitter {
  background: url(graphics/twitter.png) no-repeat;
  width: 37px;
  height: 37px;
}


/* Sidebar 2 */


.sidebar2 {
  float: left;
  width: 200px;
  padding: 0px 10px 0px 10px;
  display:inline;
  z-index:5000;
}

.sidebar2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
}

.sidebar2 ul ul li {
  line-height:24px;
}


/* Widgets */


table#wp-calendar{
  align: center;
  padding: 0px 10px 0px 5px;
  width: 165px;
  color: #cccccc;
}

.widget {
  margin: 0px 6px 20px 6px;
  padding: 0px;
  font-size: 90%;
  padding: 0px 0 10px 0;
  background: #ffffff;
  border-right: 1px solid #bababa;
  border-left: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}


/* Footer */


#footer {
  position: relative;
  width: 900px;
  padding:4px;
  font-size: 11px;
  text-align: right;
}


/* Required CSS for Word Press Themes */


.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.addtoany_share_save_container {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
	}