/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Marc Lorenz
	Author Site	: http://www.marcnjami.com/
	Style Name	: Bridger
	Style URI	:
	Version		: 
	Comments	:
*/

/* -- Page Structure | Marc Lorenz -- */

.columns-two #page {
	width: 950px;
	}

#header {
	background: #000000 url(bg_header.png);
	}

#primary {
	width: 670px;
	}
	
h1 { /* H1 is the title in the header */
	padding: 70px 40px 0;
	}

#primary .entry-content img {
	margin: 0 10px 0px 0px;
	border: 1px solid #ddd;
	padding: 3px;
	}

/* -- Rolling Archives | Marc Lorenz -- */

#rollingarchives {
	width: 670px;
	}

body.smartposition #rollingarchives {
	width: 670px;
	}

#pagetrack {
	width: 425px;
	}

#pagetrackwrap {
	width: 425px;
	}

/* -- WPG2 Sidebar Grid | Marc Lorenz -- */

.wpg2sidebargrid-image img {
	border: 1px solid #ddd;
}


/* -- Embedded Gallery Container | Marc Lorenz -- */

#g2_content {
	margin: 22px 1px 0px 5px;
	width: 99%;
	font-size:120%;
}

#g2_content h2 {
	text-align: left;
	letter-spacing: 0px;
}

/* -- Embedded Gallery Administration | Marc Lorenz -- */

#g2_content #siteAdminForm {
	font-size:100%;
}

#g2_content #gsNavBar {
	font-size:140%;
}

#g2_content #gsHeader img {
	margin: -15px 0 10px 0;
}

.giDescription {
	margin: 0px; 
	font-weight: normal;
	font-size: 1.1em;
}