/*   
Theme Name: Portal
Theme URI: http://www.theme-junkie.com
Description: Proudly designed by <a href="http://www.theme-junkie.com/">Theme Junkie</a>.
Author: Theme Junkie
Author URI: http://www.theme-junkie.com
Version: 2.0.0
License: GNU General Public License
License URI: license.txt    
Tags: four-columns,light,featured-image-header,theme-options
*/


/* 1. Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
tr {
	vertical-align: top;
}
fieldset, img {
	border: 0px;
}
abbr, acronym {
	border: 0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
/* 2. Defaults */
body {
	background: #ddd;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #222;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
.thumb img {
	background: #fff;
	padding: 1px;
	border: 1px solid #f0f0f0;
}
.rss {
	background: url(images/rss.gif) no-repeat 4px 1px;
	padding: 0px 0px 0px 19px !important;
}
/* 3. Hyperlinks */
a, a:visited, a:active {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #16387c;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	outline: none;
}
a img {
	border: none;
}
/* 4. Advertisement */
.ad468x60 {
	width: 468px;
	height: 60px;
}
.ad300x250 {
	width: 300px;
	height: 250px;
	margin: 0px 0px 10px 0px;
}
.ad160x600 {
	width: 160px;
	height: 600px;
	margin: 0px 0px 10px 0px;
}
/* 5. Search Form */
#searchform {
	margin: 0px 0px 0px 10px;
}
.searchinput {
	width: 120px;
	height: 13px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	color: #666;
	border: 1px solid #e6e6e6;
}
.searchsubmit {
	background: url(images/searchbg.gif) repeat-x center;
	height: 19px;
	padding: 1px 2px 1px 2px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
/* 6. Header */
#header {
	width: 982px;
	height: 60px;
	margin: 10px auto 5px auto;
	padding: 5px 0px;
	line-height: 60px;
}
#headline {
	width: 982px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	font-size: .9em;
	line-height: 22px;
	border-bottom: 2px solid #16387c;
}
.imagelogo {
	float: left;
	background: url(images/logo.png) no-repeat;
	width: 200px;
	height: 60px;
	cursor: pointer;
}
.textlogo {
	float: left;
	margin: 0;
	font-family: impact;
	font-size: 48px;
	line-height: 60px;
}
.textlogo a, .textlogo a:hover {
	color: #16387c;
	text-decoration: none;
}
.menu-home {
	background: #f9fafa url(images/home-small.gif) no-repeat 2px 7px !important;
}
/* 7. Vertical Menu */
.vertical ul {
	width: 160px;
	border-top: 1px solid #e6e6e6;
}
.vertical li a {
	display: block;
	background: #f9fafa url(images/arrow_right.gif) no-repeat 2px 6px;
	width: 131px;
	padding: 6px 10px 6px 17px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #222;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.vertical li a:hover {
	color: #16387c;
	text-decoration: none;
}
.vertical li {
	display: inline;
}
.vertical li ul {
	position: absolute;
	margin: -31px 0px 0px 159px;
}
/* 8. Horizontal Menu */
.horizontal ul {
	display: block;
	list-style-type: none;
}
.horizontal li {
	float: left;
	display: inline;
	background: url(images/bullet.gif) no-repeat center right;
	padding: 0px;
	list-style: none;
}
.horizontal li a {
	float: left;
	display: block;
	padding: 0px 10px;
	text-decoration: none;
	border-left: none;
}
.horizontal li li {
	background: none !important;
}
.horizontal li li a {
	padding: 6px 10px;
	line-height: 16px;
	border-top: none;
	border-bottom: 1px solid #e6e6e6;
}
.horizontal li ul {
	display: block;
	background: #f9fafa;
	position: absolute;
	width: 134px;
	height: auto;
	margin-top: 20px;
	margin-left: -1px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.horizontal li li ul {
	position: absolute;
	margin-top: .1em;
	margin-left: 100px;
}
.horizontal li ul li a {
	width: 114px;
}
.inaccesible li ul {
	display: none;
}
/* 9. Wrappers */
#wrapper {
	background: #fff;
	width: 960px;
	margin: 0px auto 10px;
	padding: 10px;
	box-shadow: 0px 0px 5px #bbb;
	-moz-box-shadow: 0px 0px 5px #bbb;
	-webkit-box-shadow: 0px 0px 5px #bbb;
}
#leftwrapper {
	float: left;
	width: 650px;
}
#pagewrapper {
	float: left;
	width: 790px;
}
/* 10. Columns */
#column1 {
	float: left;
	width: 160px;
}
#column2 {
	float: right;
	width: 480px;
	padding: 0px 0px 0px 0px;
}
#column3 {
}
/* 11. Featured Content Slider */
#slider {
	background: #f9fafa;
	width: 473px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 5px;
	border: 1px solid #e6e6e6;
}
#featured {
	width: 373px;
	padding-right: 95px;
	position: relative;
	height: 236px;
	background: #222;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	background: #333;
	top: 0px;
	left: 373px;
	width: 95px;
	list-style: none;
	color: #fff;
}
#featured ul.ui-tabs-nav li {
	float: left;
	padding: 0px 0px 1px 0px;
}
#featured ul.ui-tabs-nav li img {
	float: left;
	background: #fff;
	margin: 3px;
	padding: 1px;
	border: 1px solid #666;
}
#featured li.ui-tabs-nav-item a {
	display: block;
	background: #444;
	height: 54px;
	padding: 2px;
}
#featured li.ui-tabs-nav-item a:hover {
	background: #555;
}
#featured li.ui-tabs-selected {
	padding: 0px 0px 1px 0px;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #333;
}
#featured .ui-tabs-panel {
	background: #000;
	width: 373px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 236px;
	overflow: hidden
}
#featured .ui-tabs-panel .info {
	position: absolute;
	background: #111;
	width: 357px;
	bottom: 0px;
	left: 0px;
	opacity: .75;
	filter: alpha(opacity=75);
	padding: 8px;
}
#featured .info h2 {
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	overflow: hidden;
}
#featured .info a {
	text-decoration: none;
	color: #fff;
}
#featured .info a:hover {
	text-decoration: underline;
}
#featured .ui-tabs-hide {
	display: none;
}
/* 12. Postbox */
.postbox {
	width: 235px;
	margin: 0px 0px 10px 0px;
}
.postbox h1 {
	background: #f9fafa url(images/menu.jpg) repeat-x;
	height: 28px;
	padding: 0px 0px 0px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 29px;
	border: 1px solid #e6e6e6;
}
.postbox h1 a, .postbox h1 a:visited {
	color: #222;
}
.postbox h1 a:hover {
	color: #16387c;
	text-decoration: none;
}
.postbox h2 {
	font-size: 1em;
	font-weight: bold;
	line-height: 16px;
}
.postbox h2 a, .postbox h2 a:visited {
	color: #16387c;
}
.postbox ul {
	padding: 2px 0px 0px 0px;
}
.postbox ul li {
	background: url(images/bullet.gif) no-repeat 0px 7px;
	padding: 0px 0px 6px 7px;
	font-size: 1em;
	line-height: 15px;
}
.postbox ul li a, .postbox ul li a:visited {
	color: #222;
}
.postbox ul li a:hover {
	color: #16387c;
}
.boxcontent {
	background: #fff;
	padding: 10px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.boxcontent h5 {
	margin: 0px;
	padding: 3px 0px 4px 0px;
	color: #666;
}
.boxcontent h5 a, .boxcontent h5 a:hover {
	color: #666;
}
.more {
	margin: 10px 0px 5px 0px;
}
/* 13. Content */
#fullcontent {
	float: left;
	background: #fff;
	width: 938px;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
#content {
	float: right;
	background: #fff;
	width: 598px;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.pagetitle {
	padding: 3px 0px 10px 0px;
	font-size: 18px;
	font-weight: bold;
}
.posttitle {
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	color: #333;
	line-height: 24px;
}
.posttitle a, .posttitle a:visited {
	color: #222;
}
.postmeta {
	padding: 20px 0px 5px 0px;
}
#breadcrumbs {
	padding: 0px 0px 7px 0px;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}
.browse a, .browse a:visited {
	color: #16387c;
}
/* 14. Entry */
.entry {
	padding: 15px 0px 10px 0px;
	color: #222;
	line-height: 1.4em;
	border-top: 1px solid #e6e6e6;
}
.entry p {
	padding-bottom: 10px;
}
.entry strong {
	font-weight: bold;
}
.entry em {
	font-style: italic;
	font-weight: normal;
}
.entry strong em, .entry em strong {
	font-style: italic;
	font-weight: bold;
}
.entry h1 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
.entry h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
.entry h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
.entry h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
.entry h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
.entry h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
.entry a {
	color: #16387c;
}
.entry a:hover {
	color: #16387c;
	text-decoration: underline;
}
.entry a img {
	border: none;
}
.entry ul {
	margin: 0px 0px 0px 7px;
	padding-bottom: 10px;
	list-style: none;
}
.entry ol {
	margin: 0px 0px 10px 25px;
	list-style-type: decimal;
}
.entry ol ol {
	list-style: upper-alpha;
}
.entry ol ol ol {
	list-style: lower-roman;
}
.entry ol ol ol ol {
	list-style: lower-alpha;
}
.entry ul ul, .entry ol ol, .entry ul ol, .entry ol ul {
	margin-bottom: 0px;
}
.entry ul li {
	background: url(images/bullet.gif) no-repeat 0px 9px;
	padding: 3px 0px 3px 8px;
	font-size: 12px;
	line-height: 15px;
}
.entry ol li {
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	line-height: 15px;
}
.entry li a:link, .entry li a:visited {
	color: #222;
}
.entry li a:hover {
	color: #16387c;
}
.entry li ul {
	margin: 0px;
	padding: 0px;
}
.entry del {
	text-decoration: line-through;
	color: #aaa;
}
.entry ins {
	text-decoration: underline;
	font-weight: bold;
}
.entry code {
	display: block;
	background: #f9f9f9;
	margin: 10px 0px;
	padding: 10px;
	font: 12px Monaco, monospace;
	color: #333;
	border-left: 4px solid #e6e6e6;
}
.entry blockquote {
	background: #f9f9f9;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 15px 0px;
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.entry blockquote cite {
	display: block;
	margin: 5px 10px 5px 10px;
	font-size: 12px;
	color: #555;
	font-style: italic;
	text-align: left;
}
.entry blockquote.alignright {
	width: 40%;
	margin: 0px 0px 10px 1em;
}
.entry blockquote.alignleft {
	width: 40%;
	margin: 0px 1em 10px 0px;
}
.entry blockquote p {
	margin: 0px;
}
.entry hr {
	background: #e6e6e6;
	color: #e6e6e6;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 15px 0px;
	border: none;
}
.entry input, .entry textarea {
	font-size: 1em;
	padding: 3px;
}
.tags {
	background: #fff url(images/tag.gif) no-repeat 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	color: #222;
}
.tags a, .tags a:visited {
	color: #222;
	text-decoration: none;
}
.tags a:hover {
	color: #16387c;
	text-decoration: underline;
}
/* 15. Archive */
.archive {
	padding: 15px 0px;
	border-bottom: 1px solid #e6e6e6;
}
.archive .thumb {
	padding: 0px 10px 0px 0px;
}
.archive h2 {
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	line-height: 20px;
}
.archive h2 a, .archive h2 a:visited {
	color: #222;
}
/* 16. Images */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
}
.wp-caption {
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #e6e6e6;
}
.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
/* 17. Sidebar */
#pageright {
	float: right;
	width: 160px;
}
#sidebar {
	float: right;
	background: #fff;
	width: 300px;
}
#sidebar li ul {
	border: none;
}
#sidebar a, #sidebar a:visited {
	color: #222;
}
#sidebar a:hover {
	color: #16387c;
}
.leftsidebar {
	width: 160px;
	margin: 10px 0px 0px 0px;
}
.box {
	background: #fff;
	margin: 0px 0px 10px 0px;
	padding: 5px 10px 10px 10px;
	color: #222;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.widget ul {
	border: 1px solid #e6e6e6;
	border-top: 0px;
	padding: 5px 10px 10px 10px;
}
/* 18. Tabber */

#tabber {
	margin-bottom:10px
}
#tabber a{
	text-decoration:none
}
#tabber ul.tabs {
	background: #fff;
}
#tabber ul.tabs li {
	float: left;
	background: url("images/menu.jpg") repeat-x scroll 0 0 #F9FAFA;
	display: inline;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	margin: 0 0 -1px;
	z-index: 999;
	padding: 6px 10px
}
#tabber ul.tabs li.first {
	border-left: 1px solid #E6E6E6;
}
#tabber ul.tabs .ui-state-active {
	border-bottom: solid 1px #FFFFFF;background: none;
}
#tabber ul.tabs li a.selected {
	color: #333333;
}
#tabber ul.tabs li a:hover {
	color: #009;
}
#tabber ul.tabs li a {
	color: #000;
	font-size: 1em;
	font-weight: bold;
}
#tabber .inside {
	border: 1px solid #E6E6E6;
	padding: 10px 10px;
}
.tabcontent {
	display: none;
	width: 278px;
	margin: -1px 0px 0px 0px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #e6e6e6;
}
.tabcontent li {
	background: #fff url(images/bullet.gif) no-repeat 0px 8px;
	padding: 0px 0px 5px 8px;
}
/* 19. Widgets */
.widget{ margin-bottom:10px} 
.fullwidget {
	width: 300px;
}
.leftwidget {
	float: left;
	width: 145px;
}
.rightwidget {
	float: right;
	width: 145px;
}
.leftsidebar ul li, .fullwidget ul li, .leftwidget ul li, .rightwidget ul li, #pageright ul li {
	background: #fff url(images/bullet.gif) no-repeat 0px 13px;
	padding: 5px 0px 0px 8px;
}
.leftsidebar h3, .leftwidget h3, .rightwidget h3, .fullwidget h3, #pageright h3 {
	background: #f9fafa url(images/menu.jpg) repeat-x;
	height: 28px;
	padding: 0px 10px;
	font-size: 1em;
	font-weight: bold;
	line-height: 29px;
	border: 1px solid #e6e6e6;
}
.leftsidebar h3 a {
	text-decoration: none;
	line-height: 29px;
}
.leftsidebar a {
	font-size: 1em;
	line-height: 15px;
}
.leftsidebar h2 a {
	color: #16387c;
}
.leftsidebar span {

}
.leftnews {
	padding: 7px 0px 7px 0px;
	border-bottom: 1px dotted #e6e6e6;
}
.leftnews .thumb {
	float: left; padding-right:5px
}
.rsswidget img {
	width: 12px;
	height: 12px;
}
.widget_tag_cloud .widget-title {
	margin-bottom: 10px;
}
/* 20. Calendar*/
#wp-calendar {
	width: 100%;
}
#wp-calendar, #wp-calendar th, #wp-calendar caption {
	text-align: center;
}
#wp-calendar th {
	background: #f5f5f5;
	padding: 3px;
	border: 1px solid #f0f0f0;
}
#wp-calendar td {
	padding: 5px 2px;
	border: 1px solid #f0f0f0;
}
#wp-calendar caption {
	background: transparent;
	font-weight: bold;
	padding: 3px 0px 7px 0px;
	color: #333;
}
#wp-calendar #today {
	background: #f5f5f5;
	font-weight: bold;
}
/* 21. Comments */
#respond {
	margin: 10px 0px 0px 0px;
}
#respond p {
	color: #777;
	margin: 0px;
}
.comments-box {
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #e6e6e6;
}
.comments-box h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #222;
}
.cancel-comment-reply {
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}
.text {
	border: 1px solid #e6e6e6;
	padding: 2px;
	color: #777;
	width: 200px;
}
/* 22. Comment Framework */
#pings {
	margin-bottom: 40px;
}
ul.children {
	margin-left: 0px;
}
ol.commentlist {
	margin: 20px 0px 0px 0px;
}
cite.fn {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	display: block;
	padding-top: 9px;
}
cite.fn a, cite.fn a:hover {
	color: #333;
	text-decoration: none;
}
span.says {
	display: none;
}
.commentlist li {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #f6f6f6;
	list-style: none;
	border: 1px solid #e9e9e9;
}
.commentlist li.depth-2 {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	margin-left: 10px;
}
.commentlist li.depth-3 {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	margin-left: 10px;
}
.commentlist li.depth-4 {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	margin-left: 10px;
}
.commentlist li.depth-5 {
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
	margin-left: 10px;
}
.commentlist code {
	background: #e6e6e6;
	padding: 3px;
}
.commentlist .moderation {
	margin-top: 10px;
	color: #660000;
}
.commentlist .children {
	margin-top: 15px;
}
.commentlist p {
	clear: both;
}
.comment-author {
	margin-bottom: 5px;
}
.avatar {
	margin-right: 10px;
	float: left;
	padding: 1px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
.reply {
	margin: 10px 0px 0px 0px;
}
.reply a, .reply a:visited {
	background: #666;
	color: #fff;
	padding: 3px 6px;
	text-align: center;
	text-decoration: none !important;
	font-size: 11px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.reply a:hover {
	background: #333;
	color: #fff;
}
.comment-meta {
	float: left;
	margin-bottom: 15px;
}
.comment-meta a {
	color: #222;
}
.comment-date a, .comment-date a:visited {
	color: #888;
	font-size: 1.1em;
}
/* 23. Comment Form */
#commentform input {
	width: 210px;
	margin: 7px 3px 0px 0px;
	padding: 4px;
	font-size: 1.1em;
	border: 1px solid #ddd;
}
#commentform .author, #commentform .email, #commentform .url {
	padding: 5px;
	background: #fff;
	color: #999;
	font-style: italic;
}
#commentform textarea {
	width: 75%;
	height: 100px;
	margin: 7px 0px 0px 0px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 16px;
	border: 1px solid #ddd;
}
#commentform .submit {
	background: #666;
	width: auto;
	color: #fff;
	padding: 3px 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
/* 24. Pagination */
.pagenavi {
	padding: 10px 0px 0px 0px;
}
.nextprev a {
	padding: 7px 0px;
}
/* 25. Footer */
#footer {
	background: #fff;
	background-repeat: repeat-x;
	width: 960px;
	margin: 0 auto 10px;
	padding: 10px 10px 5px 10px;
	font-size: 11px;
	box-shadow: 0px 0px 5px #bbb;
	-moz-box-shadow: 0px 0px 5px #bbb;
	-webkit-box-shadow: 0px 0px 5px #bbb;
}
#footer h3 {
	width: 220px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
}
#footer ul {
	display: block;
}
#footer ul li {
	background: url(images/bullet.gif) no-repeat 0px 8px;
	padding: 0px 0px 4px 7px;
}
#bottom {
	width: 980px;
	margin: 0px auto 10px auto;
	font-size: 11px;
	text-align: center;
}
.footerwidget {
	float: left;
	width: 220px;
	padding: 5px 10px;
}
.widget-foot{ 
	float:left;
    width: 220px;
	margin-bottom:10px}
.sticky{}
.gallery-caption{}
.bypostauthor{}