/*   
Theme Name:jQ
Theme URI:http://devolux.org/jq
Description:WordPress theme with two columns, four widget areas and loads of jQuery functions (dropdown navigation, font resizing and more). The theme options include a movable sidebar, custom colours, excerpts on index pages, category or page navigation, different font and colour schemes. 
Author:Devolux
Author URI:http://devolux.org/
Version:2.3
Tags:two-columns, fixed-width, theme-options, custom-colors, blue, green, dark
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/*       ###############################
         BASIC TAGS
         ############################### */

* {margin:0; padding:0;}

body {
	margin:0px auto;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#575757;
	line-height:18px;
	background:url(img/bg.gif) top left repeat-x #F5F5F5;



	/*font:normal 10px Helvetica; color:#666; background:url(img/bg-blue.jpg) top center no-repeat #193c74;*/
}



h3, h4, h5, h6 {margin:10px 0 0 0;
	font-family:Arial, Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0081BA;
	
}

h1 {
	border-bottom:1px solid #DCD7C9;
	color:#0081BA;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:22px;
	font-weight:normal;
	line-height:normal;
	margin:0 0 10px;
	padding:0 0 5px;
}


h2 {
	border-bottom:1px solid #DCD7C9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0081BA;
	font-weight:normal;
	margin-bottom:10px;
	padding-bottom:10px;
}



p {
	margin:0px 0px 20px 0px;
	clear:both;
}

a {outline:none; text-decoration:none; color:#8a8a8a;}
a:hover {color:#215c97;}
a img {border:none;}

/*       ###############################
         BASIC LAYOUT
         ############################### */

div#outline {
	width:944px; 
	margin:0 auto;
}

/* NAVIGATION*/

div#nav {
	margin:0px;
	padding:7px 0px;
	border:0px solid #000000;
	float:left;
	width:944px;
	position:relative; 
	z-index:2;
}

div#nav ul {
	float:left; 
	list-style:none;
}

div#nav li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	height:43px;
	line-height:43px;
	padding:0px 8px;
	background-image: url(img/topmenu_divider.gif);
	background-repeat:no-repeat;
	background-position: right top;
}

div#nav li a {
	display:block; 
	margin:0; 
	padding:14px 8px 13px 8px; 
	color:#ffffff; 
	text-decoration:none; 
	font:bold 12px Arial;
	text-transform:uppercase;
	text-decoration:none;
}

div#nav li a:hover {
	background:#008AB9; 
	color:#ffffff;
}

div#nav li a span {
	display:block; 
	margin:0; 
	padding:0x 5px 13px 8px; 
	color:#ffffff; 
	text-decoration:none; 
	font:bold 13px Arial;
	text-transform:uppercase;
	text-decoration:none;
}

div#nav li a:hover span {
	background:#008AB9; 
	color:#ffffff;
}


ul#mail_rss a {
	text-decoration:none !important;
}

/*Mid Content*/

div#content {
	/*clear:both; 
	z-index:1; 
	width:864px; 
	padding:10px 40px 0 40px;
	border:1px solid #000000;*/
	
	z-index:1; 
	float:left;
	width:944px;
	padding-top:15px;
	line-height:18px;
}

div#left {
	/*width:560px; 
	margin:0; 
	line-height:2.0; 
	float:left; 
	padding:0 20px 10px 0;
	border:1px solid #000000;*/
	
	float:left;
	width:531px;
}








p#toggle-all {float:right; width:100px; margin:0; padding:0;}

div.headline {
	clear:both;
	background-color:#FFFFFF;
	padding:18px 8px 0px 48px;
}

div.excerpt {
	margin:0px;
	padding:0px 8px 0px 48px;
	background-color:#FFFFFF;
}

.date_box_wrapper {
	position:relative !important;
}


.date_box {
	position:absolute  !important;
	left:-87px  !important;
	top:-2px  !important;
	background-image:url(img/date_box.gif)  !important;
	background-repeat:no-repeat  !important;
	background-position:top left;
	text-align:center;
	width:80px;
	height:75px;
	padding:0px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:32px;
}

.date_box_wrapper span {
	font:normal 32px Arial;
}

div.post_info {
	background-color:#FFFFFF;
	padding:20px 10px 10px 10px;
	margin:0px 0px 10px 0px;
	clear:both;
}

div.post_info p  {
	font-size:100%;
	background-color:#0081BA;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	padding:5px;
	margin:0px;
}

div.post_info a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF !important;
	text-decoration:none;
}


div.post_info a:hover {
	font-size:12px;
	color:#F3F0F0 !important;
	text-decoration:none;
}

p.tag_info {
	margin:0px;
	padding:0px;
	font-size:100%;
	background-color:#FFFFFF;
}

.hide-link {
	padding:0px;
	margin:0px;
	text-align:right;

}

.info-icon {
	padding:3px 0 3px 20px; 
	margin:0 0 0 0px; background-position:0px 4px;
}


/*Right*/

div#right {
	float:right;
	width:397px;
	text-align:left;
	padding:0px;
	margin:0px;
}

div#right, div#appendix {
	font-size:120%;
}

div#right ul, div#appendix ul {list-style:none; padding:0;
	margin:0px;
}





/*WIDGETS*/

.widget { 
	padding:25px 15px !important; 
	margin:0 0 10px 0; 
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.widget h4 {
	border-bottom:1px solid #DCD7C9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#0081BA;
	font-weight:normal;
}

div.widget h4 {
	margin:0px 0px 10px 0px; 
	padding:0px 0px 10px 0px;
}

div.widget a {
	display:block; 
	padding:5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#DF8019;
	font-weight:bold;
	background-image:url(img/rightmenu_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 12px;
	text-decoration:none;
}

div.widget a:hover {
	color:#000000; 
	text-decoration:none;
}
div.widget li {
	padding:0 0 0 5px; 
	margin:0; 
	border-bottom:1px dotted #ffffff;
	list-style:none;
}
div.widget li li {
	padding:0 0 0 20px; 
	margin:0; 
	background:none; 
	border-top:none; 
	border-bottom:none;
}




/* SEARCHFORM */
input#search {width:140px; padding:5px; background:url(img/bg-form-text.gif) repeat-x left top; border:1px solid #ccc;}

#search-submit {
	background-image:url(img/btn_search_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#B15A10;
}

div#left div#searchform {padding: 0 0 0 20px;}
p.not-found {padding: 0 0 0 20px; margin:0;}


.bookmark_box { 
	background-color:#DF8019;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	line-height:normal;
	padding:10px !important;
	margin:0 0 10px 0; 
}


/*Pages*/

.pages { 
	padding:15px !important; 
	margin:10px 0; 
	background-color:#FFFFFF;
}

div.pages a {
	padding:5px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#DF8019;
	font-weight:bold;
	background-image:url(img/rightmenu_icon.gif);
	background-repeat:no-repeat;
	background-position:5px 10px;
	text-decoration:none;
	width:190px;
}

div.pages a:hover {
	color:#000000; 
	text-decoration:none;
}

div#left h1.page_headline {
	font-family:Georgia, "Times New Roman", Times, serif;;
	font-size:24px;
	color:#0081BA !important;
	font-weight:normal;
}

h2#respond {
	margin:40px 0 10px 0 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px !important;
	color:#0081BA !important;
	font-weight:normal !important;
}

h2#comment-header {
	margin:40px 0 10px 0 !important; 
	border-bottom:1px dotted #ccc; 
	padding:0 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px !important;
	color:#0081BA !important;
	font-weight:normal !important;
}


div.single_content {
	font-size:12px !important;
	background-color:#FFFFFF;
	clear:both; 
	border:0px solid #000000;
	margin:0 0 20px 0px;
	padding:20px 20px 20px 40px;
}


/*FORMS*/

label {display:block; margin:0 0 5px 0;}

.text {width:350px; margin:0 0 10px 0; padding:5px; background:url(img/bg-form-text.gif) repeat-x left top #fff; border:1px solid #ccc;}
textarea {width:450px; height:150px; margin:0; padding:5px; background:url(img/bg-form-text.gif) repeat-x left top #fff; border:1px solid #ccc; -moz-border-radius:5px;}

.submit {
	width:auto; 
	padding:5px 20px; 
	margin:5px 0; 
	color:#fff;
	font-weight:bold;
	background:#333; 
	border:1px solid #B15A10; -moz-border-radius:5px;-webkit-border-radius: 5px;
	background:url(img/btn_search_bg.gif) repeat-x left top #B15A10;
}

/*input {-moz-border-radius:5px;-webkit-border-radius: 5px; margin:0 5px 0 0;}*/

















div.post-single {margin:0 0 20px 0;}

div.preview {float:right; background:url(img/preview2.png) no-repeat; margin:15px 0 0 0;}
div.preview2 {float:right; background:url(img/preview2.png) no-repeat 0px -20px; margin:15px 0 0 0;}
div.preview a {display:block; width:20px; height:20px; color:#ccc !important; font:normal 14px Verdana, serif;}




div.bookmarks {

}

div#appendix {
	clear:both; 
	background:#ffffff; 
	width:930px; 
	padding:30px 30px 30px 0px; 
	margin:0 0 50px 0;
}




div.app_widget {float:left; width:280px; padding:0px 0px 0px 30px;}
div#appendix div.widget {padding:20px 0 0 0;}





div#tag_cloud a {display:inline;}
div#tag_cloud {min-height:130px;}
div#archives {min-height:130px;}

.textwidget, .textwidget a {font: italic 120% Georgia, serif !important;}
.textwidget p {margin: 0; padding: 0;}

/*calendar*/
table#wp-calendar {margin:0 0 10px 0; border-collapse:collapse; text-align:center; font-size:14px;}
table#wp-calendar a {font:normal 14px Verdana;}
table#wp-calendar caption {padding:0 0 5px 0;}
table#wp-calendar th {font:bold 14px Verdana;}
table#wp-calendar th, table#wp-calendar td {width:30px; height:30px;}

/*       ###############################
         TEXT
         ############################### */

div#blog-line h1 a {font:normal 60px Georgia, serif; color:#fff;}
div#blog-line h1 {font:40px Georgia, serif; padding:20px 0; margin:0; color:#fff; letter-spacing:-2px;}

div#left {font-size:120%;}
div#left a {
	color:#DF8019;
	text-decoration:none;
}
div#left a:hover {
	color:#000000; 
	text-decoration:none;
}

div#left h1 {
	float:left; 
	font:normal 26px Helvetica, sans-serif; 
	width:450px; 
	letter-spacing:-1px;
	color:#0081BA;
}

div#left h1 a {color:#0081BA; display:block;}
div#left h1 a:hover {color:#215c97; text-decoration:none;}
div#left h2 {font:bold 150% Georgia, serif; margin:0 0 10px 0;}
div#left h2.archive-title {margin:10px 0 0 20px; font:normal 24px Helvetica, sans-serif; color:#215c97;}
div#left h3 {font:italic 120% Georgia, serif; margin:0 0 5px 0;}
div#left ul, ol {margin:0 0 20px 20px;}

div.excerpt {font-size:12px;}



p#font-resize a {display:inline; font:18px bold Verdana, sans-serif; padding:0px 5px;}
p#toggle-all a {display:block; width:80px; height:20px; padding:0 0 0 30px !important; font:12px bold Verdana, sans-serif;}
a.show-all {background:url(img/toggle.png) no-repeat;}
a.hide-all {background:url(img/toggle.png) 0px -20px no-repeat;}

p.previous-posts {margin:50px 0 0 0; float:left; font:normal 130% Verdana;}
p.next-posts {margin:50px 0 0 0; float:right; font:normal 130% Verdana;}






p.offset {margin:5px 0;}

p.wp-bookmark {margin:0;}
.wp-logo {float:left;}
div#credits {margin:0 0 0 65px; padding:5px 10px; height:46px; border:1px solid #ccc; -moz-border-radius:10px;-webkit-border-radius: 10px; font:120% normal Georgia, serif;}
a#totop {float:right; font:bold 120% Verdana, sans-serif;}

.category-link {background:url(img/page.png) no-repeat;}
.comment-link {background:url(img/comments.png) no-repeat;}
.tag-link {background:url(img/tag-blue.png) no-repeat;}

.user-name {background:url(img/user-green.png) no-repeat;}
.user-mail {background:url(img/email.png) no-repeat;}
.user-url {background:url(img/world-edit.png) no-repeat;}
.user-comment {background:url(img/comment-add.png) no-repeat;}

 
.clear {clear:both;}

code {font:normal 120% Courier, serif;}

/*      ##################################
           COMMENTS
        ################################## */

div.comment {margin:10px 0 30px 0; padding:10px 0; border-bottom:1px dotted #ccc;}
p.comment-details {font:normal 130% Georgia, serif;}
.avatar {float:left; margin:0 20px 0 0; border:5px solid #eee;-moz-border-radius:5px;-webkit-border-radius: 5px;}
div.comment-text {margin:50px 0 0 0;}
div.author-comment {background: #F5F5F5;-moz-border-radius:5px;-webkit-border-radius:5px; padding: 10px !important; border:1px solid #f1f1f1;}


h3#no-comments {font:italic bold 110% Georgia, serif !important; color:#666 !important;}




/*        ##################################
           WORDPRESS CSS
        ################################## */

img.alignright {float:right; margin:0 0 30px 30px;}
img.alignleft {float:left; margin:0 50px 30px 0;}
img.aligncenter {display:block; margin-left:auto; margin-right:auto;}
a img.alignright {float:right; margin:0 0 30px 30px;}
a img.alignleft {float:left; margin:0 50px 30px 0;}
a img.aligncenter {display:block; margin-left:auto; margin-right:auto;}

.aligncenter, div.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;}
.wp-caption img {margin:0;padding:0;border:0 none;}
.wp-caption p.wp-caption-text {font-size:110%; line-height:17px; padding:0 4px 5px; margin:0;}

/*        ##################################
           SUPERFISH
        ################################## */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {margin:0;padding:0;list-style:none;}
.sf-menu {line-height:1.0;}
.sf-menu ul {position:absolute;top:-999em;width:10em; /* left offset of submenus need to match (see below) */}
.sf-menu ul li {width:100%;margin:0 !important;}
.sf-menu ul ul li{margin:0 !important;}
.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li {float:left;position:relative;}
.sf-menu a {display:block;position:relative;}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {left:0;top:38px; /* match top ul list item height */ z-index:1000;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left:10em; /* match ul width */ top:0;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top:-999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left:10em; /* match ul width */ top:0;}

/*** CUSTOM STYLES ***/
.sf-menu li ul {background:#222;border:1px solid #000;border-top:none;opacity:0.9;-moz-opacity:0.9;filter:alpha(opacity=90);}
.sf-menu li li ul, .sf-menu li li li ul {background:#222;border:1px solid #000;border-top:none;opacity:1.0;-moz-opacity:1.0;filter:alpha(opacity=100);}

/*       ###############################
         CLEARFIX
         ############################### */

.clearfix:after {content:"."; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.clearfix {display:inline-block;}
html[xmlns] .clearfix {display:block;}
* html .clearfix {height:1%;}
.clear {clear:both;}



/*New CSS*/

#wrapper {
	margin:0px auto;
	padding:0px;
	width:944px;
}

#banner_wrapper {
	clear:both;
	padding-bottom:7px;
}

/*What Box*/

.what_box {
	clear:both;
	margin-bottom:15px;
	background-image: url(img/what_box_mid.gif);
	background-repeat: repeat-y;
}

.what_box_mid {
	margin:0 0 0 0;
	background-image: url(img/what_box_mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding:0px 30px 0px 40px;
}

.what_box_mid h1 {
	margin: 0 0 20px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #DCDCDC;
}

.what_box_mid a, .what_box_mid a:visited, .what_box_mid a:active    {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#DF8019;
	text-decoration:none;
	font-weight:bold;
}

.what_box_mid a:hover {
	color:#000000;
	text-decoration:none;
}

.header_img {
	padding-left:50px;
}





#footer_wrapper {
	background-color:#0081BA;
	padding:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CDF0FF;
	line-height:20px;
	text-align:center;
	clear:both;
}

#footer_wrapper a, #footer_wrapper a:visited, #footer_wrapper a:active    {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CDF0FF;
	text-decoration:none;
	padding:0 3px;
}

#footer_wrapper a:hover {
	color:#CDF0FF;
	text-decoration:underline;
}


.searchicon_wrapper {
	position:relative;
	clear:both;
	margin:0px;
	padding:0px;
}

.searchicon_img {
	position:absolute;
	right:-34px;
	top:18px;
}

.searchicon_img2 {
	position:absolute;
	right:-34px;
	top:0px;
}



div#footer_wrapper ul {
	float:left; 
	list-style:none;
}

div#footer_wrapper li {
	margin:0px;
	padding:0px;
	float:left;
	list-style:none;
	height:24px;
	line-height:24px;
	padding:0px;
}

div#footer_wrapper li a {
	display:block; 
	margin:0; 
	padding:px 8px; 
	color:#ffffff; 
	text-decoration:none; 
	font:normal 12px Arial;
	text-transform:normal;
	text-decoration:none;
}

div#footer_wrapper li a:hover {
	background:#008AB9; 
	color:#ffffff;
}

.aktt_tweets {
	margin:0px;
	padding:0px;
	border:0px solid #008AB9;
}

.aktt_tweets ul {
	margin:0px;
	padding:0px;
}

.aktt_tweets li {
	list-style:none;
	padding:10px 0px;
	margin:0px 0px 0px -20px;
}

.aktt_more_updates {
	margin:0px;
	padding:0px;
}

.aktt_more_updates a:link, .aktt_more_updates a:visited, .aktt_more_updates a:active {
	text-decoration:underline !important;
}

.aktt_more_updates a:hover {
	/*color:#DF8019 !important;*/
	text-decoration:none !important;
}
.current_page_item {
	background-color: #008AB9;
	


}
.pages {
	
}
.pages ul li .page_item {
	background-color: #ffffff;
	float: left;
	width:180px;
}
.pages ul li a{
 font-size:12px;	
}

.big {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#B15A10;
	line-height:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.big2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#B15A10;
	line-height:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.big2_blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#0081BB;
	line-height:normal;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#video_section .video {
	/*float: left;*/
}

#video_section .video_content {
	/*float: right;
	width: 180px;*/
	padding: 4px 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.input {
	background:url(img/bg-form-text.gif) repeat-x left top;
	border: solid 1px #AAAAAA;
	width: 140px;
	padding: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

div .widget .most-visited a, div .widget .most-visited a:active, div .widget .most-visited a:visited {
	background: url(img/grey_arrow.gif) no-repeat left 6px;
	color: #666666;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div .widget .most-visited a:hover {
	background: url(img/grey_arrow.gif) no-repeat left 6px;
	color: #000000;
	font-weight: normal;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

div.widget #TwitterCounter a {
	display:block; 
	padding:5px 20px;
	padding-left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#DF8019;
	font-weight:bold;
	background: none;
	text-decoration:none;
}

.clearall {
	clear: both;
	height: 5px;
}

