/* base
----------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px; 
        color:#000;
        background-color:#FFFFFF;
}

blockquote, h3, p, li {
	padding-right: 0px;
	padding-left: 0px;
	font-size:12px; 
	line-height: 1.1em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;
        text-align: center;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	font-weight: bold;
        color:#000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
        color:000;
}

h3 {
	font-size: 15px;
	font-weight: bold;
        color:#000;
}

small, .small {
	font-size: 0.9em;
}

imga, .imga {
        border: none;
}

/* texts
----------------------------------------------- */
.layer {
    overflow: auto; 
    width: 440px; 
    height: 300px; 
    padding: 5px; 
    border: solid 0px black; 
	background-color: #FFFFFF;
   } 

/* top
----------------------------------------------- */

#presentation {
/* percentage width without the fix*/
width: 633px;
height: 320px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0em auto;
padding: 0px;
}

button, .button {
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    border:0px solid #fff;
    line-height:17px;
    font-size:16px;
    font-weight:bold;
    overflow:hidden
}

button a, .button a {
    display:block;
    text-decoration:none;
    color:#FFFFFF;
    border:0px solid #fff;
    line-height:17px;
    font-size:13px;
    font-weight:bold;
    overflow:hidden
}

button a:hover, .button a:hover {
    display:block;
    text-decoration:none;
    color:#68784D;
    border:0px solid #fff;
    background:#BCC191;
    line-height:17px;
    font-size:13px;
    font-weight:bold;
    overflow:hidden
}

.leftblock{
    font-family:arial, sans-serif;
    width:200px;
    height:100px;
    position:relative;
    font-size:11px;
    z-index:0
}

.leftblock ul{
    padding:0;
    margin:0;
    list-style:none
}

portfolio a, .portfolio a {
    position:relative;
    display:block;
    width:200px;
    height:20px;
    text-align:right;
    text-decoration:none;
    color:#000;
    border:0px solid #fff;
    line-height:17px;
    font-size:13px;
    list-style:none;
    overflow:hidden
}

portfolio a:hover, .portfolio a:hover {
    border:0px solid #fff;
    background:#AD9B73;
    line-height:17px;
    font-size:13px;
    overflow:hidden
}
/* links
----------------------------------------------- */

a { 
	text-decoration: none;
	color: #000000;
}

a img {
border-style:solid;
border-width:2pt;
border-color:#AD9B73;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font-family: Arial, Helvetica, sans-serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #EE7942;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 628px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 10px;
	width: 242px;
}

#sidebar-1 {
	margin-right: 0px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 0 0px;
	padding-top: 30px;
        text-align: justify;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: justify;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 628px;
w\idth: 628px;
}

#sidebar-1, #sidebar-2 {
\width: 242px;
w\idth: 242px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 12px;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

white, .white {
	margin: 10;
	padding: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
font-weight:bold;
    color:#FFFFFF;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

article, .article {
margin: 0;
padding: 0;
}
