/*
Theme Name: Xenia Schmidt
Description: Xenia Schmidt portfolio
Version: 0.1
Author:	Gisele Jaquenod
Author URI: http://www.giselejaquenod.com.ar/
*/

* { 
  padding: 0; 
  margin: 0; 
}
body {
  background: #f5f2e9 url(images/bg.jpg) repeat;
  margin: 0px;
  padding: 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #3A260B;
  font-size: 12px;
  line-height: normal;
}
a:link, a:visited { 
  color: #3a3426; 
  text-decoration: none;
}
a:hover { 
  color: #1873a1; 
  text-decoration: underline; 
}
p {
  margin: 0px;
}
code { 
  color: #090; 
  font-family: "Courier New", Courier, monospace; 
}
pre { 
  width: 500px; 
  margin-bottom: 15px; 
  font-size: 1.2em; 
  float: left; 
}
* html pre { 
  font-size: 1.0em; 
  overflow: hidden; 
}
h2 {
  font-size: 24px;
  color: #3a3426;
  padding: 8px 0px;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  border-bottom: 1px dotted #e2d6bb; 
}
h2 a {
  color: #3a3426;
  font-weight: normal;
}

/* Layout */

#all {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background: url(images/bg-top_back.jpg) repeat-x center top;
}
#wrapper {
  background-image: url(images/bg-top.jpg) no-repeat center top;
  margin: 0px auto;
  padding: 0px;
  width: 730px;
  height: 500px;
}
#header {
  width: 100%; 
  float: left; 
  clear: both;
  margin: 0px;
  padding: 0px;
}
#page {
  width: 680px;
  margin: 0px;
  padding: 5px 25px;
}
#page img {
  margin: 3px;
  padding: 3px;
  border: 1px solid #a99b77;
}
#page p {
  margin: 8px 0px;
}
.pagepost { 
  width: 100%; 
  font-size: 12px;
  line-height: 1.7em; 
  color: #444; 
  float: left; 
}
#content_box {
  width: 730px;
  padding: 20px 0px;
  margin: 0px;
  float: left;
  background: #f8f6f0 url(images/xenia-content.jpg) no-repeat center top;  
}

/* Entry */

.post { 
  width: 500px; 
  margin-bottom: 50px; 
  float: left; 
}
.entry p {
  font-size: 12px;
  line-height: normal; 
  margin: 10px 0px;
}
.entry ul, .entry ol { 
  margin: 0 0 10px 20px; 
  font-size: 11px;
}
.entry ul { 
  list-style-type: square; 
}
.entry li { 
  padding: 3px 0;
  margin: 0px;
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
  margin: 0 0 0 20px; 
}
	
/* Footer */

#footer { 
  width: 100%; 
  padding: 15px 0px;
  border-top: 1px dotted #e2d6bb; 
  font-size: 11px; 
  text-transform: uppercase; 
  letter-spacing: .3em; 
  clear: both; 
  text-align: center;
  color: #93897c;
}

/* Navigation */

#nav { 
  width: 100%;
  float: left;
  clear: both; 
}