/*
Theme Name: Hypehouse Inc.
Theme URI: http://www.hypehouse.com/
Description: The Hypehouse theme.
Version: 1
Author: Scott Saunders
Tags: blue, orange, fixed width, two columns

*/

/*-------------*/
/*  CSS Reset  */
/*-------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Horizontal Rule */
hr {
border:none;
height:1px;
background-color:#fff;
width:100%;
margin:0 0 5px 0;
padding:0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
    {
    clear:both;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/*----------------------*/
/*   FONT SIZE STYLES   */
/*----------------------*/

body
{
    font: 65%/1.6  Tahoma,Verdana,Arial,sans-serif;
    color: #fff;    
    text-align:left;
	background:url(images/bgtile.jpg) repeat;
} 

h1
{
    font-size: 2.0em;
}
    
h2
{
    font-size: 1.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff; 
	font-weight:normal;   
}
    
h3
{
    font-size: 1.6em;
}
    
h4
{
    font-size: 1.4em;    
}
    
h5
{
    font-size: 1.2em;    
}
    
p
{
    font-size: 1em;    
}  

p.footer {
text-align:right;
color:#fff;
font-size:1em;
margin-bottom:50px;
}

/*****************/
/*  LOGO         */
/*****************/
#mainlogo {
position:absolute;
top:0;
left:194px;
width:250px;
height:85px;
background:url(images/hypehouse_logo.jpg) no-repeat top left;
z-index:5;
}

/*****************/
/*  LEFT COLUMN  */
/*****************/

#leftcol {
position:absolute;
top:0;
left:0;
width:221px;
background:url(images/sidebar.gif) repeat-y top left;
}

/* Main Menu
-----------------------------------------------------*/
#navcontainer {
margin-top:100px;
width:221px;
}

#navcontainer ul {
list-style-type: none;
text-align: right;
}

#navcontainer ul li {
height:32px;
width:221px;
}

#navcontainer ul li a {
display:block;
height:32px;
background: transparent url(images/menu_off.gif) right top no-repeat;
padding-right: 70px;
padding-top:8px;
text-align: right;
font: normal 1.4em "Courier", serif;
text-decoration: none;
color: #fff;
}

#navcontainer ul li.current_page_item a {
background: transparent url(images/menu_on.gif) right top no-repeat;
}


#navcontainer ul li ul {
display:none;
}

#navcontainer ul li#categories ul {
display:inherit;
}

/*---------------------------------------------------*/

/* Category Menu
-----------------------------------------------------*/
#navcontainer ul li#categories p {
padding-right:70px;
padding-top:8px;
text-align: right;
font: normal 1.2em "Courier", serif;
text-decoration: none;
color: #fff;
text-decoration:underline;
}

#navcontainer ul li#categories ul li {
margin:0;
padding:0;
height:1.8em;
}

#navcontainer ul li#categories ul a {
font: normal 1.2em "Courier", serif;
}

/* Address
-----------------------------------------------------*/
.address {
	margin:25px 0 25px 0;
	width:152px;
	text-align:right;
}

.address p {
	font: normal 1em "Courier", serif;
	text-decoration: none;
	color: #fff;
	line-height:1.4em;
	}
/*---------------------------------------------------*/

/******************/
/*  MAIN CONTENT  */
/******************/

#maincontent {
position:absolute;
top:0;
left:221px;
width:720px;
background:url(images/gradient_bg.gif) no-repeat top left;
}

#spacerdiv {
margin-top:100px;
margin-left:20px;
}

#pagetext p {
color:#fff;
font-size:1.2em;
line-height:1.4em;
margin:1em 0 1em 0;
}

#pagetext ul {
color:#fff;
font-size:1.2em;
line-height:1.4em;
list-style-type:circle;
margin-left:1em;
}

/* FEATURED CLIENTS
-------------------------------------------------------*/
#featuredclients {
background-color:#fff;
height:500px;
-moz-border-radius: 10px;
}

#featuredclients p {
color:#000;
font-size:1.1em;
margin:5px;
}

#featuredclients dl {
float:left;
margin-top:10px;
margin-bottom:20px;
width:335px;
}

#featuredclients dl.left {
margin-right:10px;
margin-left:10px;
}

#featuredclients h3 {
font-size:1.2em;
color:#fff;
text-decoration:none;
padding:3px 0 0 10px;
display:block;
height:25px;
width:334px;
background:url(images/featured_client_title_bg.jpg) no-repeat top left;
}


/******************/
/*   POST STYLE  */
/*****************/

.post{
margin: 0 0 25px 0;
padding:0;
border-bottom:1px solid #fff;
}

#notfound {
margin:0 0 400px 0;
}

.post ul {
color:#fff;
font-size:1.2em;
line-height:1.4em;
list-style-type:circle;
margin-left:1em;
}

.post ol {
color:#fff;
font-size:1.2em;
line-height:1.4em;
list-style-type:upper-roman;
margin-left:1.5em;
}

.entry{
margin: 15px 0 0 0;
padding: 0;
}

.entry p {
margin: 15px 0 0 0;
padding: 0;
color:#fff;
font-size:1.2em;
line-height:1.5em;
margin:1em 0 1em 0;
}

.entry a{
color: #fff;
text-decoration:underline;
}

.post h1,h2,h3,h4,h5,h6 {
color: #fff;
font-weight:100;
margin: 0 0 5px 0;
font-family:"Courier New", Courier, monospace;
}


.post h2 a{
color: #fff;
text-decoration:none;
font-weight:100;
}

.post h2 a:hover{
text-decoration:underline;
}

.postmetadata, .categorymeta{
font-family:"Courier New", Courier, monospace;
color:#fff;
font-size:100%;
padding: 0;
margin: 0;
line-height: 1.2em;
}

.postmetadata{
color: #fff;

}

.responses{
float:right;
}

.categorymeta{
text-align:left;
margin-bottom:10px;
}

.categorymeta a{
color: #fff;
text-decoration:underline;
}

/***********/
/* ARCHIVE */

#navigation{
padding: 5px 15px;
}

#navigation a {
font-family:"Courier New", Courier, monospace;
color:#fff;
font-size:100%;
padding: 0;
margin: 0;
line-height: 1.2em;
}

#navigation div.fleft{
float:left;
}

#navigation div.fright{ 
float:right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
color:#0099CC;
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*
body {
margin: 0;
padding: 0;  
color: #fff;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 100.1%;
background:url(images/bgtile.jpg) repeat top left #fff;
}



#wrapper{
width: 1000px;
margin: 0px;
padding: 0px;
text-align:left;
font-size: 75%;
line-height:20px;
background: #fff;
}


#header{
padding: 25px 0px 0 0 ;
margin: 0;
height:170px;
}	


	
#content{
margin: 0;
padding: 0;

}	



#main {
width: 660px; 
float:right;
margin: 0;
padding: 20px 20px 20px 0;
overflow:hidden;
}


#sidebar {
padding: 0;
margin: 0 700px 0 0 ;
background: gray;
color:#fff;
}

#footer p{
margin:0;
padding:15px 0;
}



#credit{
text-align:left;
padding: 0 5px;
}

#credit p{
margin:0;
color:#555;
font-size:85%;
}

#credit p a, #credit p a:hover{
color:#555;
font-weight:100;
}

/*  ********** default styles *********** 

p, h1, h2, h3, h4, h5, h6{
margin: 10px 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
/*  font-family: georgia, 'Times New Roman', sans-serif; 
}

h1{
	font-size: 190%;
}
h2{
	font-size: 160%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 110%;
}
h5{
	font-size: 100%;
}
h6{
	font-size: 70%;
}


a{
color:#1f58a8;
font-weight:800;
text-decoration:none;
}
a:hover{
color:#1f58a8;
text-decoration:underline;
}

a img{
border:0px;
}

hr{
height:2px;
margin:5px 0;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

blockquote{
background: #f4f4f4;
padding: 5px 15px;
margin: 3px 30px;
}

form{
margin: 0;
padding:0;
}

fieldset{
padding:10px;
margin:0;
border:none;
}

legend{
font-weight:800;
}

code{
	font-size: 90%;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
}

td{
 vertical-align:top;
}







/* Headings  

form#searchform2{
display: block;
margin: 10px;
}

#header h1{
margin:  0;
padding: 0 5px 0px 10px;
}

#header h1 a{
font-weight:100;
color: #fff;
text-decoration: none;
font-size: 140%;
line-height:28px;
}

#header h2{
margin: 0;
padding: 3px 0 5px 10px;
font-weight:100;
font-style:italic;
color: #fff;
font-size: 110%;
letter-spacing: 1px;
}

h2#sectiontitle{
font-size:100%;
font-weight: 800;
font-family: arial, verdana, sans-serif;
padding:6px 6px 6px 10px;
margin:3px 5px 15px 5px;
background: #f2f2f2;
color: #444;
}

/* post styles 

.post{
margin: 0 0 10px 0;
padding: 5px 10px 5px 10px;
}

.entry{
margin: 0;
padding: 0px 10px 3px 10px;
}

.post h2 {
color: #1f58a8;
font-size: 170%;
font-weight:100;
padding: 7px 10px 2px 2px;
margin: 0 0 15px 0;
}


.post h2 a{
color: #1f58a8;
text-decoration:none;
font-weight:100;
}

.post h2 a:hover{
text-decoration:none;
color: #1f58a8;
}

.postmetadata, .categorymeta{
font-size:90%;
padding: 1px 8px 1px 5px;
margin: 0;
line-height: 12px;
}

.postmetadata{
color: #777;

}

.responses{
float:right;
}

.categorymeta{
text-align:right;
}

/*  Comments  

h3#comments, h3#postcomment{
	font-size: 100%;
	font-family:verdana, sans-serif;
}	

ol#commentlist{
padding: 0 0 0 20px;
font-size: 90%;
list-style-type: none;
}

ol#commentlist li{
	padding: 0px 3px;
	margin: 0;
}

ol#commentlist li p.commentheader{
margin: 0px 0 0px 0;
display: block;
padding: 1px 5px;
}



ul#commentlist{
padding: 0;
margin:0;
list-style-type:none;
}

ul#commentlist li{
	display: block;
	padding: 0;
	margin: 0 15px 5px 15px;
	font-size:90%;
	background: #f2f2f2;
}

ul#commentlist p{
margin: 6px 0;
}

ul#commentlist li div.comm{
margin: 1px;
padding: 1px;
}

ul#commentlist li div.gravatar {
	width:50px;
	float:left;
	padding: 10px 0 0 10px;
}

ul#commentlist li div.gravatar img{
border: 2px solid #ccc;
}




ul#commentlist li div.commenttext{
padding: 0;
margin:5px 10px 5px 65px;
}

ul#commentlist li div.commenttext div.commentwrapper{
margin:0 0 0 5px;
padding: 3px 8px;
}


/*  sidebar styles 

#subscribe{
 text-align:center;
}

#subscribe p{
margin: 3px 0 10px 0;
font-size: 110%;
}

#subscribe p a{
color: #fff;
}


.menu{
padding:10px 10px 10px 0px;
}

.menu a{
font-weight: 100;
color:#fff;
}

.menu a:hover{
text-decoration:none;
color:#fff;
}

.menu ul{
margin:0;
padding:0;
list-style-type:none;
}

.menu ul li.widget{
margin: 0 0 20px 0;
padding:0 30px 0px 25px;

}

.menu ul li.widget ul{
	margin: 0;
	padding:0 0 0 10px;
}

.menu ul li.widget ul li{
border-bottom:1px solid #555;
padding: 3px 0 3px 15px;
margin:0;
}

.menu ul li.widget ul li ul{
}

.menu ul li.widget ul li ul li{
border-top: 1px solid #555;
border-bottom: none !important;
padding: 2px 0 2px 15px;
margin:3px 0 0 0;
}



.menu ul li.widget h3{
font-size:140%;
padding:2px;
margin:14px 0 8px 4px;
color: #fff;
font-weight: 800;
border-bottom: 1px solid #fff;
 font-variant:small-caps;
}

.menu ul li h3 a{
color: #fff;
font-weight: 800;
}
.menu ul li h3 a:hover{
color: #333;
text-decoration: none;
}

.menu form{
display:block;
margin:0px;
padding:4px;
}

.menu input{
margin:3px 0;
font-size:90%;
}

li.widget .textwidget, li.widget #search {
padding: 2px 5px;
}

/* Calendar styles 
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}


#footer a{
font-weight: 100;
}

#sidebar input{
background: #444;
border: 1px solid #666;
color: #fff;
}

