/******* Structure *******/

* {
	padding: 0;
	margin: 0;
}

html {
	overflow-x: auto;
	overflow-y: scroll;
}

body {
  background: #efefef;
	font: normal 76%/150% Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align:left;
}

/******* Links *******/

a, a:active {color: #36c}
/*a:hover {color: #36c; text-decoration: none}*/
a:hover {color: #FF7821;}

img {border: 0}

#package {
	position: relative;
	z-index: 2;
	text-align: left;
	margin-top: -460px;
}

#package .wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden
/*
	-webkit-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
*/

}

#content {
/*
	background: url("../images/border.gif") 0 0 no-repeat;
	padding: 30px;
*/
}



/******* Masthead *******/

#head {
	background: url(../images/bg.png) 0 -200px;
	color: #fff;
  font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 6em 0;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}

#head .mask {
	background: url(../images/bg_mask.png) 0 100% repeat-x;
	height: 450px;
}


#head .wrapper {
	padding: 2em 0 0 0;
	width: 860px;
	position: relative;
	margin: 0 auto;
}

#head .logo {
	font-weight: normal;
	margin: 0;
	font-size: 1.5em;
	letter-spacing: .1em;
	text-shadow: 1px 1px 1px #555;
}
#head .logo a {
	text-decoration: none;
	color: #fff;
	opacity:.7;
}
#head .logo a:hover {
	opacity:1;
/*	color: #36c;*/
}


/******* Menu *******/

#menu {
	position: absolute;
	right: 0;
	top: 2em;
	margin: 0;
	text-shadow: 1px 1px 1px #555;
}

#menu li {
	display: inline;
}

#menu a {
	color: #fff;
	margin-left: 1em;
	text-decoration: none;
	opacity:.7;
}

#menu a:hover, ul#menu a.active:hover {
	color: #fff;
	opacity:1;
}

ul#menu a.active {
	color: #fff;
	font-weight: bold;
	opacity:1;
}



/******* System *******/

.logged {
	font-style: italic;
	background-color: #ffc;
}
.logged a {
	color: #000!important;
}

.data {
	color:#BBBBBB;
	display:block;
	font:italic 1.2em/1em Georgia,Times,Serif;
	margin:0 0 0 0.1em;
	padding:0;
}

.brief {
	border-bottom:1px solid #CCC;
	color:#888;
	font:italic 1.5em/1.67em Georgia,Times,Serif;
	margin:0 0 1.87em;
	padding:0.82em 0 1.7em;
}


/******* Typography *******/



#content h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
}

#content h1 {
	font-size: 4em;
	letter-spacing: -1px;
	line-height: .97em;
	margin: .05em 0 0 -.07em;
	font-weight: bold;
}

#content h1 a {
  background: none;
  border: none;
  display: inline;
	line-height: .97em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #666;
	border-bottom: 1px solid #ccc;
}

#content h2 {
	font-size: 2.1em;
  line-height: 1.2em;
  margin: .2em 0 .27em;
}

#content h2 a {
	color: #666;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
#content h2 a:hover {
	color: #c33;
	border-bottom: 1px solid #c99;
}

#content h3 {
  font-size: 1.5em;
  line-height: 1.15em;
  margin: -.15em 0 .15em;
}

#content h4 {
  font-size: 1.2em;
  line-height: 1.39em;
  margin: .75em 0 .05em;
}

#content h5 {
  font-size:1em;
  line-height: 1.65em;
  margin: .95em 0 -.1em;
}





/******* Layout *******/

.middlePane {
	overflow: hidden;
}
.contentPane {
	width: 610px;
	float: left;
}
.rightSidebar {
	width: 210px;
	float: right;
}


/******* middlePane *******/

.middlePane ul {
	list-style-type: square;
	margin: 6px 0 1.5em 30px;
}

.middlePane p {
	margin: .5em 0 1em;
}

code {
	color: #843c37;
	font: 0.9em Monaco, "Courier New", Courier, mono;
}



/******* Article *******/

.article {
	margin-bottom: 40px;
}

.article h3 {
	padding-right: 40px;
}

.article ol li, .article ul li {
	margin: .2em 0 .2em 40px;
}


.article ul.meta {
	position: relative;
	overflow: hidden;
	list-style: none;
	margin: 5px 0;
	padding: 0;
	color: #aaa;
}

.article ul.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}

.article ul.meta li.icon-filed-under {
	background: url(../images/icons/filed-under.gif) 0 50% no-repeat;
	padding-left: 18px;
	float: left;
}

.article ul.meta li.icon-comments {
	float: right;
	background: url(../images/icons/comment-bubble.gif) 0 50% no-repeat;
	padding-left: 18px;
}

.article a.read-more {
	background: url(../images/icons/read-more.gif) 100% 50% no-repeat;
	padding-right: 15px;
}

/******* Article Images *******/

.article-images {
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0 0;
	margin: 1em 0;
	text-align: center;
}

.article-images a {
	display: inline-table;
	margin: 0 2px;
	border: none !important;
}

.article-images a img {
	border: 1px solid #555;
}

.article-images a:hover img {
	border-color: #000;
}

.article-images li a.last-column {
	margin-right: 0;
}

/******* Comments *******/

#comments dl.comment {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0;
}

#comments dl.comment dt {
	color: #6a6a6a;
	float: left;
	width: 134px;
	text-align: right;
	padding-right: 10px;
}

#comments dl.comment dt em {
	display: block;
	color: #888;
	font: normal 0.85em Helvetica, Sans-serif;
}

#comments dl.comment dd {
	color: #575449;
	padding-left: 1em;
	border-left: 1px dotted #ccc;
	padding: 0 10px 0.3em;
	margin-left: 143px;
}

#comments dl.comment dd p {
	margin: 0 0 1em;
}

/******* Notes *******/

dl.note {
/*
	border-top: 1px solid #ccc;
*/
	overflow: hidden;
	padding: 0 0 10px 0;
}

dl.note dt {
	float: left;
	color: #599777;
	padding: 1em 5px;
}

dl.note dd {
	padding: 1em 0 1em 4em;
}

dl.note p {
	display: inline;
}

/******* Archive *******/

ul.list {
	overflow: hidden;
	color: #575449;
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 5px;
	margin: 0;
}

ul.list li {
	display: inline;
}

ul.list li sup {
	line-height: 0;
}

ul.list li.date {
	float: left;
}

ul.list li.title {
	margin-left: 25px;
	float: left;
}

ul.list li.comments,
ul.list li.categories {
	float: right;
}

/******* Form *******/

#guideline {
	float: right;
	color: #333;
	width: 200px;
	font-size: .9em;
	margin: 0;
}

#guideline h4 {
	font: 110% Helvetica, Sans-serif;
	text-transform: uppercase;
	padding-bottom: 6px;
}

#guideline ul {
	list-style-type: square;
	margin: 6px 0 30px 15px;
}

#guideline li {
	margin: 0 5px 12px;
}



#content form {
	background-color: #fff;
	margin-top: 20px;
	margin-right: 350px;
}

#content fieldset {
	border: 0;
/*
	background: #efefef;
	font-size: 90%;
	padding: 10px 15px;
*/
}

#content label {
	display: block;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
form .label {
	float: left;
	clear: left;
	display: block;
}
form .field {
	display: block;
	margin-left: 100px;
	width: 100%;
}

form .field input, form .field textarea {
	background: #f6f6f6;
	color: #444;
	border: 1px solid #d8d8d8;
	border-top-color: #b8b8b8;
	border-left-color: #b8b8b8;
	padding: 3px 0 3px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
}

form .field input:focus, form .field textarea:focus {
	background: #fff;
}


input#submit {
	font:italic 1.5em/1.67em Georgia,Times,Serif;
	margin-left: 100px;
	padding: 2px 20px;
	color: #666;
}

/*


form label small {
	position: absolute;
	right: 0;
	color: #3f5a3e;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
}

form label small a:hover {
	color: #ccc;
	border-color: #888; 
}

.field input, .field textarea {
	display: block;
	width: 100%;
	padding: 3px 0;
}

form textarea {
}

form input[type="submit"]#submit {
	display: block;
}

form label.required input {
}


*/

form p.success {
	color: #2c421b;
	background-color: #8acd55;
	padding: 5px 15px;
	border-top: 1px solid #a9fa68;
	border-bottom: 1px solid #6fa444;
	margin: 1px !important;
}

form p.error {
	color: #5f311b;
	background-color: #fb834b;
	border-top: 1px solid #fcc8a4;
	border-bottom: 1px solid #ae5832;
	padding: 5px 15px;
	margin: 1px !important;
}

form label.error{
	color: #b12123;
	font-weight: bold;
}

form#publish-article {
	text-align: center;
}

form#publish-article fieldset button#submit {
	cursor: pointer;
	color: #333;
	background: url(../images/button.gif) 0 0 no-repeat;
	width: 130px;
	height: 30px;
	border: none;
}

/******* Right sidebar *******/

.rightSidebar p.pic img {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rightSidebar .social {
	list-style: none;
	margin: 0;
}
.rightSidebar .social li {
	padding: 0;
	margin: .3em 0;
}
.social li a {
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	padding: 1px 0 2px 20px;
}
.i_ln {background-position: 0 -30px}
.i_tw {background-position: 0 -60px}
.i_dl {background-position: 0 -90px}




/******* Footer *******/

ul#footer {
	color: #666;
	font-size: 0.9em;
	text-align: center;
	margin: 20px auto;
}

ul#footer li {
	display: inline;
	margin: 0 .5em;
}

ul#footer li a {
	color: #666;
/*
	border-bottom: 1px dotted #51463d;
*/
}

ul#footer li a:hover {
/*	color: #fefbbf;*/
}



/******* Useful styles *******/


.clear {clear: both;}
.spacer {
	display: block;
	height: 1px; width: 1px;
	overflow: hidden;
	margin: 0;padding: 0;
	clear: both;
}
hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	margin: 40px 0;
	border: 0;
}


