html {
overflow:auto;
}
body {
margin:0;
padding:0;
background:#fff;
font-size:13px;
color:#999;
font-weight:normal;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
color:#fff;
font-weight:bold;
}
strong {
font-weight:normal;
}
em {
/*font-style:normal;*/
}
a {
color:#00a8ff;
text-decoration:none;
outline:none;
}
a:hover {
text-decoration:underline;
}
a img {
border:0;
}
hr {
clear:both;
display:none;
}
h1 {
display:none;
}
h2 {
color:#fff;
font-size:24px;
font-weight:normal;
}
h3, h4, h5 {
color:#fff;
}
h3 {
margin:30px 0 15px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-transform:uppercase;
}
p {
}
br.clearAll {
clear:both;
}
ul.nolist {
list-style:none;
margin:0;
padding:0;
}
ul.nolist > li + li {
margin-top:15px;
}
ul.nolist ul {
list-style:none;
}
ul.nolist ul > li + li {
margin-top:7px;
}
small {
color:#f60;
}



#layout {
margin:0;
padding:0;
font-weight:normal;
}
#layout div.layout {
width:760px;
margin:0 auto;
background:#000;
font-weight:normal;
}




#top {

}
#navigation {
background:#000;
margin:0;
padding:0;
height:60px;
overflow:hidden;
}
#navigation ul {
list-style:none;
margin:0 0 0 10px;
padding:20px 0 0 0;
}
#navigation ul li {
padding:2px 10px 3px 10px;
font-weight:normal;
float:left;
height:40px;
color:#000;
}
#navigation ul li a {
color:#000;
}
#navigation ul li.active {
color:#fff;
}


#content {
clear:both;
margin:0;
color:#fff;
font-weight:normal;
height:auto !important;
min-height:300px;
height:300px;
background:#000 url(/gfx/common/page_bg_gradient.gif) repeat-x bottom;
}
#content div.pageOuter {
width:620px;
margin:20px auto;
font-size:0;
}
#content div.pageTop,
#content div.pageBottom {
height:20px;
position:relative;
}
#content div.pageTop div.center,
#content div.pageBottom div.center {
width:580px;
height:20px;
margin:0 auto;
background:#f5f5f5;
}
#content div.pageTop div.left,
#content div.pageTop div.right,
#content div.pageBottom div.left,
#content div.pageBottom div.right {
position:absolute;
width:30px;
height:20px;
}
#content div.pageTop div.left {
top:0;
left:0;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/common/textPageLayout/corner_TL.png');
}
#content div.pageTop div.left[class] {
background:transparent url(/gfx/common/textPageLayout/corner_TL.png) no-repeat top left;
}
#content div.pageTop div.right {
top:0;
right:0;
background-position:top right;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/common/textPageLayout/corner_TR.png');
}
#content div.pageTop div.right[class] {
background:transparent url(/gfx/common/textPageLayout/corner_TR.png) no-repeat top right;
}
#content div.pageBottom div.left {
bottom:0;
left:0;
background-position:bottom left;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/common/textPageLayout/corner_BL.png');
}
#content div.pageBottom div.left[class] {
background:transparent url(/gfx/common/textPageLayout/corner_BL.png) no-repeat bottom left;
}
#content div.pageBottom div.right {
bottom:0;
right:0;
background-position:bottom right;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/gfx/common/textPageLayout/corner_BR.png');
}
#content div.pageBottom div.right[class] {
background:transparent url(/gfx/common/textPageLayout/corner_BR.png) no-repeat bottom right;
}
#content div.page {
padding:0 20px;
background:#f5f5f5;
color:#222;
position:relative;
overflow:hidden;
font-size:0;
}
#content div.pageInner {
font-size:12px;
}
#content div.page h1, #content div.page h2, #content div.page h3, #content div.page h4, #content div.page h5,
#content div.page h1 a, #content div.page h2 a, #content div.page h3 a, #content div.page h4 a, #content div.page h5 a {
color:#000;
font-weight:bold;
margin:10px 0;
}
#content div.content {
padding:6px 10px;
}
#content a {
color:#f70;
}
#content div.content div.blog_content {
font-size:11px;
line-height:20px;
}
#content div.content div.blog_content ul,
#content div.content div.blog_content ol {
margin:0;
padding:0;
}
#content div.content div.blog_content li {
margin:0;
padding:0;
}
#content div.content div.blog_content ol li {
margin-top:20px;
}
#content div.content div.blog_content ul.code {

}
#content div.content div.blog_content ul.code li {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#c9f;
list-style:none;
}

#content div.leftColumn {
float:left;
clear:left;
width:350px;
text-align:justify;
}

#content div.rightImage {
float:right;
clear:right;
width:225px;
margin-bottom:30px;
}

#content div.rightImage img {
/*border:1px solid #f0f0f0;*/
}

#content div.rightImage h4 {
display:none;
}

#content div.rightImage div.caption {
color:#666;
font-size:11px;
padding-left:8px;
}

.clearAll {
display:block;
clear:both;
}



#footer {
margin:0;
padding:6px 14px 15px 14px;
clear:both;
font-size:10px;
color:#999;
line-height:15px;
background:#fff;
}
#footer a {
color:#333;
}
#footer .google_line {
margin-bottom:20px;
}
#footer .google_line img {
margin-bottom:-14px;
}


#footer_nav {
background:#e0e0e0;
padding:45px 10px 6px 10px;
font-size:10px;
}
#footer_nav ul {
list-style:none;
margin:0;
padding:0;
}
#footer_nav ul li {
display:inline;
margin:0;
padding:0;
border-left:1px solid #ccc;
padding-left:4px;
}
#footer_nav ul li a {
color:#000;
}
#footer_nav ul li.first {
border:0;
}
#footer_nav img.rss {
margin-left:3px;
margin-bottom:-3px;
line-height:10px;
}

div#flash_check > embed {
display:none;
}

#footer span.powered {
color:#333;
}


#adSenseContainer {
width:500px;
background:#fff;
border:1px solid #ccc;
}
#adSenseContainer > div {
margin:5px 16px;
}

.statcounter {
float:right;
padding:0 10px 15px 14px;
font-size:10px;
color:#ddd;
background:#fff;
}


ul.cv {
list-style:none;
margin:15px 0;
padding:0;
}
ul.cv li {
color:#666;
padding-left:26px;
background:transparent no-repeat left;
line-height:30px;
}
ul.cv li.pdf {
background-image:url(/gfx/common/pdf_cv.gif);
}
ul.cv li.doc {
background-image:url(/gfx/common/doc_cv.gif);
}
ul.cv li.txt {
background-image:url(/gfx/common/txt_cv.gif);
}



#messageBox {
position:absolute;
top:10px;
left:0;
width:100%;
}
div.message, div.message_locked, div.message_success, div.message_warning, div.message_error {
width:510px;
padding:15px 8px 15px 90px;
border:1px solid;
color:#fff;
font-weight:normal;
font-size:12px;
line-height:12px;
margin:2px auto;
background-repeat:no-repeat;
background-position:30px 50%;
}
div.message, div.message_locked {
border:1px solid #999;
background-color:#ccc;
color:#000;
font-weight:normal;
font-size:13px;
background-image:url(/gfx/common/message.jpg);
}
div.message_locked {
background-image:url(/gfx/common/message_locked.jpg);
}
div.message_success {
border-color:#030;
background-color:#090;
background-image:url(/gfx/common/message_success.jpg);
}
div.message_warning {
border-color:#630;
background-color:#fc0;
color:#420;
background-image:url(/gfx/common/message_warning.jpg);
}
div.message_error {
border-color:#300;
background-color:#900;
background-image:url(/gfx/common/message_error.jpg);
}





form fieldset {
border:1px solid #999;
padding:5px;
margin-bottom:18px;
}
form fieldset legend {
color:#aaa;
}
form div.input {
margin:4px 10px;
clear:both;
}
form div.input + div.input {
margin-top:10px;
padding-top:6px;
}
form div.input label {
font-size:11px;
margin-bottom:2px;
color:#999;
}
form div.input label span.info {
padding-left:10px;
color:#f90;
}
form div.input p.note {
border:1px solid #333;
background:#666;
color:#ccc;
margin-top:15px;
padding:4px;
font-size:11px;
}
form div.input input[type="text"], form div.input input[type="password"], form div.input textarea {
padding:2px;
width:100%;
border:1px solid #999;
background:#fff;
color:#000;
}
form div.input textarea {
height:100px;
}
form div.footer input[type="submit"] {
float:right;
margin-top:10px;
}

fieldset div.leftColumn {
float:left;
width:250px !important;
}
fieldset div.rightColumn {
float:right;
width:250px;
}
form .alert {
display:none;
border:1px solid #000;
background:#b03;
color:#fff;
font-weight:normal;
font-size:11px;
margin:2px;
padding:7px;
}




#php_timer {
display:none;
}