/*=================================*/
/* Plumbing Theme
/* By: Zohma (Barry Anders)
/* http: //github.com/zohma
/*=================================*/

/* Structure Styles
/*---------------------------------------------*/

#header {
	margin-bottom: 51px;
}

#content {
  padding-top: 40px;
}

#footer {
	padding: 60px 0;
	margin-top: 80px;
	background: #f1f1f1;
	text-align: center;
}
.container {
max-width: 990px;
}
body {
background: #f7f7f7!important;
}
#wrapper {
background: #fff;
border: 1px solid #ccc;
padding: 20px;
margin: 8px 0;
border-radius: 5px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-moz-box-shadow: 0 0 4px #999;
-webkit-box-shadow: 0 0 4px #999;
box-shadow: 0 0 4px #999;
outline: none;
outline: 0;
}

.problem {
	padding:10px;
	background:#ededed;
	border-radius: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-bottom:20px;
	color:#555;
	border:1px solid #e2e2e2;

}

.problem code {
	color:#4f4f4f;
}
.solution {
	padding:10px;
	background:#e2f1fd;
	border-radius: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#103f68;
	margin-bottom:20px;
	border:1px solid #c5dff3;

}
table.samples {
	width:100%;
	background:#badefd;
	border-radius: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
table.samples th {
	text-align: center;
	font-weight: bold;
	background:#91cbfd;
	padding:10px;
	color:#0a2a45;
	
}
table.samples td {
	padding:10px;
	text-align: center;
}
table.samples td img {
	padding:1px;
	background:#fff;
	border:1px solid #ccc;
}
.solution code {
	color:#1a69ad;
}
table.samples code {
	color:#1a69ad;
}
code {
	font-family: Helvetica;
	color:#777;
	font-style: italic;
}

/* Featured */
#featured {
    background:#fff;
    border:1px solid #ccc;
    padding:10px;
    margin:8px 0;
    border-radius: 5px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-box-shadow:0 0 4px #999;
    -webkit-box-shadow:0 0 4px #999;
    box-shadow:0 0 4px #999;
    font-size:12px;
}
#featured h3 {
    font-size:1.2em;
}
#featured ul {
    list-style-type: none;
    padding:1em 0;
}
#featured ul li {
    list-style-type: none;
    height:37px;
    line-height:30px;
    margin-bottom:2px;
}
#featured ul li.featured {
    background:#e2f1fd;
    border:1px solid #c5dff3;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding:4px;
}
#featured ul li img {
    border:1px solid #999;
    float:left;
    margin-right:5px;
}
code {
color: #c7254e;
background-color: #ffffff;
}