/*   
Theme Name: LioTheme
Theme URI: 
Description: Lio Jewelry
Author: Glenn Fellows
*/

/* Reset browser defaults */

@import url('reset.css');

/*colors
- grijs : 666666
- magenta : CC0066
- zwart : 000000
*/

/* @group general */

.hideme {
	position: absolute;
	left: 0px;
	top: -10000px;
	width: 1px;
	height: 1px;
}

body {
	color: #666666;
	font: 8pt Verdana, "Lucida Grande", Lucida, sans-serif;
}

.page, #page{
	width: 628px;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #ff0080;
}

img {
	padding-bottom: 1px;
	padding-top: 1px;
}

/* @end */

/* @group menu2 */

#top-menu ul li {
	display: inline;
}

.order_up, .blog_up, .about_up, .events_up, .friends_up, .contact_up, .order_current,.about_current, .about_up .blog_current, .events_current, .friends_current, .contact_current{
	display: inline-block;
	height: 13px;
	width: 88px;
	background-color: #E6E6E6;
	margin-left: -2.8px;
}

/* @group collections */

.collections_up,.collections_up:hover, .collections_current, .order_current, .order_up:hover, .order_up, .blog_current, .blog_up, .blog_up:hover, .about_current, .about_up:hover, .about_up, .events_current, .events_up, events_up:hover, .friends_current, .friends_up, .friends_up:hover, .contact_current, .contact_up, contact_up:hover {
	display: inline-block;
	height: 13px;
	width: 88px;
}
.collections_up {
	background-image: url(images/navigation/collections_up.gif);
}

.collections_up:hover {
	background-image: url(images/navigation/collections_over.gif);
}

.collections_current {
	background: url(images/navigation/collections_over.gif) no-repeat;
}

/* @end */

/* @group order */

.order_current {
	background: url(images/navigation/order_over.gif) no-repeat;
}

.order_up:hover {
	background: url(images/navigation/order_over.gif) no-repeat;
}

.order_up {
	background: url(images/navigation/order_up.gif) no-repeat;
}
/* @end */

/* @group blog */

.blog_current  {
	margin-left: -2.8px;
	background: url(images/navigation/blog_over.gif) no-repeat;
}

.blog_up:hover {
	background: url(images/navigation/blog_over.gif) no-repeat;
}

.blog_up {
	background: url(images/navigation/blog_up.gif) no-repeat;
}

/* @end */

/* @group about */
.about_current {
	background: url(images/navigation/about_over.gif) no-repeat;
}

.about_up:hover {
	background-image: url(images/navigation/about_over.gif);
}

.about_up {
	background: url(images/navigation/about_up.gif) no-repeat;
}
/* @end */

/* @group events */

.events_current {
	background: url(images/navigation/events_over.gif) no-repeat;
}

.events_up:hover {
	background: url(images/navigation/events_over.gif) no-repeat;
}

.events_up {
	background: url(images/navigation/events_up.gif) no-repeat;
}

/* @end */

/* @group friends */

.friends_current {
	background: url(images/navigation/friends_over.gif) no-repeat;
}

.friends_up:hover {
	background-image: url(images/navigation/friends_over.gif);
}

.friends_up {
	background-image: url(images/navigation/friends_up.gif);
}

/* @end */

/* @group contact */

.contact_current {
	background: url(images/navigation/contact_over.gif) no-repeat;
}

.contact_up:hover {
	background-image: url(images/navigation/contact_over.gif);
}

.contact_up {
	background-image: url(images/navigation/contact_up.gif);
}

/* @end */


/* @end */

/* @group header */

#random-image {
	position: absolute;
	width: 100%;
	top: 135px;
	height: 235px;
	background: black url(rotate.php) no-repeat center;
}

#flash-comp {
	height: 430px;
	width: 1024px;
	margin-top: 20px;
	margin-left: -201px;
	margin-right: auto;
	top: 130px;
}

#headerimg a {
	margin-top: 40px;
	padding-bottom: 40px;
	display: block;
	background: url(images/liologo.jpg) no-repeat;
	height: 33px;
}

/* @end */

/* @group entry */

.entry {
	font: 9pt Georgia, "Times New Roman", Times, serif;
}

.entry p {
	margin-top: 3px;
	margin-bottom: 20px;
}

.entry p a {
	text-decoration: underline;
}

#content {
	margin-top: 250px;
}

#post-4 {
	margin-top: -250px;
	visibility: hidden;
}

#content h2 {
	margin-top: 15px;
}

.meta-info {
	margin-top: -13px;
	float: left;
	font: 7pt Verdana, "Lucida Grande", Lucida, sans-serif;
}

.entry, .the_content {
	margin-left: 88px;
	font: 9pt Georgia, "Times New Roman", Times, serif;
}

.the_content a {
	text-decoration: underline;
}

.meta-bottom {
	display: block;
	padding-bottom: 15px;
	margin-top: 10px;
	border-bottom: 1px dotted #666;
	color: #CC0066;
	font: 7pt Verdana, Lucida, "Lucida Grande", sans-serif;
}

.meta-bottom a {
	text-decoration: none;
	
	font: 7pt Verdana, Lucida, "Lucida Grande", sans-serif;
}

.entry img {
	padding-top: 5px;
	padding-bottom: 5px;
}

.wp-caption-text {
	display: none;
}
/* @end */

/* @group footer */

#footer {
	margin-top: 30px;
	margin-bottom: 50px;
}

#footerss {
	display: block;
	width: 34px;
	height: 13px;
	background: gray url(images/rss-icon.gif) no-repeat;
	color: #fff;
}

/* @end */

/* @group Single */

#navigation {
	display: inline;
	float: right;
}

#content-single {
	margin-top: 250px;
}

#content-single h2, #content h2 {
	margin-left: 89px;
	font: 8pt Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #CC0066;
}

.single-meta {
	display: inline;
	float: left;
	margin-left: -2px;
}

/* @end */

/* @group comments */

#commentblock {
	margin-left: 89px;
	width: 533px;
}

.commentlist {
	margin-bottom: 20px;
}

input, textarea {
	margin-bottom: 5px;
}

#submit, .formBuilderSubmit {
	float: left;
}

/* @end */

/* @group form */


#formBuilderCSSIDOrder {
	font: 8pt Verdana, "Lucida Grande", Lucida, sans-serif;
}

.formBuilderForm[First_Name] {
	margin-left: -40px;
}

.formBuilderInput {
	margin-left: -150px;
}

.formBuilderError {
	color: #CC0066;
	text-decoration: none;
	font: italic normal 7pt Verdana, sans-serif;
	text-align: right;
}


/* @end */

/* @group friends */

.post {
	margin-top: 10px;
}

#post-14, #post-11, #post-5, #post-2 {
	margin-left: -89px;
}

#post-14 h2, #post-11 h2, #post-5 h2, #post-2 h2 {
	visibility: hidden;
}

#post-14 a {
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #CC0066;
	display: block;
} 

/* @end */

/* @group rabbithole */

#rabbithole p {
	margin-top: 10px;
}

#rabbithole img {
	float: right;
}

#rabbithole-header {
	color: #CC0066;
	font-size: 14pt;
	margin-top: 20px;
	margin-bottom: 30px;
}

#rabbithole h2 {
	margin-left: -89px;
}
/* @end */

























