/*
Theme Name: Clean Cork
Theme URI: http://www.cleancork.ie
Description: A demo theme built by Blue Pixal
Author: Gareth Barry
*/

@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-responsive.css'); 
body { 
     padding-top: 30px; 
     padding-bottom: 40px;
	 background:#153282;
}

img{
	max-width:100%;
	height:auto;
}

/**** Header Content ****/

.logos{
	max-width:240px;
	height:auto;
}

#body-container{
	background:#F1F1F1;
	-webkit-box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 12px 1px rgba(0,0,0,0.1);
}

/**** Core Content ****/

.white{
	background:#FFFFFF;
	padding:15px;
	border:#e1e1e1 1px solid;
}

/**** Typography ****/

h1, h2, h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
}

h1{
	background:#ca2e99;
	color:#FFFFFF;
	padding:15px;
	margin:-15px -15px 20px -15px;
}

h3{
	text-decoration:underline;
}

.header-h1{
	font-size:21px;
	font-weight:bold;
	text-align:center;
	padding:0;
	background:none;
	color:#333333;
	margin-top:10px;
}

.header-p{
	font-size:12px;
	text-align:center;
}

.footer-p{
	font-size:12px;
	color:#666;
	text-align:center;
	margin:10px 0 10px 0;
}

/**** Bootstrap Overrides ****/

.navbar-default{
	background-color:#ca2e99;
	border-color:#ca2e99;
}

.navbar-default .navbar-nav > li > a {
	color: #FFF;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}