/* CSS Document */


/* STANDARDS */

body {
	background-color:#FFFFFF;
	font-size:100%;
	font-family:'Molengo', arial, serif;
	padding:0px;
	margin:0px;
	color:#413f3b;
	text-align:center;
	}

html {
	min-height:100%;
	}


/* RESET */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0px;
	padding:0px;
	}

h1 {
	text-align:left;
	}

h2 {
	text-align:left;
	}
	
h3 {
	font-family: 'Molengo', arial, serif;	
	font-size:14px;
	letter-spacing:1px;
	color:#666;
	text-align:left;
	}

hr {
	display:none;
	}

p {
	text-align:left;
	}

a {
	color:#993300;
	text-decoration:none;
	}

a:hover {
	color:#333;
	text-decoration:underline;
	}



/* CUSTOM CLASSES */


.inside {
	width:705px;
	margin:0px auto;
	}

.leftimg {
	float:left;
	margin:0px 10px 10px 0px;
	}

.clear {
	clear:both;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}
	
.summary {
	color:#838d7a;
	font-size:14px !important;
	line-height:24px;
	}

/* HIDDEN IMAGE INFO AREA + COMMENTS LIST */


#image-info {
	text-align:left;
	width:100%;
	background:#FFF;
	}

#image-info .inside {
	}
	
#image-info .inside p {
	font-size:10px;
	color:#666;
	margin:0px;
	}

#image-info .inside ul {
	}
	

/* IMAGE NOTES */

#image-info h2 {
	font-family: 'Molengo', arial, serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	padding:10px 0px 20px 0px;
	}

#image-info h2 em { 
	margin-left:15px;
	}

		
#image_notes {
	width:45%;
	float:left;
	margin-bottom:10px;
	}

#image_notes, #image_comments {
	font-size:medium;
	font-style:italic;
	line-height:16px;
	}

#image_notes p {
	font-size:small;
	color:#666;
	margin:0px;
	padding-bottom:10px;
	}
	
#image_notes p a {
	font-size:medium;
	color:#993300;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: .05em;
	}
	
#image_notes p a:hover {
	font-size:medium;
	color:#666;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: .05em;
	}

	

#image_comments {
	width:45%;
	float:right;
	margin:0px 0px 10px 0px;
	border-left:1px dashed #999;
	}

#image_comments ul {
	padding:0px 0px 0px 10px;
	}

#image_comments li {
	font-size:100%;
	color:#666;
	margin:0px 0px 15px 0px;
	list-style:none;
	}


/* HEADER + NAVIGATION */
#logo {    float: left;
    margin-left: 214px;
	
}
#logo  a {
	font-family: "Tw Cen MT", Verdana, Arial, sans-serif;
	font-size: 22px;
	color: #333333;
	padding-top: 18px;
	float: left;
	letter-spacing: 0.57em;
	background-image: url(http://www.jaywesler.com/images/splice.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 15px;
	padding-left: 27px;
}

#header {
    height: 50px;
    margin: 0 auto;
    width: 960px;
	}

#header .inside {
	height:50px;
	width: 435px;
	}

#header .inside h1 a {
	float:right;
	text-align:right;
	color:#333333;
	padding-top:30px;
	font-weight:normal;
	display:block;
	font-family: 'Molengo', arial, serif;
	font-size: 100%;
	}

#navigation-bar ul {
	float:left;
	margin-top:20px;
	margin-left: 5px;
	}


#navigation-bar li {
	font-family:'Molengo', arial, serif;
	font-weight:bold;
	font-size:14px;
	display:inline;
	}
	
#navigation-bar li a {
	color:#333333;
	padding-left:4px;
	padding-right:4px;
	}
		
#navigation-bar li a:hover {
	text-decoration:underline;
	color:#993300;
	}
	
.secondary a {
	color:#666 !important;
	}
	

/* MAIN PHOTO AREA */


#photobox {
	padding-bottom:0px;
	width:100%;
	text-align:center;
	}
	
#photo {
	background:#FFF;
	padding:0 10px;
	border:none;
	margin-bottom:0px;
	}

.photoTitle {
	font-size: medium;
	letter-spacing: 0.1em;
	padding-bottom: 7px;
	text-align: center;
	font-weight: bold;
}

/* IMAGE NAVIGATION */
.style2 {
	font-size: 21px;
	font-family: 'Molengo', arial, serif;
	font-weight: normal;
}

#infobox {
	width:960px;
	margin: 0 auto;
	height: auto;
	}

#infobox h2 { text-align: center; font-size: 16px;}

/*.previous-link { width: 100px; text-align: left; float: left; height: auto; display: inline;}
.buy-link { width: 100px; text-align: left; float: left; height: auto; display: inline;}
.next-link { width: 100px; text-align: left; float: right; height: auto; display: inline;}*/

#image-navigate {
	padding:10px 0px;
	}
	
#image-navigate li {
	font-family: 'Molengo', arial, serif;
	text-transform:uppercase;
	font-size:100%;
	letter-spacing:2px;
	list-style:none;
	width:33%;
	font-weight: bold;
	}

#image-navigate a {
	display:block;
	}


/* Pages */

#page {
	padding:20px 0px;
	text-align:center;
	width:950px;
	margin:0px auto;
	}

#page h2 {
	font-weight:bold;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	margin:0px 0px 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 95%;
	}

#page p {

	margin: 0px 20px 20px 0px;
	font-family: 'Molengo', arial, serif;

	}

#page ul {
	margin:0px 20px 20px 0px;
	}
	
#page ul li {
	padding:0px 5px 0px 0px;
	text-align: left;
	list-style-type: none;
	}
	
#page a {
	}


#page img {
	background:#FFF;
	padding:3px;
	border:1px solid #EBEBEB;
	}
	
/* Home Pages */
#homepage {
	padding:0px;
	text-align:center;
	width:950px;
	margin:0px auto;
	}

#homepage h2 {
	font-weight:bold;
	font-size: 145%;
	}
#homepage h1 {
	font-size: medium;
	font-weight: bold;
	color: #62605B;
}

#homepage p {
	font-size:medium;
	color: #62605B;
	margin: 0px 0px 5px;
	font-family: 'Molengo', arial, serif;
	letter-spacing: .02em;
	}

#homepage ul {
	font-size:125%;
	margin:0px 20px 20px 0px;
	}
	
#homepage ul li {
	list-style:disc url(none);
	padding:0px 5px 0px 0px;
	text-align: left;
	}
	
#homepage a {
	}


#homepage a img {
	background:#FFF;
	margin: 3px;
	padding: 3px;
	border: 1px solid #E6E6E6;
	}
	
#homepage img {
	background:#FFF;
	margin: 5px 5px 5px 0px;
	}
	
/* End Home Pages */

.thumbnails {
	border:1px solid #CCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	}
	
.thumbnails:hover {
	border:1px solid #CCC;
	padding:3px;
	margin:5px 5px 0px 0px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}	

select{
	font-family: 'Molengo', arial, serif;
	font-size: 14px;
	color: #333333;
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	width: 130px;
	letter-spacing: .05em;
}
.browseText {
	font-family: 'Molengo', arial, serif;
	font-size: 18px;
	letter-spacing: .05em;
	padding-bottom: 5px;
}

#browseCategories {}

/* COLUMNS ON INFO PAGE */

#col1 {
	width:38%;
	float:left;
	}

#col2 {
	width:40%;
	float:left;
	}

#col3 {
	width:22%;
	float:right;
	}
	
#col1home {
	width:48%;
	float:left;
	}

#col2home {
	width:35%;
	float:left;
	}

#col3home {
	width:48%;
	float:right;
	}
	
	
#col1a {
	width:30%;
	float:left;
	}

#col2a {
	width:450px;
	float:left;
	text-align: left;
	vertical-align: top;
	}

#col3a {
	width:210px;
	float:right;
	}
	
#col2a ul li {
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-image: url(../../../../images/bullet.gif);
	list-style-type: circle;
	padding-left: 10px;
}

#col2a h3 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
}
	
.pricingtext {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 5px;
	font-family: 'Molengo', arial, serif;
}

/* Footer */
#footerindex {
	border-top:1px dashed #838d7a;
	clear:both;
	width:705px;
	margin:0px auto;
	padding:10px 0px;
	text-transform:uppercase;
	}

#footerindex li {
	text-align:center;
	font-size:10px;
	font-family:'Molengo', arial, serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#838d7a;
	}
#footerindex a {
	color:#838d7a;
	}
	
#footerindex a:hover {
	color:#993300;
	}

#footer {
	border-top:1px dashed #838d7a;
	clear:both;
	width:950px;
	margin:20px auto 0px auto;
	padding:10px 0px;
	text-transform:uppercase;
	}
#footer li {
	text-align:center;
	font-size:10px;
	font-family:'Molengo', arial, serif;
	display:inline;
	list-style:none;
	padding:0px 5px;
	color:#838d7a;
	}

#footer a {
	color:#838d7a;
	}
	
#footer a:hover {
	color:#993300;
	}


/* Comments */

#commentbox {
	width:80%;
	margin:0px auto;
	}

#comment-top {
	background:#000;
	padding:20px 5px;
	color:#FFF;
	}    

#comments {
    margin:0px auto;
    width:90%;
    text-align:left;
	}

#comment-top h2 {
	font-family: 'Molengo', arial, serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
	}
	
#comment-middle h2 {
	font-family: 'Molengo', arial, serif;	
	font-weight:normal;
	letter-spacing:2px;
	font-size:11px;
	text-transform:uppercase;
	}

#comment-middle {
	padding:20px 0px;
	margin-bottom:7px;
	} 

#addcomment {
	margin:20px 0px;
	text-align:left;
	}

.input {
	width:45%;
	font-size:10px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

#addcomment label {
	color:#666;
	font-size:95%;
	}

#addcomment textarea {
	width:100%;
	height:50px;
	font-size:11px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	padding:5px;
	}

.comment-button {
    background:#fff;
	border:3px double #CCC;
	color:#666;
	}

/* TAG SUPPORT */
.tags00
{
	font-size: 8px !important;
}
.tags01
{
	font-size: 10px !important;
}

.tags02
{
	font-size: 12px !important;
}

.tags03
{
	font-size: 14px !important;
}

.tags04
{
	font-size: 16px !important;
}

.tags05
{
	font-size: 18px !important;
}

.tags06
{
	font-size: 20px !important;
}

.tags07
{
	font-size: 22px !important;
}

.tags08
{
	font-size: 24px !important;
}

.tags09
{
	font-size: 26px !important;
}

.tags10
{
	font-size: 28px !important;
}


#link-box { width: 700px; margin: 0 auto;}
#link-box a { font-size: 19px;}
.previous-link { font-size: 15px; text-align: left;}
.next-link { font-size: 15px; text-align: right;}
.buy-link { font-size: 16px;}

#share-box { width: 216px; float: right; display: inline;}


	/* Submit and rest buttons */
#link-box a {
	cursor:pointer;
	-moz-border-radius:3px 3px 3px 3px;
	border-radius:3px 3px 3px 3px;
	border:1px solid #E5E5E5;
	color:#333;
	display:inline-block;
	float:none;
	font:normal 10px Verdana, Geneva, sans-serif;
	margin:0;
	padding:2px 5px;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #FFF;
	overflow: visible;
	background-color: #F7F7F7;
	text-transform: uppercase;
	}
#link-box a:hover {

	text-decoration: none;
	background-attachment: scroll;
	background-color: #E9E9E9;
	background-position: left top;
	}
	
.price-table td { padding: 6px; text-align: center; vertical-align: top;}
