/*
Theme Name: ActivSigns
Theme URI: http://www.activsigns.com/
Description: ActiveSigns Wordpress theme
Version: 1.0
Author: Magnus Jepson
Author: http://www.jepson.no/
*/

blockquote, body, caption, dd, dl, form, h1, h2, h3, h4, h5, h6, input, p, pre, textarea, table, td, th{
	margin: 0;
	padding: 0;
}

body, form, h1, h2, h3, h4, h5, h6, input, textarea, table{
	font: 12px arial, helvetica, verdana, sans-serif;
	color: #333;
}

body{
	text-align: center;
	background: #565855 url(images/bg.jpg) repeat-x;
}

a{
	text-decoration: none;
	color: #0681b5;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0;

}

blockquote{
	margin: 10px 0 0;
	background: #f9f9f9;
}

blockquote p{
	padding: 20px;
}

blockquote blockquote{
	margin: 0 20px;
	background: #fff;
}

img.alignleft{
	margin: 5px 10px 2px 0;
}

img.alignright{
	margin: 5px 0 2px 10px;
}

img.alignleft, img.alignright{
	padding: 4px;
	border: 1px solid #f2f1e9;
	display: inline;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img{
	max-width: 100%;
}

p{
	padding: 10px 0;
}

small{
	font-size: 11px;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

.clear{
	clear: both;
	margin: 0;
	padding: 0;
}

.dottop, .dotbottom{
	width: 100%;
	background: url(images/dot.gif) right top no-repeat;
}

.dottop div, .dotbottom div{
	background: url(images/dot.gif) no-repeat;
}

.dottop, .dottop div, .dotbottom, .dotbottom div{
	height: 1px;
	font-size: 1px;
}

#wrapper{
	position:relative;
	margin: 0 auto;
	width: 863px;
	text-align: left;
}
#bot-bgr{
	background: url(images/bg-bottom.jpg) repeat-x bottom;
	padding: 0 0 60px;
	margin:0;
}
/* Header ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#header{
	float: left;
	width: 863px;
	height: 199px;
	background: url(images/bg-header.jpg) no-repeat;
}

#header h1{
	float: left;
	width: 312px;
	height: 75px;
	margin: 115px 0 0 30px;
	display: inline;
	overflow: hidden;
}

#top-banner {
	float:right;
	width:470px;
	height:91px;
	margin: 108px 29px 0 0px;
}

/* Nav top page ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.nav1{
	position:absolute;
	top:50px;
	left:20px;
	float: left;
}
.nav1 li{
	float: left;
	height: 27px;
}
.nav1 li a{
	color: #555;
	display: block;
	height: 27px;
	text-align: center;
	margin-right:5px;
}
.nav1 li.active a, .nav1 li a:hover, .nav1 li.current_page_item a{
	color: #e21a22;
	text-decoration: none;
	height:27px;
}
.nav1  { list-style: none; margin: 0px; padding: 0px;}
.nav1 li { padding: 0px; margin: 0px; display: inline; line-height: 14px; }

.nav1 li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft.gif) no-repeat left top; float: left;}
.nav1 li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/menuright.gif) no-repeat right top; float: right; }
.nav1 li a span { float: none; }
.nav1 li a:hover , nav1 li.current_page_item a:hover, .nav1 li.current_page_item a{ background-position: 0% -27px; text-decoration: none;}
.nav1 li a:hover span , nav1 li.current_page_item a:hover span, .nav1 li.current_page_item a span{ background-position: 100% -27px; }


/* Menu ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#menu{
	background: url(images/bg-menu.jpg) no-repeat;
	clear:both;
	width: 863px;
	margin: 0px 0 0 0px;
	height:48px;
}

#menu ul{
	list-style-type: none;
	margin: 0 0 0 35px;
	padding: 0;
}

#menu ul li{
	float: left;
	margin: 8px 20px 0 0;
	display: inline;
	position: relative;
}

#menu ul li a{
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 15px;
	color: #ffffff;
}

#nav ul{
	height: 33px;
	padding: 0 0 0 25px;
}


/* Main layout ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.container{

	width: 863px;
	padding: 5px 0 15px 0;
	background: url(images/bg-container.gif) repeat-y;
}

/* Content Menu  ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#contentmenu {
	background: #f2f2f2;
	float:left;
	width:192px;
	margin: 0px 0px 0 30px;	
}
#contentmenu h2 {
	background: url(images/bg-contentmenu.jpg) no-repeat;
	width:192px;
	height:32px;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	padding: 8px 0 0 18px;
}
#contentmenu ul {
	list-style-type:none;
	margin:0;
	padding:5px 5px;
}

#contentmenu ul li {
	list-style-type:none;
	padding:5px 5px 15px 10px;
}

/* Content +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.content{
	float: left;
	margin: 0px 20px 0 40px;
	width: 622px;
	display: inline;
	overflow: hidden;
}

.post, .page{
	padding: 0 0 14px;
}

.entry-head{
	float: left;
	width: 622px;
	padding: 0 0 7px;
	border-bottom: 1px solid #f2f1e9;
	background: url(images/entryheading.jpg) no-repeat 10px 0px;
}

.entry-head h2{
	color:#e21a22;
	margin: 0 0 0 50px;
}

.entry-head h2{
	font: bold 24px "trebuchet ms", georgia, serif;
	text-transform: uppercase;
}

.entry-head h2 a{
	color: #e21a22;
}

.page .entry-head{
	float: none;
	background-image: none;
}

.page .entry-head h2{
	margin: 0 0 0 10px;
}

.entry-meta{

	padding: 1px 0 0;
	font-size: 11px;
	color: #777;
}

span.entry-date{
	padding: 0 0 0 12px;
	background: url(images/entrymeta-calendar.gif) no-repeat 0 3px;
}

span.author{
	padding: 0 0 0 13px;
	background: url(images/entrymeta-pencil.gif) no-repeat 0 3px;
}

span.comments-link{
	padding: 0 0 0 14px;
	background: url(images/entrymeta-comment.gif) no-repeat 0 3px;
}

.entry-foot{
	padding: 4px 10px 3px;
	border-top: 1px solid #f2f1e9;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
	background: #fdfdfd;
}

.entry-content{
	padding: 0 10px;
	line-height: 22px;
}

.entry-content p a{
	border-bottom: 1px solid #ddd;
	background: #ffd;
	color: #000;
}

.entry-content p a:hover{
	text-decoration: none;
	border: 0;
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

p.alert, p.download, p.info, p.note{
	margin: 10px 0 0;
	padding: 10px 10px 10px 36px;
}

p.alert{
	border-top: 2px solid #f0baa2;
	border-bottom: 2px solid #f0baa2;
	padding: 10px 10px 10px 36px;
	background: #ffd9c8 url(images/alert.png) no-repeat 12px 16px;
}

p.download{
	border-top: 2px solid #d4ebaf;
	border-bottom: 2px solid #d4ebaf;
	background: #edfcd5 url(images/download.png) no-repeat 10px 16px;
}

p.info{
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	background: #f9f9f9 url(images/info.png) no-repeat 12px 16px;
}

p.note{
	border-top: 2px solid #efe3ae;
	border-bottom: 2px solid #efe3ae;
	background: #fef6d2 url(images/note.png) no-repeat 14px 16px;
}

.ads-468x60 img{
	margin: 20px 0 0 20px;
}


.navigation{
	float: left;
	width: 500px;
	margin: 17px 0 7px;
	display: inline;
}

.navigation span.nav-previous{
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
	background: url(images/bg-older-posts.gif) no-repeat 0 3px;
}

.navigation span.nav-next{
	margin: 0 10px 0;
	padding: 0 16px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 3px;
}


.sidebar{
	float: left;
	margin: 10px 0 0;
	width: 200px;
}

.sidebar ul#primary, .sidebar ul#quaternary{width: 330px;}
.sidebar ul#secondary, .sidebar ul#tertiary{float: right; width: 160px;}
.sidebar ul#tertiary{float: left;}

.sidebar ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul li{
	margin: 10px 0 0;
}

.sidebar ul li h3{
	padding: 8px 10px 6px 28px;
	font: bold 12px georgia, serif;
	text-transform: uppercase;
	background: url(images/sidebarheading-star.gif) 10px 11px no-repeat;
	color: #555;
	border-bottom: 1px solid #f2f1e9;
}

.sidebar ul ul{
	float: none;
	line-height: 22px;
}

.sidebar ul ul li{
	margin: 0;
	padding: 4px 10px 3px;
	border-bottom: 1px solid #f2f1e9;
}

.sidebar ul ul ul li{
	padding: 0 0 0 10px;
	border: 0;
}



.sidebar ul li#ads-300x250{
	width: 330px;
	height: 280px;
	overflow: hidden;
	background: #f2f1e9;
}

.sidebar ul li#ads-300x250 .rctop, .sidebar ul li#ads-300x250 .rctop div, .sidebar ul li#ads-300x250 .rcbottom, .sidebar ul li#ads-300x250 .rcbottom div{
	background-image: url(images/corners-alt.gif);
}

.sidebar ul li#ads-300x250 ul{
	padding: 0 10px;
}

.sidebar ul li#ads-300x250 ul li{
	padding: 0;
	width: 310px;
	height: 260px;
	background: #fff url(images/bg-ads-300x250.gif) no-repeat;
	border: 0;
}

.sidebar ul li#ads-300x250 ul li img{
	margin: 5px 0 0 5px;
}



/* START WIDGET STYLES */

.sidebar ul li#search{
	float: none;
	margin: 10px 0 0;
}

.sidebar ul li#search form#searchform{
	width: 100%;
}

.sidebar ul li.widget_rss h3{
	padding: 8px 10px 6px 10px;
	background-image: none;
}

.sidebar ul li.widget_rss h3 img{
	width: 9px;
	height: 9px;
}

.sidebar ul li.widget_tag_cloud h3{
	margin: 0 0 10px;
}

.sidebar ul li.widget_tag_cloud a{
	padding: 0 0 0 10px;
}

#wp-calendar{
	width: 100%;
	border-bottom: 1px solid #f2f1e9;
	padding: 0 0 10px;
}

#wp-calendar caption{
	padding: 10px;
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align: center;
	background: #f2f1e9;;
}

#wp-calendar td{
	background: #fff;
}

#wp-calendar td, table#wp-calendar th{
	padding: 3px 0;
}

/* END WIDGET STYLES */



#comments, #respond{
	margin: 15px 0 0;
}

#comments h3{
	padding: 0 10px 7px 10px;
	border-bottom: 1px solid #f2f1e9;
	font: 18px "trebuchet ms", georgia, serif;
	text-transform: uppercase;
	color: #dd3f14;
}

#comments h3#comments-count{
	padding: 0 10px 7px 39px;
	background: url(images/commentstemplate-comment.gif) no-repeat 10px 5px;
}

#comments ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments ol.commentlist li{
	padding: 4px 10px 3px;
	border-bottom: 1px solid #f2f1e9;
	line-height: 22px;
}

#comments ol.commentlist li.highlighted{
	background: #f9f9f9;
}

#comments .required{color: #a00;}

#comments textarea{width: 75%;}

#comments p.nocomments, #respond form{padding: 0 10px;}

#comments p#login-req{padding: 20px 10px 10px;}

p.comment_license{line-height: 22px;}

#footer{
	background:url(images/bg-footer.gif) no-repeat;
	float: left;
	width: 863px;
	padding: 10px 0 20px;
	color: #c5c3b5;	
}

#footer a{
	color: #aba894;
}

#footer p{
	padding: 10px 20px;
}
#footer span.left{ float:left; }
#footer span.right{ float:right; }

.home {padding:0 0 15px 30px;}

#pics {  
    height:  531px;  
    width:   802px;  
    padding: 0;  
    margin:  0;  
	overflow: hidden;
} 
 
#pics img {  
    padding: 0px;  
    width:  802px; 
    height: 531px; 
    top:  0; 
    left: 0 
} 