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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
    clear: both;
    visibility: hidden;
    height: 0px;
}

body {
    font-family: 'lucida sans', tahoma;
    font-size: 95%;
}

p {
    font-family: 'calibri', 'arial', tahoma;
    padding-bottom: 10px;
}

strong {
    font-weight: bold;
}

a, a:visited {
    color: #d50000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*-----------------------------------------------------------------------------
	DEFAULT
------------------------------------------------------------------------------*/



/*-----------------------------------------------------------------------------
	TOP
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	WRAP
------------------------------------------------------------------------------*/
#wrap {
    width: 982px;
    margin: 0 auto;
    background: #fff;
}

/*-----------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------------*/
#header {
    width: 982px;
    margin: 10px auto 0 auto;

    border-bottom: 1px solid #e5e5e5;
}

    #header #logo {
        width: 136px;
        float: left;
    }

    #header #logo h1 a {
        float: right;
        text-indent: -5000px;
        display: block;
        width: 74px;
        height: 75px;
        background: url("/imgs/logo.png")  right 0 no-repeat;
        margin: 10px 10px 0 0;
        padding: 0;
    }

    #header #name {
        float: left;
        height: 110px;
    }

    #header #name h1 a {
        text-indent: -5000px;
        display: block;
        width: 301px;
        height: 100px;
        background: url("/imgs/name.png") 0 24px no-repeat;
        margin-left: 10px;
    }

    ul#menu {
        font-family: 'lucida sans', arial, georgia;
        margin-top: 37px;
        float: right;
        width: 376px;
        font-weight: bold;
    }

    ul#menu li {
        display: inline;
        float: left;
    }

        ul#menu li a {
            text-align: center;
            display: block;
            width: 94px;
            line-height: 26px;
            font-size: 16px;
        }

#tagline {
    width: 982px;
    margin: 0 auto;

    border-bottom: 1px solid #e5e5e5;
}

    #tagline .spacer {
        height: 30px;
        width: 136px;
        float: left;

        border-right: 1px solid #e5e5e5;
    }

    #tagline #tag {
        float: left;
        width: 845px;
    }

    #tagline #tag p {
        line-height: 30px;
        margin: 0;
        padding:0 0 0 10px;
        font-weight: bold;
    }


/*-----------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	FOOTER
------------------------------------------------------------------------------*/
#footer {
    padding: 20px 10px;
    font-size: 75%;
}

/*-----------------------------------------------------------------------------
	BOTTOM
------------------------------------------------------------------------------*/

.section {
    width: 982px;
    margin: 0 auto;
    
    border-bottom: 1px solid #e5e5e5;
}

.heading {
    width: 136px;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.heading p {
    padding: 10px;
    font-family: 'lucida sans', arial, georgia;
}

.content-left {
        width: 406px;
        float: left;
        padding-left: 9px;
        border-left: 1px solid #e5e5e5;
        padding: 10px 10px 10px 9px ;
		
}

.content-right {
        width: 400px;
        float: left;

        padding-left: 9px;

        padding: 10px;
}


.content {
        width: 836px;
        float: left;

        padding-left: 9px;
        border-left: 1px solid #e5e5e5;
        padding-top:10px;
}

.project {
    width: 982px;
    margin: 0 auto;
    
    border-bottom: 1px solid #e5e5e5;
}


    .overview {
            margin-left: 0;
            width: 426px;
            float: left;
    
            border-left: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
    }
    
    .overview h2 {

		font: 1.75em "Garamond", "Palatino", "Minion", "Georgia", "Times" serif;

		font-weight: bolder;
        letter-spacing: -1px;
        line-height: 39px;
        border-bottom: 1px solid #f5f5f5;
        padding-left: 10px;

        background: #f5f5f5;
    }
    
    .overview .description {
        height: 169px;
        border-bottom: 1px solid #e5e5e5;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    

    .overview ul {
        padding: 10px 0 10px 3px;
    }

        .overview ul li {
            display: inline;
            margin-left: 5px;
        }

        .overview ul li.first {
            margin-left: 1px;
        }

        .overview ul li img {
            border: 1px solid #e5e5e5;
            width: 40px;
            height: 40px;
        }


    .project .detail {
        float: left;
        width: 418px;
    }

    .project .blankimage {
        margin: 5px 0 5px 5px;
        display: block;
        width: 411px;
        height: 207px;
        
        border: 1px solid #e5e5e5;
        
        background: url("/imgs/stripe.png");
    }


    .project .blankimage img {
        background: #eee;
        padding: 5px;
    }

    .project .detail ul li.caption {
        margin: 13px 10px;
        width: 340px;
        float: left;
    }


    .project .detail ul li.caption {
        font-family: calibri, 'arial', 'lucida sans', arial, georgia;
    }

    .project .detail ul {
        border-top: 1px solid #e5e5e5;
    }

    .project .detail ul li {
        display: inline;
        width: 20px;
        height: 1px;
    }

    .project .detail ul li.prev {
        display: inline;
        width: 20px;
        height: 20px;
    }
    
    .project .detail ul li a.left {
        text-indent: -5000px;
        margin: 15px 0 15px 10px;
        display: block;
        width: 19px;
        height: 29px;
        float: left;

        background: url("/imgs/arrow-left.png") 0 0 no-repeat;
    }

    .project .detail ul li a.disabled {
        visibility: hidden;
    }
    
    .project .detail ul li a.right {
        text-indent: -5000px;
        margin: 15px 10px 15px 0;
        display: block;
        width: 19px;
        height: 29px;
        float: right;

        background: url("/imgs/arrow-right.png") 0 0 no-repeat;
    }    

    .project .detail ul li a.left:hover {
        background: url("/imgs/arrow-left.png") 0 -29px  no-repeat;
    }    

    .project .detail ul li a.right:hover {
        background: url("/imgs/arrow-right.png") 0 -29px  no-repeat;
    }    
    
    .arrowblank {
        display: block;
        width: 20px;
        height: 20px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
form {
    font-family: 'calibri', 'arial', tahoma;
	margin:0;
	padding:0;
}    

legend{
	margin: 0;
	padding: 0;
	}
label{
	margin: 0;
	padding: 0;
	}

input, textarea{
	display:block;
	width:406px;
	padding:5px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	}

.form_btn {
	width: 150px;
	border:1px solid #999;
}

textarea {
	width: 822px;
	height: 100px;
}
	
	
.contact_form_success, .contact_form_error {
	color: #d50000;
	font-weight: bold;
}


#tweets {
  padding: 0;
}

  #tweets p {
    padding: 10px;
  }

    #tweets p span {
      font-size: 11px;
    }

#twitter_div { }
  #twitter_div ul {
      margin: 0;
      width: 846px;
      display: block;
  }
    #twitter_div ul li {
      font-family: 'lucida sans', tahoma;
      font-size: 12px;
      border-top: 1px dotted #ccc;
      border-right: 1px dotted #ccc;
      background: #fafafa;
      float: left;
      width: 398px;
      padding: 1em;
      height: 50px;
      display: block;
    }
