/*
Theme Name: My Theme
Theme URI: http://example.com/example/
Description: A search engine optimized website framework for WordPress.
Author: Click Informatics
Author URI: http://www.clickinformatics.com/
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

.
*/
@import url('styles/style-old.css');
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');

/* Import a basic layout */
@import url('styles/3c-b.css');

@font-face {
  font-family: 'Aliquam';
  src: url('fonts/Aliquam.ttf');
}
@font-face {
  font-family: 'AliquamREG';
  src: url('fonts/AliquamREG.ttf');
}
@font-face {
  font-family: 'AliquamRit';
  src: url('fonts/AliquamRit.ttf');
}
@font-face {
  font-family: 'Aliquamulti';
  src: url('fonts/Aliquamulti.ttf');
}

ul,ol
{
margin-left:15px;
}

#wrapper {
  margin: 0 auto;
  width: 980px;
  margin-top:0px;
}
#header
{
	width:980px;
	float:left;
	padding:0px;
	height:170px;
}
#branding
{
	width:375px;
	height:140px;
	float:left;
}
#user-login
{
	width:400px;
	height:35px;
	float:right;
}
#header .headerlinks {
	display:inline;
	float:right;
}
#header .headerlinks li {
	display:inline;
}
#header .headerlinks a {
	color:#585756;
	font-size:20px;
	text-align:right;
	padding-right:10px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'AliquamRit';
}

#search-box
{
	width:410px;
	height:100px;
	float:right;
	text-align:right;
	margin-top:10px;
	background:url(images/search.png) no-repeat right top;
	padding-right:21px;
	margin-right:-21px;	
}
#menu
{
	width:730px;
	height:35px;
	float:right;
	text-align:right;
	z-index:30;
	position:absolute;
	margin:135px 0px 0px 250px;
	font-family: 'AliquamREG';
}
#menu ul
{
	list-style:none;
	display:inline;
}
#menu .pagenav { } /* the outermost list item; contains whole list */
#menu .page-item-2 { }  /* item for Page ID 2 */
#menu .page_item { 
	display:inline;
} /* any Page item */
#menu .page_item a 
{
	color:#2c2b2a;
	text-decoration:none;
	font-size:21px;
	margin-left:20px;
	padding-top:12px;
}
#menu .current_page_item a { background:url(images/menu-active.png) no-repeat top center; } /* the current Page */
#menu .page_item a:hover { background:url(images/menu-active.png) no-repeat top center; }
#menu .current_page_parent { … } /* parent of the current Page */
#menu .current_page_ancestor { … } /* any ancestor of the current Page */
#content
{
	width:980px;
}
#home-slider
{
width:980px;
height:488px;
position:absolute;
z-index:10;
background:url(images/bg.png);
margin:-95px -170px;
padding:95px 170px;;
}
#slider-mask
{
margin:0px 0px 0px 0px;
width:980px;
height:540px;
z-index:20;
position:absolute;
font-family: 'AliquamREG';
}
#access {
    margin: 0 0 1.5em 0;
    overflow: auto;
}
.skip-link {
    position:absolute;
    left:-9000px;
}
.entry-title
{
	font-size:50px;
	color:#1e5277;
	font-family: 'AliquamREG';
}
.sub-pages-page
{
	display:inline;
	list-style-type:none;
	margin-left:0px;
	position:absolute;
	z-index:500;
	font-family: 'AliquamREG';
}
.sub-pages-page .page_item
{
	display:inline;
}
.sub-pages-page .page_item a
{
	font-size:28px;
	color:#020202;
	text-decoration:none;
	margin-right:30px;
	font-style:italic;
}
/*
<form role="search" method="get" id="searchform" class="searchform" action="http://localhost/keshav/Wordpress%20Work/wordpress/">
				<div>
					<label class="screen-reader-text" for="s">Search for:</label>
					<input type="text" value="" name="s" id="s" />
					<input type="submit" id="searchsubmit" value="Search" />
				</div>
			</form> 
*/

.screen-reader-text
{
visibility:hidden;
}
#searchsubmit
{
border:none;
padding:9px 48px;
margin-top:20px;
background:none;
}
#s
{
border:none;
width:155px;
background:none;
font-size:16px;
}
h2
{
font-size:26px;
font-family: 'AliquamREG';
}

h3
{
font-size:20px;
font-family: 'AliquamREG';
}

.nocomments {
display: none;
}

#classiwrapper h2
{
margin-left:10px;
}
#classiwrapper form
{
margin-left:10px;
}
