/*
Theme Name:     jandj
Theme URI:      http://example.com/
Description:    J and J corporate theme
Author:         Pingtechgroup
Author URI:     http://pingtechgroup.com/
Template:       output
Version:        0.1.0
*/
@import url("../output/style.css");
@import url("../output/css/bootstrap.css");
@import url("../output/css/theme.css");
/*@import url("../output/css/960.css");*/
@import url"../output/css/bootstrap-responsive.css");
@import url("../output/css/core/core.php");
@import url("../output/css/woo.css");

.span12 { padding-bottom: 30px;}

.user_pic_layout footer { padding-top: 0px }  


/* Valuable Links Page */
.box-shadow {
	padding: 0 45px 10px 40px;
	background: #efefef;
	-moz-box-shadow: 10px 10px 5px #c7c7c7;
	-webkit-box-shadow: 10px 10px 5px #c7c7c7;
	box-shadow: 10px 10px 5px #c7c7c7;
	border: none 5px #000000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

/* Service page Note: push down to align with title */
.span4.module_cont.module_small_padding.module_text_area {
	margin-top: 5px;
}

.user_bg_layout header .header_bg {
	/* commented out output/css/theme.css line 4127 to override */
	height: 112px !important;
}

header {
	height: 120px !important;
}

header .header_bg {
	height:120px !important;
}
header .header_block {
	padding: 15px 0 20px 0 !important;
}

.header_tools { margin-right: 10px; }

.main_wrapper .container {
	padding-top: 25px;
}

footer {
	border-bottom: #25b8e2 5px solid !important ;
	background-color: #292929 !important;
}

.footer_wrapper {
	padding:10px;
	border-radius: 3px;
	background-color: #fff
	}