/* COPYRIGHT NOTICE

Site: luskSHOT Photography
Author: Ignite Studios (www.ignitestudios.net)

Date Created: Mar. 14, 2010
Date Modified: July 26, 2010
*/

body {
    font: 16px/24px Georgia, "Times New Roman", Times, serif;
    text-align: left;
    margin: 0px;
}

.events {
	font: 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #990000;
    text-align: left;
    margin: 0px;
}

.prices {
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
    text-align: left;
    margin: 0px;
}


/* CONTAINERS */

#topcont {
    width: 100%;
    height: 100px;
}

#topshadow {
    width: 100%;
    height: 32px;
    background: url(../imgs/top_shadow.jpg) no-repeat center top;
}

#javacont {
    width: 100%;
    height: 400px;
}

#gallerycont {
    width: 100%;
    height: 450px;
}

#btmshadow {
    width: 100%;
    height: 32px;
    background: url(../imgs/btm_shadow.jpg) no-repeat center bottom;
}

#footcont {
    width: 100%;
    height: 100px;
    border-top: 1px solid #FFFFFF;
}

/* BOXES */

#topbox {
    width: 900px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

#breadcrumb {
    width: 900px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

#logobox {
    background: url(../imgs/luskshot_logo.png) no-repeat center center;
    width: 225px;
    height: 100px;
    float: left;
}

#navbox {
    width: 340px;
    height: 100px;
    float: right;
}

#navcol1 {
    width: 160px;
    height: 100px;
    margin-right: 10px;
    float: left;
}

#navcol2 {
    width: 160px;
    height: 100px;
    float: right;
}

#javabox {
    width: 900px;
    height: 400px;
    margin-right: auto;
    margin-left: auto;
}

#gallerybox {
    width: 900px;
    height: 450px;
    margin-right: auto;
    margin-left: auto;
}

#footbox {
    width: 900px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
}

#socialbox {
    width: 300px;
    height: 100px;
    float: left;
}

#memberbox {
    width: 300px;
    height: 100px;
    float: left;
}

#navbtn {
    width: 150px;
    height: 10px;
    margin-top: 8px;
    float: left;
}

#headshot {
    width: 100px;
    height: 150px;
    border: 5px solid #FFFFFF;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
	padding-bottom: 50px;
    float: left;
}

/* COLUMNS */

#col_lft {
    width: 550px;
    padding: 10px;
    margin-right: 10px;
    float: left;
}

#col_rgt {
    width: 300px;
    padding: 10px;
    float: left;
}    

/* NAVIGATION */

#clientbtn {
    width: 158px;
    height: 38px;
    float: right;
    margin-top: 31px;
}

.mainnav {
    font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #990000;
    text-decoration: none;
	text-transform: uppercase;
}

.mainnav: link {
    font: 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #990000;
    text-decoration: none;
	text-transform: uppercase;
}

.mainnav: hover {
    font: bold 12px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #990000;
    text-decoration: none;
	text-transform: uppercase;
}

.breadcrumb {
    font: 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #666666;
    text-decoration: none;
}

.breadcrumb: link {
    font: 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #990000;
    text-decoration: none;
}

.breadcrumb: hover {
    font: bold 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #990000;
    text-decoration: none;
}


.foothead {
    font: 10px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-align: left;
    color: #990000;
}

/* SOCIAL + MEMBERS */

#headlines {
    width: 300px;
    height: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
}

#facebook {
    width: 83px;
    height: 31px;
    float: left;
    margin-right: 10px;
}

#twitter {
    width: 84px;
    height: 31px;
    float: left;
    margin-right: 10px;
}

#vimeo {
    width: 73px;
    height: 31px;
    float: left;
}

#wppi {
    width: 61px;
    height: 37px;
    float: left;
    margin-right: 10px;
}

#asmp {
    width: 52px;
    height: 44px;
    float: left;
    margin-right: 10px;

}

#blueearth {
    width: 64px;
    height: 40px;
    float: left;
}

/* GALLERY */

#thumbimg {
    width: 140px;
    height: 140px;
    margin: 5px;
    float:left;
}

