/*  
Theme Name: CG_v02
Theme URI: 
Description: CG_v02
Version: v02
Author: 
Author URI: http://www.divisiondomain.com/

*/


/*slice*/

#slice { background-color: #e7fdd4;  background-image: none; background-repeat: repeat;
	background-attachment: scroll; background-position: 0 0; padding-top: 6px; padding-right: 0;
	padding-bottom: 6px; padding-left: 0;text-align: center; display: block; border-bottom: 2px solid #a6ce37; }
#slice > div {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#slice > div > p {
	width: 100%;
	margin: 0;
}


#slice > div > div.links {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 .5em 0 0;
}
#slice > div > div.links a {
	font-weight: bold;
	margin-left: 1em;
	border-bottom: 1px dotted #353535;
}
#static-slice { background-color: #e7fdd4;  background-image: none; background-repeat: repeat;
	background-attachment: scroll; background-position: 0% 0%; padding-top: 6px; padding-right: 0pt;
	padding-bottom: 6px; padding-left: 0pt;text-align: center; display: block; border-bottom: 2px solid #a6ce37;
	width: 100%;height: 2.5em;z-index: 10000; position:fixed; left: 0pt; top:0pt; text-align: center;}

#slice-spacer { padding-top: 40px; }
.slice-tab { border-right: 1px solid #a6ce37; border-left: 1px solid #a6ce37; width: 194px; height: 3.2em; }
#slice-inner {	width: 970px; border-left-width-value: 1px; border-left-style-value: solid; border-left-color-value: #cccccc;
	border-left-width-ltr-source: physical; border-left-width-rtl-source: physical; border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical; border-left-color-ltr-source: physical; border-left-color-rtl-source: physical;
	border-right-width-value: 1px; border-right-style-value: solid; border-right-color-value: #cccccc; border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical; border-right-style-ltr-source: physical; border-right-style-rtl-source: physical;
	border-right-color-ltr-source: physical; border-right-color-rtl-source: physical; margin-top: 0pt; margin-right: auto;
	margin-bottom: 0pt; margin-left: auto; position: relative; height: 35px;}
#slice-main {padding-top: 5px; float: right; width: 550px; text-align: left; font-size: 1.4em; }




body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, Sans-Serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000000;
	
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Sans-Serif;
	font-size: 15px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color:#256FCA;
}

a:hover{
	text-decoration: underline;
	color:#143D6D;
}

a img{
	border: 0;
}

address, dl, p{
	padding: 15px 0 0;
}


blockquote{
	margin: 15px 0 0;
	background: #f4f4f4;
	color:#333333;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}


/* Modified image styles  */

.entry img{
	border: 0px solid #ccc;
	padding: 4px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* end image styles */

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

pre{
	width: 90%;
}

small{
	font-size: 12px;
}

#header{
	clear: both;
	float: left;
	width: 100%;
	padding: 40px 0 10px 0;
	text-align: left;
	background-color:#2a2a2a;
	/*background:  url(images/BG_TOP.gif) repeat-x; */
}
/********************* replace with logo **********************/
#header h1{
	margin: 0 auto;
	width: 940px;
	font-size: 42px;
	color: #ffffff;
}

#header h1 a{
	text-decoration: none;
	color: #ffffff;
}

#header h1 a:hover{
	text-decoration: none;
}

/*********************set width**********************/
.description{
	margin: 0 auto;
	width: 940px;
	line-height: 20px;
	color: #F0F0F0;
}

.description p{
	padding: 6px 0 0 10px;
}

/********************* tabbed navigation **********************/
#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	text-align: left;
	border-top: 1px solid #343434;
	background: #232323;
}

#top-menu a{
	text-decoration: none;
	color: #ffffff;
}

#top-menu a:hover{
	text-decoration: underline;
}

/*********************set width************/

#top-menu ul{
	margin: 0 auto;
	width: 940px;
	padding: 5px 0;
	text-align: left;
}

#top-menu ul li{
	display: inline;
	padding: 0 20px 0 0;
	font-size: 15px;
}

#container{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	border-top: 1px solid #fff;
	background: #fff url(images/bg_container.gif) repeat-x;
}

/*********************set width************/

.page{
	margin: 10px auto 0;
	width: 940px;
	text-align: left;
}

.main-narrow{
	float: left;
	width: 601px;
	background: url(images/dotted_vertical.gif) repeat-y top right;
}

/********************* Post titles **********************/

.post{
	padding: 10px 11px 10px 0;
	border-bottom-color:#CCCCCC;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}

.post h2{
	font-size: 28px;
	font-weight:normal;	
	letter-spacing: -1px;
	font-family:"Times New Roman", Times, serif;
}
.post h2 a{
	font-size: 28px;
	font-weight:normal;	
	letter-spacing: -1px;
	text-decoration:none;
}
.post h2 a:hover{
	font-size: 28px;
	font-weight:normal;	
	letter-spacing: -1px;
	color:#256FCA;
	text-decoration:underline;
	background-color:#FDFBEF;
}


.entry{
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;

}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 15px 0 0;
	font-style: normal;
	text-transform: none;
	background-color: transparent;
	background-image: none;
}

.entry h1{
	font-size: 48px;
	font-weight: normal;
	line-height: 48px;
}

.entry h2{
	line-height: 30px;
}

.entry h3{
	font-size: 18px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.postinfo{
	font-size:10px;
	color:#256FCA;

}

.browse{
	margin: 0;
	padding: 20px 21px 20px 0;
}

/********************* sidebar 1 **********************/

.sidebar{
	float: left;
	width: 180px;
	margin: 0 0 0 4px;
	display: inline;
}

.sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li{
	margin: 8px 0 0;
	padding: 8px;
	border: 1px solid #cccccc;
	background: #fbfbfb;
	font-size:10px;
	border-bottom: 3px solid #A7A6A6;
	border-right: 2px solid #B9B9B9;
}

.sidebar ul li#search{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.sidebar ul li#search input{
	margin: 0 0 5px;
}

.sidebar ul li h2{
	padding: 0 0 10px;
	background: url(images/dotted_horizontal.gif) repeat-x left bottom;
	color: #666;
}

.sidebar ul ul{
	padding: 3px 0 0;
}

.sidebar ul ul li{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 20px;
	background-color: transparent;
}

.sidebar ul ul ul{
	padding: 0;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
}


/********************* sidebar 2 **********************/

/* sidebar right */

.sidebarright{
	float: right;
	width: 320px;
	margin: 0 0 0 4px;
	display: inline;
}

.sidebarright ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebarright ul li{
	margin: 8px 0 0;
	padding: 8px;
	border: 1px solid #e7e0d1;
	background: #fbfbfb;
	font-size:11px;
	border-bottom: 3px solid #A7A6A6;
	border-right: 2px solid #B9B9B9;
}

.sidebarright ul li#search{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.sidebarright ul li#search input{
	margin: 0 0 5px;
}

.sidebarright ul li h2{
	padding: 0 0 10px;
	background: url(images/dotted_horizontal.gif) repeat-x left bottom;
	color: #666;
}

.sidebarright ul ul{
	padding: 3px 0 0;
}

.sidebarright ul ul li{
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 20px;
	background-color: transparent;
}

.sidebarright ul ul ul{
	padding: 0;
}

.sidebarright ul ul ul li{
	padding: 0 0 0 10px;
}

/* comments template */

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #ccc;
	padding: 15px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */



#footer-wrap{
	float: left;
	width: 100%;
	background: #fbfbfb;
	border-top-color:#cccccc;
	border-top-style:solid;
	border-top-width:thin;
	color: #256FCA
	;
	font-size:10px;
}

#footer-wrap a{
	color: #256FCA;
}

/*********************set width************/
/********************* add in another div **********************/

#footer{
	margin: 0 auto;
	width: 940px;
	padding: 0 0 10px 0;
	line-height: 10px;
	text-align: left;
}

.author_image
{
  float: left;
  vertical-align:top;
  margin: 1em;
  width:16px;
  height:16px;

}
.icon
{
  float: left;
  vertical-align:top;
  margin-right: .2em;
}
.menuicon
{
  float: left;
  vertical-align:top;
  margin-right: .1em;
}
.footericon
{
  margin-right: .1em;
}

/*********************inlinead************/

.inline{
	float: left;
	width: 590px;
	padding:5px;
	background-color:#FDFBEF;
	border-bottom: 1px solid #F5DD75;
	margin-bottom:5px;
	
}

