/* ----------------------------------------

Basic Style Sheet (for version 4 browsers)
for www.janavisions.com


Version: 2.0
Author:  Jana Skerlak
Email:   jskerlak@gmail.com
Website: http://www.janavisions.com
Apr-12-2009

---------------------------------------- */

/* =LAYOUT
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


body {
	font-size: 100%;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	background: #383838;
}


#wrapper {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 870px;
	text-align: left;
}

#banner {
	position: relative;
	z-index: 1;
	background: #FFFFFF url(/images/slogan-sm2.jpg) no-repeat bottom right;	
}

#banner a {
	border-bottom: 0;
}

#static_banner img {
	border-top: 4px solid #383838;
	border-bottom: 4px solid #383838;
}

#main {	
	position: relative;
	background: #FFF;
	padding: .3em;
}

#content {
	width: 79%;
	float: right;
	background: #FFF;
	margin-top: .5em;
	padding: 0 5px;
}

#rail {	
	width: 18.5%;
	float: left;
	text-align: right;
	background: #FFF;
	margin-top: .5em;
	padding: 3px 0px 3px 5px; /* corresponding with menu for exact height */
}


#blogteasers {
	clear: both;
	padding: .3em;
	border-top: 4px solid #383838;
	font-size: .84em;
	background: #959595;
}

.teaserbox {
	float: left;
	width: 23%;
	margin: 0 .2em 0 .2em;
	padding: .1em .3em;
}


.readmore {
	color: #383838;
	font-weight: bold;
}


.meta {
	font-size: .85em;
	color: #383838;
	font-weight: normal;
	margin-bottom: 0.5em;
}


#footer {
	clear: both;
	font-size: .7em;
	text-align: right;
	color: #FFF;
	background: #383838;
}

.thumbnail {
	background: #FFFFFF;
	border: 1px solid #383838;
	padding: 2px;
}


.textarea {
	border-left: 1px dashed #959595;border-right: 1px dashed #959595;border-bottom: 1px dashed #959595;
	margin-bottom: 1em;
	padding: .6em;
	font-family: Tahoma, Arial, sans-serif;
	font-size: .84em;
}

.textarea img {
	float: left;
	padding: 2px;
	border: 1px solid #959595;
	background: #FFF;
	margin: 0 1em 0.5em 0;
}

.textarea p { 	clear: both;
	margin-bottom: 0.8em;
}

b { color: #F75; }


/*--------------
HTML ELEMENTS
--------------*/

h1 { /* Main Headers, Menu */
	clear: both;
	font-size: 1em;
	color: #383838;
	margin-bottom: .2em;
	border-bottom: 1px solid #959595;
	padding: 3px 0;
}

h2 { /* Rail Headers */
	font-size: 1em;
	color: #F75;
	margin-bottom: .4em;
	border-bottom: 1px solid #F75;
	padding: 3px 0;
}

h3 { /* Blog Headers */
	font-size: 14.4px; /* same as main menu */
	color: #111111;
	border-bottom: 1px solid #FF7755;
	margin-bottom: 0.4em;
	margin-top: 0.5em;
}

h4 { /* Pricing Options Headers */
	color: #383838;
	position: relative;
	border-bottom: 1px dotted #F75;
}

ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 20px;
}




.pricingOption {
	background: #E2E2E2;
	padding: 0.5em 0.3em;
	margin-bottom: 1em;
}


.dollar {
	position: absolute; top:0; right:0;
	padding-left: 10px;
	border-bottom: 1px solid #FFF; /* To cover up orange dots */

	text-align: right;
	font-weight: bold;
	letter-spacing: 0.1px;
}

.gallery {
	float: left;
	padding: 0.5em 1em;
}

.gallery img {
	margin: 0; /* To reset general img margin in blockquotes */
}

.clear { clear: both; }




/*--------------
MENU STYLES
--------------*/

#menu {
	font-weight: bold;
	font-size: 14.4px; /* Static so that text size change doesn't break menu dashed look */
	background: #FFF;
}


#menu #currentpage a {
	border-bottom: 2px solid white;
	border-top: 1px dashed #959595;border-right: 1px dashed #959595; border-left: 1px dashed #959595;
	color: #F75;
}

#menu ul {
	list-style-type: none;
	border-bottom: 1px dashed #959595;
	padding: 4px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
}

#menu li {
	display: inline;
	margin: 0;
}

#menu li a {
	font-family: Helvetica, Arial, sans-serif;
	color: #959595;
	text-decoration: none;
	margin-right: 2px;
	padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #383838;
	border-bottom: none;
}

#menu li a:hover {
	text-decoration: none;
	color: #F75;
}



#rail #currentSubPage {
	color: #F75;
}

.addthis_default_style {
	position: relative;
	float: right;
}


/*--------------
LINK STYLES
- Order of listings MATTERS
--------------*/

#rail a:link, #rail a:visited {
	color: #959595;
	text-decoration: none;
	border-bottom: none;
	font-size: .75em;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.4em;
}

#rail a:hover, #rail a:active {
	color: #F75;
	text-decoration: none;
	border-bottom: none;
	font-size: .75em;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1.4em;
}

.teaserbox a:link, .teaserbox a:visited {
 	border-bottom: none;
}

.teaserbox a:hover, .teaserbox a:active {
	border-bottom: none;
}

.gallery a:link, .gallery a:visited { 
	border-bottom: none;
}

.gallery a:hover, .gallery a:active {
	border-bottom: none;
}

a:link, a:visited {
	color: #383838;
	text-decoration: none;
	border-bottom: 1px dotted #F75;
}
a:hover, a:active {
	color: #F75;
	text-decoration: none;
	border-bottom: 1px solid #F75;
}


a:link img, a:visited img {
	border: 1px solid #FFF;
}

a:hover img, a:active img {
	border: 1px solid #F75;
}


#banner a:link img, #banner a:visited img, #banner a:hover img, #banner a:active img {
	border: none;

}

