/*
Theme Name: Oisin.ch
Theme URI: http://www.oisin.ch/
Description: Theme for oisin.ch
Version: 1.0
Author: James Delaney KDelDesign
Author URI: http://www.kdeldesign.com/
*/

/* ********************************************************************** */
/* BODY AND START IMG SIZING. */
/* ********************************************************************** */

img{ border: none; padding: 0px; }

*{margin:0; padding:0;}


body {
background-color: #101010;
font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
background-image: url('images/background.jpg');
background-position: top left;
background-repeat: no-repeat;
background-color: #151515;
}
/*********************************************************************************/
/* WRAPPERS + BACKGROUNDS */
/*********************************************************************************/

#sitewrapper {
width: 1035px;
height: 100%;
}

#background {
float: left;
width: 48%;
height: 750px;
}

#contentwrapper {
display: inline;
float: left;
background-color: #151515;
/* for IE */
filter: alpha(opacity=75);
  /* CSS3 standard */
opacity: 0.75;
height: auto;
width: 52%;
}

/*********************************************************************************/
/* TOP MENU */
/*********************************************************************************/

#topmenu {
text-align: center;
width: 98%;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
line-height: 3em
}

#topmenulist li {
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
display: inline;
text-align: center;
color: #ffffff;

}

#topmenulist li  a:link {
color: #ffffff;
padding: 5px;
background-color: #222222;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#topmenulist  a:visited {
color: #ffffff;
padding: 5px;
background-color: #222222;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#topmenulist li  a:hover, a:active {
background-color: #555555;
}

hr {
margin-top: -25px;
background-color: black;
border: 2px solid black;
margin-bottom: 25px;
}

/*********************************************************************************/
/* FRONTPAGE LATEST NEWS */
/*********************************************************************************/

#latestnewswrapper {
padding: 1%;
border: 4px solid #101010;
display: inline;
float: left;
margin: 1%;
margin-bottom: 20px;
height: auto;
width: 48%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#latestnewswrapper h3 {
padding: 1%;
}

#firsttitle h2 {
margin-top: -3%;
margin-left: 2%;
color: #FFFFFF;
text-align: left;
}

.newsTitle{
	min-height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 98%;
	background: #000000;
	color: #555555;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.newsTitle h3 {
	text-align: left;
}

.upeth {
padding: 1%;
font-size: small;
}

.newsContent{
	margin-bottom: 3%;
	font-size: 0.75em;
	padding: 3%;
	width: 98%;
	color: #ffffff;
}

.readtherest a:link{
color: grey;
background-color: transparent;
text-decoration: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 0px;
}

.readtherest a:visited {
color: grey;
background-color: transparent;
text-decoration: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 0px;
}


.readtherest  a:hover, a:active {
color: black;
background-color: grey;
text-decoration: underline;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 0px;
}

dd a{ color: white;
}
/*********************************************************************************/
/* TWITTER */
/*********************************************************************************/

#twitterwrapper p {
font-style: italic;
font-size: 1em;
color: white;
text-indent: 10%;
padding: 2%;
width: 100%;
}

#twitterwrapper a:link {
color: grey;
background-color: transparent;
text-decoration: none;
}

#twitterwrapper a:visited {
color: grey;
background-color: transparent;
}

#twitterwrapper a:hover, a:active {
color: grey;
text-decoration: underline;
}

#twitterwrapper h3 {
font-style: normal;
color: white;
}

/*********************************************************************************/
/* MEDIA SIDEBAR */
/*********************************************************************************/

#mediawrapper {
margin-top: -6%;
float:left;
height: 100%;
width: 46%;
}

.mediatitle {
margin-top: 1%;
color: #FFFFFF;
}

#video {
text-align: center;
margin-top: -2%;
padding: 2%;
height: 30%;
width: 95%;
background-color: #696969;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#flickr {
text-align: center;
margin-top: -2%;
padding: 2%;
height: 30%;
width: 95%;
background-color: #696969;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.flickrimg {
margin: 1px;
}

#linksbox{
text-align: center;
margin-top: -2%;
padding: 2%;
height: 30%;
width: 95%;
background-color: #252525;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}


#socialimgs li {
text-align: center;
list-style-type: none;
padding: 1%;
display: inline;
}

#socialimgs a:link, a:visited, a:hover, a:active{
text-decoration: none;
background-color: transparent;
}

#socialimgs  a:visited {
text-decoration: none;
background-color: transparent;
color: none;
}

/*********************************************************************************/
/* FOOTER */
/*********************************************************************************/

#footer {
width: 100%;
margin-right: 2%;
margin-top: 5%;
font-size: x-small;
color: grey;
text-align: right;
}

/*********************************************************************************/
/* PAGE */
/*********************************************************************************/

#pagewrapper {
padding: 1%;
border: 4px solid #101010;
float: left;
margin: 1%;
height: auto;
width: 94%;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.pageContent{
	font-size: 0.75em;
	padding: 3%;
	width: 98%;
	color: #ffffff;
}

/*********************************************************************************/
/* POST */
/*********************************************************************************/


#posttitle h2 {
margin-left: 2%;
color: #FFFFFF;
text-align: left;
}

.postmetadata {
font-size: 0.9em;
color: grey;
margin-bottom: 20px;
}

.postmetadata a:link, a:visited {
color: white;
}

.postmetadata a:hover, a:active {
text-decoration: none;
}

.postthumbnail {
border: 2px solid grey;
}

/*********************************************************************************/
/* BLOG PAGE */
/*********************************************************************************/

.blogTitle{
	padding: 1%;
	min-height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	width: 98%;
	background: #000000;
	color: #252525;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blogTitle h3 {
	text-align: left;
}


.blogTitle a:link, a:visited  {
	min-height: 30px;
	margin-top: 10px;
	text-align: right;
	width: 98%;
	background: #000000;
	color: #252525;
	text-decoration: none;
	color: grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blogTitle a:hover  {
	min-height: 30px;
	margin-top: 10px;
	text-align: right;
	width: 98%;
	background: #000000;
	color: #252525;
	text-decoration: underline;
	color: grey;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.blogupeth {
padding: 1%;
margin-bottom: 2px;
margin-right: 4px;
font-size: small;
}


.blogContent{
	margin-bottom: 3%;
	font-size: 0.75em;
	padding: 3%;
	width: 98%;
	color: #ffffff;
	min-height: 75px;
}

.blogContent p {
margin-left: 5%;
text-indent: 5%;
}

/*********************************************************************************/
/* PRESS PAGE */
/*********************************************************************************/



.upethpress {
padding: 1%;
font-size: small;
}

.pressContent{
	margin-left: 5px;
	margin-bottom: 3%;
	font-size: 1.1em;
	padding: 3%;
	width: 98%;
	color: grey;
}


.postthumb {
float: left;
padding: 5px;
border: 3px solid #101010;
margin: 5px;
}

/*********************************************************************************/
/* NAVAGATION */
/*********************************************************************************/

.navigation {
width: 100%;
float: left;
}

.previous  {
padding-left: 3%;
margin-bottom: 10px;
background-color: black;
height: auto;
float: left;
text-align: left;
font-size: 0.75em;
width: 47%;
color: #ffffff;
}

.previous a:link {
background-color: transparent;
color: grey;
text-decoration: none;
}

.previous a:hover {
text-decoration: underline;
}

.next {
padding-right: 3%;
margin-bottom: 10px;
background-color: black;
height: auto;
float: left;
text-align: right;
font-size: 0.75em;
width: 47%;
color: #ffffff;
}

.next a:link {
background-color: transparent;
color: grey;
text-decoration: none;
}

.next a:hover {
text-decoration: underline;
}


/******COMMENTS*****/

#comments {
font-size: 1.2em;
text-align: center;
font-family: "Georgia", "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
color: white;
}

ol.commentlist { list-style:none; margin-top:5%; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #2f2f2f; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 "Georgia", "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#75833c; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #d5d5d5; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 "Georgia", "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color: grey; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#grey; }
ol.commentlist li p { font:normal 12px/1.4 "Georgia", "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 "Georgia", "Lucida Sans Unicode", "Lucida Grande", "sans-serif"; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#99ad4a; border:1px solid #75833c; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li { }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#404040; }
ol.commentlist li.odd { background:#505050; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

#commentsleavereply {
color: white;
text-align: center;
}

.white {
color: white;
text-align: center;
padding: 2%;
}

.whiteinput {
color: white;
text-align: left;
padding: 2%;
margin-left: 3.2em;
}

.venue {
padding: 2%;
}

.city {
padding: 2%;
}
.date {
padding: 2%;
}
.time {
padding: 2%;
}
.country {
padding: 2%;
}

a:link {
color: white;
text-align: left;
text-decoration: none;
}

a:visited {
color: white;
text-decoration: underline;
text-align: left;
}

a:hover {
color:white;
text-decoration: underline;
}

a:active {
color:white;
background-color: black;
}