/*
Theme Name: CrossBlock
Theme URI: http://zenverse.net/crossblock-wordpress-theme/
Description: A free premium Wordpress theme by <a href="http://zenverse.net/">ZenVerse</a>. Need more features? Have a look at our <a href="http://themes.zenverse.net/">premium (paid) themes</a>.
Version: 1.1.2
Author: Zen
Author URI: http://zenverse.net/
Tags: blue, white, fixed width, widgets, theme options, two column
*/

html, body {
padding:0px;
margin:0 auto;
font-size:12px;
font-family:Tahoma,Verdana, Lucida Sans Unicode, Arial, Helvetica, sans-serif;
background-color:#fff;
color:#333333;

}

img { border:0px }
a, a:visited, a:link { color:#444444; text-decoration:none }
a:hover { color:#116188 }
form { display:inline }
h1,h2,h3,h4,h5,h6,div { margin:0px;padding:0px; }
p { margin: 2px 0; }


#page {
width:1000px;
border-top:0px;
margin:0 auto;
}

.preload { height:1px;width:1px;overflow:hidden;position:absolute;top:0px;left:0px;visibility:hidden; }
.clear { clear:both }
.right { float:right }
.left { float:left }

/* header */
.onethousand_wrap {
width:1000px;
margin:0 auto;
}

#pagenav {
background-image:url(images/navbar_bg.gif);
background-repeat:repeat-x;
height:32px;
position:relative;
}

#pagenav ul {
list-style:none;
margin:0px;padding:0px;
margin-left:-10px;
padding-top:8px;
float:left;
}

#pagenav ul li {
display:inline;
margin-left:10px;
color:#fff;
padding-left:15px;
}

#pagenav ul li a,#pagenav ul li a:link,#pagenav ul li a:visited { color:#474747; }

#topsearch {
width:272px;
height:24px;
background-image:url(images/searchtop.gif);
background-repeat:no-repeat;
float:right;
}

.topsearch_input { 
float:left;
padding:4px 8px;
width:227px;
height:16px;
border:0px solid red;
background-color:transparent;
font-family:Lucida Sans Unicode, Arial;
font-size:12px;
color:#fff
}
.topsearch_submit { float:left; border:0px solid red; background-color:transparent;  }


#header {
height:157px;
position:relative;
background-color:#33434F;
}

.adsense-header {
position:absolute;top:15px;right:10px;
}

.textlogo {
padding-left:20px;
padding-top:23px;
}

.textlogo h1,.textlogo h2 {
font-weight:normal;
font-size:28px;
color:#eeeeee
}

.textlogo h1 a,.textlogo h1 a:link,.textlogo h1 a:visited { color:#eeeeee }
.textlogo h2 { font-size:13px; }

#navbar {
background-image:url(images/navbar_bg.gif);
background-repeat:repeat-x;
height:32px;
}



.navbarwrap {height:32px; position:relative; z-index:100;}
.navbarwrap ul {padding:0 0 0 10px;margin:0;list-style-type:none;}
.navbarwrap li {float:left;position:relative;}
.navbarwrap a, .navbarwrap a:visited {display:block;text-decoration:none; color:#33434F; height:32px; padding:0 10px; line-height:32px; font-weight:bold; text-transform: uppercase;}

.navbarwrap ul ul {visibility:hidden;position:absolute;height:0;width:150px;top:32px;left:-10px;}
.navbarwrap table {position:absolute; top:0; left:0; border-collapse:collapse;}

.navbarwrap ul ul a.drop, .navbarwrap ul ul a.drop:visited {background:#c6c6c6;}
.navbarwrap ul ul a.drop:hover{background:#c6c6c6;}
.navbarwrap ul ul :hover > a.drop {background:#c6c6c6;}
.navbarwrap ul ul a, .navbarwrap ul ul a:visited {background:#ececec; color:#33434F; height:auto; line-height:1em; padding:8px 10px; width:150px; border-left:1px solid #c6c6c6; border-right:1px solid #c6c6c6; border-bottom:1px solid #c6c6c6;}

.navbarwrap a:hover, .navbarwrap ul ul a:hover{color:#33434F; background:#c6c6c6;}
.navbarwrap :hover > a, .navbarwrap ul ul :hover > a {color:#33434F; background:#c6c6c6;}
.navbarwrap ul li:hover ul, .navbarwrap ul a:hover ul{visibility:visible; }






.menu {width:745px; height:32px; position:relative; z-index:100;border-right:1px solid #000; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#09c; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}






/*featured*/
#featured_top {
width:642px;
height:25px;
background-image:url(images/featuredbg_top.gif);
background-repeat:no-repeat;
}

#featured {
width:642px;
background-image:url(images/featuredbg.gif);
background-repeat: repeat-y;
}

#featured_bottom {
width:642px;
height:25px;
background-image:url(images/featuredbg_bottom.gif);
background-repeat:no-repeat;
margin-bottom:20px;
}

.featuredtext h1 {
font-size:20px;
font-weight:normal;
color:#006393;
font-family:calibri;
margin:0 20px;
padding:10px 0;
border-bottom: 1px solid #DFDFDF;
}

.featuredtext h1 a,.featuredtext h1 a:link,.featuredtext h1 a:visited {color:#006393; }
.featuredtext h1 a:hover { text-decoration:underline }

.readmore { background-image:url(images/featured_readmore.jpg); margin-left:30px; margin-right:20px; }
.blank_156_34 { position:absolute; top:0px; left:0px; }

/* content */
#leftandright {
width:980px;/*1000*/
margin-top:25px;
padding-left:10px;
padding-right:10px;
}

/*left content*/
#leftcontent {
width:643px;
float:left;
text-align: justify;
}

.oneblog {
background-color:#f2f2f2;
background-image:url(images/oneblog.gif);
background-repeat:repeat-y;
width:623px;/*643*/
padding:10px;
position:relative;
padding-top:12px;
}

.oneblog_btm,.oneblog_top {
background-color:#f2f2f2;
background-image:url(images/oneblog_btm.gif);
background-repeat:no-repeat;
width:643px;
height:4px;
font-size:1px;
margin-bottom:20px;
}

.oneblog_top { background-image:url(images/oneblog_top.gif); margin-bottom:0px;}

.oneblog .thumbnail,.thumbnail {
padding:3px;
background-color:#fff;
border:1px solid #cccccc;
width:125px;
height:125px;
}

.thumbnail_holder {
width:133px;
height:133px;
float:left;
margin-bottom:10px;
position:relative;
}

.excerpt {
margin-left:15px;
float:left;
width:460px;
border:0px solid red;
line-height:17px;
margin-bottom:10px;
}

.excerpt img {
background:white;
border:1px solid #DDDDDD;
margin:5px;
padding:3px;
}

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

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

.pie-gallery img.alignleft {
margin:-1px;
}

.lermais {
background-color:#2A87AF;
border:1px solid #cccccc;
padding:3px 5px;
margin:0 0px 20px 10px;
float: left;
}

.lermais a,.lermais a:link,.lermais a:visited { color:#fff }

.oneblog h1,.oneblog h1 a,.oneblog h1 a:link,.oneblog h1 a:visited,.h2,.archives_ul li h2{
color:#116188;
font-weight:normal;
font-size:21px;
margin-bottom:10px;
font-family:calibri;
}

.oneblog h1 a:hover {
color:#0e374b;
}

.excerpt p {
color:#313131
}

.excerpt a,.excerpt a:link,.excerpt a:visited {
border-bottom:none;
color:#265B80;
}

.excerpt a.more-link {
color:#fff;
background-color:#2A87AF;
border:1px solid #cccccc;
padding:3px 5px;
margin:10px 0px 10px 10px;
float: right;
}


.extrawidth {
width:615px;
margin-left:4px;
}

.excerpt_details {
margin-top:2px;
margin-bottom:5px;
color:#5a5b5b
}

.excerpt_details img { 
vertical-align:middle;
background: none;
border:none;
margin:0;
padding:0;
}

.excerpt_content {
margin-top: 10px; 
}

.excerpt_topbtm {
background-image:url(images/excerpt_details.jpg);
height:2px;
background-repeat:no-repeat;
}

.excerpt_details a,.excerpt_details a:link,.excerpt_details a:visited {
border-bottom:1px dotted #aaaaaa;
color:#5a5b5b
}

.excerpt_detailbtm {
background:#f7f7f7;
padding:5px;
border-top:1px dotted #aaaaaa;
border-bottom:1px dotted #aaaaaa;
}

.excerpt_detailbtm img { vertical-align:middle }

.the_category {
background-color:#efefef;
border:1px solid #CCC;
padding:0 10px;
font-weight:bold;font-family:tahoma;font-size:11px;
color:#222222;margin-bottom:20px;
}

/*single.php*/
.single_post {
background-color:#f3f3f3;
background-color:#f4f4f4;
background-image:url(images/oneblog.gif);
background-repeat:repeat-y;
border:0px dotted #d9d9d9;
width:623px;/*643*/
padding: 10px;
padding-top:12px;
}

.thetitle h1,.extra_content h3 {
color:#1C5472;
font-weight:normal;
font-size:21px;
margin-bottom:10px;
font-family:calibri;
}

.post_image {
background-image:url(images/postimage_bg.jpg);
background-repeat:repeat-x;
margin-left:-17px;
margin-right:-17px;
padding-top:15px;
padding-bottom:15px;
text-align:center;
margin-bottom:10px;
}

.post_image img {
padding:3px;
background-color:#fff;
border:1px solid #cccccc;
}

.post_details {
background-image:url(images/post_detail_border_btm.jpg);
background-repeat:repeat-x;
margin-bottom:10px;
background-position:bottom left;
padding-bottom:10px;
padding-left:3px;
padding-right:3px;
border:0px solid red;
margin-bottom:15px;
font-size:12px;
}

.post_details a,.post_details a:link,.post_details a:visited {
border-bottom:1px dotted #cccccc;
color:#265b80
}

.after_post_details a,.after_post_details a:link,.after_post_details a:visited {
border-bottom:1px dotted #cccccc;
color:#265b80
}

.the_content {
margin-left: 4px;
line-height:17px;
font-size:12px;
color:#414141;
width: 615px
}

.the_content a,.the_content a:link,.the_content a:visited {
border-bottom:none;
color:#265B80;
}

.the_content h1,.the_content h2,.the_content h3,.the_content h4,.the_content h5,.the_content h6 {
font-weight:normal;
}

.the_content h3,.the_content h2,.the_content h1 {
font-size:23px;
font-weight:normal;
border-bottom:1px solid #bbbbbb;
color:#2da83c8;
padding-top:10px;
padding-bottom:3px;
}

.the_content h4 {
color:#1f6296;
font-size:18px;
padding-top:10px;
margin-bottom:0px;
}

.the_content h5 {
color:#ce0000;
font-size:15px;
margin-bottom:0px;
}

.the_content img {
background:white;
border:1px solid #DDDDDD;
padding:3px;
}

.the_content img { 
max-width: 600px; 
width: expression(this.width > 600 ? 600: true);
}

.the_content img.align_left {
margin:0 7px 2px 0;
}

.the_content img.align_right {
margin:0 0 2px 7px;
}

.the_content .wp-smiley {
padding:0px;
border:0px;
}

.the_content blockquote {
background:#fff;
margin:0px;
padding:5px;
padding-left:20px;
margin-bottom:20px;
margin-top:20px;
border:1px solid #dddddd;
}

#multipage-links {
margin-top:20px;
}

#multipage-links a,#multipage-links a:link,#multipage-links a:visited {
padding:4px;
background:#dddddd;
border:1px solid #cccccc;
}

.after_post_details {
margin-top:30px;
margin-bottom:20px;
padding:10px;
border-top:1px dotted #bbbbbb;
border-bottom:1px dotted #bbbbbb;
line-height:20px;
}

.after_post_details a.commentcount {
color:#235e15
}

.after_post_details .adminedit a {
color:#2c8ac6
}

.adsense-afterpost {
text-align:center
}

.blogsep {
background-image:url(images/blogsep.gif);
background-repeat:repeat-x;
height:17px;
margin-top:20px;
margin-bottom:15px;
margin-left:-7px;
margin-right:-7px;
}

.extra_content {

}

.relatedblock {
width:130px;
float:left;
margin-left:50px;
}

.relatedblock img {
margin-bottom:3px;
margin-top:5px;
margin-left:0px;
padding:3px;
background-color:#fff;
border:1px solid #d1d1d1;
width:125px;
height:125px;
}

.relatedblock .details {
text-align:center;
margin-bottom:5px;
text-decoration:underline
}

.socialbmark {text-align:center;}
.socialbmark img {margin-right:10px;}

/*comments area*/
.replyjump {
font-size:11px;
float:right;
background-color:#2A87AF;
border:1px solid #cccccc;
padding:5px;
margin:0px;
}

.replyjump a,.replyjump a:link,.replyjump a:visited { color:#fff }
.replyjump a:hover { border-bottom:1px solid #cccccc }

.below-post {
}

/*sidebar*/
#rightsidebar {
float:right;
border:0px solid red;
width:311px;
}

#side_subscribe {
margin:0 auto;
width:308px;
height:61px;/*96*/
background-image:url(images/side_subs_bg_top.jpg);
background-repeat:no-repeat;
position:relative;
padding-top:35px;
}

#side_subscribe_btm {
margin:0 auto;
background-image:url(images/side_subs_btm.jpg);
width:308px;
height:8px;
font-size:1px;
}

#side_subscribe_extra {
margin:0 auto;
width:308px;
background-image:url(images/side_subs_bg.jpg);
background-repeat:repeat-y;
}

#side_subscribe_extra p { margin:0px;padding:0px}

.side_sep {
background-image:url(images/side_sep.gif);
background-repeat:repeat-x;
height:8px;
margin-top:10px;
margin-bottom:20px;
}

#side_sponsors { margin-top:-6px; margin-bottom:-10px; }
#side_sponsors img {
float:left;
margin:5px;
margin-bottom:14px;
padding-left:14px;
}

/*widgets*/
.widgetblock {
margin-bottom:20px;
padding:5px;
}

.widgettitle,.tabber .tabbertab h2 {
background-color:#3c7ca4;
background-color:#777777;
border-bottom:1px solid #3c7ca4;
height:20px;
padding-left:10px;
padding-top:4px;
color:#fff;
margin:-5px;
margin-bottom:5px;
font-family:tahoma;
font-weight:bold;
font-size:11px;
}

.widgetblock ul {
margin:0px;padding:0px;
margin-left:14px;
list-style:none;
list-style-image:url(images/li1.gif)
}

.widgetblock ul li {
border-bottom:1px solid #dbdbdb;
padding:4px;
padding-left:0px;
}

.widgetblock ul li ul li {
border-bottom:none;
padding:2px;
padding-left:0px;
}

.widgetblock ul li a,.widgetblock ul li a:link,.widgetblock ul li a:visited {

}

.widgetblock ul li a:hover { color:#204d73 }

.smaller_widget_wrap {}
.smaller_widget_left {float:left;width:150px;}
.smaller_widget_right { float:right;width:150px; }

#recentcomments .recentcomments a {
color:#1d6182
}

#recentcomments .recentcomments a.url {
border-bottom:1px solid #bbbbbb
}

#recentcomments .recentcomments a:hover {
color:#000;
background-color:#f1f1f1
}

.textwidget a,.textwidget a:link,.textwidget a:visited {
color:#1d6182
}

/*footer*/
#footer {
background-color:#ddd;
margin-bottom:0px;
}

.footblock {
width:292px;
float:left;
border:0px solid red;
padding:13px;
padding-left:20px;
padding-right:14px;
margin-right:2px;
}

.footblock h3 {
font-size:22px;
font-weight:normal;
color:#1C5472;
margin-top:5px;
margin-bottom:5px;
font-family:calibri;
}

.footsep {
float:left;
margin-top:23px;
width:1px;
height:270px;
background-color:#aaaaaa
}

.footsearch {
background-image:url(images/footsearch.jpg);
background-repeat:no-repeat;
width:274px;
height:43px;
margin-bottom:20px;
margin-left:-3px;
}

.footsearch_input {
border:0px solid red;
background-color:transparent;
height:27px;
width:220px;
font-size:19px;
font-family:Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
float:left;
margin-top:2px;
margin-left:5px;
padding:0px;
padding-top:10px;
color:#333333
}

.footsearch_submit {
margin-top:2px;
margin-left:2px;
float:left;
border:0px solid red;
background-color:transparent;
}

/*popular posts*/
.footblock ul { list-style:none; margin:0px; padding:0px; }
.footblock ul li { padding:4px; }

.popular_table {
height:15px;display:inline;margin-right:5px;
float:left;
}

.popular_td {
height:15px;
background-image:url(images/popular1.gif);
background-repeat:repeat-x;
color:#fff;
padding-left:4px;
padding-bottom:2px;
padding-right:4px;
}

.popular_td a,.popular_td a:visited,.popular_td a:link { color:#fff; }
.popular_td a:hover { color:#fff;text-decoration:none }

.popular_l {
height:15px;width:5px;
background-image:url(images/popular_l.gif);
background-repeat:no-repeat;
}

.popular_r {
height:15px;width:5px;
background-image:url(images/popular_r.gif);
background-repeat:no-repeat;
}

/*flickr*/
#flickr {
margin:0px;
}

.flickrimg img {
margin-right:10px;
margin-bottom:10px;
padding:3px;
background:white;
border:1px solid #bbbbbb
}

/*misc.*/
.go-left{float: left;clear: left;}
.go-right{	float: right;	clear: right;}
.go-center{	margin: 0 auto;	text-align: center;}
.bold{ font-weight: bold;}
.italic{ font-style: italic;}
.block{	display: block;}
.align-right{	text-align: right;}
.align-left{ text-align: left;}

.wp-pagenavi,.below-post {
background-color:#f3f3f3;
padding:10px;
border:1px solid #eeeeee
}

/*twitter*/
#twitter_update_list li {
border-bottom:1px solid #cccccc;
padding:4px;
}

#twitter_update_list li a,#twitter_update_list li a:link,#twitter_update_list li a:visited {
color:#aa0000;
font-family:tahoma;
margin-left:6px;
}

#twitter_update_list li span a {
color:#333333 !important;
text-decoration:underline;
margin-left:0px !important;
}

.foot_follow {
font-size:11px;
background-color:#f1f1f1;
border:1px solid #cccccc;
padding:5px;
}

.copyright {
background:#33434F;
height:24px;
padding-top:8px;
color:#DDD;
}

.copyright a {
color:#FFF;
border-bottom: 1px dotted #ddd;
}

.copyright a:hover { 
color:#fff;
border:0;
}

/*archives*/
.archives_ul li {
border-bottom:1px solid #cccccc;
padding:5px;
}

.archives_ul li .thumbnail { margin-right:10px; }
.archives_ul li h2 { color:#333333 }

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


#banner_topo {
border:1px solid #FFFFFF;
height:75px;
width:468px;
position:absolute;
top:44px;
right:10px;
}

.sidesearch {
background-image:url(images/footsearch.jpg);
background-repeat:no-repeat;
width:274px;
height:43px;
margin-bottom:20px;
margin-left:19px;
}

.sidesearch_input {
border:0px solid red;
background-color:transparent;
height:27px;
width:220px;
font-size:19px;
font-family:Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
float:left;
margin-top:2px;
margin-left:5px;
padding:0px;
padding-top:10px;
color:#333333
}

.sidesearch_submit {
margin-top:2px;
margin-left:2px;
float:left;
border:0px solid red;
background-color:transparent;
}

#footer_form input[type=text] {
	width: 200px;
	border: 1px solid #999;
	padding: 4px;
	margin-bottom: 3px;
}

#footer_form input[type=text].error{
	background: #f8dbdb;
	border-color: #e77776;
}

#footer_form textarea {
	width: 200px;
	height: 80px;
	border: 1px solid #999;
	padding: 4px;
}

#footer_form textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}

.done {
	background:#000; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

.form_left {
	width:82px;
	float:left;
	font-weight:bold;
}

.form_right {
	float:left;
}