/*
Theme Name: Weiner Edrich Brown
Theme URI: http://wordpress.org/
Description: 
Version: 1.2
Author: XynoMedia

*/

/* Wrap */
	.wrap-main { background: url(images/gradient-back.png) repeat-x; height: auto; text-align: center; width: 100%; }

/* General Styles */
	body { background: #1c3e7a url(images/back.png) repeat-x; color: #000; font: 9pt/11pt Verdana, Geneva, sans-serif; margin: 0 auto; padding: 0; }
	.additional-meta { font-size: xx-small; }
	blockquote { font-style:oblique; }

/* Links */
	a { text-decoration: none; }
	a:link { color: #1c3e7a; text-decoration: underline; }
	a:hover { color: #000; text-decoration: underline; }
	a:visited { color: #1c3e7a; text-decoration: underline; }

/* Lists */
	ul { margin: 0; padding: 0; }
	ul li {	margin-left: 5px; padding: 0; }
	li { list-style-type: none; }
	.disc { list-style-type: disc }

/* Lists Inside Posts */
	.entry-content ul ol { margin-left: 0; }
	.entry-content ul li { margin-left: 10px; list-style: disc; list-style-position: inside }
	.entry-content ul li ol { margin-left: 10px; }
	.entry-content ol li { margin-left: 5px; list-style: decimal; list-style-position: inside }
	.entry-content ol li li { margin-left: 5px; }

/* Headings */
	h1, h3, h4, h5, h6 { margin: 0; padding: 0; }
	h2 { color: #1c3e7a; font-size: 18px; margin:0; padding:0; }
	h2.entry-title { color: #39598D; font-size:180%; line-height: 1.2; }
	h2#comments { margin: 20px auto 10px; font-size: 140%; }

/* Headings Inside Posts */
	.entry-content h3 { font-size: 140%; }
	.entry-content h4 { font-size: 120%; }
	.entry-content h5 { font-size: 100%; }
	.entry-content h6 { font-size: 90%; }

/* Main Divs */
	#wrapper { clear: both; float: none; margin: 0 auto; padding: 0; text-align: left; width: 683px; }
	#header { margin: 0 auto; padding-top: 6px; text-align: center; width: 690px; }
	#footer { clear: both; float: none; height: 50px; margin: 0 auto; overflow: hidden; padding: 0 0 10px 0; text-align: center; }

/* Posts */
	.post-index { margin: 0 0 10px; }
	#post-single { margin: 0 0 20px; }
	.posts-wrap { clear: none; float:right; width:505px; }

/* Sidebars */
	.sidebar-wrap { clear: none; float: left; margin: 0 auto; overflow: hidden; width: 135px; }
	.sidebar { clear:none; width:99%; }
	.block-1 { float:left; }

/* 404 Page */
	.error404 { margin: 0; width: 100%; }
	.error404 h1, .error404 h2 { margin: 10px auto; }

/* Comments */
	div.comments-wrap { margin: 15px auto; padding: 0; }
	li.comment, li.trackback, li.pingback { margin: 10px auto; }
	ul.children { margin-left: 10px; }
	ul.commentlist, ul.pinglist { margin: 10px 0; }
	div.reply {}
	textarea#comment { overflow: auto }

/* Alignments */
	img.alignright { clear: none; float: right; margin: 0 0 1em 1em; }
	img.alignleft { float: left; clear: none; margin:0 1em 1em 0; }
	img.aligncenter { display: block; margin: 1em auto; text-align: center; }
	img.alignnone { margin: 0 0.5em 0 0; }

/* Navigation */
	div.navigation { clear: both; float: left; height: auto; padding: 10px 0px; width: 100%; }
	.navigation-index {}
	.nav-next { clear: none; float: right; text-align: right; width: 48%; }
	.nav-prev { clear: none; float: left; text-align: left; width: 48%; }
	.logo { float: left; height: auto; margin-top: 55px; margin-bottom: -30px; width: 100%; }
	.nav { margin-left: auto; margin-right: auto; padding-top: 4px; width: 100%; }
	.block1 { background: url(images/block1.png); clear: both; height: 144px; margin-left: auto; margin-right: auto; margin-top: 5px; width: 685px; }
	.main-buttons { clear: both; height: 213px; margin-bottom: 5px; padding-bottom: 5px; width: 100%; }
	.services-button { float: left; height: 106px; padding-right: 2px; padding-top: 2px; width: 226px; }
	.about-button { float: left; height: 106px; padding-right: 2px; padding-top: 2px; width: 226px; }
	.files-button { float: left; height: 106px; padding-top: 2px; width: 226px; }
	.books-button { float: left; height: 106px; padding-right: 2px; padding-top: 2px; width: 226px; }
	.clients-button { float: left; height: 106px; padding-right: 2px; padding-top: 2px; width: 226px; }
	.contact-button { float: left; height: 106px; padding-top: 2px; width: 226px; }
	.block2 { background: url(images/block2.png) no-repeat; clear: both; height: 163px; margin-left: auto; margin-right: auto; margin-top: 5px; padding-top: 5px; width: 685px; }
	.home-head-text { float: left; height: 132px; margin-left: auto; margin-right: auto; margin-top: 5px; padding-left: 2px; width: 450px; }
	.side-buttons { float: none; height: auto; margin-top: 3px; width: 135px; }

/* Rounded Corners */
	.rounded_colhead { background: #fff; float: right; margin: 4px auto 20px auto; padding: 14px 20px; width: 503px; }
	.rounded_colhead { -webkit-border-radius: 6px; }    /* For Safari */
	.rounded_colhead { -moz-border-radius: 6px; }    /* For Firefox */
	.rounded_colhead { position: relative; }
	.rounded_colhead > .tl, .rounded_colhead > .tr, .rounded_colhead > .bl, .rounded_colhead > .br { height: 6px; position: absolute; width: 6px; }
	.rounded_colhead > .tl { background: url(/images/ui/rounded/colhead-tl.png) top left no-repeat; left: 0; top: 0; }
	.rounded_colhead > .tr { background: url(/images/ui/rounded/colhead-tr.png) top right no-repeat; right: 0; top: 0; }
	.rounded_colhead > .bl { background: url(/images/ui/rounded/colhead-bl.png) bottom left no-repeat; bottom: 0; left: 0; }
	.rounded_colhead > .br { background: url(/images/ui/rounded/colhead-br.png) bottom right no-repeat; bottom: 0; right: 0; }

/* Header */
	.home-head-form { height: auto; float: left; margin-left: 30px; margin-right: auto; margin-top: 7px; width: 190px; }
	.home-form-name { margin-bottom: 6px; margin-top: 6px; }
	.entry-content-index { font-size:12px; }
	.header-content { background: url(images/block1.png) no-repeat; clear: both; float: left; height: 145px; margin-top: 30px; width: 683px; }

/* Styles Moved from Header.php 4-16-2010 */
	.style1 { color: #fff; font-weight: bold; }
	.style2 { color: #1c3e7a}
	.style111 { color: #f00; font-weight: bold; }

/* Blog Styles (Added 4-16-2010) */
	.blogbtn { border-style: none; float: right; height: 100px; margin-bottom: -30px; margin-top: -15px; position: relative; width: 100px; z-index: 1000;  }
	.blogbtn img { border-style: none; }
	.logoleft { float: left; height: 100px; width: 550px;  }
	.sharethis img { border-style: none; padding-top: 5px; }
	.rounded_sidebar { background: #fff; float: right; margin: 4px auto 20px auto; padding: 0; width: 132px; }
	.rounded_sidebar { -webkit-border-radius: 6px; }    /* For Safari */
	.rounded_sidebar { -moz-border-radius: 6px; }    /* For Firefox */
	.rounded_sidebar { position: relative; }
	.rounded_sidebar > .tl, .rounded_sidebar > .tr, .rounded_sidebar > .bl, .rounded_sidebar > .br { height: 6px; position: absolute; width: 6px; }
	.widget { padding: 10px; width: 100px; }
	.cat-item { margin: 0; padding: 0; }
	.widgettitle { margin-bottom: 5px; }
	.widget li, .execphpwidget li, .page_item { margin-left: 0; padding-left: 0; }
	img { border-style: none; }

/* Additional Nav Button Styles (Added 4-30-2010) */
	.navbtn { float: left; margin: 0 25px 0 0; padding: 0; }

