/* =============================================
=    Fotoknit Photoblog Template and Design    =
=               by Jeff Clark                  =
=        http://www.vacantcanvas.com           =
=  (jeff at vacantcanvas dot com) 08/25/2004   =
==============================================*/


/*TODO: 1)Import slide JS locally*/

body
{
	text-align: left;
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;

}

a, a:link, a:visited
{
	color: #FFF;
	border: 0;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FFF;
	border-bottom: 1px dashed #FFF;
	text-decoration: none;
}


H1
{

	font-family: Georgia, serif;
	font-size: 30pt;
	text-align: right;
	color: white;
	margin: 2px;
	margin-top: 20px;

}

P
{
	margin: 0;
	padding: 0;
}

HR
{
	background-color: #FFF;
	border: 1px #FFF solid;
	width: 75%;
	text-align: center;
}

#mainFrame
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	text-align: left;
	background: red;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.topSection
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px;
}

.barcode
{
	float: left;
	top: 0px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	border:0px;
	z-index: 1000;
}

.mainLinks
{
	position: relative;
	left: 30px;
	margin-top: 15px;
	color: white;
	font-weight: bold;
	z-index: 1;
}

.mainLinks a, .mainLinks a:link
{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.mainLinks a:hover, .mainLinks a:active
{
	text-decoration: underline;
	color: #666;
}

.mainLinks a:visited
{
	text-decoration: none;
	color: #666;
}


p.mainNavigation
{
	text-align: right;
	color: white;
	vertical-align: top;
	padding-bottom: 1px;
	margin: 0;
	font-weight: bold;
	border: 0;
}

.mainNavigation IMG
{
	border: 0px;
}

#photoHolder
{
	display: block;
	width: 700px;
	float: left;
	min-height: 300px;
	overflow: visible;
}

IMG.photoHolder
{
	padding: 0;
	padding-bottom: 5px;
	margin-top: -20px;
	vertical-align: top;
	border: 0;
	clear: right;
}

.mainPhoto IMG
{
	height: 486px;
	width: 700px;
}

#menu1Container
{
	margin-top: 0;
	position: relative;
	margin-left: 700px;
	width: 300px;
}

#menu1Content
{
	background: #CCC url(http://www.fotoknit.com/photo/images/sliderShadow.gif);
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#sliderContent
{
	height: 320px;
	width: 100%;
	overflow: hidden;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
}

#sliderImages
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	position: relative;
	height: 140px;
	overflow: hidden;
}

.sliderThumb IMG
{
	text-align: center;
	border: 0;
	margin: 3px;
	padding: 0;
	width: 50px;
	height: 37px;
	border: 2px solid #FFF;
}

.thumbsArchive IMG
{
	width: 60px;
	height: 45px;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
	margin: 5px;
	padding: 00px;
    border: 4px solid #FFF;
}

.monthly IMG
{
	width: 200px;
	height: 150px;
	overflow: hidden;
	text-align: left;
    border: 6px solid #FFF;
}

.noBullets
{
	list-style-type : none;
	margin-left: 50px;
	font-weight: bold;
}


.archiveImage
{
	position: relative;
	text-align: left;
	margin-bottom: 15px;
	top: 0;
	left: 0;
	background: #FF9900;
	float: left;
	height: 300px;
	overflow: hidden;
}