/************ generalities ************/
html,body{
    height:100%;
}

body
{
	margin: 0;
	padding: 0;
	background:#26272a url('images/light-texture.jpg') repeat fixed top left;
}

#container
{
     position:relative;
     min-height:100%;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}

.spaced, #skills
{
	padding-top:5em;
}



a.blank {
  padding-left:15px;
  background:transparent url('images/url_icon.gif') no-repeat center left;
}

form
{
	padding:0 !important;
	margin:0 !important;
}

/* Start images */
a img
{
	border: 0;
}

.article img, img.article
{
	border: solid 2px #262626;
	margin: 1em;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* Finish images */

/* Start tables */

.article table, table.article
{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.article table, table.article .article tr, .article th, .article td
{
	background-color:Transparent;
}

.article th, .article td
{
	padding: 2px;
	border: solid 1px #696969;
	vertical-align: top;
	text-align:left;
}

.article th
{
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}

/* Finish tables */
/* end Box, Post */


/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Georgia,Times New Roman, Serif;
  font-size: 0.8em;
  font-style: normal;
  font-weight: normal;

  color: #E0E0E0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: Georgia,Times New Roman, Serif;
  text-decoration: underline;
  letter-spacing: 1px;
  color: #91A7CA;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: Georgia,Times New Roman, Serif;
  text-decoration: none;
  letter-spacing: 1px;
  color: #91A7CA;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: Georgia,Times New Roman, Serif;
  text-decoration: none;
  letter-spacing: 1px;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Georgia,Times New Roman, Serif;
  text-decoration: underline;
  //letter-spacing: 1px;
  color: #ADADAD;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */


h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Georgia, Geneva,Times New Roman, Serif;
  font-size: 1.3em;
  text-align: left;
  color: #91A7CA;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Georgia, Geneva,Times New Roman, Serif;
  font-size: 1.25em;
  text-align: left;
  color: #B3C2DB;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: Georgia, Geneva,Times New Roman, Serif;
  font-size: 1.2em;
  text-align: left;
  color: #E0E0E0;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: Georgia, Geneva,Times New Roman, Serif;
  font-size: 1.15em;
  text-align: left;
  color: #E0E0E0;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: Georgia, Geneva,Times New Roman, Serif;
  font-size: 1.1em;;
  text-align: left;
  color: #E0E0E0;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ul
{
	list-style-type: none;
	color: #CFCFCF;
	margin:0;
	padding:0;
}

li
{
	text-align: left;
	margin-left: 12px;
}

.Post ul li
{
	padding:0px 0 0px 16px;
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

.PostContent ul, .PostContent ol{
  margin:1em 0;
  padding:0;
  padding-left:40px;
}
.PostContent ul li, .PostContent ol li{
  background:none;
  margin:0;
  padding:0;
}
.PostContent ul {
  list-style-type:circle;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote p
{
	color:#07090E;
	font-family: Georgia,Times New Roman, Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
		margin:10px 10px 10px 20px;
	padding:5px 5px 5px 41px;
	background-color:#98ACCD;
	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */



/* begin Logo */
.logo
{
    position:absolute;
        z-index:-1;
}

h1.logo-name
{
	font-family: Georgia, Geneva,Times New Roman, Serif;
	font-size: 1.6em;
	font-style: normal;
        letter-spacing:0.2em;
	text-decoration: none;
	padding:0;
	margin:10px;
	color: #d23939;
}

/* end Logo */


/* begin Menu */
#header {
    position:fixed;
    z-index:1;
    float:right;
    margin:0;
    text-align:left;
    width:100%;
    background:transparent url('images/dark-texture.jpg')  repeat scroll top left;
}
.Menu
{    
    float:right;
}

.Menu li {
    float:left;
  padding:0;
  margin:0;
}
.Menu a:hover, .Menu a:visited, Menu a:link {
    text-decoration:none;
}

.Menu a:hover, .Menu a#cur:hover{
    background:#68372d;
}

.Menu a, .Menu span {
padding:10px 20px;
display:block;
text-decoration:none;
font:1.3em Georgia,Times New Roman, Serif;
letter-spacing: 0.2em;
}

.Menu #cur {
  background:#26272a url('images/light-texture.jpg') repeat fixed top left
}
/* end Menu */


/* begin home */
.content
{
  padding-top:0;
  position: relative;
  width: 100%;
  border-top:1px solid #333;
}

#skills {
  color:#999;
  float:left;
  position:fixed;
  z-index:-1;
}

#skills li {
    font:1.1em tahoma,sans-serif;
    letter-spacing:0.1em;
    font-weight:bold;
    line-height:1.8em;
}

#robot-home {
  width:100%;
  height:500px;
  margin:80px auto 0;
    
  background:transparent url('images/robot-home.png') no-repeat top left;
  
}

#follow {
padding-left:650px;
padding-top:40px;
}

#follow a {
    display:block;
    text-decoration:none;padding:10px 20px;
    display:block;
    text-decoration:none;
    font:1.3em Georgia,Times New Roman, Serif;
    letter-spacing: 0.2em;
    background:transparent url('images/dark-texture.jpg')  repeat scroll top left;
}

#follow a:hover{
    background:#68372d;
}

/* end home */


/*Gallery*/
.Category
{
    margin:0;
    width:100%;
    height:105px;
    text-align:center;
    margin:auto;
    background:transparent url('images/eye-gallery.png') no-repeat bottom left;
}

.Category h2{
    padding:30px;
    width:60%;
    text-align:center;
    margin:auto;
    font:3em Times new roman, Georgia, Serif;
}

.CatList {
    float:right;
    text-decoration:none;
    margin-top:-18px;
    width:25%;
}

.CatList a:link, .CatList a:hover,.CatList a:visited {
    text-decoration:none;
    display:block;
    margin:2px;
    font:1.1em Times new roman, Georgia, Serif;
    font-weight:bold;
    padding:2px 20% 2px 7px;
    background:#333;
}
.CatList a:hover {
    color:#68372d;
    background:#222;
}

.current_page_item a:link, .current_page_item a:visited {
    color:#68372d;
    background:#222;
}

.ThumbList {
    background:transparent url('images/dark-texture.jpg') repeat scroll top left;
    padding-top:30px;
}

.ThumbList img {
    border:1px solid transparent;
    margin:0;
    padding:0;
}
.ThumbList a:hover img {
    border:1px solid #68372d;;
}

.ThumbList dd {
  clear:both;
  margin:0 auto 2em;
  width:200px;
  font:1em Verdana,Helvetica,Arial,Sans-Serif;
  color:#aaa;
}
/*end gallery






/*begin blog*/
.bg-grad{
        float:left;
        width:100%;
        background:transparent url('images/dark-texture.jpg') repeat scroll top left;
}
.bg-img{
	float:left;
        width:100%;
        background:transparent url('images/blog-design.png') fixed no-repeat bottom left;
}

.blog {
        float:right;
        margin:0;
        padding:0;        
        right:0;
        width:740px;
}
.blog .PostList {
        width:540px;
        margin:0;
        padding:0;
        float:left;
}


.Post {
        background:#26272a url('images/light-texture.jpg') repeat fixed top left;
        margin-top:0;
        margin-bottom:20px;
        padding:15px;        
}

.first {
  padding-top:5em;
}

.PostHeader {
        margin:0;
        padding:0;
        border-bottom:1px solid;

}

.PostHeader a{
        text-decoration:none;
}

.PostHeader a:hover{
        color:#e0e0e0;
}

.MetaData{
    font:1em verdana,arial, tahoma, helvetica, sans-serif;
    letter-spacing:0.2em;
    color:#987;
}

.MetaData a {
    font:1.15em  helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    text-decoration:none;
}
.MetaData a:hover {
    font-weight:bold;
}

.PostContent {
    padding:0.7em;
    margin:0.7em 0;
    background:#222;
    border:1px solid #333;
    font:1.15em Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
    line-height:1.25em;
    text-align: justify;
    color: #aaa;
}



.PostContent p {
    margin:0;
    padding:0;
    text-indent:20px;
    padding-bottom:0.3em;
}

object {
 margin:-24px;
}

#sidebar {
        width:180px;
        margin:0;
        padding:10px;
	padding-top:5em;
        float:right;
	padding-bottom:10em;
}


#sidebar .widgettitle{
        font:1.3em Georgia,Times New Roman, Serif;
        font-weight:bold;
        color:#9a9;
        border-bottom:1px solid #9a9;
        margin-bottom:0.3em;
        margin-top:0.8em;
}

.widget_search label {
        font:1.3em Georgia,Times New Roman, Serif;
        font-weight:bold;
        color:#9a9;
}

#sidebar a {
        font:1.15em  helvetica, Arial, Tahoma, Verdana, Sans-Serif;
        font-weight:normal;
        text-decoration:none;
} 

#sidebar a:hover {
        font-weight:bold;
}
/*end blog*/


/*begin resume*/
.resume {
  width:60%;
  padding:30px 50px 10px;
  font:1.2em Georgia,Times New Roman, Serif;
}

.resume ul {
  list-style-type:circle;
}

.design {
  position:absolute;
  z-index:-1;
  bottom:0;
  right:0;
  width:416px;
  height:420px;
  overflow:hidden;
  background:url('images/resume-design.png') no-repeat top right;
}
/*end resume*/


/*begin contact*/
.contact {
        height:440px;
        width:100%;
}        

.center-form {
  float:right;
  margin-right:70px;
  margin-top : 30px;
}

.contact-design {
	position:absolute;
	z-index:-1;
	bottom:0;
	left:0;
	width:286px;
	height:450px;
	overflow:hidden;
        background:transparent url('images/contact-design.png') no-repeat top left;	
}
/*end contact*/



/* begin PostIcons */
.PostFooterIcons
{
	padding:1px;
}

.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	font-family: Georgia,Times New Roman, Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #E3E9F2;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	margin:0;
}

.PostFooterIcons a:link
{
	font-family: Georgia,Times New Roman, Serif;
	text-decoration: underline;
	letter-spacing: 1px;
	color: #91A7CA;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
	font-family: Georgia,Times New Roman, Serif;
	text-decoration: underline;
	color: #91A7CA;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
	font-family: Georgia,Times New Roman, Serif;
	text-decoration: none;
	color: #000000;
}
/* end PostIcons */

/* begin Button */
.Button
{
	position:relative;
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:32px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
}

/*This HACK needed for ie7 (button position)*/


.Button
{
	white-space: nowrap;
	color: #91A7CA;
        background:#333;
        padding:4px;
        margin-top:7px;
        border:1px solid #445;
        font:1.1em arial,tahoma,helvetica,verdana,sans-serif;
        letter-spacing:0.2em;
}


.Button:hover
{
	color:#bbb;
        border:1px solid #555;
	text-decoration: none !important;
}

.Button:active
{
	color: #F5F5F5;
        border:1px solid #bbb;
}

input, select
{
	font-family: Georgia,Times New Roman, Serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
        background-color:#9a9;
        padding:3px;
}

input:focus{
    background-color:#e0e0e0;
}





.rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 32px;
	width: 30px;
}

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 691px;
}
.contentLayout .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 921px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 230px;
}
/* end LayoutCell */



.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin-left:30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #222;
	padding: 2px;
	margin:1px;
	background: #222;
}

.commentlist li cite
{
        	font-size:1.2em;
}


#commentform textarea
{
	width: 100%;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.navigation
 {
    padding:0 0 2em 0;
    margin:0 auto;
    display:block;
    width :300px;
    /*font:1.15em Verdana,Tahoma,Arial,Helvetica,Sans-Serif;*/
    line-height:1.25em;
	text-align: center;
        font:1.1em Georgia, Times New Roman, Serif;
        letter-spacing:0.3em;
}

.navigation a {
    text-decoration:none;
}
.navigation a:hover {
    color:#ccc;
    text-decoration:none;
}
/* Recommended by http://codex.wordpress.org/CSS */
/* Begin */
.aligncenter, div.aligncenter, .article .aligncenter img, .aligncenter img.article, .aligncenter img, img.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End */


.hidden
{
	display: none;
}

/* Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

/*Plugin Footnotes*/
.footnotes {
border-top:1px solid #444;
}

.footnote {
color:#aaa;
}

/*begin footer*/
.footer {
    text-align:center;
    background:#111 url('images/dark-texture.jpg');
    padding:0.1em 0;
    color:#555;
    border-top:1px solid #444;
    position: absolute;
    bottom: 0;
    width:100%;
  
}

.footer a {
    color:#345;
    text-decoration:none;
}


.content, .ThumbList, .bg-imag,.center-form, .resume, .design, .contact, .contact-design
{
  padding-bottom:4em;
}

/*end footer*/

/*begin games*/


.games p {
  clear:both;
}



.games img {
  margin-top:0;
  margin-right:10px;
} 

.games ul {
    margin-left:320px;
    margin-top:0.2em;
    color:#aaa;
}
.games .PostList {
        width:80%;
        margin:20px auto;
        padding:0;
}

.games .PostHeader {
  font-size: 2em;
}


/*end games*/
