/*
Theme Name: 53Cannon
Description: For 53 Cannon Blog
Version: 1.0
Author: Fuzzco

*/

#twitter{font-size:0.7em; text-align:center;}

body { margin: 0; padding: 0; background: #FFF; }

* {margin: 0; padding: 0; border: 0; font-family: Georgia, Times, serif; }

#container{	
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

/*----------------------------------------------Basic styles------------------------------------------------*/

p, h1, h2, h3, span#copyright { margin: 0 10px; color: #666; font-weight: normal}
h1, h2, h3, h4 {margin-top: 5px; color: #CC9900;}


acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { border-top: 2px solid #00CCFF; border-bottom: 2px solid #00CCFF; margin-left: 1.5em; padding-left: 5px;}


	
p { font-size: 0.75em; line-height: 1.6em; text-align: justify; color:#003768; }
h1 {float: left; margin-top: 40px; margin-left: 30px; font-size: 1.75em; line-height: 1.75em; letter-spacing: 0.20em}	/* site heading */
h1 a {color: #CC9900; text-decoration: none}
h1 a:hover {color: #333; text-decoration: underline}

h2 { font-size: 1.30em; line-height: 2.40em }	/* site heading */
h2 a {color: #CC9900; text-decoration: none}
h2 a:hover {color: #333; text-decoration: underline}

h3 { font-size: 0.90em; line-height: 1.60em }				/* sub headings */
h3 a {color: #CC9900; text-decoration: none}
h3 a:hover {color: #333; text-decoration: underline}

span#copyright { font-size: 13px; line-height: 35px; color: #000 }

div { padding: 10px 0;}

a {color: #666; text-decoration: none;}
a:hover {color: #666; text-decoration: none;}


ul, ol {margin: 10px; color: #333; font-size: 0.70em; line-height: 1.6em}
ul {list-style: square inside}
ol {list-style: decimal inside}
em {font-weight: bold; font-style: normal}


/*---------------------------------------------Layout------------------------------------------------------*/

#hdr {
	padding: 0;
	width: 760px;
/*	background: url(images/header2.jpg) repeat-x 0 bottom #FFF; */
	height: 204px;
	text-align:left;
}

.rowcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	width: 760px;
	overflow: hidden;
	background: #FFF;
}

#navbar {position: relative; width: 760px; height: 2.0em; background-color:#FFF;}

#bttmbar {color: #666; width: 760px; height: 80px; line-height: 150px; text-align: center; vertical-align:bottom; font-size: 0.80em; background-color: #f5f6f1;}
#bttmbar a {color: #666; font-style: normal}
#bttmbar a:hover {color: #FFF; text-decoration: none}

/*---------------------------------------------Main Nav------------------------------------------------------*/

ul#nav {margin: 0 0 0 40px; position: absolute; bottom: 0; left: 1px; list-style: none inside; background: #FFF}
ul#nav li {float: left; margin: 1px}

ul#nav a {
display:block;
font-weight:normal;
height:4.5em;
line-height:22px;
padding-left:5px;
text-decoration:none;
width:9em;
text-align:center;
padding-right:5px;
}

ul#nav li a:link, ul#nav li a:visited  {
	background: #f5f6f1;
	color: #999;
}

ul#nav li a:hover, ul#nav li a:active {
	color:#003768;
	background: #f5f6f1;
}

ul#nav li a.current {background: #f5f6f1; color: #000}
ul#nav li a.current:hover {background: #f5f6f1; color: #00CCFF}

/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 


.fullcolumn {float: left; width: 99%;}		/* Full width column for a one column site */
.threequartercolumn {float: left; width: 74%;}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
.onethirdcolumn {float: left; width: 33%; }		/* One third width column for a three column site */
.onequartercolumn {float: left; width: 210px;}	
.onequartercolumn2 {float:left; width: 200px; padding-right:10px;}


.halfcolumn {float: left; width: 550px;}		/* Half width column for a two column site. */
.messcolumn	{float: left; width: 210px;}		/* One quarter width column for a four column site */

.entry{
	background-color: #FFF;
/*	border: 1px solid #3e4243; */
	padding: 10px;
	margin-left:10px;
	margin-bottom:15px;
	color: #000;
}

.entry h3 {
	font-weight: normal;
	text-transform:lowercase;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #555;
	margin-bottom: 10px;
}

.entry a {color: #CC9900; text-decoration: underline}
.entry a:hover {color: #333; text-decoration: underline}

.entry ul li, .entry ol li
{margin-left:20px;}


.entry h2 a {color: #CC9900; text-decoration: none}
.entry h2 a:hover {color: #333; text-decoration: none}

.entry h3 a {color: #CC9900; text-decoration: none}
.entry h3 a:hover {color: #333; text-decoration: none}




/* Form */

#searchCSS {font-size: 0.9em;}
#searchform {text-align: left; padding-left:10px;}
#searchform #s {width: 90px; font-size: 9px; padding: 2px; border: 1px solid #ccc;}
#searchform #s:focus {border: 1px solid #aaa; background: #fafafa;}
#searchsubmit {font-size: 9px; background: #fff url(images/icon_search.png) 1px 1px no-repeat; cursor: pointer; padding: 0 0 0 15px; border: 1px solid #aaa;}
#searchsubmit:hover {border: 1px solid #999;}
#submit {cursor: pointer;}


/* Comments Styling */
#commentlist li {

font-size: 1.75em;
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background:#FFF;
width: 280px;
}

#commentform textarea {
background: #FFF;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.2em;
background: #FFF;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.2em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.2em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}


#sidebar {
	
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	padding:5px;
/* 	border: 1px solid #3e4243; */
}



#sidebar h3 {
	font-weight: bold;
	font-size: 0.80em;
	color: #666666;
	/* border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555; */
	margin-bottom: 2px;
}
#sidebar p{
	
	
	line-height: 1.4em;
	}
#sidebar a, #sidebar a:visited {
	
	color: #666666;
	text-decoration:none;
}
#sidebar a:hover {
	color: #3399CC;
	text-decoration:nonep;
}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 5px;
	margin-left: 0px
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	color: #666;
}

#sidebar2 {
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFF;
	padding:5px;
/* 	border: 1px solid #3e4243; */
}

.responseintro{
font-size: 100%;
}

.responsetext{
font-size: 125%;
}