/*  
Theme Name: Contempt v2
Theme URI: http://www.raven.za.net/wp-themes/contempt
Description: Contempt based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: fx
Author URI: http://www.raven.za.net

*/



/* Begin Typography & Colors */

/*body * {
	overflow:hidden;
}*/

li,ul {
	overflow:visible;
}

body {
	background-color: #cecec9;
	color: #333;
	text-align: center;
}

#topbar {
	margin: 0;
	max-width:1000px;
	height:25px;
	line-height:23px;
	overflow:hidden;
	border-bottom: 1px black solid;
}	
	

#topbar a, #topbar {
	text-align: right;
	padding-right: 5px;

}	

#pagebar li {
	list-style:none;
}

	
.entry {
	font-size:1.2em;
}
	
#page {
	
	border: 1px solid #959596;
	text-align: left;
	width: 1000px;
}

#header {
}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	background-color: #eee;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}
	
small.cats {
	text-transform: uppercase;
	font-size: 0.9em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
	text-align: center;
}

.description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.8em;
}

h2.pagetitle {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #FFFFFF;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	
.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
	
p.about {
	text-align: center;
	background-color: #F8F8F8;
	font-size: 1.2em;
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
	font-size: 1em;
}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}
	
#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
}

#page {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	border: 0;
}
	
#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}

#headerimg {
	margin: 0;
	height: 140px;
	width: 100%;
}

	
.post {
	margin: 0 0 30px;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}
	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 40px;
	margin: 0;
}

.description {
	text-align: center;
	margin-top: -5px;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
}
	

ol li {
	list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

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

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	height: 1px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border: 0;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/


#page {
	background-color:white;
	padding:0px;
}

#left_sidebar, #content, #right_sidebar, #header {
	float:left;
	clear:none;
	margin:0px;
}

#left_sidebar {
	width:150px;
	padding-top:15px;
}

#pagebar {
	width: 850px;
	height: 46px;
	position:absolute;
	bottom:-46px;
	right:0px;
	background-image: url('http://www.gislimarteinn.is/wp-content/themes/contempt_v3/images/jl/valstika_bg.png');
}

#pagebar * {margin:0; padding:0;}

#pagebar li {
	display:block;
	float:left;
}

#pagebar a {
	color: white;
	font-size: 14px;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;
	line-height: 46px;
	height: 46px;
	text-decoration: none;
}

#pagebar .current_page_item {
	background-image: url('http://www.gislimarteinn.is/wp-content/themes/contempt_v3/images/jl/valstika_bg_sel.png');
}

#pagebar .page_item:hover {
	background-image: url('http://www.gislimarteinn.is/wp-content/themes/contempt_v3/images/jl/valstika_bg_sel.png');
}

#right_sidebar {
	width:300px;
}

#right_sidebar a {
	color:#3b3b3b;
}

#left_sidebar ul li {
	list-style:none;
	display:block;
}

#left_sidebar * {margin:0px; padding:0px;}

#left_sidebar ul li {
	margin-left:15px;
}

#left_sidebar h2 {
	text-transform:capitalize;
	color:#1f618e;
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
}

#left_sidebar ul li ul li {
	display:list-item;
	list-style:disc;
	margin-left:20px;
	list-style-position:outside;
}

#left_sidebar a {
	color:#3b3b3b;
	font-size:12px;
	line-height: 20px;
	margin-left: -5px;
}

#content {
	width: 549px;
	margin-top: 51px; /* 46 + 5 */
	margin-bottom: 5px;
	border-left: 1px solid #b6b6b6;
	min-height:600px;
}

.smooth_box {
	position:relative;
	background-color:#e1e1e1;
	border: 1px solid #858585;
	z-index:2;
	margin-top:5px;
	margin-right:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.smooth_box.gradient {
	background-image: url('http://www.gislimarteinn.is/wp-content/themes/contempt_v3/images/jl/rbox_bg_grad.png');
	background-repeat: repeat-x;
	background-color: white;
}

.smooth_box h2 {
	display:block;
	border-bottom: 1px solid #999;
	margin:0;
	padding-left:16px;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left:5px;
	margin-right:5px;
	font-size: 14px;
}

.smooth_box .body {
	border-top: 1px solid white;
	margin:0;
	padding:0;
	margin-left:5px;
	margin-right:5px;
	padding-left:36px;
	font-style:italic;
	font-size: 14px;
}

.smooth_box .body li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.post {
	margin-top:20px !important;
	margin-left:20px !important;
	margin-right:20px !important;
}

.post .date {
	font-size: 12px;
	font-style:italic;
	color:#8c8c8c;
}

.post h2 {
	margin-top: 8px;
	font-weight:normal;
	font-size: 28px;
	margin-bottom:6px;
}

.postmetadata {
	background-color: #f4f4f4;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #858585;
	line-height:30px;
	height:30px;
	padding: 0px 10px 0px 10px;
}

.postmetadata .share {
	float:right;
	padding-top:3px;
}

#right_sidebar, #left_sidebar {
	font-size:13px;
}

#header {
	height:195px;
	overflow:visible;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.entry {
	line-height: 20px;
}

.clr {
	clear:both;
	float:none;
}

.sociable, .sociable * {
	margin:0;
	padding:0;
}

.message_box {
	background-color: rgb(255, 255, 224);
	border: 1px solid rgb(230, 219, 85);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:10px;
	margin: 10px 10px 0 10px;
	list-style-position:inside;
}

#fb_feed {
	width:293px;
	height:500px;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.send_txt {
	float:right;
	color:#1f618e;
	margin-right:10px;
	font-size:12px;
}

#fb-head {
	margin:0;
	padding:10px 20px 10px 20px;
	background-color:#EDEFF4;
}

#fb-head a {
	color:#3B5998;
}

#fb-head a:hover {
	text-decoration:underline;
}

#youtube_thumbs {
	background-color:#666;
	color:white;
}

#youtube_thumbs img {margin:0;padding:0;}

#youtube_thumbs .thumb {
	float:left;
	margin-left:8px;
	margin-top:8px;
	margin-bottom:8px;
	width:135px;
	position:relative;
	cursor:pointer;
	display:block;
}

#youtube_thumbs .thumb img {
	float:left;
}

#youtube_thumbs .thumb .info {
	height:32px;
	width:130px;
	background-color:#3a3a3a;
	color:white;
	float:left;
	padding:5px;
	padding-right:0px;
}

#youtube_thumbs .thumb .overlay {
	position:absolute;
	right:5px;
	bottom:47px;
}
	
	
	
	
	