/*   
Theme Name: Baracks Watch
Theme URI: http://www.barackswatch.com
Description: Custom design for Presidential Watch Company
Author: CasJam Media
Author URI: http://www.casjam.com
Version: 1.0
*/


body
 {
}

/* clearfix 
=================================*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* end clearfix */


/* General styles 
=================================*/

a {

}

a:hover {

}

p {
	margin: 0 0 1.5em 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1em;
}

h1, h2, h3, h4 {
	margin: 0 0 1.5em 0;
}

textarea, input {
	font-size: 13px;
	font-family: arial, sans-serif;
}


/* Entry Content
=================================*/

.entry-content ul {
	list-style: disc;
	margin: 0 0 1.5em 2.5em;
}

.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content ol {
	list-style: decimal;
	margin: 0 0 1.5em 2.5em;
}

.entry-content ol ol {
	margin-bottom: 0;
}

.entry-content .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.entry-content .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

p.wp-caption-text {
	margin: 0;
}



/* Comments
=================================*/







