/*   
Theme Name:Chocopress
Theme URI:http://chocopress.notesindesign.com
Description:Highly adaptable wp theme with options
Author: Notes in design
Author URI:http://www.notesindesign.com
Version:1.0
Tags:four-columns, fixed-width, theme-options, custom-colors, chocolate, brown
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/


/*-------------------------------------------------------
                            THE BASIC FRAMEWORK
--------------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	background-color:#000099
}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFC4
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

H1 {color:#CC0000
}
.style1 {
	font-size: 15px;
	font-weight: bold;
}
.style2 {
	
	font-weight: bold;font-size: 14px;
	font-style: italic;
}

.style3 {color: #FF9900}
.style4 {color: #FFffc4; }



/*-------------------------------------------------------
                            THE POSTS
--------------------------------------------------------*/

.post {
background : transparent;
}

.post p {
margin : 10px 0 10px 0;
}

.post h3 {
background : transparent;
padding : 2px;
font-weight: bold;
}
.post h3 a:link {
text-decoration : none;
color: #000099;
}
.post h3 a:hover, a:active {
border-bottom : 0;
text-decoration : none;
}
.post h3 a:visited {
text-decoration : none;
}

.post ul, .entry ol {
padding : 0 15px 10px 10px;
}
.post ul li {
margin-left : 45px;
list-style : square;
padding : 3px 0;
}
.post ol li {
margin-left : 15px;
padding : 3px 0;
}
.postfooter {
background : transparent;
margin : 20px 0 20px 0;
padding : 2px;
text-align : left;
border-top : 1px solid #000099;
}
.commentlink {
background : transparent;
margin : 0 0 0 0;
padding : 0;
float : right;
}

blockquote {
display: block;
padding: 5px;
margin: 20px 0px 20px 35px;
padding: 5px;
border-left: 2px solid #000099;
}

.post img {
background: #fff;
padding: 2px;
border: 1px solid #ececec;
}

.widget {
margin: 0px 0px 20px 0px;
}

.widget li { list-style-type: circle; margin-left: 20px;}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.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: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

a {
text-decoration: none;
}

#sidebar ul {
margin : 10px 0px 10px 0px;
padding : 0;
list-style-type : none;
}
#sidebar ul li {
list-style-type : none;
padding : 0;
}
