/*
Theme Name: Krimsoline
Theme URI: http://www.krimsonline.com	
Description: Photoblog theme for WP.
Version: 1.0
Author: Gert Ooms
Author URI: http://www.krimsonline.com
*/

body  { 
	font-family : Helvetica, verdana, serif;
    background:  #ffffff;
    padding: 0px;
}

h1,h2,h3,h4,h5,h6,form,fieldset {
	margin:0;
	padding:0;
	font-family : "Century gothic", serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfloat {
	clear: both;
}

.justify {
	text-align: justify;
	width: 250px;
	padding: 5px;
	background:#F9F9F9;
	border-bottom:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #bbbbbb;
}

.low {
	display:none;
}

.container { 
	margin: auto;
	text-align: center;
    color: #000000;
    font-family : arial, serif;
    padding: 0px;
	width: 960px !important;
}

a  {     
	color : #999999;
    text-decoration : none;
    font-weight : normal;
 
}

a:link  {
    color : #999999;
    text-decoration : none;
    font-weight : normal;
}

a:visited {    
	color : #999999;
    text-decoration : none;
    font-weight : normal;
}
   
a:active  {     
	color : #bbbbbb;
    text-decoration : none;
    font-weight : normal;
}

a:hover  {      
	color : #bbbbbb;
    text-decoration : none;
    font-weight : normal;
}

a:focus { 
	outline: none;
}

.entry {
	margin-top : 10px;
    margin-bottom : 0px;
    margin-left : 15px;
    margin-right : 15px;
    padding : 0px;     
	color : #000000;
    font-size : 11px;
    font-weight : normal;
    text-align : center;
}

blockquote {
	color: #999999;
    margin: 2px 15% 10px 16%;
    font-size: 12px;
}

.entry img { 
	border : none;
	padding: 0px 23px;
	background: url(images/shadow.jpg) no-repeat top left;
}

.entrycat img, .entrythumb img { 
	margin: 3px;
	border: 0px; 
	text-align: center;
}

.entrycat img a, .entrythumb img a { 
	margin: 3px;
	border: 0px; 
	text-align: center;
}

.entrycat img a:hover, .entrythumb img a:hover { 
	margin: 3px;
	border: 1px solid #bbbbbb; 
	text-align: center;
}

.entrythumb {
	padding-top : 20px;     
	color : #000000;
	font-size : 11px;
	font-weight : normal;
	text-align : left; 
	margin: 0 auto;
}
.entrycat {
	padding-top : 20px;     
	/* padding-right: 20px; */
	/* border-right: 1px solid #999999; */
	color : #999999;
	font-size : 11px;
	font-weight : normal;
	text-align : left; 
	margin: 0 auto;
	width: 620px !important;
}

.column300 {
	padding-top : 20px;
	padding-left: 20px;
	color : #999999;
	font-size : 11px;
	font-weight : normal;
	text-align : left; 
	margin: 0 auto;
	border-left: 1px solid #999999;
	width: 300px !important;
}

.code {    
	color : #8B1D1D;
}


.info{
	margin-top : 0px;
    margin-bottom : 5px;
    margin-left : 10px;
    margin-right : 10px;
    padding : 5px;     
	color : #000000;
    font-size : 11px;
    font-weight : normal;      
    text-align : justify; 
}

.pages {
	padding : 20px 0px 60px 60px;     
	color : #999999;
    font-size : 13px;
    font-weight : normal;
    text-align : left;
    margin: 0 auto;
}

.posted   {  
	margin-top : 20px;
    margin-bottom : 3px;
    margin-left : 20px;
    margin-right : 20px;  
    text-align : center;   
    font-family : verdana, serif;
    font-size : 11px;
    letter-spacing: 2px; 
    text-transform:lowercase; 
}    

.posted a img { border: 0; }

.footer {  
	padding : 15px;
	text-align : center;
    font-size : 11px;
    color: #999999;
    font-family : Helvetica, verdana, serif;
}

.commentscontainer { 
	margin-top : 100px;
    width: 500px;
	margin: 0px auto;
	text-align: left;
    color: #999999;
    font-family : verdana, serif;
    background-color: #ffffff;
    padding: 20px; 
	float: left;
}

.adscontainer { 
    margin-top : 100px;
    width: 300px;
    margin: 0px auto;
    text-align: right;
    color: #999999;
    font-family : verdana, serif;
    background-color: #ffffff;
    padding-top: 20px;
    float: right
}

.adscontainer a {
	display:block;
	float:left;
	margin:0 4px 10px 0;
}

.commentscontainer  img, .adscontainer img {
	background-image: none;
	padding: 0;
}

.comment-list{ 
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	padding : 12px;     
	color : #a9a9a9;
	font-size : 12px;
	font-weight : normal;
	line-height : 16px;
	text-align : justify;
}

.comment-list li {
	clear:both;
	height:100%;
	margin:10px 0 0;
	overflow:hidden;
}

.comment-avatar {
	float:left;
	margin:0 10px 0 0;
	padding:5px;
	height: 32px !important;
	width: 32px !important;
}

.comment-avatar img {
	border:0 none !important;
	margin:0 !important;
	padding:0 !important;
}

.alt .comment-content {
	background:none repeat scroll 0 0 #E5E6E5;
}

.comment-content {
	-moz-border-radius:5px 5px 5px 5px;
	background:none repeat scroll 0 0 #DBDCDB;
	float:left;
	font-size:11px;
	padding:8px 13px;
	position:relative;
	width:360px !important;
}

.comment-num {
	bottom:-2px;
	color:#FAFAFA;
	/* font-family:"Times New Roman",Times,serif; */
	font-size:6em;
	line-height:0.66em;
	position:absolute;
	right:-2px;
	z-index:1;
}

.alt .comment-meta {
	
}

.comment-meta {
	float:right;
	padding:5px 3px 10px 0;
	width:360px;
}

.comment-meta p {
	font-size:11px !important;
	font-weight:bold;
	padding:0 !important;
}

.comment-meta p a, .comment-meta p span {
	font-weight:normal;
	text-decoration:none;
}

.link  a {
	color:#008852;
}

p.comment-date {
	font-size:10px !important;
	font-weight:normal;
}

ul#comment-list{
	list-style:none outside none;
	margin:15px 0 0;
	padding:0;
}

.comments-popup {
	margin-top : 0px;
    margin-bottom : 0px;
    margin-left : 2px;
    margin-right : 2px;
    padding : 12px;     
	color : #8C8C8C;
    font-size : 12px;
    font-weight : normal;
    line-height : 16px;
    text-align : justify;
}

.nav {
	font-family : verdana, serif;
    font-size : 11px;
    margin: 0px;
	margin-bottom: 15px;
    color : #999999;
    text-decoration : none;
    font-weight : normal;
    text-align : center;
    padding : 5px;
    letter-spacing: 3px;
}

/* Archive */
.archiveentry {
	color:#999999;
	padding:0px 0px 0px 0px;
}

.archiveentrytitle { 
	font-size:13px; 
	padding:0px;
	margin:0px 5px 4px 0px;
	font-weight:bold;
}

.archiveentrytitle a,
.archiveentrytitle a:link,
.archiveentrytitle a:visited {
	color:#999999;
	font-weight:bold;
	text-decoration: none;
}

.archiveentrytitle a:active,
.archiveentrytitle a:hover {
	color:#bbbbbb;
	font-weight:bold;
	text-decoration: none;	
}

.archiveentry img {
	float:right;
	padding:4px;
	border:1px solid #999999;			
	margin:5px 20px 12px 10px;
}

.archiveentry p {
	margin-bottom:10px;
}

.buycategory {
	color: #999999;
	clear: both;
	margin-bottom:10px;	
  	padding:0px 0px 10px 20px;
 	border-bottom:1px solid #bbbbbb; 
}


/* Navigation Bar*/
#navigation {
	margin-bottom:20px;
	text-transform:uppercase;
}

/* Sidebar */
#sidebar {
	width:260px;	
	color:#999999;
	font-size:11px;
	font-weight:normal;
	text-align: center;
}

#sidebar img { 
	margin: 3px;
	border: 0px; 
	text-align: center;
}

#sidebar img a { 
	margin: 3px;
	border: 0px; 
	text-align: center;
}

#sidebar img a:hover { 
	margin: 3px;
	border: 1px solid #bbbbbb; 
	text-align: center;
}

.sidebartitle {
	color:#999999;
  	padding:1px;
  	margin-top:0px;
	letter-spacing:2px;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #bbbbbb;
  	text-transform:uppercase;		
	text-align:center;
}

.sidead {
	margin-bottom:12px;
	overflow:hidden;
	border-top:0px;
	min-height: 265px; !important;
}

.side {
	margin-bottom:12px;
	width:238px;
	overflow:hidden;
	border-top:0px;
  	line-height:140%;
  	padding:8px 10px 8px 10px;	
}

.dropdown {
	width: 238px;
}

#cse-search-results iframe { width:620px; margin:; }

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #999999;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #999999;
}
.wp-pagenavi a:hover {	
	border: 1px solid #999999;
	color: #333333;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #999999;
	color: #999999;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #999999;
	border: 1px solid #999999;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #999999;
	color: #999999;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #999999;
	color: #999999;
}