/* 
Theme Name: 2frame
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
	color: #000;
	text-align: center;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wrapper {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background: url("../images/wrapper-bg.png") repeat-y 0 0;
}

/* @group topbar */

/* TOPBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#topbar {
	width: 950px;
	margin:auto;
	padding: 1px 0 19px;
}
#topbar ul li {
	float: left;
	line-height: 14px;
	text-transform: uppercase;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 1px 0 1px 31px;
}

#topbar ul li a:hover {
	color: #999;
	text-decoration: none;
}

#topbar-left {
	width: 500px;
	margin: 0 auto;
	float: left;
	padding-top: 7px;
}
#topbar-left ul{
	float: left;
}

#topbar-right {
	width: 350px;
	margin: 0 auto;
	float: right;
	padding-top:10px;
}
#topbar-right ul{
	float: right;
}

#searchform {
	float: left;
	width: 157px;
	height: 23px;
    padding: 2px 10px;
	border:none;
	background: url("../images/search.png") no-repeat 0 0;
}

#searchform input{
	float: left;
    width: 110px;
    height: 16px;
	border:none;
	color:#fff;
	background:#30353b;
}
.searchres{
background-color: #efefef;
font-size:80%;
border: 1px inset #000;
padding:10px;
}
.searchres img{
display: none;
}
/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#header {
	clear: both;
	float: left;
	width: 100%;
	height: 65px;
	padding: 10px 0 0;
}

#header-inner {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	float: left;
	width: 370px;
	padding-left:30px;
}

#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

#logo a:hover {
	text-decoration: none;
}

#description {
	float: right;
	width: 400px;
	margin-bottom: 10px;
	margin-right: 50px;
	line-height: 1.3em;
	text-align: right;
	color:#dadbdc;
    text-shadow: 0px 1px 1px #000;
}
.feedcountdiv p{
   margin-top:5px;
}
.feedcount {
    text-shadow: 0px 1px 1px #000;
	float: right;
	width: 400px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 50px;
	line-height: 1.3em;
	text-transform: uppercase;
	text-align: right;
	color:#f1f1f1;
}
.subscribers {
    text-shadow: 0px 1px 1px #000;
    color:#f1f1f1;
    padding:0px 2px 0px 2px;
}
/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url("../images/nav-bg.png") no-repeat 0 0;
}

#nav ul {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#nav li {
	float: left;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	display: block;
	padding: 13px 13px 13px 15px;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover, #nav li:hover > a {
	color: #fff;
	text-decoration: none;
	background: url("../images/nav-li-hover.gif") repeat-x 50% 0;
}

#nav ul li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	background: url("../images/subnav-bg.png") repeat 0 0;
	z-index: 999;
}

#nav ul li ul li {
	width: 175px;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li.sfhover ul {
	left: auto;
}

#nav li ul li a:link, #nav li ul li a:visited, #nav li ul li a:active {
	padding: 7px 13px 7px 15px;
	color: #999;
	text-transform: none;
}

#nav li ul li a:hover {
	color: #fff;
}

/* @end */

/* @group mid */

/* MID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#mid {
	float: left;
	width: 100%;
	background: url("../images/mid-bg.jpg") no-repeat 0 0;
}

#mid-inner {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

/* @end */


/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: left;
	width: 640px;
	padding-top: 20px;
}

.content a:link, .content a:visited, .content a:active {
	text-decoration: none;
}

.content a:hover {
text-decoration:none;	
}

.content h1 {
	margin-bottom: .65em;
	font-size: 2em;
	line-height: 1.2em;
}

.content h3 {
	margin: 1em 0 1em;
	font-size: 1.6em;
	line-height: 1em;
}

.content h4 {
	margin-bottom: .25em;
	font-size: 1.5em;
	line-height: 1em;
}

.content h5 {
	margin-bottom: 1em;
	padding-bottom: 5px;
	font-size: 1.4em;
	line-height: 1em;
}

.content h6 {
	margin-bottom: .25em;
	color: #000;
	font-size: 1.3em;
	line-height: 1em;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h2 a:link, .content h2 a:visited, .content h2 a:active, .content h3 a:link, .content h3 a:visited, .content h3 a:active, .content h4 a:link, .content h4 a:visited, .content h4 a:active, .content h6 a:link, .content h6 a:visited, .content h6 a:active {
    text-decoration:none;
	border-bottom: 0;
}

.content h1 a:hover, .content h2 a:hover, .content h3 a:hover, .content h4 a:hover, .content h5 a:hover, .content h6 a:hover {
	text-decoration:none;
}

.content p {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}

.content ul {
	margin: 0 0 1.4em 10px;
	list-style-type: none;
}

.content ul li {
	padding-left: 16px;
	list-style-type: none;
	background: url("../images/bullet.gif") no-repeat 0 7px;
}

.content ol {
	margin: 0 0 1.4em 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: .5em;
	line-height: 1.4em;
}

.content blockquote p {
	margin: 0 0 1.4em 10px;
	padding: 0 15px;
	font-style: italic;
	line-height: 1.5em;
	color: #000;
	border-left: 5px solid #eee;
}

.content strong, .content b {
	font-weight: bold;
}

.content em, .content i {
	font-style: italic;
}

 #content .alignright {
	color:#828ea2;
}
 #content .alignright a{
	color:#828ea2;
}

.page {
	margin: 0 20px 1.4em;
}


#content img {
    border: 0;
	max-width: 490px;
}

#content img[align $='left'], #content .alignleft {
	float: left;
	margin: 0 14px 10px 0;
}

#content img[align $='right'], #content .alignright {
	float: right;
	margin: 0 0 10px 14px;
}

#content .hilite {
	color: #000;
	font-weight: bold;
	background-color: #eee;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: right;
	width: 240px;
	margin-right: 20px;
	padding-top: 20px;
	color: #333;
}

#sidebar1, #sidebar2, #sidebar3, #sidebar4, #sidebar5, #sidebar6 {
	overflow: hidden;
}

#sidebar1 {
	width: 100%;
}

#sidebar1 {
	margin-bottom: 28px;
	background: url("../images/sidebar-box-bottom.gif") no-repeat 0 100%;
}

#sidebar1 .widget {
	padding: 20px 20px 6px;
	background: url("../images/sidebar-box-top.gif") no-repeat 0 0;
}

#sidebar1 .widget img {
	margin-bottom: 1.4em;
}

#sidebar2, #sidebar5 {
	float: left;
	width: 160px;
}

#sidebar3, #sidebar6 {
	float: right;
	width: 160px;
}

#sidebar4 {
	clear: both;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	font-weight: bold;
	text-decoration: none;
}

#sidebar a:hover {
 text-decoration:none;
}

#sidebar h3 {
	margin-top: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

#sidebar .widget h3 img {
	float: right;
	display: inline;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 10px;
}

#sidebar h5 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	border-bottom: none;
}

#sidebar p, #sidebar li {
	margin-bottom: 1.4em;
	color: #666;
	font-size: 12px;
	line-height: 1.3em;
}

#sidebar ul {
	margin-left: 0;
}

#sidebar li {
	margin: 0 0 1.4em 0;
	padding-left: 0;
	background: none;
}

#sidebar img {
	display: block;
}

#sidebar .widget_archive li, #sidebar .widget_categories li, #sidebar .widget_meta li {
	margin-bottom: .25em;
}

#sidebar select {
	color: #333;
	margin-bottom: 16px;
	padding: 2px 2px 2px 5px;
	background: #fff;
	border-top: 1px solid #bbb;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
}

#sidebar #myprofiles li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none;
	vertical-align: middle;
}

#sidebar #myprofiles li img {
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 28px 30px 40px;
	text-align: left;
	color: #cacbcd;
	background: url("../images/footer-bg.png") no-repeat 0 0;
}

#footer-credits{
	width: 49%;
}
##footer-meta{
	width: 49%;
}#footer-w3{
	width: 100%;
}
#footer-meta {
	text-align: right;
}
#footer-w3{
position:relative;
top:-60px;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}

#footer p {
}

#footer ul {
	margin-bottom: 10px;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 10px;
}

#footer ul li.first {
	border-left: none;
}

/* @end */

/* @group widgets */

/* WIDGETS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	padding-bottom: 2em;
}

#sidebar .widget_rss h3 img {
	width: 14px;
	height: 14px;
}

#sidebar .widget_tag_cloud {
	padding-bottom: 3.4em;
}


/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}

.valid {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-tick.png") no-repeat 0 50%;
}

.wp-pagenavi {
		text-align: center;
}	

/* @end */