/*!
 * Bootstrap Mods for Wirksworth Framing Co
 */

/* CENTRE THE NAVBAR */

/* BODY TEXT */

body {
  margin: 0;
  font-family:"Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

/* Changes to text colour */
h4,h5,h6 {color: #875f7f;}

.jumbotron {
  background-color: #ffffff;}
  
.jumbotron h1 {
  color: #875f7f;}


/* Navbar */
.navbar-default .navbar-nav > li > a {
    color: #000000;
		text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #875f7f;
}

/* Change carousel so that the left and right sides are not darkened */
.carousel-control.left, 
.carousel-control.right {
    background-image: none
}

/* Carousel caption changes */
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}


/* Change primary button colour */
.btn-primary {
    color: #fff;
    background-color: #875f7f;
    border-color: #dbcbd5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #72506b;
    border-color: #50384c;
}

/* CUSTOM STYLES used in css but not defined or modified from bootstrap */


/* Scrollable frame list ---------------------------------------------- */
table.frames {
	font-size: 13px;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 30px;
}

table.frames th, table.frames td {
	border: none;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #875f7f;
}

div.scrollableContainer {
	position: relative;
	padding-top: 10px;
	background-color: #ffffff;
	margin-bottom: 30px;
}

div.scrollingArea {
	height: 400px;
	overflow: auto;
	background-color: #ffffff;
}

table.scrollable thead tr {
	left: 0px; top: 0;
	position: absolute;
}

table.frames .image	{padding: 5px; width: 150px;}
table.frames .info	{padding: 5px; width: 200px;}

/* -----HEADER--------------------------------------------------------------- */

.header {
	font-size: 12px;
	background-color: #dbcbd5;
	text-align: left;
}

.header img {
	padding-top: 20px;
	float: left;
	padding-left: 20px;
}

.header h1 {
	font-size: 20px;
	text-align: right;
	letter-spacing: 2px;
	padding-top: 0px;
	padding-right: 10px;
	font-weight: normal;
	line-height: 16px;
	border-bottom: none;
}

.header h2 {
	font-size: 18px;
	text-align: right;
	letter-spacing: 2px;
	padding-bottom: 0px;
	padding-right: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 16px;
}
.header h3 {
	font-size: 12px;
	font-weight: normal;
	display: block;
	height: 20px;
	background-color: #ede5ea;
	border-bottom: #ffffff solid;
	border-bottom-width: 5px;
}

/* -----FOOTER--------------------------------------------------------------- */

.footer {
	text-align:left;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #ffffff;
	background-color: #875f7f;
	letter-spacing: 1px;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color:#cccccc;

}
.footer a:hover {
	font-weight:normal;
	color: #ffffff;
}

/* --- FOR FILE UPLOADING --------------------------------------------------- */
#loading {
	width:32px;
	height:32px;
	background: url('loading.gif');
	display:none;
	margin: 0 auto;
	text-align: center;
}
	
#upload_iframe {
	display:none;
	border: 0px;
	overflow:hidden;
	margin: 0 auto;
	text-align: center;
}

/* This imageless css button was generated by CSSButtonGenerator.com */
.button {
	-moz-box-shadow: 0px 10px 10px -9px #875f7f;
	-webkit-box-shadow: 0px 10px 10px -9px #875f7f;
	box-shadow: 0px 10px 10px -9px #875f7f;
	background-color:#875f7f;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#ffffff;
	font-family:Times New Roman;
	font-size:14px;
	font-weight:normal;
	padding:3px 6px;
	text-decoration:none;
}.button:hover {
	background-color:#875f7f;
}.button:active {
	position:relative;
	top:1px;
}
