/* 
Theme Name: Vivitone, v. 1
Theme URI: http://www.vivitonebeauty.com/ 
Description: The home of Vivitone Inc. and it's family of products. 
Author: Vivitone Inc. 
Version: 1.0 
Tags: minimalistic, simple, widgets, sidebar, elegant 
*/

html, body {
	background: #efefef url(images/bg.png) repeat;
	margin: 0px;

}

/*****************
     Header
*****************/

#top-bar-tile {
	margin: 0px auto;
	height: 90px;
	width: 960px;
	background: url(images/bg.jpg) repeat-x;
	border-bottom: 1px solid #cacaca;
}

#top-bar-content {
	padding-top: 6px;
	width: 960px;
	margin: 0px auto;
	/*padding-bottom: 12px;*/

}



/*****************
 Social Networks
*****************/
#social {
	height:25px;
	float: right;
	width: 160px;
	padding-top: 30px;
	padding-right: 30px;
	display:  inline;
	
}


.facebook a {
	margin-left: 15px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/facebookhover.png) no-repeat;
	text-decoration: none;
	float: left;
}

.facebook a:hover {
	background-position: -25px 0	
}

.twitter a {
	margin-left: 15px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/twitterhover.png) no-repeat;
	text-decoration: none;
	float: left;
}

.twitter a:hover {
	background-position: -25px 0	
}

.googleplus a {
	margin-left: 15px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/googleplushover.png) no-repeat;
	text-decoration: none;
	float: left;
}

.googleplus a:hover {
	background-position: -25px 0	
}

.youtube a {
	margin-left: 15px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(images/youtubehover.png) no-repeat;
	text-decoration: none;
	float: left;
}

.youtube a:hover {
	background-position: -25px 0	
}

/*****************
   Nagivation
*****************/

#nav-bar-tile {
	width: 960px;

}

.nav-bar-content {
	margin-top: 5px;
	width: 720px;
	text-align: right;
	float: right;
	margin-right: 20px;



}

.nav-bar-content li {
	display: inline;
	padding: 0px 10px;
	border-right: thin solid #cacaca;	
}

.nav-bar-content li a,
.nav-bar-content li a:visited,
.nav-bar-content li a:active {
	text-decoration: none;
	color: #686868;
	letter-spacing: normal;	
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;

}

.nav-bar-content li a:hover {
	color: #829cbe;
	
}

.nav-bar-content:last-child li:last-child {
	border-right: none;
}

.nav-bar-content:last-child li:last-child a {
	font-weight: bold;
	color: #4f4f4f;
}



.nav-bar-content:last-child li:last-child a:hover {
	font-weight: bold;
	color: #829cbe;
	
}






/*****************
	CSS DROPDOWN
*****************/





/**
.nav-bar-content ul a,
.nav-bar-content ul a:visited,
.nav-bar-content ul a:active {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #4f4f4f;
	padding: 5px 20px;
	border: 1px solid #cacaca;
	float: left;
	clear: both;
	width: 100px;
	background-image: url(images/dropdownbg.png);
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}

.nav-bar-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: none;
}

.nav-bar-content li:hover ul { 
	position: absolute;	
	font-size: 12px;
	display: inline-block;	
}






/*****************
	Main Boxes
*****************/

#wrapper {

	width: 960px;
	margin: 0px auto;
	background-color: #e8e8e8;

}

#content {
	width: 960px;
	background: #fff;
	padding-top: 0px;
	margin-bottom: 0px;

}

#older-posts {
	float: left;
}

#newer-posts {
	float: right;
}

/*****************
	 Sidebar
*****************/

#sidebar {
	width: 960px;
	height: 140px;
	margin: 0px 0px;
	padding: 15px 0px;
	background: #e8e8e8 url(images/widget_bg.png) no-repeat 50% 50%;
		border-top: 1px solid #cacaca;
}

.sidebar-sep {
	width: 274px;
	height: 1px;
	background: url(images/sidebar-sep.png);
	margin: 10px 0px;
}

#sidebar li {
	padding: 0px 0px 5px 5px;
}

#sidebar ul {
	list-style-image:  url(images/list-icon.png);
	padding-left: 20px;
	padding-bottom: 10px;
}


/*************
	Tables
*************/

#content table {
	width: 960px;
	height: auto;
}

#content td {
	padding: 10px 10px;
	background: #fff;
	border-bottom: 1px solid #ffffff;
}



/***********
	Post
***********/

.post {
	margin: 0px;
	padding: 0px;

}


.post h1 a {
	font-size: 16px;
/* HIDES POST NAME */	
	display: none;
}

.post p {
margin: 5px auto;
}

.post hr {
	width: 900px;
	height: 2px;
    border: 1px;
    box-shadow: inset 0 12px 12px -18px rgba(0,0,0,0.5);

}	

.post-details {
	height: 16px;
	background: url(images/details-dots.png) repeat-x;
	padding-top: 0px;
	margin-bottom: 0px;
}

.post-details-left {
	float: left;
}

.post-details-right {
	float: right;
}





.comment-count {
	float: right;
}




/***********
	Misc
************/

.dots {
	height: 0px;
	width: 100%;
	background: url(images/dots.png) repeat-x;
	margin: 0px 0px;
}

.spacer {
	clear: both;
	display: block;
}

/*************
	Images
*************/

#content img.floatleft {
	float: left;
	margin: 10px 15px 10px 10px;
	border: 10px solid #e5e6d9;
}

#content img.floatright {
	float: right;
	margin: 10px 10px 10px 15px;
	border: 10px solid #e5e6d9;
}

/***************
	Comments
***************/

#content input[type=text] {
	background: #eaeaea;
	border: 1px solid #aaa;
	height: 20px;
	width: 200px;
	margin: 0px 0px 10px 2px;
	padding: 2px 5px;
}

#content textarea {
	background: #eaeaea;
	border: 1px solid #aaa;
}

.comment-right {
	float: right;
	width: 550px;
}

.comment {
	margin-bottom: 15px;
}

.comment img.avatar {
	background: url(images/gravatarframe.png) no-repeat;
	height: 40px;
	width: 40px;
	padding: 5px;
	float: left;
}

/****************
	Typography
****************/

#top-bar-content h1,
#top-bar-content h1 a,
#top-bar-content h1 a:visited,
#top-bar-content h1 a:active {

	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	font-weight: bold;
	font-size: 0px;
	letter-spacing: 2px;
	float: left;
	text-decoration: none;
	padding: 0px;

}

#top-bar-content h1 {
	margin: 10px 0px 0px 30px;	
	background: url(images/header.png) no-repeat;
}

#top-bar-content h1 a {
	height: 65px;
	width: 190px;


}


#top-bar-content h1 a:hover {
	text-decoration: underline;
}

.slogan {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #686868;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	float: left;
	padding: 10px 0px 0px 25px;
}

#content h1 {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #686868;
	font-size: 12px;
	text-transform: none;
	margin-bottom: 0px;
	text-indent: 10px;
}

#content h4 {
	text-indent: 10px;
	text-transform: none;
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #686868;
}

#content h1 a,
#content h1 a a:visited,
#content h1 a a:active,

#content h2 a,
#content h2 a a:visited,
#content h2 a a:active,

#content h3 a,
#content h3 a a:visited,
#content h3 a a:active,

#content h4 a,
#content h4 a a:visited,
#content h4 a a:active,

#content h5 a,
#content h5 a a:visited,
#content h5 a a:active,

#content h6 a,
#content h6 a a:visited,
#content h6 a a:active,

#content li a,
#content li a a:visited,
#content li a:hover {
	color: #686868;
	text-decoration: none;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover,
#content li a:hover {
	color: #829cbe;
	
}

#content h2 {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 23px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h3 {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h4 {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h5 {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content h6 {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#content blockquote.alignleft p {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 17px;
	font-weight: lighter;
	width: 200px;
	float: left;
	padding: 20px;
	font-style: italic;
	line-height: 22px;
}

#content blockquote.alignright p {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 17px;
	font-weight: lighter;
	width: 200px;
	float: right;
	padding: 20px;
	font-style: italic;
	line-height: 22px;
}

#content blockquote.aligncenter p {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 17px;
	font-weight: lighter;
	width: 550px;
	padding: 20px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0em;
}

.post-details {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a3535;
	font-size: 11px;
	font-weight: lighter;
}

.comment-count,
.comment-count a,
.comment-count a:visited,
.comment-count a:active
 {
	color: #852653;
	font-weight: bold;
	text-decoration: none;
}

.comment-count a:hover {
	text-decoration: underline;
}

.author,
.author a,
.author a:visited,
.author a:active {
	color: #852653;
	font-weight: normal;
	text-decoration: none;
}

.author a:hover {
	text-decoration: underline;
}

#content p {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #252222;
	line-height: 15px;
	letter-spacing: 0.1em;

	font-weight: lighter;
}

#content p a,
#content p a:visited,
#content p a:active {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #747474;
	font-weight: bold;
	text-decoration: none;
}

#content p a:hover {
	text-decoration: none;
		color: #829cbe;
}

.dropcap {
	display:block;
	float:left;
	font-size:40px;
	line-height:34px;
	margin:5px 7px 0px 0px;
}


.sidebar-box {
	width: 320px;
	float: left;
	text-align: center;
	height: 140px;

}

.sidebar-title {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 24px;
	color: #525252;
	font-weight: lighter;
	width: auto;

}

#sidebar p,
#sidebar a,
#sidebar a:active,
#sidebar a:visited {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #747474;
	font-weight: lighter;
	line-height: 15px;
	letter-spacing: 1px;
	text-shadow: #ffffff 0px 1px 1px; 
	text-decoration: none;
	margin: 0px;
	width: 300px;
	float: left;
	margin: 10px;
}

#sidebar a:hover {
	text-decoration: underline;
}

#older-posts a,
#older-posts a:active,
#older-posts a:visited {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
}

#older-posts a:hover {
	color: #852653;
	text-decoration: underline;
}

#newer-posts a,
#newer-posts a:active,
#newer-posts a:visited {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px; 
	font-weight: lighter;
	text-decoration: none;
}

#newer-posts a:hover {
	color: #852653;
	text-decoration: underline;
}

#only-page {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
}

#content li {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #444444;
	padding: 0px 0px 10px 5px;
	list-style-image:  url(images/list-icon.png);
	margin-left: 30px;
}

#content th {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
	padding-bottom: 10px;
}

#content td {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	font-weight: lighter;
	text-decoration: none;
}


#content tfoot td {
	background: #ffffff;
}

#content input[type=text],
#content textarea {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #555;
}

#content label {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-left: 10px;
}

.comment-author {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

.comment-date {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #888;
	letter-spacing: 1px;
}

.comment-author a,
.comment-author a:visited,
.comment-author a:active {
	color: #862753;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

.comment-right p {
	margin-top: 3px;
}



/****************
	Footer
****************/


#footer {

	color: #c5c5c5;
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	line-height: 14px;
	text-align: center;
	width: 100%;
	height: 120px;
	background: url(images/footer.jpg) repeat-x;

}

#footer a,
#footer a:active,
#footer a:visited {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #c5c5c5;
	text-decoration: none;
}

#footer a:hover {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #829cbe;
	text-decoration: none;
}

#footer-sidebar {
	font-family: "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 80px;
	width: 960px;
	margin: 0px auto;
	padding: 10px 0;
	border-bottom: thin solid #515151;

}


#footer-links-container {
	padding-top: 12px;
}

#footer-links li
{
display: inline;
list-style-type: none;
margin: 5px;


}

/****************
	Meteor Slides
****************/


#meteor-slideshow ul li {
	margin: 0px;
	padding: 0px;
}