/*
Theme Name: FranklinCenter
Theme URI: http://sitename.com
Author: WPfromPSD
Author URI: http://wpfrompsd.com

[Table Of Contents] 

	0- Import
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
		6-1- Post
		6-2- Sidebar
	7- Forms
	8- Comments
	9- Footer 

*/

/* =0 Import
�������������������������������������������������������������������*/
@import "style/css/reset.css";
/* =1 Global
�������������������������������������������������������������������*/
body {
	line-height:1;
	font: normal 12px Arial, Helvetica, sans-serif;
	background:#fff url(./style/images/body_s_img.png) repeat-x;
	color: #000;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}
.clearboth {
	clear:both;
}
blockquote {
    margin-left: 15px;
	font-style: italic;
}

/* =2 Links
�������������������������������������������������������������������*/
a:link, a:visited {
	color: #0066cc;
	text-decoration: underline;
}
a:hover {
	color: #0066cc;
}
a:active {
	color: #0066cc;
}
/* =3 Headings
�������������������������������������������������������������������*/
.entry h1 {
	font: bold 2em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h2 {
	font: bold 1.5em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
.entry h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
	padding:5px 0;
}
/* =4 Header
�������������������������������������������������������������������*/
#header {
	margin:0 auto;
	width:980px;
	height:265px;
	background:#fff;
}
#t_header {
	background:url(./style/images/t_header.png) no-repeat;
	width:964px;
	height:36px;
	float:left;
	display:inline;
	margin:0 0 4px 8px;
}
#big_picture {
	margin:0;
	padding:0;
	float:left;
	display:inline;
	margin:0 0 4px 8px;
}
#navbar {
	background:url(./style/images/navbar_bg.png) no-repeat;
	width:964px;
	height:49px;
	float:left;
	display:inline;
	margin:0 0 0 8px;
	position:relative;
	z-index: 20000;
}
#navbar ul {
  padding: 0;
	margin: 0;
	list-style: none;
	/*width:787px;*/
}
#navbar ul li {
	float:left;
	padding:18px 25px 0 15px;
	background:url(./style/images/nav_line.png) no-repeat;
	height:29px;
	position: relative;

}
/*
#navbar ul li:last-child {
	background:none;


}
*/
#navbar ul li a, #navbar ul li a:visited, #navbar ul li a:hover {
	color:#608dc1;
	text-decoration:none;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#navbar ul .nav1 {
	padding:18px 23px 0 27px;
	background:none;
}
#navbar ul .nav1 a, #navbar ul .nav1 a:visited, #navbar ul .nav1 a:hover {
	color:#0d095b;
}

#menu li ul {
  display: none;
  position: absolute;
  padding-top: 13px;
  padding-left: 0;
  margin-bottom: -1px;
  margin-top: 1px;
  margin-left: -35px;
  margin-left: 0;
  float: left;

}

#menu ul li {
  font-size: 100%;
  padding-left: 5px;
  padding-top: 10px;
  padding-right: 18px;
  padding-bottom: 10px;
  background:#12216C;
  width: 80px;
 
}

#menu li:hover ul {
  display: block;
}


#navbar .nav2 {
	position:absolute;
	right:88px;
	top:18px;
	display:block;
}
#navbar .nav2 a, #navbar .nav2 a:visited, #navbar .nav2 a:hover {
	color:#fff;
	text-decoration:none;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#navbar .nav3 {
	position:absolute;
	right:10px;
	top:13px;
	display:block;
	background:url(./style/images/rss_icon.png) no-repeat right;
	height:22px;
	padding:5px 30px 0 0;
}
#navbar .nav3 a, #navbar .nav3 a:visited, #navbar .nav3 a:hover {
	color:#fcc931;
	text-decoration:none;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
/* =6 Middle
�������������������������������������������������������������������*/
#wrapper {
	margin: 0 auto;
	width:1000px;
	background:url(./style/images/wrapper_bg.png) no-repeat;
}
#main_content {
	width:693px;
	float:left;
}
.previous {
	display:block;
	padding:0 0 0 40px;
	float:left;
}
.previous a, .previous a:visited {
	text-decoration:none;
	color:#0066cc;
}
.previous a:hover {
	text-decoration:underline;
}
.next {
	display:block;
	padding:0 10px 0 0;
	float:right;
}
.next a, .next a:visited {
	text-decoration:none;
	color:#0066cc;
}
.next a:hover {
	text-decoration:underline;
}

.read_ar {
	display:block;
	margin:0 0 20px 38px;
}
#main_content .error {
	border-left:3px solid #F00;
	margin:50px 0 0 50px;
}
#main_content .error h2 {
	font:20px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 5px;
}
#main_content .error p {
	font:15px Georgia, "Times New Roman", Times, serif;
	padding:0 0 5px 5px;
	color:#555;
}
#main_content #archive {
	margin:0 0 0 40px;
}
#main_content #archive h2{
	font:27px Georgia, "Times New Roman", Times, serif;
	color:#E3A309;
	margin-top:15px;
}
#main_content #archive ul {
	margin-left:20px;
}
#main_content #archive li {
	background:url(./style/images/bullet.png) no-repeat 0 14px;
	padding:5px 0 0 15px;
}
#main_content #archive li a, #main_content #archive li:visited {
	text-decoration:none;
	font:15px Tahoma, Geneva, sans-serif;
	color:#0066cc;
	text-decoration: underline;
}
#main_content .FS {
	border-bottom:1px solid #cecdd6;
	font:24px Arial, Helvetica, sans-serif;
	color:#0d095b;
	margin:10px 0px 5px 44px;
	padding-bottom:10px;
	width:580px;
}

#featured_post {
	width:660px;
	float:left;
	background:#f1f1f4;
	border:1px solid #cecdd6;
	margin:0 0 10px 17px;
	display:inline;
}
#featured_post h1 {
	border-bottom:1px solid #cecdd6;
	font:24px Arial, Helvetica, sans-serif;
	color:#0d095b;
	margin:10px 30px 10px 27px;
	padding-bottom:10px;
}
#featured_post img {
	float:left;
	width:301px;
	margin:0 26px 26px 26px;
}
#featured_post .f_body {
	float:left;
	width:280px;
	padding-right:27px;
}
#featured_post .f_body .f_entry {
	font:12px Arial, Helvetica, sans-serif;
	color:#080533;
	line-height:18px;
}
#featured_post .f_body .f_readmore {
	display:block;
	float:right;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#1c518e;
	padding-top:7px;
}
#featured_post .f_body .f_readmore a , #featured_post .f_body .f_readmore a:hover, #featured_post .f_body .f_readmore a:visited {
	font:14px Arial, Helvetica, sans-serif;
	color:#000066;
	text-decoration:underline;
}
#featured_post h2 {
	margin:0 0 5px 0;
}
#featured_post h2 a {
	text-decoration:none;
	font:18px Arial, Helvetica, sans-serif;
	color:#0066cc;
	text-decoration:underline;
}


/* =6-1 Sidebar
�������������������������������������������������������������������*/
#sidebar {
	width:307px;
	float:right;
}
#sidebar .cbox {
	width:282px;
	margin:0 0 16px 7px;
}
#sidebar .cbox .cbox_bg .textwidget {
	font:11px Arial, Helvetica, sans-serif;
	color:#080533;
	line-height:18px;
	padding:0 20px;
}

#sidebar .cbox .cbox_bg {
	font:11px Arial, Helvetica, sans-serif;
	color:#080533;
	line-height:18px;
	padding:0 20px;
}
#wp-calendar {
	width: 95%;
	padding: 0 0 10px;
	margin: 0 auto;
}
#wp-calendar a {
	color:#0066cc;
}
#wp-calendar caption {
	padding: 10px;
	font-weight: bold;
}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background:#c0e7ff;
}
#wp-calendar td#today {
	font-weight:bold;
	color:#990000;
}
#wp-calendar td {
	background:none;
}
#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}

#sidebar a {
        color: #0066cc;
	font-weight: bold;
	text-decoration:underline;
}

#sidebar .cbox ul li {
	padding:5px 10px 5px 40px;
	list-style:inside square;
}
#sidebar .cbox ul li a, #sidebar .cbox ul li a:visited, #sidebar .cbox ul li a:hover {
	font:11px Arial, Helvetica, sans-serif;
	color:#0066cc;
	text-decoration:none;
}
#sidebar .cbox h1 {
	width:282px;
	height:36px;
	background:url(./style/images/cbox_header.png) no-repeat;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fefefe;
	padding:23px 0 0 60px;
}
#sidebar .cbox .cbox_bg {
	width:282px;
	background:url(./style/images/cbox_bg.png) repeat-y;
}
#sidebar .cbox .cbox_bottom {
	width:282px;
	height:14px;
	background:url(./style/images/cbox_bottom.png) no-repeat;
}
#sidebar #newsleter_cbox {
	width:282px;
	height:94px;
	margin:0 0 16px 7px;
	padding-bottom:16px;
	background:url(./style/images/newsletter_bg.png) no-repeat;
}
#sidebar #textalert_cbox {
	width:282px;
	height:300px;
	margin:0 0 16px 7px;
	background:url(./style/images/textalert_bg.png) no-repeat;
}
#sidebar #newsh_cbox {
	width:282px;
	height:154px;
	margin:0 0 16px 7px;
	background:url(./style/images/newsh_bg.png) no-repeat;
	position:relative;
        padding-top: 60px;
}

#sidebar .f_video_desc1 {
	font: 10px Arial, Helvetica, sans-serif;
	color: #0d095b;
	width: 250px;

}
#sidebar #av_cbox {
	width:282px;
	height:224px;
	margin:0 0 16px 7px;
        margin-top: -60px;
        margin-bottom: -40px;
	background:url(./style/images/av_bg.png) no-repeat;
	position:relative;
	padding-top: 60px;
}
#sidebar .f_video_img {
	border: 1px solid #7db5de;
	float: left;
        margin-right: 5px;

}

#sidebar .f_video_title {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0d095b;
}

#sidebar .f_video_desc {
	font: 10px Arial, Helvetica, sans-serif;
	color: #0d095b;
	width: 250px;
	margin-bottom: 45px;
	
}

#sidebar .f_audio_img {
	border: 1px solid #7db5de;
	float: left;
        margin-right: 5px;
}
#sidebar .f_audio_title {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0d095b;     
}
#sidebar .f_audio_desc {
     	font: 10px Arial, Helvetica, sans-serif;
	color: #0d095b;
	width: 250px;
}
#sidebar #gconnected_cbox {
	width:282px;
	height:94px;
	margin:0 0 16px 7px;
	background:url(./style/images/gconnected_bg.png) no-repeat;
	position:relative;
}
#gconnected_cbox ul {
	position:absolute;
	top:55px;
	left:22px;
}
#gconnected_cbox ul li {
	display:inline;
	padding-right:5px;
}
/* =6-2 Post
�������������������������������������������������������������������*/

.post {
	clear: both;
	overflow: hidden;
	padding:0;
	width:613px;
	padding:0 0 0 44px;
	z-index: 0;
}
.post p {
	padding:0;
	margin-bottom:18px;
}
.entry {
	margin:22px 0 0 0;
	padding-bottom:20px;
	clear: both;
	color:#080533;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
}
.entry a,.entry a:visited {
	color:#0066cc;
	text-decoration:underline;
}
.entry a:hover {
	text-decoration:underline;
}
.entry img {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 5px;
}
.entry .readmore {
	display:block;
	padding:10px 0 0 0;
}
.entry .readmore a, .entry .readmore a:hover, .entry .readmore a:visited {
	color:#0066cc;
	text-decoration:underline;
	font:14px Arial, Helvetica, sans-serif;
}
.post h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
}
.post h2 a, .post h2 a:visited, .post h2 a:hover {
	color: #0066cc;
	text-decoration:none;
}
.post a, .post a:visited {
	color:#0066cc;
	text-decoration:underline;
}
.post ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
}
.post ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
.post li {
	margin: 0px;
	padding: 0px;
}
.post ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
}
.post ol li {
	list-style: decimal outside;
}
.post .author {
	display:block;
	font:bold 11px Arial, Helvetica, sans-serif;
	font-style:italic;
	text-transform:capitalize;
	color:#080533;
	float: left;
}
/* =7 Forms
�������������������������������������������������������������������*/
#searchform {
	margin-top:0;
	padding:0;
	float:right;
	width:220px;
	position:relative;
}

#searchform1 {
	margin-top:0;
	margin-right: 5px;
	padding:5px;
	float:none;
	width:220px;
	position:relative;
}

#searchform input {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	background:url(./style/images/textbox1.png) no-repeat;
	width:128px;
	height:25px;
	border:none;
	padding:5px 15px 4px 6px;
	position:absolute;
	top:6px;
	right:80px;
}
#searchform #searchsubmit {
	background:url(./style/images/search_botton.png) no-repeat;
	width:54px;
	height:24px;
	border:none;
	position:absolute;
	top:7px;
	right:25px;
}

#searchform1 #searchsubmit {
	background:url(./style/images/search_botton.png) no-repeat;
	width:54px;
	height:24px;
	border:none;
	position:absolute;
	top:7px;
	right:25px;
}
#subscribeform {
	margin:5px 0 0 21px;
	padding:0;
	position:relative;
	float:left;
	width:450px;
}
#subscribeform label {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	padding:0;
	position:absolute;
	top:5px;
	left:0;
}
#subscribeform input {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	background:url(./style/images/textbox1.png) no-repeat;
	width:128px;
	height:25px;
	border:none;
	padding:5px 15px 4px 6px;
	position:absolute;
	top:1px;
	left:172px;
}
#subscribeform #s2 {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	background:url(./style/images/textbox2.png) no-repeat;
	width:62px;
	height:25px;
	border:none;
	padding:5px 15px 4px 6px;
	position:absolute;
	top:1px;
	left:320px;
}
#subscribeform #subscribesubmit {
	background:url(./style/images/go_botton1.png) no-repeat;
	width:29px;
	height:24px;
	border:none;
	position:absolute;
	top:2px;
	left:404px;
}

#subscribeform1 {
	margin:0;
	padding:0;
	position:relative;
}
#subscribeform1 input {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	background:url(./style/images/textbox1.png) no-repeat;
	width:128px;
	height:25px;
	border:none;
	padding:5px 15px 4px 6px;
	position:absolute;
	top:58px;
	left:10px;
}

#subscribeform1 #s22 {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	background:url(./style/images/textbox2.png) no-repeat;
	width:62px;
	height:25px;
	border:none;
	padding:5px 15px 4px 6px;
	position:absolute;
	top:58px;
	left:158px;
}
#subscribeform1 #subscribesubmit1 {
	background:url(./style/images/go_botton2.png) no-repeat;
	width:31px;
	height:25px;
	border:none;
	position:absolute;
	top:58px;
	left:240px;
}

#textalerts {
	margin:0;
	padding:0;
	position:relative;
}
#textalerts input {
	color:#608dc1;
	font:bold 13px Arial, Tahoma, Geneva, sans-serif;
	background:url(./style/images/textbox3.png) no-repeat;
	width:211px;
	height:25px;
	border:none;
	padding:5px 15px 4px 6px;

}
#textalerts #gosubmit {
	background:url(./style/images/go_botton2.png) no-repeat;
	width:31px;
	height:25px;
	border:none;
	position:absolute;
	top:58px;
	left:240px;
}
/* =8 Comments
�������������������������������������������������������������������*/
#comments-block {
	width:660px;
	padding:0 15px 0 40px;
}
#comments-block h3 {
	padding: 10px 0px;
	color: #333333;
	font:bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;	;
}
ol.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	list-style: none;
	margin-bottom: 14px;
}
.commentlist cite {
	display: block;
	padding: 7px;
	font-style: normal;
	color: #777777;
}
cite.authorcomment {
	display: block;
	padding: 7px;
	font-style: normal;
	color: #777777;
}
.commentlist a:link, .commentlist a:visited {
	color: #0066cc;
}
.commentlist a:hover, .commentlist a:active {
	color: #0066cc;
}
.commentlist cite img {
	padding: 1px;
	border: 1px solid #AAB59A;
	float: left;
	position: relative;
	top: -2px;
	margin-right: 9px;
}
.commentlist .author, .commentlist .author a, .commentlist .author a:visited {
	text-transform: capitalize;
	font: bold 1em arial, "Times New Roman", Times, serif;
	text-decoration: none;
	color:#0066cc;
}
.commenttext {
	border-left: 3px solid #ccc;
	padding:5px 20px 5px 7px;
	margin-left:20px;
	color: #524F4F;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#commentform {
	margin-top: 10px;
	margin-left: 7px;
}
#commentform label {
	font-weight: bold;
	color: #666666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform input {
	font: 110% Arial, Verdana, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #E6E6E6;
	background-color: #FFFFFF;
	margin: 4px 0;
}
#commentform textarea {
	font: 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	width: 440px;
	height: 140px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	padding: 5px 3px 3px 7px;
	margin-top: 3px;
}
#commentform #submit {
	font: 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	color: #666666;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	width: 135px;
}
#comment-form {
	padding-left: 10px;
	background: #F9F9F9;
	border: 1px solid #F3F3F3;
}
#trackbacklist {
	padding-bottom: 15px;
	list-style-type: decimal;
}
#trackbacklist cite a {
	font-style: italic;
	color: #0066cc;
}
#trackbacklist p {
	line-height: 1.9em;
}
.commentmetadata {
	display: block;
	margin-top: 8px;
	text-align: right;
	font-size: 0.85em;
	background: none;
	text-transform: uppercase;
	padding: 0 3px;
}
.commentmetadata a, .commentmetadata a:visited {
	color: #0066cc;
	background: none;
}
.commentmetadata a:hover, .commentmetadata a:active {
	background: #0066cc;
}
#trackbacklist li {
	margin: 0 0 12px 25px;
	list-style-type: decimal;
}

/* =9 Footer
�������������������������������������������������������������������*/
#footer {
	width:964px;
	height:31px;
	margin:0 0 19px 17px;
	background:url(./style/images/footer_bg.png) no-repeat;
	clear:both;
	position:relative;
}
#footer p {
	display:block;
	position:absolute;
	bottom:6px;
	left:20px;
}
#footer p a, #footer p a:visited, #footer p a:hover { 
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#0066cc;
	text-decoration:underline;
}

#sidebar .f_video_img {
	border: 1px solid #7db5de;
	float: left;
        margin-right: 5px;

}

#sidebar .f_video_title {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0d095b;
}

#sidebar .f_video_desc {
	font: 10px Arial, Helvetica, sans-serif;
	color: #0d095b;
	width: 250px;
	margin-bottom: 15px;
	
}

#sidebar .f_audio_img {
	border: 1px solid #7db5de;
	float: left;
  margin-right: 5px;
}
#sidebar .f_audio_title {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0d095b;     
}
#sidebar .f_audio_desc {
     	font: 10px Arial, Helvetica, sans-serif;
	color: #0d095b;
	width: 250px;
}
/* =10 Misc
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

/* IE positioning hack */
* html #menu li ul {
left: 15px;
top: 35px;
}

:first-child + html #menu li ul {
left: 15px;
top: 35px;
}

/* e1evation llc */
#elevation {
  font-size: 8px;
  text-decoration: italic;
  font: "Verdana", sans-serif;
}
.wp-caption {
  font-decoration: italic;
	border: 1px solid #000000;
	margin: 5px;
	padding: 0px;
  background: #000000;
  color: #ffffff;
}