/* 
Theme Name: digitalpractice
Theme URI: http://fac.arch.hku.hk/summer/cities-in-asia/
Description: Child theme of Responsive
Author: Donald NG
Template: responsive
Version: 1.00
*/

@import url('../responsive/style.css');

#container {
	max-width: 1000px;
}

body {
	background: none;
	color: #fff;
}

#wrapper {
	background-color: transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: transparent;
	border-radius: 0px;
	padding-left: 0px;
	margin-top: 0px;

}

#content-full {
	padding-left: 0px;
	margin-top: 0px;
}

h1.post-title {
	font-size: 2.2em;
}
.post-title,  h1, h2, h3, h4, a {
	color: #ff0;
}

a:hover {
	color: #0f0;
}

#footer a {
	color: #ff0;
}

#footer a:hover{
	color: #0f0;
}

.visual-form-builder fieldset {
	background-color: #888888;
}