/*
Theme Name: choich
Theme URI: http://www.deepbrew.com/sandbox
Description: Theme dissection example
Version: 1.0
Author: Darrell Hershberger
Author URI: http://www.deepbrew.com
*/





*
{
margin: 0;
padding: 0;
}



body
{
  font-family: Georgia, Times, Serif;
  font-size: 76%;
  color: #14263C;

}

body a
{
  text-decoration: none;
  color: #06296B;
}


body a:hover
{
  text-decoration: underline;
}

#page {
	background-color:;
	background-image: url('images/cross.GIF');
	background-repeat: no-repeat;
	background-position: 55px 33px;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}



#content
{
width: 580px;
float: right;
background-color: ;
font-size: 1.2em
}

#content p {
margin-bottom: 1em;
}

#content h2 {
font-size: 1.3em;
text-align: center;
margin-bottom: 10px;
padding: 2px;
border-bottom: 1px solid #ddd;
}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	background-image: none;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.postmetadata {
	font-size: .7em;
	text-align: right;
	}

#searchform
{
  text-align: right;
}

#searchform input
{
border: 1px solid #black;
background-color: #FFFFFF;
}

#searchform #s
{
  width: 50%;
  background-color: white;
}


#sidebar
{
margin-right: 580px;
width: 18%;
height: 400px;
background-color:; 
text-align: right; 
border-right: 0px solid #F93E00;
}

#sidebar ul
{
list-style: none;
margin-bottom: 0px;
font-family: sans-serif;
font-size: large;
}

#meta ul
{
margin-top: 30px;
font-size: small;
}


#sidebar a
{
  text-decoration: none;
  color: #06296B;
}

#sidebar a:hover
{
  text-decoration: underline;
}

#header
{
  margin-bottom: 20px;
  background-color: ;
  
   
}

#headerimg
{
  font-size: 1em;
  padding-left: 0px;
  background: URL() no-repeat center;
  background-position: 150px 25px;
  height: 100px;
}

#header a

{
  text-decoration: none;
  color: #06296B;
}

#header h1

{
  font-size: 3em;
  font-weight: 100;
  letter-spacing: .1em;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 6px;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	font-style: oblique;
	
	}





#footer
{
    background-color: ;
    background: URL('images/cross_bottom.GIF') no-repeat right;
    padding: 0;
	margin: 0 auto;
	height: 75px;
	width: 760px;
	clear: both;
	
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	}



#wrapper
{
  margin: 0 auto;
  background-color: red;
  width: 900px;
  width:expression(document.body.clientWidth < 605 ? “600px” : “85%” );
}

div>#wrapper

{
  margin: 0 auto;
  min-width: 400px;
  width: 85%;
}
 
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	}

hr
{
  display: none;
} 

img {
padding: 20px;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#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: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
