/*@import url(/.shared/themes/common/base-weblog.css);*/

/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
}

.content-header { text-align: left;}

.entry-header
{
	margin: 20px 0 10px 0;
	border: 0;
	color: #86B900;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
}

.entry-header a
{
	color: #86B900;
	text-decoration: none;
	font-weight: bold;
}

.entry-header a:link { color: #86B900; }
.entry-header a:visited { color: #86B900; }

.entry-header a:hover { color: #A5E42A; text-decoration: underline; }
.entry-header a:active { color: #86B900; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 25px 0;
	border-top: 1px dotted #999999;
	padding: 3px;
	color: #999999;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #; }
	.module a:visited { color: #; }
	.module a:hover { color: #; }
	.module a:active { color: #; }


.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #999999;
  	padding: 3px;
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	line-height: 150%;
	
	
	
	text-align: left;
}

.module-list { margin: 0; list-style: none}
.module-list-item { margin: 10px 0; list-style: none;
 }
.typelist-thumbnailed .module-list-item { margin: 10px 0; list-style: none}

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}




/*--------------------
--Common-Positioning-- 
--------------------*/
body {
	background: #f0efed url(http://www.eyejot.com/images/bg.gif) repeat-x;
	padding: 0;
	margin: 0;
	font:12px Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
}

img {border:0}

UL {list-style:none}

#outerWrapper {
	position: relative;
	width: 810px;
	margin: 0 auto;
}

.outerWrapper-logged {
	/*background: #f6f6f6 url(http://www.eyejot.com/images/bgOuterWrapLogged.gif) repeat-y;  Gradient*/
	background: #ffffff url(http://www.eyejot.com/images/bgOuterWrap.gif) repeat-y;  /*solid*/
}

.outerWrapper-public {
	background: #f0efed url(http://www.eyejot.com/images/bgOuterWrapPublic.gif) repeat-y;
}

#banner {
	position: relative;
	width: 810px;
	height: 111px;
	margin: 0 auto;
	background-image: url(http://www.eyejot.com/images/bgBanLogo.gif);
	z-index:99
}

#innerWrapper {
	position: relative;
	width: 810px;
	margin: 0 auto;
}

.innerWrapper-logged {
	/*background: url(http://www.eyejot.com/images/bgInnerWrapLogged.gif) no-repeat;  Gradient*/
	 background: url(http://www.eyejot.com/images/bgInnerWrap.gif) no-repeat; /*solid*/
}

.innerWrapper-public {
	background: url(http://www.eyejot.com/images/bgInnerWrapPublic.gif) no-repeat;
}

#page { /* use w/ 1 column page layouts */
	position: relative;
	padding: 15px 40px 10px 40px;
	margin: 0 auto; 
	min-height: 502px; /* works in non-IE only */
}

#leftColumn {  /*use w/ 2 column page layouts */
	float:left;
	padding: 0 0 15px 0;
	width: 480px; 
	min-height: 400px; /* works in non-IE only */
	text-align: left;
}

#rightColumn { /* use w/ 2 column page layouts */
	width: 185px;
	float: right;
	padding: 0 15px 15px 20px;
	text-align: left;
} 

#footer {
	position: relative;
	clear: both;
	width: 810px;
	height: 44px;
	margin: 0 auto;
	background: url(http://www.eyejot.com/images/bgFoot.gif) no-repeat;
}



/*------------------
--Common-Elements--
------------------*/
/*#logo { /* Use if you want to separate out branding from banner*/
/*position: relative;
	float: left;
	width: 256px;
	height: 111px;
	margin: 0 auto;
	background-image: url(http://www.eyejot.com/images/eyejotLogo.jpg);
}*/

#logo { 
	position: relative;
	float: left;
	width: 180px;
	height: 80px;
	left:25px;
	top:15px;
	margin: 0 auto; 
	text-align: left;
}

.logo { 
	width: 100%;
	height: 100%;
	text-align: left;
	float: left;
}

/* Top Nav Layout */
#nav1 {float: right; padding: 50px 33px 1px 1px;}
		/* --MESSAGES--*/
#btnMessages, #btnMessages a {background-image:url(http://www.eyejot.com/images/btns/btnMessages.gif); background-position:top; width:94px; height:30px; float:right;}
#btnMessages a:link {background-position:top;}
#btnMessages a:hover {background-position:0 -30px;}
#btnMessages.on {background-position:bottom;}
#btnMessages img {width:94px; height:30px; border:none;}
		/* --FRIENDS--*/
#btnFriends, #btnFriends a {background-image:url(http://www.eyejot.com/images/btns/btnFriends.gif); background-position:top; width:66px; height:30px; float:right;}
#btnFriends a:link {background-position:top;}
#btnFriends a:hover {background-position:0 -30px;}
#btnFriends.on {background-position:bottom;}
#btnFriends img {width:66px; height:30px; border:none;}
		/* --PROFILE--*/
#btnProfile, #btnProfile a {background-image:url(http://www.eyejot.com/images/btns/btnProfile.gif); background-position:top; width:60px; height:30px; float:right;}
#btnProfile a:link {background-position:top;}
#btnProfile a:hover {background-position:0 -30px;}
#btnProfile.on {background-position:bottom;}
#btnProfile img {width:60px; height:30px; border:none;}
		/* --SERVICES--*/
#btnServices, #btnServices a {background-image:url(http://www.eyejot.com/images/btns/btnServices.gif); background-position:top; width:74px; height:30px; float:right;}
#btnServices a:link {background-position:top;}
#btnServices a:hover {background-position:0 -30px;}
#btnServices.on {background-position:bottom;}
#btnServices img {width:74px; height:30px; border:none;}
		/* --LOGOUT--*/
#btnLogout, #btnLogout a {background-image:url(http://www.eyejot.com/images/btns/btnLogout.gif); background-position:top; width:76px; height:30px; float:right;}
#btnLogout a:link {background-position:top;}
#btnLogout a:hover {background-position:0 -30px;}
#btnLogout.on {background-position:bottom;}
#btnLogout img {width:76px; height:30px; border:none;}
/* /Top Nav Layout */

#btnHelp a {background:url(http://www.eyejot.com/images/btns/btnHelp.gif) no-repeat; float:right; margin-top:-12px;}
#btnHelp a:link {background-position:top;}
#btnHelp a:hover {background-position:0 -21px;}
#btnHelp.on {background-position:bottom;}
#btnHelp img {width:21px; height:21px; border:none;}

/*-------------
--Typography--
-------------*/
h1 {color: #36a9fe; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:20px; margin: 0 auto;}

#nav1 ul li.dashboard {background-image:url(http://www.eyejot.com/images/btns/btnDashboardOn.gif); width: 99px;}

/*#nav1 ul li.on a { background-image:url(http://www.eyejot.com/images/btns/btnDashboardOn.gif);}*/
#nav1 ul li a {color: #686868; text-decoration: none; font-weight:bold; line-height:25px; padding: 0 0 1px 0;}
#nav1 ul li a:link {}
#nav1 ul li a:hover {color: #018dff; border-bottom:#ffffff solid 5px;}

a:link { color:#018dff;}
a:visited {color:#018dff;}
a:hover {}
a:active {color:#018dff;}

#footer p {
	padding-top: 14px; 
	font-size:10px;
}

.footer_admin {
	padding-top: 5px; 
	font-size:10px;
	color:#999999;
}

#leftColumn  p {
	padding: 0;
}

.sea_sc { color:#666; font-size:90%; padding-top:5px; padding-bottom:5px; text-align:center; }
.sea_a a:link, a:visited, a:active { color:#666;}
/* ph=1 */

