@charset "UTF-8";
/* CSS Document */


/* Start reset rules --------------------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background-image: url(/goi/wp-content/themes/goi/images/main_bg_rep_pattern.png);
	background-repeat: repeat-y;
	background-position: center top;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
	
	

}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BUTTONS */

.buttonse a, .buttonse button{
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
	/* border:1px solid #111; */
    border-bottom:1px solid #530f39;
	border-right:1px solid #530f39;
	border-top:1px solid #b2297d;
	border-left:1px solid #b2297d;
 
    font-family: Arial, Verdana, sans-serif;
    font-size:80%;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttonse button{
    width:auto;
    overflow:visible;
    padding:3px 10px 0px 7px; /* IE6 */
}
.buttonse button[type]{
    padding:2px 10px 1px 7px; /* Firefox */
    line-height:16px; /* Safari */
	
}
*:first-child+html button[type]{
    padding:3px 10px 0px 7px; /* IE7 */
}

/* POSITIVE */

button.positive, .buttonse a.positive{
    color:#fff;
	background-color:#c12d88;
	background-image: url(/goi/wp-content/themes/goi/images/btn_bg_norm.png);
	background-repeat: repeat-x;
}
.buttonse a.positive:hover, button.positive:hover{
    background-color:#da3299;
	background-image: url(/goi/wp-content/themes/goi/images/btn_bg_hover.png);
	background-repeat: repeat-x;
    color:#fff;
}
.buttonse a.positive:active{
    background-color:#c12d88;
	background-image: url(/goi/wp-content/themes/goi/images/btn_bg_norm.png);
	background-repeat: repeat-x;
    color:#fff;
}






/* Typography rules --------------------------------------------------------- */



/* Global font styles */
h1 {
	font-size: 2.3em;
	line-height: 1.1em;
	margin-top: 0.3em;
	margin-bottom: 0.2em;
	color:#333;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h2 {
	font-size: 1.2em;
	line-height: 0.9em;
	margin-bottom: 0.5em;
	color:#333;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	font-weight:bold;

}
h3 {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 1.2em;
	color: #333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h4 {
	font-size: 1.1em;
	line-height: 0.9em;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
	color:#333;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
}
h6 {
	font-size: 1em;
}
p {
	font-size: 0.85em;
	font-weight: normal;
	color:#666;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	margin-bottom: 0.8em;

}

strong {

	font-weight: bold;
}
.photobyline{

	font-size: 0.7em;
	font-weight: normal;
	color:#999;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 1.2em;

}


@font-face {
font-family: "Frutiger Roman";
src: url(frutigerroman.otf) format("opentype");
}

@font-face {
font-family: "Frutiger Bold";
src: url(frutigerbold.otf) format("opentype");
}

.adtext {
	font-size: 0.7em;
	font-weight: normal;
	color:#999;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	margin-bottom: 0.3em;

}

/* layout rules ---------------------------------------------------------  */


#wrapper {
	width: 960px;
	background-image: url(/goi/wp-content/themes/goi/images/main_bg_rep.png);
	background-position: 375px 150px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
}


/* Header + Search + Page navigation ---------------------------------------------------------  */

#header {
	height: 120px;
	width: 960px;
	background-color: #fff;
	text-align: left;
	vertical-align: bottom;	
	margin-top: 0px;
}
.logo {
	margin-left: 7px;
	float: left;
}

.searchBox {
	margin-top: 65px;
	margin-left:0px;
	float:left;


}
.searchBox input{
	margin-right: 5px;
	padding: 0px;
}

.searchEntry {
	width: 140px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 1px #000 solid;
	float: left;
}


.searchBtn {
	background-image: url(http://localhost:8888/goi/wp-content/themes/goi/images/searchbtn.png);
	background-repeat: no-repeat;
	width: 56px;
	height: 22px;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height:normal;
	color: #fff;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#pageNavi {
	width: 300px;
	height:32px;
	/*background-image: url(/goi/wp-content/themes/goi/images/pagenav_bg.png);
	background-repeat: no-repeat; */
	float: left;
	margin-top: 60px;
	margin-right: 0px;
	margin-left: 25px;
	padding: 0px;
}
#pageNavi ul {
		margin: 9px 0px 0 7px;
		padding: 0;
}
#pageNavi li {
	display:inline;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 10px;	
	padding: 0px;
}
#pageNavi li a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #333;
}
#pageNavi li a:hover {
	text-decoration: none;
	color: #c12d88;
}
/*
#shadow {
	width: 480px;
	height:275px;
	margin:0;
	padding-bottom:14px;
	background-image: url(/goi/wp-content/themes/goi/images/shadow.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	
}

/* Main navigation rules --------------------------------------------------------- */
/* 
#mainNav {
	width: 960px;
	height: 35px;
	background-image: url(/goi/wp-content/themes/goi/images/nav_bg.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 20px;
}

#mainNav ul {
	margin: 0px;
	padding-top: 10px;
	padding-left: 15px;
}

#mainNav li {
	padding: 0px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 30px;
	font-family: "Frutiger Bold", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
}
#mainNav li a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #fff;
}
#mainNav li a:hover {
	text-decoration: none;
	color: #99c86d;
}
 --------------------------------------------------------- */
 
 
/* Colummn rules --------------------------------------------------------- */

/* Singlepost wide version rules --------------------------------------------------------- */


#singlePostTop {
	float: left;
	width: 760px;
	margin-right: 0px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #FFF;
	border-bottom: 1px dashed #d7d7d7
}
#singlePostTop img {
	padding: 5px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #d7d7d7;
	}
#singlePostTop .postmetadata {

	font-size: 0.7em;
	font-weight: normal;
	color:#999;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin-bottom: 1.7em;


}

#singlePostTop h1 a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
#singlePostTop h1 a:hover {
	text-decoration: underline;
	color: #333;
}
#singlePostTop  a, a:link, a:active, a:visited .pink {
	text-decoration: none;
	color: #c12d88;

	
}
#singlePostTop a:hover {
	text-decoration: underline;
	color: #c12d88;
}
#singlePostTop strong p{
	
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

/* Left Colummn, main content area ------------------------------------- */



#leftCol {
	float: left;
	width: 480px;
	margin-right: 40px;
	margin-top: 25px;
}

#leftCol img {
	padding: 5px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	border: 1px solid #d7d7d7;
	}
#leftCol h1 a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
#leftCol h1 a:hover {
	text-decoration: underline;
	color: #333;
}
#leftCol h2 a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
#leftCol h2 a:hover {
	text-decoration: underline;
	color: #333;
}
#leftCol  a, a:link, a:active, a:visited .pink {
	text-decoration: none;
	color: #c12d88;

	
}
#leftCol a:hover {
	text-decoration: underline;
	color: #c12d88;
}
#leftCol .postmetadata {

	font-size: 0.7em;
	font-weight: normal;
	color:#999;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #d7d7d7
}
#leftCol .postmetadataSearch {

	font-size: 0.7em;
	font-weight: normal;
	color:#666;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	color: #333;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #d7d7d7
}
#leftCol strong p{

	font-weight: bold;
	color: #333;
}

/* Left Colummn, main content area ------------------------------------- */



#leftColSingle {
	
	width: 480px;
	margin-right: 0px;
	margin-top: 25px;
}

#leftColSingle img {
	padding: 5px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 2px;
	margin-left: 0px;
	float: left;
	border: 1px solid #d7d7d7;
	}
#leftColSingle h1 a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
#leftColSingle h1 a:hover {
	text-decoration: underline;
	color: #333;
}
#leftColSingle h2 a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
#leftColSingle h2 a:hover {
	text-decoration: underline;
	color: #333;
}
#leftColSingle  a, a:link, a:active, a:visited .pink {
	text-decoration: none;
	color: #c12d88;

	
}
#leftColSingle a:hover {
	text-decoration: underline;
	color: #c12d88;
}
#leftColSingle .postmetadata {

	font-size: 0.7em;
	font-weight: normal;
	color:#999;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #d7d7d7
}
#leftColSingle .postmetadataSearch {

	font-size: 0.7em;
	font-weight: normal;
	color:#666;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	color: #333;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #d7d7d7
}
#leftColSingle strong p{

	font-weight: bold;
	color: #333;
}


blockquote p {
	font-family:  Georgia, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color:#333;
	line-height: 1.25em;
	float: left;
	padding: 0em 1.5em 0em 3em;
	margin: 1.5em 1.5em 2em 1.5em;
	font-style: italic;
	/*border-left: 3px solid #c12d88;*/
	background-image: url(/goi/wp-content/themes/goi/images/quote_green.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

.readmore{
	font-size: 0.9em;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;

}
/* Right Colummn, sidebar content ------------------------------------- */

#rightCol {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-top: 25px;

}
#rightCol p{
	font-size: 0.8em;
	line-height: 1.40em;
	color:#666;
}


#rightCol  a, a:link, a:active, a:visited .pink {
	text-decoration: none;
	color: #c12d88;

}
#rightCol a:hover {
	text-decoration: underline;
	color: #c12d88;
}

/* Right Colummn, sidebar content ------------------------------------- */

#rightColSingle {
	float: right;
	width: 238px;
	margin-left: 20px;
	margin-top: 0px;

}
#rightColSingle p{
	font-size: 0.8em;
	line-height: 1.40em;
	color:#666;
}


#rightColSingle  a, a:link, a:active, a:visited .pink {
	text-decoration: none;
	color: #c12d88;

}
#rightColSingle a:hover {
	text-decoration: underline;
	color: #c12d88;
}





/* Skyscraper ads ------------------------------------- */

#adCol {
	
	float: left;
	width: 180px;
	margin-top: 25px;

}
#adColSingle {
	
	float: right;
	width: 180px;
        height:1400px;
	margin-top: 25px;
	margin-left: 20px;
	

}


.clear {
	width: 100%;
	clear: both;
	display:block;
}

.phptextwidget{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d7d7d7;
}



.widget_polls-widget{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d7d7d7;
}

.post{
	
	margin-bottom: 30px;

}
/*  ------------------------------------- 
.postmetadata{
	font-size: 0.7em;
	margin-bottom: 10px;

}
*/
.greenarrow {
	color: #7fc241;	
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image: url(/goi/wp-content/themes/goi/images/h2arrow.gif);
	background-repeat: no-repeat;

}


/* Footer styles ------------------------------------- */

#footer {
	width: 960px;
	height: 175px;
	background-image: url(/goi/wp-content/themes/goi/images/footer_logo.png);
	background-repeat:no-repeat;
	margin-top: 20px;

	
}


#footer ul {
	margin: 0px;
	padding-top: 37px;
	padding-left: 15px;
	
}

#footer li {
	padding: 0px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 30px;
	font-family: "Frutiger Bold", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333;
}
#footer li a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}
#footer li a:hover {
	text-decoration: none;
	color: #99c86d;
}
#footer p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align:left;
}
#footer p span{
	color: #999;
}

#bottomAd{
	width: 956px;
	height: 150px;
	padding: 1px;

        border: 1px solid #d9d9d9;
        background-color: #fff;
}

/* Comments form styles ------------------------------------- */

#respond {
	width: 430px;
	border-top: 1px dashed #D7D7D7; 
        border-bottom: 1px dashed #D7D7D7;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;


}
#respond button  {
	border-top:1px solid #5d8f2e;
    border-left:1px solid #5d8f2e;
    border-bottom: 1px solid #3f611f;
    border-right: 1px solid #3f611f;
	background-color: #6ea738;
    color:#fff;
    cursor:pointer;
    display:block;
    padding: 2px 2px 2px 2px;
    font-size: 1em;
	font-weight: normal;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 1.35em;
}
#respond p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding: 0px;

}
#respond textarea {
	width: 300px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#respond input {
	width: 300px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	height: 25px;
	

}

.commentlist ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	line-height: 16px;

}
.commentlist p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333;	
}

.commentlist p a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #333;
}
.commentlist p a:hover {
	text-decoration: none;
	color: #333;
}

.commentlist li {
	width: 440px;
	padding: 20px;
	margin-top: 20px;
	border: 1px dashed #d7d7d7
	
}

#recaptcha_instructions_image
{
	display: none; 
	
}



/* Navigation ------------------------------------- */

#nav{
	width: 960px;
	height: 35px;
	background-image: url(/goi/wp-content/themes/goi/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-color: #333;
	margin-top: 5px;
	margin-bottom: 0px;
}

#nav li {
	margin-right:5px;
	height: 100%;
	font-family: "Frutiger Roman", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;

}

#nav li, #subnav li{
	float:left;
	list-style:none;
}

#nav a, #nav a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	float: left;
	height: 23px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#nav a:hover, #nav a:active,  li.current_page_parent a,  li.current_page_parent a:visited,  #nav li.current_page_item a,  #nav li.current_page_item a:visited,  #nav li.current-cat,  #nav li.current-cat-parent, #nav li a.active_category  {
	text-decoration: none;
	background-color:#333;
	background-image: url(/goi/wp-content/themes/goi/images/selected.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color:#de3f96;
}

#subnav{
	width: 800px;
	height:20px;
	margin-top: 5px;
	padding: 0px 0px 0px 0px;

}

#subnav li{
	height: 13px;
	font-family: "Frutiger Bold", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#subnav li.current-cat { text-decoration: underline; color: #333; }

#subnav a, #subnav a:visited

{

	color: #333;
	text-decoration:none;
	font-weight:normal;

}

#subnav a:hover, #subnav a:active,  #subnav li.current_page_item a,  #subnav li.current_page_item a:visited { text-decoration:underline;}







