/* 

Atraxis - CSS File

*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body {
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q {
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*============================================ GLOBAL  =================================================*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 auto;
	padding:0;
	line-height:20px;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
form{margin:0; padding:0;}
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:45px 0px 44px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
}

/*** END OF GLOBAL  ***/


/*============================================ DEFAULT ELEMENT STYLES  =================================================*/
/* heading */
h1, h2, h3{margin-bottom:13px;}
h4, h5, h6{margin-bottom:18px;}
h1	{font-size:28px;}
h2	{font-size:26px;}
h3	{font-size:22px;}
h4	{font-size:16px;}
h5	{font-size:14px;}
h6	{font-size:12px;}
h1, h2, h3, h4, h5, h6,
.button, .button:visited, input[type="submit"], button, 
.main-date, .fn, .tdate, .reply, .reply a, .circle-small, th, ul.tabs li,
.dropcap1, .dropcap2, .dropcap3
{ font-weight:normal; line-height:normal; font-family: 'Oswald', Arial; text-transform:uppercase; }


/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:none;}
a img{border:none}


/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:25px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ul li{ padding-bottom:10px;}
ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
	
blockquote {
    clear: both;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 20px 0;
    padding: 0 0px 0 20px;
}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 20px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/*============================================ CONTAINER  =================================================*/
#bodychild{
	width:100%;
	margin:0;
	padding-top:10px;
}

#outercontainer{
	width:100%;
	margin:0;
	padding:0;
}



/* CONTENT */
#outermain{padding:40px 0 50px 0;}
#maincontent{}
#content{float:left;}
#content.positionright{float:right;}
#content.positionleft{ float:left;}

/* SIDEBAR */
#sidebar{float:left; }
#sidebar.positionleft{float:left;}
#sidebar.positionleft ul{ padding:0 15px 0 0}
#sidebar.positionright{float:right;}

/*** END CONTAINER ***/

/*** HEADER ***/
#top{ padding:11px 0px 5px 0px;}
#logo{float:left}


/* TOP MENU */
#navigation{position:relative; z-index:200; margin:0; padding:0px;}

/* Nav Menu */
#topnav{
	margin:0;
	padding:23px 0 0 0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	font-family:"Oswald", Arial;	
	float:right;
}

.sf-menu a {
	text-decoration:none;
	display:		block;
	position:		relative;
	padding: 		0px 10px 0px 10px;
	text-transform:uppercase;
}


.sf-menu > li {
    position: relative;
    z-index: 10;
}


/* Drop down menu */
.sf-menu ul a:hover {}
.sf-menu li li {
	text-align:left;
	line-height:20px;
	margin:0;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:15px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
	
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			3.3em; /* match top ul list item height */
	z-index:		99;
}
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:			12em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
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:			12em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	padding:8px 25px!important;
	font-size:14px;
}

.sf-menu li ul {
	padding:0px 0px;	
}
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}



.sf-menu ul{border:0px;}
.sf-menu li li {}
.sf-menu > li li:before{
	content: "";
	display: block;
}

.sf-menu > li li:first-child:before{ border:0;}

/* dropdown mobile */
.tinynav { display: none }

/*============================================ AFTER HEADER =================================================*/

#headertext { text-align: center; padding-top:11px;}
.headertitle { padding: 0px 0 0px;}
.headertitle h1{ font-size:28px; margin-bottom:0px;}


#outerbeforecontent{ padding:40px 0 33px;}


/*============================================ HIGHLIGHT  =================================================*/
#outerhighlight{text-align:center; padding:19px 0 33px 0;}
#highlight h1{font-size:28px; margin:0 0 10px 0}
#highlight p{ margin-bottom:25px;}


/*============================================ CONTENT  =================================================*/
.indentleft{overflow:hidden;}
.margin_top{ margin-top:20px;}
.margin_bottomoff{margin-bottom:0 !important;}
.margin_bottom_small{margin-bottom:10px;}
.margin_bottom_middle{margin-bottom:12px;}
.margin_bottom_large{margin-bottom:15px;}
.margin_bottom_extralarge{margin-bottom:25px;}
.center{text-align:center;}
.nomargin{margin-right:0}
.displayblock{display:block;}

.title{background:url(../images/bg-title.png) no-repeat center; height:62px; margin-bottom:40px;}
.title h1{ font-size:22px; padding:10px 10px 0; text-align:center; }

/*=== List ===*/

.listcheck{list-style-type:none; padding:0; margin:0;}
.listcheck li{padding:0 0 7px 20px; margin:0 0 0 0;}

.listNolist{list-style-type:none; padding:0; margin:0;}


/* list in contact area */
.noList{list-style-type:none; padding:0; margin:0;}
.noList li{clear:both}
.txtleft{float:left}
.txtright{float:right}



/*=== Circle ===*/
.circle-small{
	display: block;
	font-size:16px;
	padding:5px 0 0px 0;
	width:31px;
	height: 26px;
	-moz-border-radius:31px;
	-webkit-border-radius:31px;
	-khtml-border-radius:31px;
	border-radius:31px;
	text-align: center;
	font-weight:bold;
	
}

.circle h3{ font-size:14px; color:#fff;}
.circle img{ margin-bottom:4px;}
.circle{
	width:145px;
	height: 110px;
	-moz-border-radius:145px;
	-webkit-border-radius:145px;
	-khtml-border-radius:145px;
	border-radius:145px;
    padding:35px 0 0px 0;
    margin: 0px auto 0 auto;
    position: relative;

}

.frame-menu{ text-align:center;}
.frame-menu:hover .circle, .frame-menu.active .circle{
	width:145px;
	height: 110px;
	-moz-border-radius:145px;
	-webkit-border-radius:145px;
	-khtml-border-radius:145px;
	border-radius:145px;
    padding:35px 0 0px 0;
    margin: 0px auto 0 auto;
    position: relative;	
}

.frame-menu .more{ font-size:10px; text-transform:uppercase; padding-left:10px;}



/*=== Images ===*/
img{
	max-width: 100%;
	height: auto;
}



/*=== Form & Button ===*/
form{margin:0; padding:0;}

input[type="text"],
textarea, input[type="password"], select{
	font-size:12px;
	padding:7px 5px;
	font-size:11px;
	font-family:Arial;
}

textarea{width:90%;}

textarea:focus{outline:0;}

.button, .button:visited, input[type="submit"], button{
	border:0px;
	padding:8px 25px 8px 25px;
	cursor:pointer;
	font-size:12px;
	text-transform:uppercase;
}

.button:hover, input[type="submit"]:hover, button:hover{
	text-decoration:none;
}


/*=== Separator ===*/
.separator {
	display:block;
	height:8px;
	padding:0 0;
	text-align:center;
	width:100%;
	clear:both;
}


.separator.line{
	padding:0px 0;
	margin:20px 0 20px 0;
	
}

.separator.line .icon{
	width:17px;
	height:18px;
	margin:0 auto;
	padding:0 5px 0 5px;
	display:block;
}


/*=== Dropcaps ===*/
.dropcap1{
	display:block;
	float:left;
	font-size:25px;
	margin:2px 20px 0 0;
}
.dropcap2{
	display: block;
	float:left;
	font-size:25px;
	padding:0px 0 0px 0;
	margin:8px 20px 0 0;
	width:37px;
	height: 37px;
	-moz-border-radius:37px;
	-webkit-border-radius:37px;
	-khtml-border-radius:37px;
	border-radius:37px;
	text-align: center;
	
	
}
.dropcap3{
	display:block;
	float:left;
	font-size:25px;
	line-height:33px;
	width:45px;
	height:33px;
	text-align: center;
	margin:8px 20px 0 0;
	padding:4px 0
}





/*==== Tabs ====*/
.tabcontainer{margin:0;}
ul.tabs {
	margin: 0;
	margin-bottom:-1px;
	padding: 0 0 2px 0;
	list-style: none;
	height: 37px;
}

ul.tabs li {
    float: left;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    padding: 11px 19px 11px 19px;
    position: relative;
    z-index: 1;
}
ul.tabs li:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 0px;
	outline: none;
}

.tab-content {padding: 20px 0; }
	
ul.tabs li:hover{}
#tab-body{padding:0 20px;}

/*==== jQuery Toggles ====*/
#toggle{border: 0px }
h2.trigger {
	padding: 5px 0px;
	margin: 0 0 0 0;
	font-size:12px;
	font-weight: normal;
}

h2.trigger span {
	text-decoration: none;
	display: block;
	height:25px;
	background: url(../images/arrow-open.png) no-repeat right;
	padding-left:20px;
	margin-right:21px;
	cursor:pointer;
	line-height:24px;
}

h2.active span{ background:url(../images/arrow-close.png) no-repeat right;}

h2.active { border-bottom:0;}

.toggle_container {
	margin: 0 0 0 0;
	padding: 0px 0px;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 15px 20px 20px 20px;
}
.toggle_container .block p {
	padding: 0px;
	margin: 0px;
}

/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%; margin-bottom:18px;}
table,td,th { text-align:center;}
tfoot td{border:0px;}
th,tr:hover{}
table {
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	font-size: 12px;
	line-height: 18px;
	padding: 9px 24px;
	text-transform:uppercase;
}
tr td {
	padding: 7px 24px;
}
tr.odd td {}



/*============================================ SIDEBAR  =================================================*/
.widget-title{
	font-size:14px;
	padding:0;
	margin-bottom:11px;
}

#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0 0 0 15px;
}

#sidebar ul ul{
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
#sidebar .widget-container{margin-bottom:25px; padding:25px 0 0 0;}
#sidebar .widget-container:first-child{padding:0; border:0}

#sidebar li li{
	list-style-type:none;
	margin:0 0 0px 0;
	padding:0 0 2px 0;
}
#sidebar li li a{}
#sidebar li li a:hover, #sidebar li li a.active{text-decoration:none;}

#sidebar .textwidget p{ margin-bottom:20px;}

#sidebar #searchform input{ width:96%;}

/* Recent post widget */
.rp-widget li{clear:left}
.rp-widget li h3, .rp-widget li h3 a{font-size:12px; margin-bottom:8px; text-transform:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.rp-widget .smalldate{ font-size:11px;}
.rp-widget img{ float:left; margin:0px 16px 18px 0}
.rp-widget li:last-child img{ margin-bottom:0px;}

/*============================================ AFTER CONTENT  =================================================*/
#outeraftercontent{ padding:40px 0 30px;}


/*============================================ FOOTER SIDEBAR  =================================================*/
#outerfootersidebar{padding:44px 0 0 0; margin-bottom:3px;}
#footersidebar ul{list-style-type:none; margin:0; padding:0;}
#footersidebar li.widget-container{list-style-type:none; margin:0 0 40px 0; padding:0; border:0px;}
#footersidebar .widget-title{
	font-size:14px;
	padding:0 0 0px 0;
	margin-bottom:23px;
}
#footersidebar li li{padding:0 0 18px 0px; margin:0 0 18px 0;}
#footersidebar li li:last-child{ border-bottom:0px;}
#footersidebar li a{ padding:0px; margin:0px;}
#footersidebar li a:hover{ text-decoration:none;}



/* Social */
#sn {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
}
#sn li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0px!important;
}
#sn span {
    display: inline-block;
    height: 27px;
    width: 27px;
}
.icon-img {
    background-position: 0 0;
}
.icon-img:hover {
    background-position: 0 -27px !important;
}

/*============================================ COPYRIGHT  =================================================*/
#copyrightcontainer{position:relative;}
#copyright{padding:34px 0px 34px 0;}
#copyright a, #copyright a:visited{}
#toTop {
	position:absolute; /* this is the magic */
	top:-2px;
	right:0;
	cursor:pointer;
	display:block;
}
