/*
THEME NAME: MDPPA
DESCRIPTION:MDPPA Theme based on Sandbox
VERSION: 1.0
AUTHOR: <a href="http://vespinoy.com/">Bimbo Isidro</a> 
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

/* Just some example content */

body {
	  background: #e9e9e9 url('images/bg-pattern.gif') repeat center;
      color : #000088;
      margin: 0px; 
	  font-family: Verdana, Arial;
	  font-size: .8em;

}

h3 {
	font-size: 1em;
	color: #000000;
}

a:link, a:visited{
text-decoration: none;
color: #515BAF;
}
a:hover {
text-decoration: none;
color: #ff0000;
}
#wrapper {
	  background: #e9e9e9 url('images/kubrickbgwide.jpg') repeat-y center;

width: 773px;
margin: auto;
}

 .skip-link {
position:absolute;
right:1em;
top:1em;
}

 #menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

 #menu ul, #menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

 #menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

 #menu ul ul ul a {
font-style:italic;
}

 #menu ul li ul {
left:-999em;
position:absolute;
}

 #menu ul li:hover ul {
left:auto;
}

.entry-meta {
clear:both;
font-size: .8em;
padding-right: 10px;

}

.entry-title {
font-size: 1.5em;
font-weight: bold;
clear:both;
color: #515BAF;
text-decoration: none;

}

.entry-content {
color: #000000;
padding-right: 10px;

}

.entry-date {
font-size: .8em;
clear:both;
}
 #container {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

 .comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

#comments-list p{
	width: 400px;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

 .gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

 .gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

 .gallery dl.gallery-columns-1 {
width:100%;
}

 .gallery dl.gallery-columns-2 {
width:49%;
}

 .gallery dl.gallery-columns-3 {
width:33%;
}

 .gallery dl.gallery-columns-4 {
width:24%;
}

 .gallery dl.gallery-columns-5 {
width:19%;
}

 #nav-above {
margin-bottom:1em;
}

 #nav-below {
margin-top:1em;
}

 #nav-images {
height:150px;
margin:1em 0;
}

 .navigation {
height:1.25em;
}

 .navigation  .nav-next {
float:right;
text-align:right;
}
/* SIDEBAR */

#mdppa-text {
font-family: arial;
font-size: 4em;
font-weight: bold;
color: #ff0000;
}

#mdppa-desc {
margin-top: -10px;
font-family: arial;
font-size: .9em;
font-weight: bold;
color: #000000;
}

 .sidebar h3 {
font-size:1em;
}

 .sidebar input#s {
width:10em;
}

 .sidebar li {
list-style:none;
margin:0 0 2em;
}

 .sidebar li form {
margin:0.2em 0 0;
padding:0;
}

 .sidebar ul ul {
margin:0 0 0 1em;
}

 .sidebar ul ul li {
list-style:none;
margin:0;
}

 .sidebar ul ul ul {
margin:0 0 0 0.5em;
}

 .sidebar ul ul ul li {
list-style:circle;
}

 #menu ul li, .gallery dl, .navigation  .nav-previous {
float:left;
}
#header {
		width: 773px;
		height: 260px;
		margin-left: 7px;
	}
	
#footer {
text-align:center;

}

#footer img {
padding-left: 5px;
vertical-align:middle;
}

input#author,input#email,input#url, .navigation   {
width:50%;
}

 .gallery *, .sidebar  , .sidebar h3, .sidebar ul {
margin:0;
padding:0;
}

div.hr {
  height: 30px;
  background: #fff url('images/flame.gif') no-repeat scroll center;
  width: 338px;
  margin: auto;
}
div.hr hr {
  display: none;
}