/*
Theme Name: Adaptitheme
Theme URI: http://www.adaptivemedia.se
Description: The Adaptive Media theme
Author: Johan Vallstrand/Adaptive Media
Version: 1.0
Tags: blue, open, rounded, big, large
*/

.blog_post{
	width: 100%;
}

.blog_post_image{
	float:left;
	width: 29%;
}
.blog_post_content{
	float:left;
	width: 71%;
}

.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	margin-right: 12px;
	min-height: 182px;	
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation_blog {
	clear: both;
	padding: 10px 0px;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #e4e6ef;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #1c2543;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
input{
	width: 200px;
	background:#e4e6ef;
	border: 1px solid #1c2543;
	padding: 3px;
	margin-top: 3px;
}
textarea{
	width: 730px;
	height: 140px;
	background:#e4e6ef;
	border: 1px solid #1c2543;
	padding: 2px;
	margin-top: 3px;
}
textarea:focus, input[type="text"]:focus {
	background: #ffffff;
	border: 1px solid #1c2543;
}
#commentform #submit, .wpcf7-submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
	margin-right: 20px;
}


/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 20px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}





/* CSS Document */
body, strong, ul, li, img {
	margin:0;padding:0;
	border:none;
}

/* Override default tags */
body {
	background: #10172E;
	color:#555555;
	font-family:Lucida Sans Unicode,Lucida Grande, Sans-Serif, Trebuchet MS, Trebuchet, Arial;
	font-size:12px;
	margin:0;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #10172E;
}
h1 {
	font-size:28px;
	margin-top: 15px;
	margin-bottom: 12px;
}



h2 {
	font-size:24px;
	margin-top: 15px;
	margin-bottom: 12px;
}


#sidebar h2 {
	font-size:18px;
	margin-top: 22px;
}
#site-title{
	margin: 0;
	padding: 0;
}
p {
	color:#555555;
	font-size:13px;
	line-height:18px;
	word-spacing:1px;
}
.hr_line{
	background:#CCC;
	border-top: 1px solid #cfcfcf;
	height: 1px;
	width: 90%;
	margin: 10px auto;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.hr_line_small{
	background:#CCC;
	border-top: 1px solid #cfcfcf;
	height: 1px;
	width: 100%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.hr_line_blue{
	background:#CCC;
	border-top: 1px solid #10172E;
	height: 1px;
	width: 95%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}



/* Layout */
#top {
	height: 40px;
}
#top_center {
	margin: 0 auto;
	width:1000px;
	color: #fff;
	padding-top:10px;
	height: 100%;
}

#wrapper {
	background:#F5F5F5;
	padding-top: 30px;
}

#splash{
	background: url(images/splash_bg.png) repeat-x;	
	width: 100%;
	margin-top: 10px;
}
#splash_center{
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#splash_left{
	width: 60%;
	float: right;
	padding-top: 20px;
}
#splash_right{
width: 350px;
float: left;
margin-top: -25px;
margin-left: -120px;
}
#splash h1, #splash h2{
	margin-top: 14px;
	margin-bottom: 21px;
	font-size: 28px;
	color: #F5F5F5;	
	padding-top: 0;
	font-family:Century Gothic,Lucida Grande, Sans-Serif, Trebuchet MS, Trebuchet, Arial;
	font-weight: normal;
	text-shadow: #4c514d 1px 1px 2px;
}
#splash p{
	color: #F5F5F5;	
	text-shadow: #4c514d 1px 1px 2px;
}

#content_center {
	width: 1000px;
	margin: 0 auto;
}
#content_text {
	margin-bottom: 12px;
	width: 800px;
	float:left;
	padding-right: 10px;

}
#page_text {
	margin-bottom: 12px;
	width: 775px;
	float:left;
	padding-right: 10px;
	margin-right: 25px;

}
#sidebar {
	width: 180px;
	float:left;
	padding: 0 0 0 0px;
}

#content{
	width: 100%;
}

#footer {
	min-height:40px;
	width: 100%;
}
#footer_center {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

#header {
	height: 130px;
}
#header_center {
	width: 1000px;
	margin: 0 auto;
}
#logo {
	margin: 10px 0 0;
	float:left;
}
#top_menu {
	float: right;
	margin-top: 25px;
	margin-right: 23px;
}
ul.navigation {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry ul{
	list-style: disc;
	padding:auto;
	margin:auto;
	margin-left: 13px;
}
.entry li{
	font-size: 12px;
}

.navigation li{
	float: left;
	margin-left:20px;
} 
.navigation a{
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	padding-left: 20px;
	height: 38px;
	margin-top:10px;
	text-transform:lowercase;
}

.navigation a{
	padding-right: 20px;
	height: 28px;
	padding-top:11px;
}

.navigation a, .navigation a span{
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
.navigation a, .navigation a span{
	float: none;
}
/* End hide */

.navigation a:hover, .navigation a.current{
	color: #fff;
	background: #10172E;
	padding-left: 20px;
	margin-top:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: #4c514d 1px 1px 2px;
}

.current_page_item a{
		color: #fff;
	background: #10172E;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: #4c514d 1px 1px 2px;
}
.navigation a:hover span, .navigation a.current_page_item span {
	padding-right: 20px;
	padding-top:10px;
}



/* Common objects */
.clear {
	clear:both;
}
.green {
	color: #0C0;
	font-weight:bold;
	font-style: italic;
}
.red {
	color: red;
	font-weight:bold;
	font-style: italic;
}


#gallery-x {
	margin: auto;
}
#gallery-x .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;			}
#gallery-x img {
	border: 2px solid #cfcfcf;
}
#gallery-x .gallery-caption {
	margin-left: 0;
}
.gallery-icon{
	text-align: left;
}


/*** Tag cloud ***/
#footer .tag_cloud h2 {
	color: #FFF;
}
#footer .tag_cloud {
	width: 800px;
}
#footer .tag_cloud a {
	height: 18px;
	padding: 4px 5px;
/*	-moz-border-radius:4px;*/
	margin:3px 3px 10px 0;
	float:left;
	color:  #f7f7f7;
}
