/*
Theme Name: The Alexander & Julia Theme
Theme URI: http://www.alexanderochjulia.se
Description: The Travel Blog
Author: Alexander Gustavsson
Author URI: http://www.whatireallydoatwork.com
*/

/*-----------Reset Elements--------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------Block Level Elements--------------*/
body {
   	font-family: arial, "lucida console", sans-serif;
	background:#dadad9 url(images/topbackground.jpg) top repeat-x;
}

#page {
	width:960px;
	margin:0 auto;
}

#wrapper {
	width:940px;
	margin:10px 0 0 0;
/*	overflow: hidden;*/
}

#content {
	float:left;
	width:682px;
	margin: 0px 0 0 10px;
}

#sidebar {
	width:238px;
	margin: 0 0 0 710px;
	padding:0px 0 0 0;
}

#footer {
	height:70px;
	padding:40px 0 0 0;
	margin:50px 10px 20px 10px;
	width:940px;
	clear:both;
}

a {
	color:#000;
	background-color:transparent;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#000;
	background-color:transparent;
	text-decoration:underline;
}
/*-------------Header-------------*/

#header {
	width:940px;
/*	height:750px; */
	margin:0 10px 0 10px;
}

#logo {
	float:left;
}

#headertop {
	height:130px;
	margin:0 0 10px 0;
	background-image:url('images/topheaderBG.jpg');
	background-repeat:no-repeat;
}

#headerimg {
	border-bottom:5px solid #000;
}

#headerimg img {
	border:0px;
	padding:0 0 10px 0;
}

#title {
	display:none;
}

.description {
	display:none;
}

/*-------------Get Recent Comments-------------*/
#recentcomments {
	width:300px;
	float:right;
	margin: 26px 0 0 0;
}

#recentcomments h2{
	display:none;
}

#recentcomments li{
	list-style: none;
}

.recent_comment_bubble {
	color:#fff;
	background-color:#000;
}

.recent_comment_bubble p {
	color:#fff;
	background-color:#000;
	font-size:11px;
	padding:10px;
}

.recent_comment_bubble_hak {
	margin:0 0 0 10px;
}

.recent_comment_link {
	font-size:10px;
}

.recent_comment_link a{
	font-weight:normal;
 	color:#000;
	background-color:transparent;
}
/*-------------Widgets-------------*/
#widgetcontainer {
	background-image:url('images/headerMenuBG.jpg');
	background-repeat:no-repeat;
}

#widgetcontainer h2 {
	font-weight:normal;
	color:#000;
	background-color:transparent;
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:10px;
}
#widgetcontainer h2 a{
	font-weight:normal;
	color:#000;
	background-color:transparent;
	font-size:10px;
	text-transform: uppercase;
}
.widgetlist {
	margin:5px 0 0 0;
}
.widgetlist li li {
	margin:5px 0 5px 0;
	color:#000;
	background-color:transparent;
	padding:5px 0 0 0;
	font-size:14px;
}

.widgetlist li li a {
	font-weight: normal;
	font-family: georgia, serif;
	font-size:18px;
	font-style:italic;
	text-decoration:none;
	color:#000;
	background-color:transparent;
}
/*-------------Twitter-------------*/
#twitterwidget {
	width:280px;
	float:left;
	margin:50px 10px 0 10px;
}

#twitterwidget li li {
	font-weight: normal;
	font-family: georgia, serif;
	font-size:18px;
}

#twitterwidget li li a {
	font-style:italic;
	color:#fff;
	padding:5px;
	line-height:22px;
	background-color:#000;
	display:block;
}

#twitterwidget li li a:hover {
	color:#fff;
	background-color:#009cff;
}

/*-------------Last FM-------------*/
#lastfmwidget {
	width:280px;
	float: left;
	margin:50px 10px 0 30px;
}

#lastfmwidget li li {
/*	background-color:#ff0000;*/
}

#lastfmwidget li li a{
	color:#fff;
	padding:5px;
	line-height:22px;
	background-color:#000;
	display:block;
}

#lastfmwidget li li a:hover{
	color:#fff;
	padding:5px;
	line-height:22px;
	background-color:#009cff;
}

/*-------------Tag Cloud-------------*/
#tagcloudwidget {
	width:280px;
	float:right;
	margin:50px 10px 0 10px;	
}

#tagcloudwidget a {
	font-weight: normal;
	background-color:#000;
	padding:5px;
	line-height:38px;
	font-family: georgia, serif;
	font-style:italic;
	text-decoration:none;
	color:#fff;
}

#tagcloudwidget a:hover {
	font-weight: normal;
	background-color:#009cff;
	padding:5px;
	line-height:38px;
	font-family: georgia, serif;
	font-style:italic;
	text-decoration:none;
	color:#fff;
}


/*-------------Menu-------------*/
#navmenu {
	border-bottom:5px solid #000;
	width:940px;
	float:left;
	margin:12px 0 0 0;
}
#navmenu ul {
	margin: 0 0 2px 0;
	padding: 0; 
	list-style-type: none;
	list-style-image: none;
}
#navmenu li {
	display: inline;
}
#navmenu ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-size:14px;
	margin:0 15px 0 0;
	color:#000;
	background-color:transparent;
}
#navmenu ul li a:hover {
	color:#fff;
	background-color:#009cff;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
/*	font-weight:bold; */
	font-size: 36px;
}

h3 {
	font-size:16px;
}


h3 a{
/*	color:#fff; */
	text-decoration:none;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

/*-------------The Post-------------*/
.headlinebg {
/*	background-color:#000;
	padding:3px 10px 3px 10px;*/
}

.post h2 a:visited {
	text-decoration: none;
	color:#fff;
	line-height:46px;
	padding:3px 10px 3px 10px;
	background-color:#000;
	display:block;
}

.post h2 a {
	text-decoration: none;
	color:#fff;
	line-height:46px;
	padding:3px 10px 3px 10px;
	background-color:#000;
	display:block;
}

.post h2 a:hover {
   	color:#fff;
	text-decoration: none;
	line-height:46px;
	padding:3px 10px 3px 10px;
	background-color:#009cff;
	display:block;
}

.post {
	margin:0 0 20px 0;
}
/*
.more-link {
	color:#ffffff;
}*/

.post p {

}

.post a {
}


.post ul {

}

.post li {

}

.entry {
	background-color:#fff;
	border:1px solid;
	border-color:#b4b4b4;
	color:#000;
	padding:20px;
}

.entry a {
	margin:0px;
	padding:0px;
}

.entry p {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 10px 0;
}
.bildtext {
	font-size:10px !important;
	line-height: 12px !important;
	text-transform: uppercase !important;
  	font-family: arial, "lucida console", sans-serif !important;
 	margin:4px 0px 10px 0px !important;
	padding:0px !important;
	font-weight:bold !important;
}
.ingress {
	font-size:16px !important;
	font-style:italic;
}

.post img {
	border:0px;
}

.wp-caption {
	display:block;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-text {
	font-size: 10px !important;
	line-height: 12px !important;
	font-family: arial, "lucida console", sans-serif !important;
	text-transform: uppercase !important;
 	margin:4px 0px 10px 0px !important;
	padding:0px !important;
	font-weight:bold !important;
}

.entrytext {
	margin:10px 0 0 0;
	background-color:#fff;
	border:1px solid;
	color:#000;
	border-color:#b4b4b4;
	padding:18px;
}

.entrytext p {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 10px 0;
}

.postmetadata
{
    font-size: 10px;
	width: 620px;
	color:#000;
	background-color:transparent;
}
.postmetadata img {
	vertical-align:bottom;
}

.postmetadata alt
{
    font-size: 10px;
}

.postmetadata a {
	color:#007ac0;
	background-color:transparent;
}

.navigation {
	height:20px;
	margin:0 0 10px 0;
}

.alignleft {
	font-size:12px;
	float:left;
}
.alignleft a {
	font-size:12px;
	color:#000;
	background-color:transparent;
}

.alignright {
	font-size:12px;
	float:right;
}
.alignright a {
	font-size:12px;
	color:#000;
	background-color:transparent;
}

cite {
	font-size: 12px;
    font-weight: bold;
    font-style:normal;
}
cite a {
	color:#000;
	background-color:transparent;
}

img {
	border:0px;
}

acronym, abbr {

}

.bylinecaps {
	font-size:11px;
	text-transform: uppercase;
	font-style:normal;
	color:#000;
	background-color:transparent;
}
.bylinecaps a {
	font-size:11px;
	text-transform: uppercase;
	font-style:normal;
	color:#000;
	background-color:transparent;
}


.bylineContainer {
	height:19px;
	margin:15px 0 5px 0;
}

.byline {
	float:left;
	font-size:11px;
	font-style: italic;
	margin:5px 0 0 0;
}
.commentBubble {
	float:right;
	background-image: url('images/iconComments.gif');
	width:21px;
	height:19px;
}
.textBubble {
	padding:2px 0 0 8px;
}

.commentBubble a {
	color:#fff;
	background-color:transparent;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
/*--------------Archive------------*/
.pagetitle {
	font-size: 36px;
	text-decoration: none;
	color:#fff;
	background-color:#000;
	padding:3px 10px 3px 10px;
	line-height:46px;
	font-weight:bold;
	margin:0 0 20px 0;
}

.entryarchive img {
	width:80px;
	height:80px;
}

.entryarchive {
	background-color:#fff;
	border:1px solid;
	border-color:#b4b4b4;
	color:#000;
	padding:18px;
}
.bylineContainerArchive {
	height:19px;
	margin:0px 0px 5px 0px;
}
.entryarchive p {
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	margin-top:-4px;
}
.entryarchive p br{
	display: none !important;
}

.archiveimage {
	float: left;
	width: 80px;
}
.archiveexcerpt {
	margin-left: 15px;
	float: left;
	width: 540px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
.archiveclearer{
	clear: both;
}
.post h3 {
	text-transform: uppercase;
	font-size:18px;
	color:#000;
	background-color:transparent;
    font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.timeDate {
	font-size:11px;
	text-transform: uppercase;
	font-style:normal;
	margin: 15px 0 5px 0;
}
.pageheader {
	font-size: 36px;
	text-decoration: none;
	color:#fff;
	background-color:#000;
	line-height:46px;
	font-weight:bold;
	padding:3px 10px 3px 10px;
}
/*--------------Sidebar------------*/
#sidebar ul {
	list-style:none;
	background-color:#fff;
	border:1px solid;
	color:#000;
	border-color:#b4b4b4;
	padding:20px;
}

#sidebar ul h2 {
	text-transform: uppercase;
	font-size:18px;
	color:#000;
	background-color:transparent;
    font-weight:bold;
	margin: 0 0 12px 0;
}

#sidebar ul ul {
	color:#000;
	background-color:#fff;
	border:none;
	padding:0px;
	margin:0 0 20px 0;
}

#sidebar ul li {
	font-size: 12px;
	margin: 0px 0 8px 0;
}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
}

#sidebar a {
	color:#000;
	background-color:transparent;
	text-decoration:none;
}

#sidebar a:hover {
	color:#00a2ff;
	background-color:transparent;
}

#sidebar a:visited {

}

/*--------------Comments--------------*/
ol.commentlist {
    font-size:11px;
	color:#000;
	background-color:transparent;
	margin-bottom: 15px;
}

ol.commentlist li {
	background-color:#000;
	margin-top:15px;
}

ol.commentlist li p {
 	font-size:11px;
	color:#fff;
	padding-bottom:5px;
}

.comment_text {
	padding:10px 10px 5px 10px;
} 

ol.commentlist li p br {
	
}

ol.commentlist p a {
	color:#fff;
}

.commenthak {
/*	margin:0 0 0 10px;*/
	width:100%;
	background-color:#dadad9;
}

.commenthak {
	padding:0 0 0 10px;
}


small.commentmetadata {
	
}

small.commentmetadata a{
	color:#000;
	background-color:transparent;
}
#comment {
	width: 500px;
}
.commenter{
	color:#000 !important;
	background-color:#dadad9;
}

.comments {
	font-size:16px;
	font-weight:bold;
	color:#000;
	background-color:transparent;
}

#respond {
	margin:10px 0 10px 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	background-color:transparent;
}
#commentform p {
	font-size: 10px;
	margin:10px 0 10px 0;
	text-transform: uppercase;
}
#commentform textarea {
	font-size: 12px;
	color:#000;
	background-color:#fff;
	border-style:solid;
	border-color: #363636;
	padding: 2px;
	border-width: 1px;
}
#commentform #author {
	color:#000;
	width:300px;
	background-color:#fff;
	border-style:solid;
	border-color: #363636;
	padding:2px;
	border-width: 1px;
}
#commentform #email {
	color:#000;
	width:300px;
	background-color:#fff;
	border-color: #363636;
	border-style:solid;
	padding:2px;
	border-width: 1px;
}
#commentform #url {
	border-style:solid;
	width:300px;
	color:#000;
	background-color:#fff;
	border-color: #363636;
	padding:2px;
	border-width: 1px;
}
#commentform .star {
	font-size:12px;
	color:#963312;
	background-color:transparent;
}

#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(images/msg_arrow.gif) left center no-repeat;
	padding-left:7px;
}
#msgcontent {
	display:block;
	background-color:#b1421d;
	padding:5px;
	font-size: 10px;
	font-weight:bold;
	color:#fff;
	min-width:150px;
	max-width:250px;
}
/*--------------Search Form-------------*/

#searchform {

}


#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {


}

#wp-calendar th {

}

#wp-calendar a {


}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Slider------------------*/
#slider{
	margin:10px 0 0 0;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:940px;
	height:400px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
/*-------------Other------------------*/

hr {
	display:none;
}