/* -======================================- 
MAIN
 -======================================- */
/*


first
*/

* {
	margin: 0;
	padding: 0;
}

BODY {
	margin: 18px;
	padding: 0;
	background: #aaa url(images/backdrop.png) repeat-x;
	text-align: left;
	color: #5C5C5C;
	font: 12px/18px Arial, Verdana, Tahoma, Georgia, "Times New Roman", Times, serif;
}

/*

default styles
*/
P {
	margin: 0 0 1.5em 0;
	line-height: 18px;
}

UL, OL {
	margin: 0 0 2em 0;
	line-height: 18px;
	padding-left: 35px;
}

PRE {
	background: #efefef;
	border: 1px solid #DDDDDD;
	margin: 10px 0;
	overflow: auto;
	padding: 10px;
}

BLOCKQUOTE {
	/*background: #F7F8F9;
	margin: 15px 0 10px 40px;
	padding: 10px;*/
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #0094D6;
	background: #efefef url('images/a7.gif') top left repeat-x;
}


A {
	color: #005599;
}

A:hover, A:active {
	text-decoration: none;
	color: #005599;
	text-shadow: 2px 2px 1px #CCC;
}

A:visited {
	color: #003366;
}



/* images */
IMG {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}

IMG.right {
	float: right;
  	margin: 5px 0px 10px 10px;  
}

IMG.left {
	float: left;
  	margin: 5px 10px 10px 0px;
}

IMG.center {
	display: block;
	margin: 0 auto;
}


/* form elements */
form {
	margin: 0px;
	padding: 0px;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

INPUT, SELECT  {
	font: 13px Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	padding:2px;
	border:1px solid #eee;
}

textarea {
	font: 13px Arial, Verdana, "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #ccc url(images/nav.gif) repeat-x 0 0;
	border: 1px solid #efefef;
}

FIELDSET {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}


/* headers */
H1, H2, H3, H4, H5, H6 {
	font-weight: normal;
	color: #000;
}

H1 {
	letter-spacing: -1px;
	font-size: 230%;
	padding-bottom: 0.85em;
}

H2 {
	font-size: 180%;
}

H3 {
	font-size: 150%;
}

H4 {
	font-size: 1.2em;
}

H5 {
	font-size: 1em;
}

H6 {
	font-size: 0.85em;
}

.category {
	padding: 0 0 15px 20px;
}

/* -======================================- 
LINKS
 -======================================- */
#logo H1 A {
	text-decoration: none;
	color: #28313A;
}

#logo h1 a:hover, #logo p a:hover {
	text-decoration: underline;
}

#logo H2 A {
	float: left;
	padding: 0 0 0 18px;
	font: 18px Arial, Verdana, Georgia, "Times New Roman", Times, serif;
	color: #28313A;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo A {
	text-decoration: none;
}

/* -======================================- 
LAYOUT
 -======================================- */

/*

* MENU
*/
#MainMenu {
	margin: 0px auto;
	width: 1000px;
	font-size: 1.1em;
	font-weight: bold;
}
 
/* Header
-----------------------------------------------------------------------------*/
#shadow {
	background: #fff url(images/shadow.gif) repeat-x bottom;
	height: 15px;
}

#header {
	background: #02AFEB url(images/nav.jpg) repeat-x;	
	clear: both;
	border-top: 1px solid #F7F8F9;
	border-bottom: 1px solid #F7F8F9;
	height: 38px;
}



#logo {
	width: 880px;
	height: 180px;
	margin: 0 auto;
}

#logo H1 {
	float: left;
	margin: 0;
	padding: 30px 0 0 0px;
	line-height: normal;
	font-family: Arial, Verdana, Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size:40px;
}

#logo P {
	float: left;
	font-family: Arial, Verdana, Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	paddi1ng-top: 20px;
}

#logo .logotype {
	position:relative;
	top: 0;
	left: -15px;
	align: center;
	width: 850px;
	height: 170px;
	margin: 0 auto;
	background: url(images/logo.png) no-repeat left top; //background: url(images/logo.gif) no-repeat left top;
}

#logo .intlogo {
	float: left;
	position:relative;
	left: 140px;
	top: 0;
	width: 150px;
	height: 150px;
	background: url(images/int-logo.png) no-repeat left top; //background: url(images/int-logo.gif) no-repeat left top;
}

#logo .title {
	float: left;
	position:relative;
	top: 25px;
	left: 160px;
	width: 592px;
	height: 128px;
	background: url(images/title.png) no-repeat left top; //background: url(images/title.gif) no-repeat left top;
}

/* Sidebar */

#recent-posts {
	padding: 5px 10px 0 25px;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	margin-bottom: 15px;
}

#recent-posts li ul {
}

#recent-posts li li {
	margin: 0;
}




/* Footer */
#footer-wrap {
}

#footer {
	background: #0066CC url(images/bg-bottom.gif) repeat-x left bottom;
	padding: 15px 0;
	text-align: center;
}

html>body #footer {
	height: auto;
}

.menu {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	height: 15px;
}

.current_page_item a {
	text-decoration: none;
}


#left-menu {
	padding: 5px 0 0 25px;
}

#left-menu a {
	text-shadow: none;
	font-size: 1.3em;
	color: #28313A;
}


#left-menu .current-page a {
	text-decoration: none;
	font-size: 1.2em;
}

#left-menu ul {
	line-height: 2em;
	list-style-type: none;
}

#left-menu li {
	border-bottom: 2px solid white;
	padding: 3px 0;
	margin: 0 15px;
}


#footer p {
	font-size: 12px;
	text-align: center;
	color: #fff;
	clear:both;
	padding:0;
}

#footer a {
	font-weight: normal;
	color: #fff;
	text-shadow: none;
}

#footer ul {
	list-style: none;
	line-height: normal;
	clear: both;
	margin: 0 auto;
}

#footer LI {
	float: left;
	padding: 0 15px;
	border-left: 1px solid #fff;
}

#footer LI.first {
	border-left: none;
}

/* Post */

.page_only {
}

.page_only .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.page_only h1 {
	padding-bottom: 10px;
	font-size: 1.5em;
	color: #28313A;
	text-align: center;
}

.page_only h2 {
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #28313A; 
}

.page_only h3 {
	padding-bottom: 15px;
	font-size: 1.3em;
}

.page_only h1 a, .page_only h2 a {
	text-shadow: none;
}

.page_only .entry {
}

.page_only .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.page_only .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}

.page_only .meta .byline {
	float: left;
}

.page_only .meta .links {
	float: right;
}

.page_only .meta .more {
	padding: 0 20px 0 18px;
}

.page_only .meta .comments {
	padding-left: 22px;
}

.page_only .meta b {
	display: none;
}

.page_only ul, .page_only ol {
	padding-left: 30px;
}


/* pagination */
.pagination_mod {
	margin: 10px 0;
	height:4.5em;
	text-align:center;
	background: #f7f8f9;
	border: 1px solid #EAEBEB;
	padding-top: 10px;
}
.pagination_mod a {
	
	text-shadow: none;
}
.pag-list a, .pag-list strong {
	padding:.15em; 
	width:1.2em; 
	text-align:center; 
	display:inline-block; 
	border: 1px solid #f7f8f9;
}
.pag-list a:hover, .pag-list a:active, .pag-list strong {
	font-weight: bold;
	color: #28313A;
	background: #EAEBEB;
	border:1px solid #f7f8f9;
	parring: 15px;
}

.pagination_mod span {position:relative}
.pag-left {margin-right:.8em; height:4.5em}
.pag-right {margin-left:.8em; height:4.5em}
a.pag-first, a.pag-last {position:absolute; top:2.2em; font-size:.9em; padding:0 .2em}
a.pag-last {left:0}
a.pag-first {right:0}
*+html a.pag-first, *+html a.pag-last {top:2.8em} /* for ie7 */
*|html[xmlns*=""] a.pag-first, *|html[xmlns*=""] a.pag-last {display:none!important} /* for opera */