/*
Theme Name: Soliant Consulting - 2009-01-21
Theme URI: http://www.soliantconsulting.com
Description: Development Theme.
Version: 09.01.21
Author: tvillaluz@soliantconsulting.com
Tags: Soliant Consulting
*/

.searchbutton {margin-left:122px; margin-top:2px;}
#s {border:1px solid #b4b4b4; width:195px; font-size:16px;
border-bottom:#4c4c4c; border-right:#4c4c4c; margin-top:0px;}

/* 
Note
----- 
This is a stub file for the WordPress Theme. The main css styles are referenced in the template files.
Use the config.php file to manage the resources and parameters.

*/


/* TODO
 * 
 * 
 * index.php: remove links to wordpress.com (which was from the rip of the FlexFM template).
 * 
 * 
 * 
 */

 
 /* Test Rules Only */
#sidebar {
	
}

#sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	margin-top:-2px;
	
	padding-left: 0px;
}


#widgetsbox {
	padding-left: 12px;
}


li.cat-item {
	text-transform: uppercase;
}


.widgettitle {
	margin: 20px 0 20px 0;
	font-size: 12px;
}

.hentry {
	margin-bottom: 3.5em;
}


.post > h2 {
	padding: 0;
	
}

#bodycontent .post h2 a {
	font-size: 18px;
}

.page > h2 {
	padding: 0;
}

#bodycontent .page h2 a {
	font-size: 18px;
}



/* Need to duplicate some rules from the main site css but targeted to the hierarchy in the blog template due to the way widgets work */

li.widget > ul {
/* from main site css - badges */
list-style-image:none;
list-style-position:outside;
list-style-type:none;
/* margin:0 0 50px; */
padding:0;
}

li.widget > ul > li {
/* from main site css - words */
	font-size:11px;
font-weight:normal;
line-height:115%;
margin:0 0 0.7em;
padding-right:18px;
/* text-transform:uppercase; */
}



/* From FlexFM.us */
#pagebar {
border-bottom:1px solid #5C8594;
height:35px;
margin:0;
padding:0;
width:95%;
}

#pagebar li {
border-right:1px solid #CECECE;
color:#333333;
display:inline;
float:left;
font-family:"Trebuchet MS",Verdana,Arial,Sans-Serif;
font-size:1.4em;
height:27px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:8px 15px 0;
text-align:center;
}


