/*  
Theme Name: Hybridarts
Theme URI: http://www.randomobject.co.uk/
Description: Hybridarts Website
Version: 1.0
Author: Random Object
Author URI: http://www.randomobject.co.uk/

*/

/*
Colors
---
Orange #D83B20
Red #FF2800
Light Blue #94D2FE
Baby Blue #E7F5FE
Grey #808184 (for linked stuff)
*/

@import url("960/960.css");
@import url("960/reset.css");
@import url("960/text.css");

html, body {
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body{
	background: url(images/bg_155411.png);
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

a:link{
	color: #D83B20;
	text-decoration: underline;
}

a:visited{
	color: #D83B20;
	text-decoration: underline;
}

a:active{
	color: #D83B20;
	text-decoration: underline;
}

a:hover{
	color: #666;
	text-decoration: underline;
}

/* Typograhy */
p {
	padding: 0 0 0 0;
	line-height: 16px;
	color: #666;
	font-size: 13px;
}

h1{
	font-size: 60px;
	font-weight: normal;
	margin-bottom: -5px;
	color: #535353;
}

h2{
	font-size: 11px;
	font-weight: bold;
	color: #716B64;
}

h3 {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;

}

/* Header */

#header {
	height: 150px;
	background-image: url(images/top_v3.png);
	/* background-color: #94D2FE; */
}

/*
#logo {
	height: 130px;
	margin: 0 10px 0 10px;
	background-color: #E7F5FE; 
}
*/


/* NAVAGTION */

#navagationContainer {
	width: 920px;
	background-color: #D83B20;
	margin: 116px 0 0 10px;;
}

ul#navagation {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase; 
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-size: 11px;
	font-weight: normal;
}

ul#navagation li {
	list-style:none;
	float:left;
	margin:0;
	

	
}

ul#navagation li a {
	text-decoration:none;
	display:block;
	padding: 0.4em 1.4em 0.4em 1.4em;
	color:#fff;
	background-color:#D83B20;
	
	
}

ul#navagation li a:hover, ul#navagation	li a:focus {
	background:#FFF;
	color: #D83B20;
	
}

ul#navagation li ul {
	padding:0;
	margin:0;
	display:none; 
	position: absolute; 
	z-index: 10;
}

ul#navagation li:hover ul {
	display:block;
}

ul#navagation li ul li {
	float:none;
}

ul#navagation li ul li a {
	font-size:11px; 
	width: 10em; 
	line-height: 16px;
}

ul, ol { 
	list-style: none;
	
}

/*----- CONTENT -----*/

#latestArticleTitle {
	height: 50px;
	background-image: url(images/featuredTab.png);
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	margin: 20px 0 0 20px;
	border-top: 1px #d4d4d4 dotted;
	border-right: 1px #d4d4d4 dotted;
	border-left: 1px #d4d4d4 dotted;

}

#tabMain {
	position: absolute;
	padding: 0 0 10px 0;
	margin: 70px 20px 0 20px;
	width: 895px;
	border: 1px #d4d4d4 dotted;
	overflow: hidden;
}

#content {
	height: 400px; 
	background-image: url(images/mainFeature.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#theirs, #main, #sidebar, #subContent{
	/* background-color: #94D2FE; */
}

.post h3{
	font-size: 16px;
	line-height: 18px;
	color: #D83B20;
	font-weight: normal;
	padding-bottom: 5px;
}

.post{
	/* clear: both; */
}

.post a:link{
	color: #D83B20;
	text-decoration: underline;
}

.post a:visited{
	color: #D83B20;
	text-decoration: underline;
}

.post a:active{
	color: #D83B20;
	text-decoration: underline;
}

.post a:hover{
	color: #666;
	text-decoration: underline;
}


/*
.moretext {
	color: #6f6f6f;
	font-size: 12px;
	text-decoration: none;
}
*/

#theirs>strong, #sidebar>strong{
	font: 12px Helvetica, Arial, sans-serif;
	color: #e49c00;
}

#theirs {
	background-color: transparent;
	margin: 10px 0 10px 10px;
	padding: 0 0 40px 0;
	height: 340px;
	/*
background-image: url(images/cnrCutpix.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
*/
}
#theirs img{
	display: none;
}

#theirs .post{
	border-bottom: 1px dotted #6f6f6f;
	padding: 2px 0 0 1px;
	margin: 0px 20px 0px 30px;
	height: 25px;
}

#theirs .post h4, #sidebar h2{
	font-size: 12px;
	font-weight: normal;
	color: #6f6f6f;
	margin: 0;
}

#theirs h2{
	padding: 20px 0 0 30px;
	font-size: 18px;
	line-height: 18px;
	color: #D83B20;
	font-weight: normal;
}


#featuredPost{
	background: transparent;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

/*
#featuredPost h2{
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #808184;
	margin: 0 30px 0 0;
	line-height: 24px;
}
*/

#customImage {
}

#customImage img {
	margin: 10px 0 0 10px;
	/* border: 1px #d4d4d4 solid; */
}

#featuredPost a:link{
	color: #D83B20;
	font-weight: normal;
	text-decoration: underline;
}

#featuredPost a:visited{
	color: #D83B20;
	font-weight: normal;
	text-decoration: underline;
}

#featuredPost a:active{
	color: #D83B20;
	font-weight: normal;
	text-decoration: underline;
}

#featuredPost a:hover{
	color: #666;
	font-weight: normal;
	text-decoration: underline;
	
}

.post .postMetaData{
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #9a9a9a;
	border-bottom: 1px dotted #9a9a9a;
}

.post .postMetaData a{
	color: #9a9a9a;
	text-decoration: none;
}

#main .post {
}
#main .post h3{
	font-size: 21px;
	line-height: 24px;
	font-weight: normal;
	color: #D83B20;
	margin: 0;
	/* padding: 6px 0 0 0; */
}

#main .post {
	font-size: 12px;
}

/*
#main .post a.more-link{
	color: #D83B20;
	font-weight: normal;
	text-decoration: none;
}
*/

#main .post a img{
	display: none;
}

#subContent {
	background: url(images/subContent.png);
	background-repeat: no-repeat;
	height: 450px;
}

#subContent p{
	margin: 0px;
}

#subArticles .post{
	height: 415px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 0px;
	overflow: hidden;
	border: 1px #d4d4d4 dotted;
	width: 207px;
}
#subArticles .post h2 {
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 5px;
}
#subArticles .post h3 {
	margin: 10px 15px 0 10px;
}

#subArticles .post p {
	margin: 10px 20px 5px 10px;
	margin-right: 15px;
}

#sidebar {
	background: transparent;
}
#sidebar h2{
	font-size: 18px;
	color: #D83B20;
	font-weight: normal;
	padding: 20px 0 5px 0;
}
#sidebar ul{
	list-style: none;
	margin: 0px
}

#sidebar ul li a{
	color: #666;
	text-decoration: none;
}

#sidebar ul li a:hover{
	/* border-bottom: 1px dotted #D83B20; */
	color: #D83B20;
}
.sidebarBackground {
	background-color: transparent;
	margin: 10px 10px 10px 10px;
	padding: 0 0 40px 0;
	/*
background-image: url(images/cnrCutpix.png);
	background-repeat: no-repeat;
	background-position: 0% 100%
*/
}

.widget {
	padding: 0px;
	margin: 0 20px 0 20px;
}

.widgettitle {
	padding: 0px;
}

#archives li{
	margin-left:0px;
}

.calendar {
	padding: 20px;
}
#wp-calendar th {
font-weight: normal;
text-transform: capitalize;
color: #111;
padding: 5px;
font-family: Helvetica, Arial, sans-serif;
}

#wp-calendar td {
color: #666;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: normal;
padding: 0 1px 1px 0;
text-align: center;
}

#wp-calendar caption {
	font-size: 12px;
	color: #D83B20;
	font-weight: normal;
}

#sidebarContent {
	background-image: url(images/mainFeature.png);
	height: 400px;
}

/* PAGES */

.entry p{
	margin-bottom: 0px;
	padding-bottom: 10px;
	color: #666;
	line-height: 1.5em;
}

#pageContentTop {
	background-image: url(images/pagetop.png);
	background-repeat: no-repeat;
	height: 20px;
}

#pageContent { 
	background-image: url(images/bgPage.png);
	background-repeat: repeat-y;
	overflow: hidden;
	min-height: 500px;
}

#pageMain {
	margin: 0px 0px 10px 20px;
	border: 1px #d4d4d4 dotted;
	padding: 10px;
	min-height: 500px;
}

#pageMain h2 {
	font-size: 23px;
	line-height: 23px;
	font-weight: normal;
	color: #D83B20;
	margin: 0;
	padding-bottom: 10px;
}

#pageMain p {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	padding: 0px 20px 10px 0px;
}


#pageSidebar {
	padding-right: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px #d4d4d4 dotted;
		
}

#pageSidebar li {
	list-style: none;
	margin: 10px 10px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#pageSidebar li a:link{
	text-decoration: none;
	color: #666;
}

#pageSidebar li a:visited{
	text-decoration: none;
	color: #666;
}

#pageSidebar li a:active{
	text-decoration: none;
	color: #666;
}

#pageSidebar li a:hover{
	text-decoration: none;
	color: #D83B20;
}

#pageSidebarTitle {
	border-left: 1px #d4d4d4 dotted;
	border-right: 1px #d4d4d4 dotted;
	border-top: 1px #d4d4d4 dotted;
	height: 50px;
	background-image: url(images/recentarticlesTab.png);
	background-repeat: no-repeat;
}
#pageSidebarTitle h3, #pageSidebarTitleArchive h3{
	font-size: 18px;
	font-weight: normal;
	color: #D83B20;
	margin: 0;
	padding: 13px 0 0 45px;
}

#pageSidebarTitleArchive {
	border-left: 1px #d4d4d4 dotted;
	border-right: 1px #d4d4d4 dotted;
	border-top: 1px #d4d4d4 dotted;
	height: 50px;
	background-image: url(images/articlesArchiveTab.png);
	background-repeat: no-repeat;
}

#twitter_div {
	padding: 0px 20px 20px 20px;
}

#twitter_div ul { 
	margin: 0px;
}

#twitter_div ul li { 
	margin: 0px;
	padding: 0 0 15px 0;
	color: #666;
	font-size: 13px;
}


#twitter_div a:link {
	color: #D83B20;
	text-decoration: underline;
}

#twitter_div a:visited {
	color: #D83B20;
	text-decoration: underline;
}

#twitter_div a:hover {
	color: #666;
	text-decoration: underline;
}

/*----- FOOTER -----*/

#main-contend-end {
	height: 35px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
}

#boarder{
	clear: both;
	background: #d4d4d4;
	min-height: 15px;
}

#footer{
	clear: both;
	padding: 3em 0;
	background: #D83B20;
	min-height: 100px;
	overflow: auto;
	border-top: 5px #ff4400 solid;
	border-bottom: 5px #ff4400 solid;
}

#footer a:link{
	padding: 3px;
	color: #fff;
	line-height: 2.0em;
	font-size: 12px;
	background-color: #ff4400;
}

#footer a:visited{
	padding: 3px;
	color: #fff;
	line-height: 2.0em;
	background-color: #ff4400;
}

#footer a:active{
	padding: 3px;
	color: #fff;
	line-height: 2.0em;
	background-color: #ff4400;
}

#footer a:hover{
	padding: 3px;
	color: #D83B20;
	line-height: 2.0em;
	background-color: #fff;
}

.footerCredits h3 {
		
}

#footer p{
	margin: 0;
	color: #fff;
	line-height: 1.5em;
	font-size: 12px;
	padding-right: 35px;
}
#footer ul{
	list-style: none;
	margin-bottom: 0;
}

#footer ul li{
	margin: 0;
	display: inline;
	padding: 0 1em 0 0;
}

#footer ul li a:link{
	color: white;
	text-decoration: none;
}

#footer ul li a:visited{
	color: white;
	text-decoration: none;
}

#footer ul li a:active{
	color: white;
	text-decoration: none;
}

#footer ul li a:hover{
	border-bottom: 1px dotted white;
}

.footerCredits {
		padding: 0px 0px 0px 10px;
		color: #fff;
}

.footerCredits a:link {
	color: #f4f4f4;
	text-decoration: none;
}

.footerCredits a:visited {
	color: #f4f4f4;
	text-decoration: none;
}

.footerCredits a:active {
	color: #f4f4f4;
	text-decoration: none;
}

.footerCredits a:hover {
	color: #f4f4f4;
	text-decoration: none;
}

.backtop {
		margin-top: -28px;
		padding: 0px 0px 0px 10px;
}

.backtop a {
	color: #fff;
	text-decoration: none;
	padding: 10px 25px 10px 25px;
	background-color: #FF4500;
}

.backtop a:visited {
	color: #fff;
	text-decoration: none;
}

.backtop a:active {
	color: #fff;
	text-decoration: none;
}

.backtop a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #D83B20;
}

#flickr a img {
	float:left;
	margin:0px 8px 8px 0px;
	background:#D83B20;
	padding:4px;
	width:100px;
	height:75px;
}

.share{
	padding-left: 10px;
}
/* Mailing Form */

span.label,span.spacer,span.multiple span {width:135px;float:left;} 
span.multiple {float:left;} 
div.clear {clear:both;padding-top:5px;} 

#name, #iidtkj-iidtkj{
	background-color: #ff4400;
	border: 4px #ff4400 solid;
	margin: 0px 0px 6px 0px;
	color: #fff;
} 

.button {
	cursor:pointer;
	border: none;
	margin: 3px 0px 0px 0px;
	padding: 3px 3px;
	background-color: #ff4400;
	color: #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	
}

.button:hover {
	cursor:pointer;
	border: none;
	margin: 3px 0px 0px 0px;
	padding: 3px 3px;
	background-color: #fff;
	color: #D83B20;
	font-size: 12px;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	
}

.endCredits{
	height: 50px;
	margin: 40px;
	border-top: 1px #fff solid;
}


