/* ------  
Theme Name: Upstart Blogger Modicus
Theme URI: http://www.upstartblogger.com/


Colors:	Dark Red	#491C20
Colors:	Light Red	#C4A7A6
Colors:	Bright Red	#F5EFEF
------ */
/* ------  font  ------ */
@font-face { 
	font-family:'Bodonitown'; 
	src: url('/images/bodonitown.ttf');
}

/* ------ group Normalize ------ */
html, body {
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
ol,ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
caption,th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
/* ------ end ------ */


/* ------  wrapper  ------ */
#wrapper {
	font-size: 1.2em;
	margin: 0 auto auto 40px;
	text-align: left;
	position: relative;
	overflow: hidden;
	width: 840px;
	min-height: 100%;
	
	background-image: url(images/ff_bg_sidebar.png);
	background-repeat: repeat-y;
}

/* ------ group Structure ------ */
#header {
	text-align: left;
	font-size: 3em;
	font-variant: small-caps;
	background: url('images/corner.png') no-repeat;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 340px;
	height: 240px;
}

body {
	font: 11px/23px Georgia, Times New Roman, serif;
	text-align: left;
	color: #C4A7A6;
	background: #000 repeat-y;

	margin: 0 auto;
	padding: 0;
}

/* ------ end ------ */

a:link, a:visited {
	color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FAFAFA;
	text-decoration: underline;
	border-bottom: none;
}


a:link.subscribe, a:visited.subscribe {
	color: #C4A7A6;
}

a:hover.subscribe  {
	color: #FAFAFA;
}

.description {font-size: .5em;}

#header img {
	border: 0px solid; 
	float: left;
	padding: 60px 0 0 0;	
}

/* ------ event-, left- and postimage ------ */
#postimage {
	text-align:left;
	float:left;
	
	width: auto;
	height: auto;
	margin: -240px 0 0 360px;
	
	top: 0px;
	left:340px;
}
#postimage img {
	max-width: 480px;
	height: auto;
}
#bgimage {
	text-align:left;
	float:left;
	
	width: auto;
	height: auto;
	margin: 0px 0 0 360px;
	
	top: 0px;
	left:340px;
}
#bgimage img {
	max-width: 200px;
	height: auto;
}

/* ------  leftimage  ------ */
#leftimage {
	position:absolute;
	z-index: 2;
	top: 20px;
	left: 360px;
	max-height: 220px;
	width: 400px;
}


#leftimage img {
	max-height: 220px;
	height: auto;
}

/* ------ sidebar ------ */
#sidebar {
	position: absolute;

	top: 240px;
	left: 0px;
	
	padding: 20px 20px 0px 0px;
	width: 320px;
	height: auto;
}

#sidebar h1 a {
}

#sidebar p {
	padding: 0 0 20px 30px;
}

#sidebar .flexipages_widget li {
	text-align: left;
	text-transform: uppercase;
	font: 18px/30px Bodonitown, Georgia, Times New Roman, serif;
	min-height: 50px;
	padding: 0 0 0 30px;
}
#sidebar li ul {
	padding: 0 0 0 0;
}

#sidebar a {
	color: #F5EFEF;
	border: none; 
	font-weight: normal;
}

#sidebar li:hover {
	background: url('images/bg_hover_li.png') no-repeat 0 8px;
 	color: #FAFAFA;
	font-weight: normal;
	text-decoration: none;
}

#sidebar .flexipages_widget li ul li {
	background: none;
	font: 16px/30px Bodonitown, Georgia, Times New Roman, serif;
	text-align: left;
	min-height: 20px;
	padding: 2px 0 6px 30px;
}


#sidebar .flexipages_widget li ul li:hover {
	background: url('images/bg_hover_sub_li.png') no-repeat 0 8px;
}

#sidebar ul .current_page_item {
	background: url('images/bg_li.png') no-repeat 0 8px;
}

#sidebar .flexipages_widget li ul .current_page_item {
	background: url('images/bg_sub_li.png') no-repeat 0 8px;
}

#sidebar a:hover {
	text-decoration: none;
}


/* ------ languages ------ */
#languages {
	position: fixed;
	top: 0px;
	right: 0px;
	
	padding: 10px 0 0 0;
}

#languages .qtrans_language_chooser li { 
	font: 9px Georgia, Times New Roman, serif;
	color: #C4A7A6;
	float: left; 
	margin-right: 10px;
	background: transparent;
}
#languages .qtrans_language_chooser .active {
	text-decoration:underline;
	color: #c4a7A6;
}
#languages a {
	color: #C4A7A6;
}
#languages a:hover {
	color: #FFFFFF;
}


/* ------ footer ------- */
#footer #copyright {
	font: 9px Georgia, Times New Roman, serif;
	position: absolute;
	text-align: left;

	bottom: 8px;
	left: 30px;

	width: 340px;
}


p postmetadata {
	line-height: 100%;
	margin: 10px 0 25px;
	color: #C4A7A6;
}

/* ------ Post ------ */
.post {
	text-align: left;	
	z-index: 2;
	
	float: left;
	clear: both;
	left: 300px;
	top: 0px;

	padding: 260px 0 0 360px;

	width: 400px;
	height: auto;
}

/* ------ Entry ------ */
.entry {
	text-align: left;
	width: 400px;
	height: auto;
	left: 60px;
}

.entry blockquote {
	font-weight: normal; 
	color: #FFFFFF;
	
	background: url('images/bg_quote.png') no-repeat 0 0px;
	border-top: 1px solid #491C20;
	border-bottom: 1px solid #491C20;
	
	margin: 16px 0 2px 0;
	padding: 16px 0 0 30px;
}

.entry img {
	max-width: 420px;
	height: auto;
	margin: 0 0 20px -20px;
}

.entry .coverimage {
	border-top: 1px solid #000;
	cursor: pointer;
	margin: 0 0 0 -20px;
}

.entry .galleryimage {
	max-width: 420px;
	height: auto;
	cursor: pointer;
	margin: 0 0 0 -20px;
}
.entry .youtube-video {
	max-width: 420px;
	height: auto;
	cursor: pointer;
	margin: 0 0 0 -20px;
}

.entry .coverimage:hover {
	border-top: 1px solid #491C20;
}

.entry .icon {
	margin: 20px 0 0 0;
}

/* ------ gallery-navigation ------ */
.galleryfolder {
	display: none;
	float: left;
	clear: none;
	
	margin: -25px 0 0 -20px;
	padding: 0 35px 0 20px;
	height: 25px;
	
	background: #491C20 url('images/corner_right.png') no-repeat top right;
	cursor: pointer;
}

.galleryexpander {
	display: none;
	float: left;
	clear: none;
	
	margin: -25px 30px 0 -20px;
	padding: 0 30px 0 20px;
	height: 25px;
	
	border-left: 1px solid #000;
	background: #491C20 url('images/corner_right.png') no-repeat top right;
	cursor: pointer;
}

/* ------ Notice ------ */
.quote {
	font-weight: normal; 
	background: url('images/bg_quote.png') no-repeat 0 0px;
	border-top: 1px solid #491C20;
	margin: 16px 0 2px 0;
	padding: 16px 0 8px 30px;
}

/* ------ Entry Parts ------ */
.cat a:link, .cat a:visited{
	text-transform: uppercase;
	color: #f5467a;
}

.cat a:hover{
	text-transform: uppercase;
	color: #FAFAFA;
}

.cat {
	text-transform: uppercase;
}

p {
	padding: 1em 0 .5em 0;
}

strong {
	font-weight: bold;
}

h2 {
	padding-top: 10px; 
	font-size: 1.2em;
}

h3 {
	padding-top: 10px; 
	text-transform: uppercase;
}

.center {
	text-align: center;
}

.borderless img, img.borderless {
	border: none;
}

.imgleft {
	float:left;
}

em {
	font-style: italic;
}

.entry li {
	display: block;
}


/* ------ Posttabellen ------ */
.entry table {
	width: 400px;
	border: 1px solid #491C20;
}

.entry tbody {
	width: 400px;
}

.entry th {
	color: #fff;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 5px 35px;
}

.entry td {
	padding: 0 0 0 35px;
}

ul {
	padding-bottom: 1em;
}


ul.related li a{display: block;}
ul.related li {display: block;}

ul.archive li{display: block; padding: 0 0 1em;}

ul.archive p:first-child {
	font-weight: bold;
	padding-top: 0; 
	color: #F5EFEF;
}

ul.archive p {
	display: block; 
	padding: 0 0 10px 0;
}

ul.archive {margin: 0; padding:0;}


/* ------ Comments Normal Bubble ------ */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 10px;
	border: 1px solid #c9c2c1;
}

div.bubble blockquote p {
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

div.bubble cite {
	position: relative;
	margin: -7px;
	padding: 7px 0px 10px 15px;
	top: 5px;
	background: transparent url('images/tip.gif') no-repeat 18px 1px;
	font-style: normal;
	font-size: 1em;
	display: block;
}

.alt {
	margin: 0;
	padding: 0;
}

#commentform p {
	padding: 5px 0;
	font-size: 1.2em;
}

#comment {
	font: 14px Georgia, Times New Roman, serif;
	color: #C4A7A6;
	border: 1px solid #491C20;
	background: #000;
	
	padding: 2px 10px 2px 10px;
	
	width: 380px;
	height: 100px;
}

#wpc p {
	padding: 0 0 0 0;
}
ul.archive #wpc p:first-child {
	color: #C4A7A6;
}

#commentform input,
#wpc input,
#wpc textarea  {
	font: 14px Georgia, Times New Roman, serif;
	color: #C4A7A6;
	border: 1px solid #491C20;
	background: #000;
	
	margin: 0 10px 10px 0;
	padding: 2px 10px 2px 10px;
	
	width: 200px;
	height: 20px;
}

#wpc input {
	margin: 0 10px 20px 0;
}

#wpc textarea {
	width: 380px;
	height: 80px;
	margin: 0 10px 10px 0;
}
#wpc #send input {
	height: 24px;
	border: 1px solid #491C20;
	background: #491C20;
}
#wpc small,
#commentform small {
	font: 10px Georgia, Times New Roman, serif;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
	
#commentPreview {
	font-size: .8em;
}
/* ------ End Comments ------ */

/* ------ Share This ------ */

.sharethis {padding: 2em 0 3em;}

#akst_form {margin-left: -50px;}

/* ------ End Share This ------ */

/* ------ Begin Search ------ */

#search_form {
	width: 15px;
}

.search_input {
	width: 5px;
}

/* ------ End Search ------ */

