@charset "utf-8";
@import url(module_header.css);
@import url(module_footer.css);
@import url(module_error.css);
@import url(module_work.css);

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }


html, body
{
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #F8F8F5;
	color: #000;
	border-top: 3px solid #CE1217;
	/*font-size: 12px;*/
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, helvetica, geneva, sans-serif;
	text-align: center;
}

#container {
	margin: 0 auto 0;
	padding: 0;
	width: 998px;
	text-align: left;
}

.one {
	background: #fff url(../gfx/bg_one.jpg) top left no-repeat;
}

.two {
	background: #fff url(../gfx/bg_two.jpg) top left no-repeat;
}

.three {
	background: #fff url(../gfx/bg_three.jpg) top left no-repeat;
}

.four {
	background: #fff url(../gfx/bg_four.jpg) top left no-repeat;
}

.five {
	background: #fff url(../gfx/bg_five.jpg) top left no-repeat;
}

.six {
	background: #fff url(../gfx/bg_six.jpg) top left no-repeat;
}

.seven {
	background: #fff url(../gfx/bg_seven.jpg) top left no-repeat;
}


 /*****************/
/* columns setup */
#columns {
	margin: 10px 0 0 20px;
	padding: 0 0 20px 0;
	width: 958px;
	background: #fff url(../gfx/bg_col_shad.png) top right no-repeat;
}

#columns.work 
{
	background: #fff;
}

/* left column */
#columnLeft {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 0 20px 0;
	width: 622px;
}

#columnLeft.work 
{
	float: none;
	display: block;
	padding: 10px 0 20px 0;
	margin: 10px 10px 0 10px;
	width: auto;
}

/* left column */
#columnRight {
	float: right;
	margin: 10px 10px 0 0;
	width: 296px;
	min-height: 395px;
	height: auto !important;
	height: 395px;
}


 /*******************/
/* common elements */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.hide 
{
	display: none;
}

.cleaner {
	clear: both;
	line-height: 0;
	outline: 0;
	border: 0;
	height: 1px;
	margin: 0;
	padding: 0;
	
}

h2 
{
	padding: 0 0 5px 0;
	margin: 0;
	font-size: 1.667em;
	font-weight: normal;
	color: #4C8AC1;
	border-bottom: 1px solid #DBE8F3;
}

p 
{
	font-size: 1em;
}

#columnLeft h2 
{
	margin-bottom: 15px;
}
/*
#columnRight h2 
{
	color: #4C8AC1;
	border-bottom: 1px solid #4C8AC1;
}
*/
#columnLeft h3 
{
	font-size: 1.5em;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

#columnLeft h4 
{
	font-size: 14px;
	padding: 5px 0;
	margin: 5px 0;
	font-weight: bold;
}

#columnLeft ul, #columnLeft ol 
{
	margin: 10px 0 10px 0;
}

#columnLeft ul 
{
	list-style-type: square;
	margin-left: 15px;
}

#columnLeft ul li, #columnLeft ol li 
{
	padding: 0 0 5px 0;
}

#columnLeft a 
{
	text-decoration: none;
	color: Navy;
	border-bottom: 1px dotted navy;
}

#columnLeft a:hover 
{
	color: red;
	border-bottom: 1px dotted red;
}

/***************/
/* categories */
ul.navCategories 
{
	margin: 10px 0 25px 0;
	padding: 0;
	list-style: none;
}

ul.navCategories li 
{
	padding: 10px 0;
	border-bottom: 1px solid #DBE8F3;
}

ul.navCategories li a 
{
	padding: 1px 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	
}
ul.navCategories li a:hover
{

	color: #fff;
	background: #CE1217;
}

/**********/
/* flickr */
#flickr 
{
	margin: 20px 0 20px 0;
	clear: both;
}

#flickr .flickr_badge_image 
{
	float: left;
	margin: 0 11px 0 11px;
}
#flickr .flickr_badge_image img 
{
	border: 0;
}


 /****************/
/* blog entries */
.blogEntry 
{
	margin: 15px 0 55px 0;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #DBE8F3;
}

.single 
{
	margin-top: 0;
}


#columnLeft .blogEntry h3 
{
	font-weight: bold;
	margin: 15px 0;
	padding: 5px 0;
	width: 580px;
}

#columnLeft .blogEntry h3.blogEntryTitle
{
    float: left;
	margin: 0 0 5px 10px;
}

.blogEntry h2 
{
	width: 580px;
	margin: 0 0 1px 41px;
	padding: 0 0 5px 0;
}

#columnLeft .blogEntry h3 a 
{
	text-decoration: none;
	color: #000;
	border: none;
/*	display: block;*/
	background: transparent;

	padding: 1px 0 4px 0;
}

#columnLeft .blogEntry h3 a:hover 
{
	background: url(../gfx/bg_footer.png) top left repeat-x;
	color: #fff;
}

#columnLeft .blogEntry .blogMeta 
{
	color: #A0A0A0;
	padding: 0 0 5px 0;
	margin: 7px 0 10px 41px;
	border-bottom: 1px solid #E0E0E0;/*#DBE8F3;*/
	width: 580px;
}

.blogMetaDetail 
{
	margin: 15px 0 25px 0;
	color: #666666;
}

.blogMetaDetail p 
{
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E4EEF6;
}

.blogMetaDetail ul
{
	list-style: none;
}

.blogMetaDetail ul li 
{
	border-bottom: 1px solid #E4EEF6;
	padding: 10px 0;
}

.blogMetaDetail ul li a 
{
	text-decoration: none;
	color: Navy;
	border-bottom: 1px dotted navy;
	padding: 0 0 1px 0;
}

.blogMetaDetail ul li a:hover 
{
	color: red;
	border-bottom: 1px dotted red;
}

.blogEntry pre 
{
	display: block;
	background: #EEE;
	width: 580px;
	margin: 0 0 15px 0;
	padding: 5px;
	font-size: 1.2em;
	line-height: 1.5em;
}

.blogEntry cite 
{
	font-size: 13px;
}

.blogEntry .blogBody /*.blogEntry p, */ 
{
	width: 580px;
	margin: 0 0 0 41px;
	overflow-x: hidden;
	line-height: 1.5em;
}

#columnLeft p, .blogEntry .blogBody p 
{
	margin: 0 0 20px 0;
	line-height: 1.5em;
}

#columnLeft .blogEntry .blogBody a img
{
	border: 0;
	margin: 10px 0;
	border-bottom: 3px solid #4C8AC1;
}

#columnLeft .blogEntry .blogBody a.img 
{
    outline: 0;
    border: 0;
}

.red 
{
	color: Red;
}

.entryInfo 
{
	float: left;
	height: 90px;
	
}

.blogLang 
{
	width: 31px;
	text-align: center;
	font-weight: bold;
	padding: 4px 0 5px 0;
	margin: 4px 0 10px 0;
	color: #fff;
	background: #143C60;
}

.blogComments
{
	width: 31px;
	text-align: center;
	padding: 2px 0 10px 0;
	color: #fff;
	background: url(../gfx/bg_comment.png) top center no-repeat;
}



#columnLeft .pager 
{
	display: block;
	margin: 10px 0 15px 0;
}

#columnLeft .pager a {
        margin: 5px;
        padding: 1px 5px 1px 5px;
        text-decoration: none;
        border: 1px solid #CE1217;
        color: #CE1217;
    }


    
#columnLeft .pager a.current, #columnLeft .pager a:hover {
        border: 1px solid #CE1217;
        background: #CE1217;
        color: #fff;
    }
    
    
 /********************/
/* comments section */

#blogComments 
{
	
	margin: 0 0 25px 0;
	border-bottom: 1px solid #DBE8F3;
}

#blogComments h3 
{
	background: url(../gfx/bg_comment.png) 0px 2px no-repeat;
	padding: 2px 0 15px 9px;
	color: #4C8AC1;
}

#blogComments h3 span 
{
	padding: 0 8px 0 0;
	color: #fff;
}

dl.commentsEntry 
{
	display: block;
	margin: 10px 0 10px 0;
	line-height: 17px;
}

dl.commentsEntry dt 
{
	display: block;
	clear: both;
	float: left;
	width: 212px;
	padding: 5px 0;
	margin: 0 0 15px 0;
}

dl.commentsEntry dd 
{
	display: block;
	float: right;
	width: 390px;
	min-height: 75px;
	height: auto !important;
	height: 75px;
	padding: 5px 0 0 20px;
	margin: 0 0 25px 0;
	background: url(../gfx/bg_comment_cloud.png) top left no-repeat;
}

/************************/
/* comment/contact form */

#commentsForm label, .contactForm label 
{
	display: block;
	float: left;
	width: 207px;
	height: 25px;
	padding: 0 5px 0 0;
	text-align: right;
	margin: 0 15px 0 0;
}

.contactForm label 
{
	width: 150px;
}

.contactForm 
{
	position: relative;
}

.contactForm .warning 
{
	display: block;
	float: left;
	padding: 2px 5px 4px 5px;
	color: #fff;
	background: #CE1217;
}

.contactForm #overlay 
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff url(../gfx/progress-indicator.gif) center center no-repeat;
	opacity: 0.75;

}

#commentsForm
{
	margin: 25px 0;
}

#commentsForm input, .contactForm input
{
	width: 215px;
}

#commentsForm input, #commentsForm textarea, .contactForm input, .contactForm textarea
{
	float: left;
	margin: 0 5px 15px 0;
	padding: 3px;
	border: 1px solid #E0E0E0;
	font-size: 12px;
}

.contactForm textarea, #commentsForm textarea {
	overflow: auto;
}

#commentsForm input.btnSave, .contactForm input.btnSend 
{
	width: 100px;
	background: #CE1217;
	color: #fff;
	font-weight: bold;
	margin: 0 5px 0 0;
}


/**************************/
/* profile */

dl.profile dt 
{
	clear:both;
	display:block;
	float:left;
	margin: 10px 0 10px 0;
	padding:0 5px 0 0;
	width:150px;
}

dl.profile dd 
{
	display:block;
	float:left;
	margin: 10px 0 10px 0;
	width:460px;
}

#columnLeft ul.profile 
{
	list-style: none;
	margin-left: 0;
}

ul.profile li 
{
	display: block;
	width: 150px;
	float: left;
	margin: 10px 5px 10px 0;
}