/*
 * Theme Name: PenguinDreams
 * Theme URI: http://penguindreams.org
 * Version: 1.0
 * Author: Sumit Khanna
 * Author URI: http://penguindreams.org
 * License: Custon/Properitery 
 * */

body {
  text-align:center;
  background-color: #36302d;
  background-image: url("images/background.jpg");
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  color: white;
}

.navigation {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px dashed #4DA131;
  height:2em;
  text-align: center;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

a { color: #76A7CE; }
a:visited { color: #76A7CE; }
a:hover { color: #fff; background-color:#000; }

#header {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 25px;
}

#headclose {
  padding-left: 40px;
  padding-right: 40px;
}

#menu {
  width: 250px;
  height: 600px;
  margin-top: 140px;
  padding-top: 25px;
  margin-left: 25px;
  margin-right:20px;
  float: left;
  background-image: url("images/side-menu.jpg");
  background-repeat: no-repeat;
  text-align:left;  
}

#menu li ,#menu ul, #comment li, ul.commentlist  {
  list-style-type: none;
  padding-left:0px;
  font-weight: bold;
  margin:0px;
}

.wp_dTreewp_dtree_Node {
  padding-left: 25px;
}

.widgettitle {
  text-align:center;
  padding:0px;
}

.content {
  text-align:  left;
  clear: right;
  margin-left: 330px;
  margin-right: 60px;
  margin-top: 140px;
}

.articleBody {
  border: 1px dashed #ff3;
  padding: 10px;
  margin-top: 30px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.comment {
  border: 2px dashed #00a650;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#commentlist li, #commentlist ul {
  list-style-top: none;
  padding: 0;
}

#commentlist li {
  padding-bottom: 20px;
}

#footer {
  height: 100px;
}


td {
	padding: 5px;
}

textarea {
  width: 90%;
}


.classtitle {
  font-weight: bold;
  font-size: large;
}

.classname {
  font-weight: bold;
  font-style: italic;
}

.classtitlecell {
  padding-top: 20px;
  border-bottom: 1px solid;
  text-align: center;
}

pre {
  border: 1px solid gray;
  padding: 15px;
  overflow: auto;
}

/* Standard for Visual Editor */

/* http://codex.wordpress.org/CSS */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.alignright {
   float: right;
   margin-left: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
}


.wp-caption {
   /*border: 1px solid #ddd;*/
   text-align: center;
   /* background-color: #f3f3f3;*/
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: x-small;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* End Visual Editor */

