/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

body {
background: white;
font-family: Georgia, serif;
}

img, a img, img:hover {
border: 0px;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: white;
	border: 0px;
	padding: 0px;
	text-align: left;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 0px;
	border: 0px;
	}

a {
color: #ec008c;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif;
letter-spacing: normal;
}

h1 {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}

h2 {
font-size: 1.1em;
font-weight: normal;
text-align: left;
}

h3 {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}

h4 {
font-size: 1.1em;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
color: #444;
}

#page {
	/* The entire design is contained within the 'page' id */
padding-top: 0px;
border: none;
	}

.page-head h1 {
font-size: 1.5em;
font-weight: normal;
}

#header {
	/* Contains the H1 and menu */
background: url('albertine-header.gif') center center no-repeat;
	}
	
#primary {
	/* Contains the main column */
padding: 14px 0px 0px 0px;
}

ul.menu {
margin: 0px -2000px;
}

.hentry {
	/* Each entry is contained within the 'hentry' class */
border-bottom: 1px solid #eeeeee;
	}

.hentry #shopp {
min-height: 350px;
}

.entry-title {
font-size: 1.5em;
}

.four04 .entry-title, body.page #current-content .entry-title {
text-align: left;
margin: 0px;
}

.four04 {
text-align: left;
}

.entry-content {
	/* The meat and potatoes of every entry */
font-size: 1.3em;
text-align: left;
	}
	
.entry-content h4, .entry-meta h4  {
font-size: 1.0em;
}
	
body.page .entry-content h4, .entry-meta h4 {
font-size: 1.0em;
}

.entry-content a {
color: #ec008c;
}

.entry-content a:visited {
color: #ec008c;
}

.livesearch #s {
width: 144px;
}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
font-size: 1.3em;
	}

.secondary {
	/* Contains both sidebars */
	}

.secondary h4 {
font-size: 1em;
}

.comments {
margin-left: -2000px;
}

#footer {
width: 786px;
margin: 0 auto;
padding: 0 0 30px 0px;
text-align: left;
}

.four04 .center {
text-align: left;
}

#shopp .category {
overflow: visible;
}

#shopp .four04 .entry-title, body.page #current-content .entry-title {
display: none;
}

#shopp ul.breadcrumb {
margin: -7px 0 10px !important;
font-family: Helvetica, Arial, sans-serif;
font-size: 1.1em;
}

#shopp.list ul.products li.product {
border-top: 1px solid #eee;
border-bottom: none;
}

body.page .entry-content h3 {
display: block;
font-size: 1.1em !important;
padding: 0;
}

#shopp #cart .totals.total th, #shopp #cart .totals.total td {
font-size: 1.1em !important;
}

#shopp #cart big {
font-size: 1.0em !important;
display:block;
margin:10px 0;
}

#shopp img {
border: 1px solid #eee;
}
