/*   
Theme Name: Murphy Theme
Theme URI: http://digwp.com
Description: This theme is built and customize by Alfred
Author: Chris Coyier
Author URI: http://chriscoyier.net
Version: 2
*/
body {
    background-image: url(images/bg-body.gif);
    background-position: center top;
    background-repeat: repeat-x;
    background-color: #fff;
}
.container {
    width: 1160px;
}
h2 {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #cb260a;
    margin: 0 0 0px 0;
    letter-spacing: -1px;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
}
h3 {
    font-size: 18px;
    line-height: 24px;
    color: #3b3b3b;
    margin: 0 0 25px 0;
    padding: 0 0 4px 0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
}
h4 {
    font-size: 14px;
    line-height: 18px;
    color: #cb260a;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

h5 {
    font-size: 12px;
    line-height: 17px;
    color: #3b3b3b;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: bold;
}
h6 {
    font-size: 12px;
    line-height: 17px;
    color: #cb260a;
    font-weight: bold;
    margin: 0;
}
.top-box ul li {
    vertical-align: top;
    list-style-type: none;
    color: #6d6d6d;
    background: url(images/list-marker.png) 0px 5px no-repeat;
    padding: 0px 0 0px 20px;
    margin: 0 0 6px 0;
}
ul, ol {
    margin: 0 0 20px 0;
    list-style: none;
}
/*----------------------------------------
				 Header
---------------------------------------- */
#header {
    margin-top: 10px;
}

.tel .value, .fax .value {
	color: #fff;
}
#header  .tel, .fax{
	margin-right:10px;
}
.info {
    float: right;
    padding: 12px;
}
.addre {
    float: left;
    padding: 12px;
}
.row-address {
    min-height: 46px;
    background: #2f2f2f;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #a4a3a3;
}
.row-logo {
    position: relative;
    min-height: 117px;
    background: url(images/bg-row-logo.gif) 0 0 repeat-x #ededed;
    box-shadow: 0px 5px 0px 0px #d4d4d4, 0px 6px 0px 0 #bebebe, 0 8px 16px rgba(0,0,0, .09);
    border-radius: 0 0 4px 4px;
}
.logo {
	margin: 0;
	padding: 9px;
	position: relative;
	z-index: 100;
	display: inline-block;
}

#header .menu {
    float: right;   
	right: 0;	
	padding-top: 25px;
	z-index: 99;
}
#header .menu > li > a {
	font-size: 16px;
	line-height: 20px;
	padding: 52px 21px 51px 22px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
#header  .menu > li > a:focus {
	background-color: blue;
	color:white;
	
}
#header .menu > li {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/menu-separator.png) 0 0 repeat-y;
}
#header .menu ul li a:hover {
	background-color: #d3280b;
	color:white;
}
#header  .current-menu-item a{
	background-color: #d3280b;
	color:white;
}
/*----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: auto;
    padding: 0;
    margin: 41px 0 20px;
}

#slider-wrapper .span12{
	margin-left: 0px;
}
/*----------------------------------------
				Box
---------------------------------------- */
.top-box {
    background: url(images/bg-box.gif) 0 0 repeat-x #fff;
    border: 1px solid #dcdcdc;
    padding: 22px 29px 33px 29px;
    margin-bottom: 40px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 5px 13px rgba(0,0,0, .05);
}
.top-box .button {
    display: block;
    padding: 11px 0px 11px 0px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: #c6250a;
    border-top: 1px solid #f44612;
    border-bottom: 1px solid #c6250a;
    border-left: 1px solid #c6250a;
    border-right: 1px solid #c6250a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top-box .button:hover {
    color: #fff;
    background: #353535;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #353535;
    border-left: 1px solid #353535;
    border-right: 1px solid #353535;
}
.top-box h2{
	color: #cb260a;
}
/*----------------------------------------
				contents
---------------------------------------- */
#contents{
	margin-top:20px;
}
.box {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 26px 25px 9px 30px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-radius: 4px;
}
.featured-thumbnail img {
    float: left;
    width: 320px;
    height: 227px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.button {
    display: inline-block;
    padding: 8px 21px 7px 21px;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    background: #c6250a;
    border-top: 1px solid #f44612;
    border-left: 1px solid #c6250a;
    border-right: 1px solid #c6250a;
    border-bottom: 1px solid #c6250a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float:right;
}
.button:hover {
    color: #3b3b3b;
    background: #f8f8f8;
    border: 1px solid #e4e4e4;
}

.post-text {
    margin-bottom: 30px;
}
.buttons .link{
	display: inline-block;
	padding: 0px 15px 0px 0px;
	color: #3b3b3b;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	float:right;
}
.buttons i {
	padding-left: 10px;
	font-size: 16px;
	color: #cb260a;
}
.post-meta{
	margin-bottom:25px;
}
.post{
	margin-bottom:60px;
}
/*----------------------------------------
				footer
---------------------------------------- */
#footer {
    margin-top: 25px;
}

#footer .copyright {
    text-align: center;
}
#footer .post li {
    list-style: none;
}
#footer .social-links {
    float: right;
    padding-right: 5px;
}
#footer ul
{
	margin:0px;
}
#footer .menu {
    float: left;   
	right: 0;	
	z-index: 99;
}
#footer .menu > li > a {
	font-size: 16px;
	line-height: 20px;
	padding: 8px 21px 8px 22px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer .menu > li > a:focus {
	background-color: blue;
	color:white;
	
}
#footer .menu > li {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
	
}
#footer .menu ul li a:hover {
	background-color: #d3280b;
	color:white;
}
#footer .current-menu-item a{
	color: #fff;
	background-color: #08c;
}

