/*
Theme Name: Design Inquiry
Theme URI: http://designinquiry.net/
Description: Custom Wordpress theme for DesignInquiry
Version: 1.0
Author: Angel Rivera
Author URI: http://www.angelisagirlsname.com/
*/

body,html {
	background: #fff;
	color: #222;
	margin: 0;
	padding: 0;
	font-family:  'Courier New', Courier, Fixed;
	font-size: 10pt;
	width: 100%;
	height: 100%;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

* { margin: 0; padding: 0; }

img { border: none; }

a { cursor: pointer; cursor: hand; color: #FF0000; text-decoration: none; }

hr { height: 1px; border: solid 1px #e0e0e0; border-width: 0 0 1px 0; background: #aeaeae; color: #aeaeae; margin-top: 10px; }

/*h1,h2,h3 { font-family: "museo-1","museo-2",serif; font-weight: 700; }*/

#searchpopup { width: 100%; position: absolute; z-index: 999; top: 0; left: 0; display: none; }
#searchpopup .overlay { 
	position: absolute; 
	width: 100%; 
	background: #111; 
	height: 600px; 
	z-index: -1; 
	opacity: .9; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=90); /* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
	-khtml-opacity: .9; /* Safari 1.x */
	-moz-opacity: .9; /* FF lt 1.5, Netscape */
}
#searchpopup .wrapper { width: 300px; overflow: hidden; }
#searchpopup .box { 
	padding: 20px; 
	background: #fff; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#searchpopup .box .x { 
	display: block; 
	position: absolute; 
	margin: -19px 0 0 261px; 
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	background: #ff0000;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#searchpopup .box #livesearch {
	border: solid 1px #ccc;
	padding: 5px;
	width: 248px;
}

#notthefooter { min-height: 100%; }

.content { overflow: auto; padding-bottom: 30px; }

.wrapper {
	width: 960px;
	margin: 0 auto; 
	clear: both;
}

#navbar {
	height: 34px;
	background: #CCCCCC;
	width: 100%;
	clear:both;
	}

#navbar h1 {	
	margin: 10px 0px 0px 10px;
	padding: 0px ;
	font-size: 14pt ;
	line-height: 14pt;
	font-weight: normal;
	display: inline-block;
	color: #FFFFFF;
	}
#navbar h1 a {
	color: #FFFFFF;
	}	

#nav {
	display: inline-block;
	font-size: 9pt;
	margin: 0;
	}
#nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
#nav li {
	display: inline;
	margin: 0px 0px 0px 34px;
	padding: 0px;
	}	
#nav li a {
	color: #000000;
	}
		
#nav.subnav {
	margin: 0;
	padding: 10px 0 0 0;
	}	

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 33px;
	background: #CCCCCC;
	z-index: 2;
	font-size: 9pt;	
	}
#footer a {
	padding: 10px 0px 0px 10px;
	display: inline-block;
	color: #000000;
	}	
#socialmedia {
	position: absolute;
	top: 0px;
	right: 10px;
	z-index: 3;
	}
#socialmedia a {
	color: #666666;
	}	


#grid { padding: 15px 0; font-size: 8pt; }

#grid .one { width: 130px; overflow: hidden; float: left; }
#grid .two { width: 260px; overflow: hidden; float: left; }
#grid .three { width: 390px; overflow: hidden; float: left; }
#grid .four { width: 520px; overflow: hidden; float: left; }
#grid .five { width: 650px; overflow: hidden; float: left; }
#grid .six { width: 780px; overflow: hidden; float: left; }
#grid .seven { width: 910px; overflow: hidden; float: left; }


#grid ul { overflow: hidden;}
#grid ul li {
	display: block;
	width: 115px;
	height: 115px;
	float: left;
	background: #000;
	margin: 0 15px 15px 0;
	text-transform: uppercase;
}
#grid ul li .thumb {
	position: absolute;
	width: 115px;
	height: 115px;
	overflow: hidden;
}
#grid ul li .overlay {
	position: absolute;
	width: 115px;
	height: 115px;
	background: #000;
	display: none;
}
#grid ul li a { display: block; width: 100%; height: 100%; color: #fff; }
#grid ul li a span { display: block; padding: 15px; }
#grid ul li a strong { display: block; font-weight: normal; text-transform: uppercase; }

#grid ul li.poster, #grid ul li.poster .overlay, #grid ul li.poster .thumb { width: 245px; height: 375px; }
#grid ul li.square, #grid ul li.square .overlay, #grid ul li.square .thumb { width: 245px; height: 245px; }
#grid ul li.banner, #grid ul li.banner .overlay, #grid ul li.banner .thumb { width: 895px; height: 115px; margin-right: 0; }
#grid ul li.title { 
	width: 375px; 
	height: 245px; 
	background: #f00;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: none;
	font-size: 10pt;
	line-height: 1.2em;
}
#grid ul li.title h1 { 
	text-align: center; 
	color: #f4ce00; 
	font-size: 16pt; 
	font-weight: normal; 
	margin-top: 10pt; 
	line-height: 1.0em; 
}
#grid ul li.title h2 { text-align: center; font-size: 32pt; font-weight: normal; line-height: 1.0em; }


















#featured { padding: 15px 0; font-size: 8pt; width: 762px; float: left; }

#featured .one { width: 130px; overflow: hidden; float: left; }
#featured .two { width: 260px; overflow: hidden; float: left; }
#featured .three { width: 390px; overflow: hidden; float: left; }
#featured .four { width: 520px; overflow: hidden; float: left; }
#featured .five { width: 650px; overflow: hidden; float: left; }
#featured .six { width: 780px; overflow: hidden; float: left; }
#featured .seven { width: 910px; overflow: hidden; float: left; }


#featured ul { overflow: hidden;}
#featured ul li {
	display: block;
	width: 345px;
	height: 245px;
	float: left;
	background: #000;
	margin: 0 15px 15px 0;
	text-transform: uppercase;
}
#featured ul li .thumb {
	position: absolute;
	width: 345px;
	height: 245px;
	overflow: hidden;
}
#featured ul li .overlay {
	position: absolute;
	width: 345px;
	height: 245px;
	background: #000;
	display: none;
}
#featured ul li a { display: block; width: 100%; height: 100%; color: #fff; }
#featured ul li a span { display: block; padding: 15px; }
#featured ul li a strong { display: block; font-weight: normal; text-transform: uppercase; }

#featured ul li.poster, #featured ul li.poster .overlay, #featured ul li.poster .thumb { width: 245px; height: 375px; }
#featured ul li.square, #featured ul li.square .overlay, #featured ul li.square .thumb { width: 245px; height: 245px; }
#featured ul li.banner, #featured ul li.banner .overlay, #featured ul li.banner .thumb { width: 895px; height: 115px; margin-right: 0; }
#featured ul li.title { 
	width: 375px; 
	height: 245px; 
	background: #f00;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-transform: none;
	font-size: 10pt;
	line-height: 1.2em;
}
#featured ul li.title h1 { 
	text-align: center; 
	color: #f4ce00; 
	font-size: 16pt; 
	font-weight: normal; 
	margin-top: 10pt; 
	line-height: 1.0em; 
}
#featured ul li.title h2 { text-align: center; font-size: 32pt; font-weight: normal; line-height: 1.0em; }


.topics { float: left; font-size: 12px; margin: 15px 0; width: 198px; }
.topics h3 { margin: 0; font-size: 14px; }
.topics ul { padding: 0; }
.topics ul li { display: block; list-style: none; margin: 5px 0; }



















input { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }

a.button { 
	display: block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}

.formfield { overflow: hidden; clear: both; margin-top: 10px; }
.formfield label { float: left; width: 100px; line-height: 20px; display: block; color: #555; }
.formfield .textinput { 
	border: solid 1px #999;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 155px;
	float: left;
	display: block;
}
.formfield .fileinput {
	width: 100px;
	float: left;
	display: block;
}
.formfield .textarea { 
	border: solid 1px #999;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 155px;
	float: left;
	display: block;
}

.submitfield { overflow: hidden; clear: both; margin-top: 10px; }
.submitfield a { display: block; float: left; margin-top: 5px; color: #222; }
.submitfield a img { vertical-align: middle; }
.submit { 
	display: block;
	float: right;
	color: #fff;
	background: url('/images/button-blue.png') 0 0 repeat-x;
	border: solid 1px #1963b7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: -1px -1px #153a63;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px;
	cursor: pointer;
	cursor: hand;
}

#post .wrapper { width: 800px; padding: 50px 0 0 0; }
#post h1 { font-weight: normal; }
#post h2 { font-weight: normal; }
.entry p { margin: 12pt 0; }

#search .wrapper { width: 800px; padding: 50px 0 0 0; }
#search .searchresults li { display: block; padding-top: 20px; }
#search .searchresults li p { margin-top: 10px; }
#search .searchresults li .postmetadata { margin-top: 10px; font-size: 10pt; }

.navigation { padding-top: 20px; }

.postfooter .copyright { text-align: center; font-size: 10pt; }
.postfooter { padding-bottom: 20px; }

.post-1700 .author { display: none; }

#topic h2 { margin: 15px 0 0 0; }
#topic .description p { margin: 15px 0; }

.page .author { display: none; }


#breadcrumb {
	display: none;
	}

.product {
	display: block;
	margin: 0 auto;
	max-width: 960px;
	}

.product h1 {
	font-weight: normal;
}

.product .images {
	max-width: 300px;
}

#sidebar {
	display: none;
	}

.entry ul li {
	margin:10px 0px 10px 25px;
}

h3#comments { margin-bottom:15px; }

label { width:50px; }

#commentform p {margin:8px 0px;}

.comment-form-author label {margin-right:20px; }

.comment-form-comment label {margin-right:4px; }

li.comment {padding: 15px 0px; border-bottom: dotted 1px #CCC;}

.wp-caption-text {font-size:9pt; font-style:italic;}

.wp-caption {margin:25px 0px;}

.clear {clear:both;}

table td {padding:5px; vertical-align:top;}

.aligncenter {margin:auto;}

.aligncenter p {text-align:center;}

.red {color:red;}

hr {margin:25px 0;}

ol li {margin:5px 0 5px 40px;}

li iframe {margin: 10px 0;}

#featured .thumb img {width:345px; height:245px;}