/* @override http://www.maisonducordon.com/wp-content/themes/k2/styles/sample/sample.css */


/*
	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
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Pablo Gonzalez-Trejo
	Author Site	: www.pablogt.com
	Style Name	: mdc
	Style URI	:
	Version		: 1.0
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	text-align: center;
	background-image: url(../../images/bg-light-blue.jpg);
	background-repeat: repeat-x;
	background-color: white;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
	}

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0px 0 0px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	width: 950px;
}

.columns-one #page {
	width: 560px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	}
	
.columns-two #page {
	width: 950px;
	}

.columns-three #page {
	width: 980px;
	}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #3371A3;
	width: 950px;
}

.content {
	padding: 0 20px;
	}

#primary {
	position: relative;
	float: left;
	width: 600px;
	padding: 15px;
	}

* html #primary {
	display: inline;
	}

.columns-three #primary {
	padding: 10px;
	}

.columns-one #sidebar-main,
.columns-one #sidebar-alt {
	width: 240px;
	}

.columns-one .secondary {
	border-top: 1px solid #eee;
	}

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 200px;
	}

.columns-two #sidebar-alt {
	width: 350px;
	}

.columns-three #sidebar-alt {
	width: 150px;
	}

.secondary {
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px 20px;
	overflow: hidden;
	}

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}

/*- Main Menu in Header */

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	}

ul.menu li a {
	background-image: url(../../images/tab.gif);
	font-size: 1em;
	color: #999999;
	margin: 0;
	}

ul.menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background-image: url(../../images/tabup.gif);
	text-decoration: none;
	}
	
img.size-thumbnail {
padding: 0px 10px 10px 0px;
max-width: 100%;
}
