/*
Theme Name: Criss Counsellor
Theme URI: http://gojamaica-host.com
Description: Criss Counsellor Custom 
Version: 1.0
Author: Duane Anderson
Author URI: http://dkanderson.net
Tags: Criss, Counsellor, blue, simple
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin:0;
padding:0;
color :#fff;
background-color:#fff;;
}

a:link {
	color: #dfd996;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #dfd996;
}
a:hover {
	text-decoration: underline;
	color: #dfd996;
}
a:active {
	text-decoration: none;
	color: #dfd996;
}

p{padding:10px 0;line-height:16px}
p.desc{padding:0 0 20px 0}
#top_wrapper {
width:100%;
height:88px;
background-image:url(images/top_bg.jpg);
background-repeat:repeat-x;
}

#top {
width:900px;
height:auto;
margin:0 auto;
}

#logo {
width: auto;
height: auto;
float:left;
line-height:25px;
padding-left:15px;
}
#criss{height:31px; width:358px; background-image:url(images/logo.jpg); margin-top:10px}

h1 {
font-size:28px;
color:#21447c;
font-weight:bold;
font-family:"trebuchet MS";
margin:0;
line-height:25px;
padding-top:20px;
padding-bottom:10px;
text-transform:capitalize;
}
h2{
	font-size:20px;
	font-family:trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.slogan {
width:336px;
height:30px;
background-image:url(images/slogan.jpg);
font-size:18px;
font-weight:normal;
text-transform:uppercase;
color:#21447c;
font-family:"trebuchet MS";
}

/*------------------MENU----------------------*/

#foxmenucontainer{ float:right;width:500px;height:30px;display:block;}

#foxmenu{position:relative;display:block;height:30px;font-size:11.3px;
font-family: "trebuchet MS"; margin-top:40px;}

#foxmenu ul{ height:30px;margin:0;padding:0;list-style-type:none;width:auto;}

#foxmenu ul li{width: auto; height:30px;display:block;float:left;margin:0 20px 0 0; text-align:center;}

#foxmenu ul li a{display:block;float:left;color:#535353;text-decoration:none;
padding:3px 10px 3px 10px;height: auto; width: auto;}

#foxmenu ul li a:hover{width: auto; height: auto; background-color:#2D5A9B; color:#fff;
}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}


/*---------------------------CONTENT----------------------------*/
#content_wrapper {
width:100%;
height:auto;
background-color:#2d5a9b;
float:left;
}

#content {
width:900px;
height:auto;
margin:0 auto;
background-image:url(foto.jpg);
background-repeat:no-repeat;
background-position:right top;
padding-bottom:20px;


}

#blogentry p{font-family: Verdana, Arial, Helvetica, sans-serif;}
#blogentry{
	float:left;
	width:600px;
}
#sidebar{
	width: 290px;
	float:right;
	}
	
/*-------------------------FOOTER-----------------------*/

#footer_wrapper {
width:100%;
height:153px;
background-image:url(images/bottom_bg.jpg);
background-repeat:repeat-x;
clear:both;
}

#footer {
width:900px;
height:auto;
margin:0 auto;
}

#copyright {
width:200px;
height:auto;
color:#838383;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding-top:30px;
padding-left:20px;
float:left;
}

#fmenu {
width:420px;
height:auto;
float:right;
color:#1e1e1e;
font-size:11px;
padding-top:30px;
}

#fmenu a{
color:#1e1e1e;
text-decoration:none;
}

#fmenu a:hover{
text-decoration:underline;
}

#commentform{padding-top:20px}
#commentform li{padding-bottom:5px;}
textarea#comment{width:400px;}
#submit{display:block;margin:5px 0}