/* /_/css/mobile.css
 * Cascading Style Sheet for HKIPP
 * (C) 2013 Dennis Lo Designs unless otherwise licensed.
 * @author Derek Nobuyuki Wallace, iGEN Knowledge Solutions, Inc. http://www.igen.ca
 * @author Dennis Lo, http://www.dennislo.com
 */


/* Utilitarian  
*************************************************/
body {
x	background: #fff;
}

a:link, a:visited {
	outline: 0;
	text-decoration: none;
}

a:hover, a:active {
}

.clr {
	clear: both;
}

.copyright {
	font-size: .9em;
	color: #dcdcdc;
}

img, a img { 
	border: none;
	outline: none;
}
	






/* Layout
*************************************************/
#wrapper {
	width: 100%;
	min-width: 500px;
}

#navBar {
	width: 100%;
	height: auto;
	float: none;
	z-index: 9999;
	display: block;
	position: relative;
x	border-top: 1px solid #999;
x	border-bottom: 1px solid #999;
}

#mainBar {
	float: none;
	margin: 0 0 0 15px;
	min-width: 0; 
	clear: both;
}

#navBox {
	margin: 10px 0 15px 15px;
	position: relative;
}

#auxContent {
	margin: 15px 15px 0 15px;
	color: #60636b;
	font-size: 1.5em;
}

#content {
	position: relative;
	right: 0;
	bottom: 0;
	margin: 0 270px 30px 0;
	line-height: 140%;
}

#content p {
	
}

#content img.attachment-full {
	height: auto;
}

#pageDescription {
	line-height: 140%;
	text-align: justify;
	color: #60636b;
	font-size: 1.1em;
}


#masthead {
	position: relative;
x	right: 0;
x	bottom: 0;
	margin: 0 0 0 0;
x	clear: both;
x	float: none;
	height: 400px;
	width: 400px;
	overflow: hidden;
}

#masthead img {
	height: 400px;
	width: auto;
}

#contentImages {
x	display: none;
}

footer {
	position: auto;
x	clear: both;
x	display: none;
}





/* Navigation
*************************************************/
#wrapper > header {
	position: relative;
	float: left;
}

#MobileNavigation {
	background: ;
	display: block;
	margin: 15px;
x	height: 300px;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#navBar .mainnav {
	display: none;
}
	
#navBar .logo {
	display: none;
}

#navBar span {
	display: none;
}




.logo {
	margin: 0;
x	float: right;
x	top: 0;
x	right: 0;
	position: relative;
}

.logo a {
	background: url(/img/logo_lico.png) 0 0 no-repeat;
	width: 111px;
	height: 48px;
	display: block;
	cursor: pointer;
	outline: none;
	text-indent: -8888px;
	margin: 0;
	padding: 0;
}

.mainnav {
	list-style: none;
	margin: 10px 0 15px 0;
	padding: 0;
	float: none;
	position: relative;
	z-index: 9999;
}

.mainnav li {
	margin: 0 0 0px 0;
	padding: 0;
}

.mainnav li a {
	color: #60636b;
	font-size: 2em;
	position: relative;
	z-index: 9999;
}

.mainnav li a:hover {
	color: #ED1B2D;
}

.mainnav li.active a {
	color: #ED1B2D;
}

.subnav {
	margin: 0 0 100px 0;
	padding: 0;
	list-style: none;
}

.subnav li {
	margin: 10px 0;
	padding: 0;	
}

.subnav li a.return {
	margin: 10px 0;
	color: #ED1B2D;
	font-size: 1.1em;
}

.subnav li a.previous {
	background: url(/img/icon_previous.png) 0 0 no-repeat;
	width: 9px;
	height: 15px;
	text-indent: -8888px;
	cursor: pointer;
	display: block;
}

.subnav li a.next {
	background: url(/img/icon_next.png) 0 0 no-repeat;
	width: 9px;
	height: 15px;
	text-indent: -8888px;
	cursor: pointer;
	display: block;
}

.subnav li a:hover {
	opacity: .5;
}




/* Projects
*************************************************/
#auxContent h3 {
	color: #ed1b2d;
	font-weight: normal;
}

#auxContent a {
	font-weight: bold;
	color: #ed1b2d;
}




#projList {
	list-style: none;
	margin: 0;
	padding: 0;
}

#projList li {
	font-size: 1em;
	margin: 6px 0;
}

#projList li a {
	color: #60636b;
	font-weight: normal;
}

#projList li a:hover {
	color: #ed1b2d;
}




#projectDescription p {
	line-height: 140%;
	text-align: justify;
	margin: 4px 0;
}

#photoCaption {
}

#projContent {
	margin: 0;
x	right: 0;
	position: relative;
	height: 100%;
	width: 100%;
	min-width: 400px;
	min-height: 400px;
	overflow: hidden;
}

#projContent img {
	width: 100%;
	height: auto;
}








/* Studio
*******************************/
#studioContent {
	width: 400px;
	color: #5f626a;
	padding-right: 30px;
	float: left;
	margin: 0;
}

#studioContent p {
	text-align: justify;
}

#studioContent p a {
	font-weight: bold;
	color: #330066;
}

#studioContent p a:hover {
	background: #330066;
	color: #fff;
}

#studioImages {
	margin-top: 0;
	height: 400px;
	width: 400px;
	position: relative;	
	float: none;
	clear: both;
	overflow: hidden;
}

#studioImages img.attachment-full {
	width: auto;
	height: 400px;
}

#contactBox {
	float: left;
	margin-top: 10px;
	width: 400px;
}

#contactForm {
}


dd {
	padding: 3px 0;
	margin: 0;
}

dt {
	float: left;
	margin: 5px 10px 0 0;
	width: 150px;
}

input:hover, textarea:hover {
	border: 1px solid #ED1B2D;
}

input {
	width: 236px;
}

input, textarea {
	background: ;
	border: 1px solid #999;
	font-family: Arial, sans-serif;
	font-size: 1em;
	
}

textarea {
	width: 236px;
	margin: 0 0 0 0;
}

select {
	border: 1px solid #666;
	font-size: 1em;
	width: 140px;
}

#sendButton {
	background: #fff;
	color: #666;
	border: 0;
	padding: 0;
	width: auto;
}

#sendButton:hover {
	color: #ed1b2d;
} 

.Notification {
	background: #e1ecff; 
	width: 360px;
	padding: 8px;
	border: 1px solid #666699;
	text-align: center;
}

.required {
	color: red;
}





/* Staff
******************************/
#PersonWrapper {
	min-width: 900px;
}

.Person {
	width: 400px;
	float: none;
	margin: 0 15px 100px 15px;
}

.PersonName {
	color: #ed1b2d;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

.PersonDescription {
	display: block;
	margin-bottom: 22px;
	text-align: justify;
}

.PersonDescription p { 
	text-align: justify;
}

.PersonImage img {
	width: 400px;
}
