/* browser reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ol,ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

/* Fog Creek homepage style sheet */

div#main
{
    background-color: #fff;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
}

div#head
{
    padding-top: 7px;
    padding-left: 7px;
    padding-bottom: 3px;
}

div#tagline
{
    background-image: url(../images/mainbanner.jpg);
    width: 900px;   
    height: 450px;
}

div#tagline span
{
    display:none;
}

h1
{
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    width: 191px;
    height: 48px;
    padding-bottom: 8px;
}

h1 span
{
    display:none;
}

div#tabmenu
{
    float: right;
   	position: relative;
    top: -28px;
}

ul#tabs li
{
    display: inline;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

ul#tabs li a
{
    text-decoration: none;
    color: #c60;
    padding: 2px 0px 2px 14px;
}

ul#tabs li a:hover
{
    text-decoration: underline;
    color: #09f;
}

div#products
{
    padding-top: 15px;
    width: 600px;
    float: right;
    font: 15px/22px Georgia, serif;
}

div#products h2
{
    margin-top: 25px;
}

div#products h2.first
{
    margin-top: 0;
}

div#products h2 a
{
    font: 20px Verdana,sans-serif;
    letter-spacing: -1px;
    text-decoration: none;
    color: rgb(132,151,85);
}

div#products h2 a:hover
{
    text-decoration: underline;
}


div#fogbugz img
{
    float:right;
    margin-left: 5px;
}

div#joel table
{
	margin-top: 2ex;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

div#joel table tr td
{
    width: 25%;
    text-align: center;
    vertical-align: bottom;
}

div#joel table tr.captions td
{
    vertical-align: top;
    text-align: center;
}

div#joel table a
{
    color: rgb(132,151,85);
    font: 14px Verdana,sans-serif;
    text-decoration: none;
}

div#joel table a:hover
{
    text-decoration: underline;
}


div#stackoverflow table
{
    margin-top: 1ex;
}

div#stackoverflow table tr td
{
    width: 25%;
    text-align: center;
    vertical-align:  bottom;
}

div#stackoverflow table tr.captions td
{
    vertical-align: top;
    font-style: italic;
}


span.stackexchangeLogo
{
    font-family: Georgia,serif;
    font-size: 19px;
    letter-spacing: -1px;
    position: relative;
    top: -2px;
}

span.stackexchangeLogo a
{
    color: #555;
    text-decoration: none;
}


div#conferences table tr td
{
    vertical-align: top;
    width: 300px;
}

div#conferences table tr td#devdays
{
    padding-left: 20px;
    width: 270px;
}


div#jobboard
{
    font: bold 18px/24px Arial,Sans-Serif;
    color: #C60;
    letter-spacing: -1px;
    line-height: 120%;
    width: 590px;
    background-color: #ddd;
    margin-top: 15px;
    padding: 5px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

div#jobboard a
{
    color: #09f;
    font-weight: bold;
    text-decoration:none;
}

div#jobboard a:hover
{
    text-decoration: underline;
}

div#bottom
{
	text-align: right;
	font-size: 0.7em;
	font-family: Helvetica, Arial, sans-serif;
	color: rgb(184,175,157);
	border-top: 1px solid rgb(184,175,157);
	margin-top: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 1em;
	margin-bottom: 3em;
}



