@charset "iso-8859-1";
/* 

	Theme Name: The Beauty Within
	URI: http://lukaret.com/
	Description: A simple 3 column design (based on Equix Theme of M. Sader)
	Version: 1.0.5
	Author: Beng Hafner
	Author URI: http://lukaret.com/	
*/
/*---------------------------- Main -------------------------------*/
html, body {
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 8px;
	text-align: center;
	background-image: url(images/hops_bg_smdgr.jpg);
	background-color: #525032;
	color: #333333;
	background-attachment: fixed;

}
/*---------------------------- Links -------------------------------*/
a {  
	color: #3E8F88;
	text-decoration: none;
	}	
a:visited {
	color: #3E8F88;
	text-decoration: none;
	}
a:hover {
	color: #000000;
	text-decoration: none;
	}		
a img {
	border: none;
	}		
/*---------------------------- Images Structure -------------------------------*/

img.c {						/*Now if you add the class "c" will center the img, "r" will float it to the right and yeah you guessed!... "l" will float it left.*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	}	
img.r {
	float: right;
	}
img.l {
	float: left;
	}
.entri img {					/*A nice hover efect when your post-images are linking somewhere (does not work in IE)
	border: 1px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	border: none;
	}
.entri a img {	
	border: 1px solid #FFFFFF;
	padding: 6px;
	max-width: 98%;
	}
.entri a img:hover {	/*-- does not work in IE --*/
	border: 1px inset #000000;
	background-color: #EFEDED;
	}	*/
/*---------------------------- General Html -------------------------------*/
hr {
	display: none;
	}
h2, h3 {	
	font-weight: bold;
	text-align: left;
	margin: 0px;
	}
	.ncol h2{	
		padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 0px solid #998675;
		border-top: 0px solid #998675;
		font-size: 14px;
		margin-bottom: 20px;
		}
	.archived h2{	
		font-size: 11px;
		}
	.lnks h2{	
		border-bottom: 1px solid #CCCCCC;
		font-size: 12px;
		width: 80%;
		}			
	.narchives h3{	
		margin: 25px 0px 10px 0px;
		}
	.wcol h2{	
		font-size: 20px;
		margin-bottom: 20px;
		}	
	.sidebar h2{	
	    padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #7D6660;
		border-top: 0px solid #7D6660;
		text-align: right;
		font-size: 10px;
		margin-bottom: 5px;
		}	
	.sidebar2 h2{	
	    padding-top: 2px;
		padding-bottom: 2px;
		border-bottom: 1px solid #7D6660;
		border-top: 0px solid #7D6660;
		text-align: right;
		font-size: 10px;
		margin-bottom: 5px;
	text-transform: uppercase;
		}	
h2, h3, h2 a, h2 a:visited{
	color: #000000;
	}
h2 a:hover {
	color: #7D6660;
	}		
h3{	
	font-size: 13px;
	}	
blockquote {
	background-image: url(images/quote.gif); background-repeat: no-repeat;
	border-top : 1px solid #7D6660;
	border-bottom : 1px solid #7D6660;
	padding: 0px 60px 5px 60px;
	}
/*blockquote:hover { -- does not work in IE --
	background: #FFFFFF;
	}*/
code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}	
/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*---------------------------- Content -------------------------------*/
#content{
	margin: 0px auto;
	width: 780px;
	background-repeat: repeat-y;
	background-image: url('images/content_bg_autumn.jpg');
	font-size: 11px;
	text-align: left;
	}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin: -29px 0px;
	padding: 0px;
	width: 778px;
	height: 25px;
	background-color: transparent;
	border:0px solid #CCCCCC;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 17px;
	font-size: 12px;
	}
.navbar{	
	margin: 0px auto;
	padding: 3px 10px 2px 30px;
	}
.navbar ul{
	display: inline;
	list-style-type: none;
	}
.navbar li{
	display: inline;
	list-style-type: none;
	}
.navbar a, .navbar a:visited  {
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0px 10px 3px 10px;
	color: #FFFFFF;
	}		
.navbar a:hover{
	color: #CBD177;
	}
/*---------------------------- Top Search Form -------------------------------*/
.topsform {
	margin: -5px 15px 3px 0px;
	padding: 0px;
	width: 220px;
	height: 16px;	
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	float: right;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: #FFF;	
	}	
.topsformsubmit{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFF;
	border: none;
	border-left:1px solid #CCCCCC;
	cursor: pointer;
	}
.topsformsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #7F7F07;
	}	
/*---------------------------- Header -------------------------------*/
	/*--Just drop a 778px*98px image named 'header.png' in the theme folder an it will be displayed in your blog header---*/
.header {
	margin: 0px 0px;
	padding: 0px;
	display: block;
	width: 778px;
	height:364px;
	background-color: #314D73;
	background: url('images/hopscotch_header.jpg') no-repeat bottom center;
	border: 0px solid #CCCCCC;
	cursor: pointer;
	}	
h1 {
    padding-right: 85px;
	padding-top: 20px;
	font-size: 4em;
	text-align: right;
	color: #F97F1A;
	font-family: Georgia, Geneva, Arial, sans-serif;
	}
h1 a:hover {
	color: #7CA01A;
	}
h1 a, h1 a:visited{
	color: #7CA01A;
	}				
/*---------------------------- Page -------------------------------*/
.page {
	width: 778px;
	margin: 1px 0px;
	padding: 0px;
	background-color: transparent;
	border:0px dashed #3F3F3F;
	text-align: left;
	float: left;
	}
/*---------------------------- Narrow Column -------------------------------*/
.ncol {
	padding: 55px 0px 40px 23px;
	width: 540px;
	background:transparent;
	float:left;
	border-right:0px dashed #3F3F3F;
	}	
/*---------------------------- Wide Column -------------------------------*/
.wcol {
	margin: 0px 5px;
	width: 80%;	
	padding: 20px 15px 10px 75px;		
	line-height: 1.5em;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 0px 10px 30px 10px;
	text-align: justify;	
	}
.archived {
	padding: 20px 0px 0px 0px;
	}	
.postmetadata {
	width: 100%;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	border-top: 1px dashed #AFAFAF;
	border-bottom: 1px solid #DFDFDF;
	color: #685C52;
	text-align: left;
	line-height: 17px;
	font-size: 10px;
	}
	.wcol .postmetadata {
	width: 100%;
	margin: 25px 0px 30px 0px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.entry a {  
	font-weight: bold;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: circle;
	margin: 3px 0px 0px 15px;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}
.entry input[value="Submit"]:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	}
/*---------------------------- Sidebar -------------------------------*/
.sidebar {
	width: 175px;
	padding: 55px 5px 40px 5px;
	float:left;
	font-size: 10px;
	margin-left: 10px;
	}
.sidebar h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 10px;
	border: none;
	}	
.sidebar ul {
	margin: 10px 10px 10px 5px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebarul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar  ul li ul {	
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	list-style-image: none;
	}	
.sidebar  ul li ul li {	
	color: #998675;




	list-style-type: none;

	list-style-image: none;

	}
.sidebar  ul li ul li a{	
	font-weight: normal;
	}	

.sidebar a {  
	color: #646464;
	text-decoration: none;
	}

.sidebar a:visited {
	color: #646464;
	text-decoration: none;
	}

.sidebar a:hover {
	color: #000000;
	text-decoration: none;
	}	
	
/*---------------------------- Sidebar -------------------------------*/
.sidebar2 {
	width: 177px;
	margin-right: 13px;
	padding: 45px 0px 40px 0px;
	float:right;
	font-size: 10px;
	}
.sidebar2 h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 10px;
	border: none;
	}	
.sidebar2 ul {
	margin: 10px 10px 10px 5px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;	
	}
.sidebar2  ul li ul {	
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	list-style-image: none;
	}	
.sidebar2  ul li ul li {	
	color: #7F7F07;
	list-style-type: none;
	list-style-image: none;
	}
.sidebar2  ul li ul li a{	
	font-weight: normal;
	}	

.sidebar2 a {  
	color: #646464;
	text-decoration: none;
	}	

.sidebar2 a:visited {
	color: #646464;
	text-decoration: none;
	}

.sidebar2 a:hover {
	color: #000000;
	text-decoration: none;
	}	

/*---------------------------- Search box for error-404 pages -------------------------------*/
.searchbox{
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	display: block;
	width: 500px;
	height: 50px;
	background: #EFEDED;
	border:1px solid #CCCCCC;
	}
.searchbox #searchform {
	background: #FFFFFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #CCCCCC;
	cursor: pointer;
}
.searchbox #searchform #searchsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #7F7F07;
	}

.searchform2{
	margin: 0px 0px;
	margin-top: 20px;
	padding: 0px;
	display: block;
	width: 160px;
	height: 20px;
	}
.searchform2 #searchform {
	background: #FFFFFF;
	margin: 14px 0px;
	width: 120px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	}
.searchform2 #searchform #s{
	margin: 0px 0px;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;	
	}
.searchform2 #searchform #searchsubmit{
	border: none;
	margin: 0px 0px;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 38px;
	height: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #CCCCCC;
	cursor: pointer;
}
.searchform2 #searchform #searchsubmit:hover{ /*-- does not work in IE --*/
	background-color: #EFEDED;
	color: #7F7F07;
	}
/*---------------------------- Comments -------------------------------*/
.comarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	}
.comol{
	margin: 20px 0px 40px 0px;
	text-align: left;
	font-weight: bold;	
	list-style-type: upper-roman;
	}
.comli{
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	margin: 25px 0px 20px 0px;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	width: 95%;
}
.comauth{
	border-bottom: 1px solid #CCCCCC;	
	width: 70%;
	font-size: 11px;
	font-weight: bold;	
	padding: 0px 0px 2px 2px;
}
.mod {
	color: #990033;
	}
.comli .cmeta {
	margin: 1px 0px 5px 2px;
	border: none;
	font-size: 10px;
	font-weight: normal;
}	
.comtxt{
	margin: 0px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
}
.preview {
	text-align: left;
	margin-top: 20px;
	list-style: none;
	width: 100%;
	}
.preview ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.preview ul li {
	list-style: none;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	padding: 4px;
	min-height: 90px; /*-- does not work in IE --*/
	}
#TextDisplay { /*Live Preview of Comments */
	margin: 5px 0px 0px 5px;
	font-size: 9px;
	font-weight: normal;	
	text-align: left;
	}	
/*---------------------------- Comment Form -------------------------------*/
#commentform {
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
}
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width: 340px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
}
#commentform #submit {
	width: 340px;
	padding: 2px;
	background: #FFFFFF;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	font-weight: bold;
	cursor: pointer;
}
#commentform #submit:hover { /*-- does not work in IE --*/
	background-color: #C7CFB5;
}
/*---------------------------- Footer -------------------------------*/
.footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	font-size: 0.8em;
	margin: 0px 0px;
	padding-bottom: 25px;
	width: 778px;
	height: 100px;
	background: url('images/hopscotch_footer.jpg') no-repeat bottom center;
	border:0px solid #CCCCCC;
	clear:both;
	}	
.powered {
	margin: 12px auto;
	margin-right: 100px;
	padding-left: 30px;
	text-align: center;
	}
.powered a {	
	font-weight: bold;
	}
/*---------------------------- Go-up -------------------------------*/
	/*------An useless bottom line that will let you go up by clicking on it :p-----*/
.go-up {	
	margin: 0px auto;
	padding: 0 0px;
	width: 778px;
	height: 10px;
	background: transparent;
	border:0px solid #CCCCCC;
	font-size: 10px;
	cursor: pointer;
	}
.ttrack a, .ttrack a:visited, .ttrack a:hover{
	color: #FFFFFF;
	font-size: 0px;
	}		
/*---------------------------- narchives Template -------------------------------*/
.narchives {
	margin-top: 20px;
	}
.narchives a {
	font-weight: bold;
	}	
.narchives input {
	cursor: pointer;
	}	
/*---------------------------- Links Template -------------------------------*/	
.lnks {
	font-size: 10px;
	padding: 8px 0px 0px 30px;
	}
.lnks a {
	font-weight: bold;
	}	
.lnks ul li {	
	margin: 0px 0px 0px 4px;
	color: #666666;
	list-style-type: square;
	list-style-image: none;
	}
.lnks li {
	list-style-type: none;
	list-style-image: none;	
	}
/*---------------------------- mozilla-styles -------------------------------*/
	/*--	Just a nice touch for mozilla user, will make text selection with a fancy background
		Taken from: http://a.proletarium.org/post/11/
		If you want to use it just uncomment it, is deactive coz won't validate.. :(
	--*/
		/*--
			*::-moz-selection {
				background-color: #f09;
				color: #fff;
				} 
		--*/
/*-------------------------------End of |X| - One Theme to Rule Them All-------------------------------------------------------*/

/******** Begin Calendar *********/

#wp-calendar {
	empty-cells: hide;
	width: 160px;
	background-color: #ffffff;
	color: #666;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#wp-calendar #next a {
	display: block;
	text-transform: uppercase;
	background-color: white;
	text-decoration: none;
	text-align: right;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#wp-calendar #prev a {
	display: block;
	text-transform: uppercase;
	background-color: white;
	text-decoration: none;
	text-align: left;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

#wp-calendar a {
	display: block;
	background-color: #DFDFDF;
	color: #666;
	}

#wp-calendar a:visited {
	display: block;
	}

#wp-calendar td {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #ffffff;
	}

#wp-calendar #today {
	color: #666;
	font-weight: bold;
}

#wp-calendar caption {
	text-align: center;
	background: #FFFFFF;
	border: 0px solid #585730;
	padding: 3px 2px 3px 3px;
	margin: 0 0 6px 0;
	color: #333333;
	font-family:  Verdana, Sans-Serif;
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: lighter;
	}

/********* End Calendar *********/
.skuggbild img 
{
	background:url(images/shadow.gif) no-repeat center;
	padding:10px 10px 10px 10px;	
	border:none;
	border-top:#eee 0px solid;
	border-left:#eee 0px solid;	
}

.entry img { padding: 0px; 
border: 0px solid #F1E5D7; 
background: white; 
align: center;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
float: center;
max-width:520px; }

.another img { padding: 3px; 
border: 1px solid #CCCCCC; 
background: #BFBFBF; 
margin: 5px 0 0px;
align: center;
text-align: center;
float: center; }

.www img { padding: 1px; 
border: 0px solid #999; 
background: white; 
margin: 2px; }

.avatar img { padding: 10px; 
border: 1px solid #F1E5D7; 
background: white; 
margin: 5px 10 10 5px;
right-margin: 10px; }

.fotnot {
	font-size: 10px;
	color: #666;
	text-align: right;
	font-style: italic;
	margin-top: -10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.gravatar {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	/*-moz-border-radius:5px;*/
	padding: 4px;
	}

.galleri img { padding: 4px; 
border: 1px solid #AFAC62; 
background-color: #FFFFFF; 
margin: 10px;
align: center;
text-align: center;
float: center;
text-align: center; }

.galleri2 img {  
padding: 0px 15px;
border: 0px;
}

.tiny img { 
padding: 0px; 
border: none;
margin: 5px; 
}

.bild img { 
padding: 4px; 
	border: 1px solid #CCCCCC;
margin: 0px; 
margin-left: auto;
margin-right: auto;
float: center;
}

img .tiny { 
padding: 10px; 
border: none;
margin: 0px 0 0px; 
}

ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

li {
	list-style-type: none;
	margin-top: 3px;
	padding: 0px;
}

.bloggtopp {
margin-right: 15px;
}

.flvPlayer { padding: 10px; 
border: 1px solid #F1E5D7; 
background: white; 
margin: 5px 0 0px;
width: 320px; }


.loggor img { margin: 0px 1px 2px 0px; 
}

.loggor { margin: 5px 0px; 
}

.svar {
background: url("http://vimsig.com/bilder/diverse/mia_09_1_40.jpg") #FFFFFF no-repeat 3px 3px;
border-top: 1px solid #CFCCA8;
border-bottom: 1px solid #CFCCA8;
border-left: 1px solid #CFCCA8;
border-right: 1px solid #CFCCA8;
color: #000000;
padding-top: 5px;
padding-left: 60px;
padding-bottom: 15px;
}

.svaraalla {
background: #CFCCA8;
color: #000000;
padding-left: 10px;
}

.bloggarom {
	font-size: 6px;
}

.vanster img { padding: 10px; 
border: 0px solid #F1E5D7; 
background: white; 
margin: 5px 5px 0px 0px;
align: center;
text-align: center;
float: left; }

.hoger img { padding: 10px; 
border: 0px solid #F1E5D7; 
background: white; 
margin: 5px 0px 0px 5px;
align: center;
text-align: center;
float: right; }

.smileys { 
width: 395px; }

.car-container a { 
font-weight: normal; }

.car-yearmonth { 
font-weight: bold; }

.tags {
	text-align: justify;	
	}

.divtext {  
border: 1px dashed #badbd4; 
background-color: #E0EFEE; 
background-image: url(images/divbg.png);
margin: 0px 25px 0px 25px;
padding: 10px; 
}