/* ------------------------------------------------------------------------
	Cronin Designs 2009
	
	Designed by Mark Kelso
	
	Site  Design for mrcs.ie
------------------------------------------------------------------------- */

	
/*

  Script:  Layout.css
 Created:  15 January 2010
Modified:  18 January 2010
  Author:  Mark Kelso
     URL:  www.cronindesigns.ie

*/

	
/** BASIC */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#dce9f7;
	margin:20px;
	padding:0;
	background-image:url(http://www.mrcs.ie/site/wp-content/themes/mrcs/images/bg.gif);
	background-repeat:repeat-x;
	color:#474747;
}

#wrapper {
	margin:0 auto;
	width:1050px;
	background-color:white;
}

#header {
	width:1050px;
	height:155px;
	margin:0 auto;
}

p,blockquote,ul,ol,dl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:none;
	margin-top:0;
	margin-bottom:1em;
	text-align:justify;
	line-height:18px;
}


	
/*/Headings /*/
h1 {
	border-bottom-color:#eeeeee;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-size:25px;
	letter-spacing:2px;
	color:#4c4c4c;
	font-weight:normal;
	width:600px;
}

h2 {
	font-size:25px;
	letter-spacing:2px;
	color:#4c4c4c;
	font-weight:normal;
}

h3 {
	font-size:18px;
	font-weight:normal;
	color:#bd007b;
	padding-bottom:10px;
}

h4 {
	margin-top:22px;
	margin-bottom:5px;
	font-size:18px;
	font-weight:normal;
	color:#a3a3a3;
}


	
/** LINKS */
a {
	color:#bd007b;
	text-decoration:none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}


	
/*/Content /*/
#content {
	padding-left:15px;
	padding-right:25px;
	margin-bottom:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}

#content {
	float:left;
	width:740px;
}

.content a {
	color:#004095;
	text-decoration:none;
}

.content a:hover {
	background-color:white;
	color:#004095;
	text-decoration:underline;
}

.date {
	color:#3399cc;
	float:right;
	font-size:14px;
	padding-top:5px;
}

.more {
	background-color: #f4f4f4;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	width:180px;
	padding:5px;
}

.comments {
	text-align:right;
	font-size:14px;
}


	
/*/Sidebar /*/
#sidebar {
	background-color:#fafbfd;
	float:right;
	width:262px;
}


	
/*/H4 Large Links /*/
#one {
	width:300px;
	float:left;
	font-size:14px;
	text-align:center;
	margin:10px 20px 20px;
	background-image:url(http://www.mrcs.ie/site/wp-content/themes/mrcs/images/one_off.jpg);
	border:1px solid #eeeeee;
}

#one:hover {
	width:300px;
	float:left;
	margin:10px 20px 20px;
	border:1px solid #bd007b;
}


	
/*/ Forms /*/
#contactform {
	margin-top:10px;
}

#commentlist {
	padding:25px;
	background-color:#f6f6f6;
}

input {
	border:none;
	padding-left:10px;
	border:1px solid #cccccc;
	padding:5px;
	color:#666662;
	-webkit-user-select:text;
}

textarea {
	border:none;
	border:1px solid #cccccc;
	padding:5px;
	color:#666662;
}

#submit {
	width:238px;
	text-transform:uppercase;
	font-size:11px;
	border:1px solid #eaeaea;
	color:white;
}

#submit:active {
	background-color:#237fcd;
}

small {
	color:#c8c8c8;
	font-size:12px;
}


	
/*/ Footer /*/
#footer {
	clear:both;
	padding:15px;
	font-size:10px;
	background-color:#bd007b;
}

#footer a {
	color:#ffffff;
	padding-left:3px;
	text-decoration:none;
}

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