/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html {
	margin: 0;
	padding: 0;
	border: 0;
}

body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,aside,details,figcaption,figure,dialog,footer,header,hgroup,menu,nav,section
	{
	display: block;
}

body {
	line-height: 1.5;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,th,td {
	text-align: left;
	font-weight: normal;
	float: none !important;
}

table,th,td {
	vertical-align: middle;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}

blockquote,q {
	quotes: "" "";
}

a img {
	border: none;
}

:focus {
	outline: 0;
}

/* typography.css */
html {
	font-size: 100.01%;
}

body {
	font-size: 75%;
	color: #222;
	background: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #111;
}

h1 {
	font-size: 4em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 3em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img,h2 img,h3 img,h4 img,h5 img,h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
}

.left {
	float: left !important;
}

p .left {
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

.right {
	float: right !important;
}

p .right {
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}

a:focus,a:hover {
	color: #09f;
}

a {
	color: #06c;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong,dfn {
	font-weight: bold;
}

em,dfn {
	font-style: italic;
}

sup,sub {
	line-height: 0;
}

abbr,acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre,code,tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}

li ul,li ol {
	margin: 0;
}

ul,ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th,td,caption {
	padding: 4px 10px 4px 5px;
}

tbody tr:nth-child(even) td,tbody tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}

.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}

.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}

.hide {
	display: none;
}

.quiet {
	color: #666;
}

.loud {
	color: #000;
}

.highlight {
	background: #ff0;
}

.added {
	background: #060;
	color: #fff;
}

.removed {
	background: #900;
	color: #fff;
}

.first {
	margin-left: 0;
	padding-left: 0;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.clear {
	clear: both;
}

/********************************************************************/
/* COMMON ELEMENTS */
body {
	background: #edeeef;
	font-family: Helvetica, sans-serif;
}

p,li {
	font-size: 11pt;
	line-height: 150%;
	font-weight: lighter;
}

h2 {
	margin-bottom: 0.6em;
	margin-top: 0.8em;
	font-size: 13pt;
	color: #444;
}

h3 {
	margin-bottom: 0.8em;
	margin-top: 1.3em;
	font-size: 12pt;
	color: #444;
	font-style: italic;
}

h2 a,h3 a {
	text-decoration: none;
	color: #444;
}

h2 a:hover,h3 a:hover {
	color: #889;
}

p {
	margin-bottom: 0.9em;
}

h1 {
	font-size: 13pt;
	font-weight: normal;
	background-image: -moz-linear-gradient(top, white, #f1f2f3);
	background-image: -o-linear-gradient(top, white, #f1f2f3);
	background-image: -webkit-linear-gradient(top, white, #f1f2f3);
	font-family: tahoma, helvetica, sans-serif;
	box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	-webkit-box-shadow: 0 0 6px #ccc;
	padding: 10px 5px 10px 13px;
	color: #49668D;
	margin-bottom: 0.7em;
	margin-top: 1em;
	margin-left: -5px;
	margin-right: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

pre {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	background: #f2f2f2;
}

.sql {
	font-size: 11pt;
	font-weight: normal;
}

.bash {
	font-size: 11pt;
	font-weight: normal;
}

img.left {
	float: left;
	margin: 0;
	margin-right: 15px;
}

img.right {
	float: right;
	margin: 5px;
	margin-right: 0;
}

hr {
	color: #ddd;
	background-color: #ddd;
	height: 3px;
}

p.readmore {
	text-align: right;
	margin-top: 0;
	padding-top: 0;
}

p.readmore a {
	font-size: 90%;
	text-decoration: none;
}

code {
	background: #ddf;
	font-family: courier;
}

.archive-date {
	font-size: 100%;
	color: #aaa;
}

.archive-entry {
	font-size: 90%;
}

/********************************************************************/
/* LAYOUT */
#container {
	background: white;
	position: relative;
	z-index: 1;
	padding-top: 15px;
	padding-left: 45px;
	padding-right: 40px;
	padding-bottom: 20px;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #dfdfdf;
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}

#sidebar_left {
	width: 480px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

#sidebar_right {
	width: 280px;
	float: left;
	margin-left: 19px;
	margin-bottom: 40px;
}

#column_left {
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}

#column_right {
	width: 380px;
	float: left;
	margin-left: 19px;
	margin-bottom: 40px;
}

#column {
	width: 800px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}

/********************************************************************/
/* HEADER */
#header {
	margin-bottom: 30px;
}

#header h1 {
	background: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	height: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header h1 a {
	background: url(../images/web/logo.png) 0 0 no-repeat;
	z-index: -1;
	display: block;
	overflow: hidden;
	width: 263px;
	height: 0px;
	padding-top: 995px;
	text-decoration: none;
	text-indent: 9999px;
	position: absolute;
	left: 38px;
	top: 20px;
}

#header h2 {
	display: block;
	text-align: right;
	font-size: 12pt;
	color: #555;
	font-weight: lighter;
	margin-top: 48px;
	padding-top: 0px;
}

#header ul.nav {
	padding: 0;
	z-index: 3;
	list-style: none;
	overflow: hidden;
	display: block;
	height: 45px;
	width: 658px;
	margin-left: 140px;
	margin-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 0 8px #ddd;
	-moz-box-shadow: 0 0 8px #ddd;
	-webkit-box-shadow: 0 0 8px #ddd;
	background-image: -webkit-linear-gradient(top, white, #e7e8e9);
	background-image: -moz-linear-gradient(top, white, #e7e8e9);
	background-image: -o-linear-gradient(top, white, #e7e8e9);
	border: #ddd 1px solid;
}

#header ul li {
	display: list-item;
}

#header ul li a {
	font-size: 11pt;
	color: #555;
	font-weight: lighter;
	text-decoration: none;
	float: left;
	padding: 0 18px;
	border-right: 1px solid #ddd;
	text-shadow: 1px 1px 0 white;
	line-height: 45px;
}

#header ul li a.last {
	float: right;
	border-right: none;
}

#header ul li a.last img {
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 8px;
}

/********************************************************************/
/* POSTS */
a.post-title {
	text-decoration: none;
	color: #49668D;
}

a:hover.post-title {
	text-decoration: none;
	color: #888;
}

p.post-meta {
	text-align: right;
	font-size: 9pt;
	/*    font-weight: bold; */
	color: #888;
	margin-bottom: 4px;
}

p.post-meta a {
	color: #88f;
	text-decoration: none;
}

/********************************************************************/
/* FOOTER */
#footer {
	clear: both;
	background: #49668D;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
	margin-left: -45px;
	margin-right: -40px;
	margin-bottom: -40px;
	color: white;
}

#footer h1 {
	color: white;
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	line-height: inherit;
	padding: 0;
	display: inline;
	width: inherit;
	height: inherit;
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#footer ul li a {
	color: white;
	text-decoration: none;
}

#navigation {
	color: white;
	text-align: center;
	padding-bottom: 20px;
	font-size: 11pt;
}

div.map {
	float: left;
	margin-right: 40px;
}

p.clear {
	clear: both;
}

/********************* ME ***********************/
#scrollTop {
	width: 37px;
	height: 38px;
	position: fixed;
	right: 20px;
	bottom: 52px;
	background: url(../images/web/result_1205.png) no-repeat 1px 0;
}

#scrollTop:hover{
	background: url(../images/web/result_1205.png) no-repeat -38px 0px;
}

.tableSearch input {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: 20px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tableSearch select {
	display: inline-block;
	width: auto;
	vertical-align: middle;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow
		ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	text-transform: none;
}

.tableSearch .btn {
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px
		rgba(0, 0, 0, .075);
	text-shadow: 0 1px 0 #fff;
	border-color: #ccc;
}

.tableSearch .btn:hover {
	background-image: none;
}