
/*   
Theme Name: biserkov
Theme URI: http://www.biserkov.com/blog/theme.zip
Description: a-brief-description
Author: Jordan Biserkov
Author URI: http://www.biserkov.com
.
nope
.
*/


.col1 ul{overflow:hidden; min-width: 600px;}
.col2>ul{padding-left: 0}


/* 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 */


tr:nth-child(odd) { background-color:lightblue;}
tr:nth-child(even) {background-color:lightgreen;}

a:hover img{background-color: #ffffff}
a{text-decoration: none}
h2 a, .dim, .widget, .col3 h3, .col3 li, #footer p{font-size: smaller}
.widget { list-style: none; }
.widget ul li {  }

.widget ul {padding-left: 2em; list-style: disc}
.widget ol {padding-left: 1em;}
#twitter p{ margin-top:0; line-height: 2em}

.widgettitle
{
	color: #CC6633;
	font: normal 115% Verdana, Arial, sans-serif;
}

h1 a { text-decoration: none }

.col1 .summary
{
	margin-left: 3em;
}

.summary p
{
	margin: 0;
	color: #959595;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.summary h4
{
	margin: 0;
	color: #961515;
	font-family: Verdana, Geneva, sans-serif
}

h1
{
	margin: 0.5em auto 2em auto;
	text-align: center
}

h4 { font-family: Verdana, Geneva, sans-serif }

body
{
	margin:0;
	padding:0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */

	color: #000000;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;

	
}
p{font-family: Georgia, "Times New Roman", Times, serif;}


/* Header styles */
    #header
{
	clear:both;
	float:left;
	width:100%;
	border: 0;
}

/* 'widths' sub menu */
	#layoutdims
{
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
	.colmask
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
	.holygrail { /*background: inherit;    	 Right column background colour */
}

.holygrail .colmid
{
	float:left;
	width:200%;
	margin-left:-14em; 		/* Width of right column */
	position:relative;
	right:100%;/*background:#eee;    	 Centre column background colour */
}

.holygrail .colleft
{
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:24em;         		/* Left column width + right column width *//* background:#ddd;    	Left column background colour */
}

.holygrail .col1wrap
{
	float:left;
	width:50%;
	position:relative;
	right:10em;        		/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}

.holygrail .col1
{
	margin:0 15em 0 11em;	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}

.holygrail .col2
{
	float:left;
	float:right;			/* This overrides the float:left above */
	width:9em;        		/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:1em;         		/* Width of the left-had side padding on the left column */
}

.holygrail .col3
{
	float:left;
	float:right;			/* This overrides the float:left above */
	width:12em;        		/* Width of right column content (right column width minus left and right padding) */
	margin-right:3em;  		/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}

/* Footer styles */
	#footer
{
	clear:both;
	float:left;

	width:100%;
}

#footer p
{
	padding:10px;
	margin:0;
	border: 0;
	text-align: center;
}

.hidden-link
{
	color: white !important;
}
.hidden-link:hover
{
	color: black !important;
}

