/*
Theme Name: The Rivik Media Blog
Theme URI: http://rivikmedia.com
Description: Blogging Maddness
Author: Rivik Media
Author URI: http://rivikmedia.com
version: alpha beta
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:0px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


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

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 800px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#headerbg {
	background:#000;
	width:100%;
	height:100px;
	margin:0px;
	padding:0px;
	top:0px;
	border-bottom:15px solid #B50000;
}

#main{
	width:800px;
	margin:auto;
}
#header{
	height:93px;
	padding-top:17px;
}
img.logo{
	float:left;
}
#navigation{
	float:left;
	margin-top:45px;
	margin-left:30px;
}
#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li{
	display:block;
	float:left;
	margin-left:15px;
	font-size:19px;
}
#navigation li a{
	display:block;
	height:24px;
	width:97px;
}
.navbutton{
	height:24px;
	width:96px;
}
.navbutton:hover{
	background-position:0 24px;
}
#worknav{
	background-image:url(siteimages/work.jpg);
}
#servicesnav{
	background-image:url(siteimages/services.jpg);
}
#aboutnav{
	background-image:url(siteimages/about.jpg);
}
#contactnav{
	background-image:url(siteimages/contact.jpg);
}
.logo {
	float:left;
	background-image:url('siteimages/logo.jpg');
	width:319px;
	height:69px;
}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}



/* content */


#content {
	float:left;
	width:520px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

#meta {
	background:#EEE;
	border-bottom:dashed #CCC 1px;
	border-top:dashed #CCC 1px;
	padding:6px;
	margin:20px 0;
}
.postmetadata{
	clear: both;
	display:inline;
	}
.comments {
	float:right;
}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:250px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #B50000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:right; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	width:210px;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	width:210px;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#wp-calendar {
	empty-cells:show;
	/* margin:10px auto 0pt; */
	width:225px;
	margin-bottom:15px;
}
#wp-calendar #next a {
	padding-right:10px;
	text-align:right;
}
#wp-calendar #prev a {
	padding-left:10px;
	text-align:left;
}
#wp-calendar a {
	display:block;
	color:#B50000;
}
#wp-calendar caption {
	text-align:center;
	width:100%;
}
#wp-calendar td {
	padding:3px;
	text-align:center;
	margin-right:2px;
}
#wp-calendar td.pad:hover {
	background-color:#FFFFFF;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size:9pt;
}
#wp-calendar a {
	text-decoration:none;
	}
#wp-calendar caption {
	font-family:"Helvetica Neue", Helvetica, Arial, Verdana;
	font-size:1.3em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-align:center;
	margin:2px;
}
#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
	margin:2px;
	color:#666;
	text-align:center;
}


/* footer */

/* #footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;} */

#footercontain{
	clear:both;
	width:100%;
	background-color:#EEE;
	border-top:dashed #CCC 1px;
	margin-top:25px;
}
#footer{
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:800px;
	margin:auto;
	height:110px;
}
#footer a{
	color:#666;
}
#footer a:hover{
	color:#b50000;
}
#footerinfo{
	float:left;
	font-size:12px;
}
#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
#footer td{
	padding:10px;
}
#socialnav{
	float:right;
	margin-top:56px;
}
#socialnav img{
	float:right;
	margin-left:10px;
}
#footernav{
	float:right;
	width:400px;
	margin-top:5px;	
}
#footernav li{
	display:block;
	float:right;
	margin-left:10px;
}

.twitter {
	background-image:url('siteimages/twitter.png');
	background-repeat:no-repeat;
	background-position:center;
	height:24px;
	width:34px;
	float:left;
	display:inline;
}
.facebook {
	background-image:url('siteimages/facebook.png');
	background-repeat:no-repeat;
	background-position:center;
	height:24px;
	width:34px;
	float:left;
	display:inline;
}
.linkedin {
	background-image:url('siteimages/linkedin.png');
	background-repeat:no-repeat;
	background-position:center;
	height:24px;
	width:34px;
	float:left;
	display:inline;
}
.blog {
	background-image:url('siteimages/blog.png');
	background-repeat:no-repeat;
	background-position:center;
	height:24px;
	width:34px;
	float:left;
	display:inline;
}
.footlogo {
	background-image:url('siteimages/RM.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:85px;
	width:118px;
}
