/*
Theme Name: CA SP003
Theme URI: http://www.creatinr.com/
Description: This is a sample for CA site
Author: CreatinR
Author URI: http://www.creatinr.com/
*/

body {
	margin: 0px;
	/* background: url(img/top_bg.gif); */
	/* background-repeat: repeat-x; */
	color: #fff;
	background: #f9f9f9 url(img/top_bg.gif) top repeat-x;
	font-family: Verdana, Arial, sans-serif;
        font-size: 1.0em;
        color: #666;
}

p {
	font-size: 12px;	
	line-height: 20px;
	letter-spacing: 0.08em;
	margin: 11px 0 10px 0;
	padding: 0px;
}

h2 {
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 16px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(img/bullet02.gif);
}

a {
	/* color: #93B300; */
	color: #93B300;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container *******************************/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 860px;
       background: #fff url(img/bg01_860_5.gif);
       background-repeat: repeat-y;

}


/**** Top ******************************************/


#top {
	height: 150px;
	color: #fff;
	background: #000 url(img/top_bg.gif) top;
        margin:0px 0px;
	overflow:hidden;
}

#top h2 {
        width: 220px;
        height:61px;
        background: url(img/logo_001.gif) no-repeat;
	color: White;
	letter-spacing: 3px;
	/* font-size: 3.0em; */
	font-weight: normal;
	position: relative;
	margin: 0px 0px 0px 30px ;
	top:33px;
	display:block;
	float:left;
	/* background: url(img/bg_t.gif) no-repeat; */
	padding-left: 10px;
        /* text-indent: -9999px; */
}

#top h2 a {
        display: block;
        width:220px;
        height: 60px;
	color: white;
        font-size: 12px;
	text-decoration: none;
}

#top h2 a:hover {
        /* color: #93B300; */
}


/**** Main Menu ***********************************/


#menu {
	display: block;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 120px 5px 20px 5px;
	text-decoration: none;
        /* text-transform: lowercase; */
        font-size: 12px;
	color: #fff;
	font-weight: bold;
}

* html #menu a {width:1%;}

#menu li a:hover {
	/* background: url(img/bg_menu.gif); */
	background: #666;
}

#menu li a.current {
	letter-spacing: 1px;
	color: gray;
	background: url(img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #eee;
}


/**** Content Container **************************/


#content {
	width: 100%;
	margin-top:30px;
}

#content h2 {

	padding: 10px 0 10px 10px;
}


/**** Content ***********************/


#left ul {
	font-size: 0.8em;
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 500px;
	float:left;
	display: block;
    margin-left: 50px;
	display: inline;
}


/**** Sidebar ***********************/


#right {
    padding:0px 0px 0px 50px;
	width: 100px; 
	display:block;
	float:left;

	margin-top: 10px;
}

#right h2 {
	margin-left: 50px;
}

#right .box {
	width: 12em;/*140px*/
	background: #F6F9FB;
	border: 0px solid #E1E1E1;
	padding:5px 10px 10px 10px;
	margin-bottom: 10px;
	float:left;
}

#right .box h2 {
	font-size: 0.8em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	color: #93B300;
	font-size: 12px;
}

#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
}

#nav{ list-style: none; margin: 2.0em 0; width: 25em; float: right;}
#nav li{ padding: 0; margin: 0; }
#nav a{
	display: block;
	height: 2.0em;
	padding: 0.5em 0.3em 0.1em 0.8em;
	border-bottom: 2px; /*solid #1a1a1a*/
	border-top: 2px; /*solid #1a1a1a*/
	/* color: #93B300; */
	color: #999933;
	background-color: #F7F9FB;
	font-weight: bold;
	text-decoration: none;
	}

#nav a:hover{
	color: #1a1a1a;
	background: url(img/bg_t.gif) no-repeat;
	background-color: #fff;
	font-weight: bold;
	}	

/**** Clear Div ***********************/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***********************/


#footer {
        margin: 0px auto 0 auto;
	text-align: center;
	border-top: solid 1px #ccc;
	padding: 20px 0 20px 0;
	width: 100%;

}

#footer p {
	margin: 0px;
	padding: 0;
        font-size: 8px:
}

/**** admin edition ***********************/

.meta a{color: #a7b956;}
.post h2{background: #F6F9FB;}
#left h2{background: #F6F9FB;}
.narrowcolumn h2{margin-top:1px;}


/**** feed2js **********************/

.rss-item a{
    padding: 30px 0px 20px 0px;
    color: #666;
    font-weight: bold;
    font-size: 15px;
}


.rss-box {
    font-size:15px
    background: #eeeeee;
    line-height: 120%;
}

.rss-box ul{
    list-style-type:none;
}

/**** origin ***********************/

.entry_title{
	color: #9f9f9f;
	margin:0px;
	padding:0px;
	font-size: 16px;
}


